Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

ColumnDataType

type_alias
ColumnDataType: DataType | DataTypeClass

Categories: projection, string

The data type a ColumnDefinition gives a captured column.

Either a data type from tabsdatak.tableframe.datatypes used as a type (Int64) or an instance of one where the type is parameterized (Datetime("us")).

Examples

ColumnDefinition("year", Int64)
ColumnDefinition("seen_at", Datetime("us"))