Skip to content

Commit

Permalink
Added Date32Column to column_by_type
Browse files Browse the repository at this point in the history
  • Loading branch information
cortelf committed Mar 15, 2024
1 parent 4a7a06e commit 020971f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion asynch/proto/columns/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from ..streams.buffered import BufferedReader, BufferedWriter
from .arraycolumn import create_array_column
from .boolcolumn import BoolColumn
from .datecolumn import DateColumn
from .datecolumn import DateColumn, Date32Column
from .datetimecolumn import create_datetime_column
from .decimalcolumn import create_decimal_column
from .enumcolumn import create_enum_column
Expand Down Expand Up @@ -52,6 +52,7 @@
c.ch_type: c
for c in [
DateColumn,
Date32Column,
Float32,
Float64,
BoolColumn,
Expand Down

0 comments on commit 020971f

Please # to comment.