Uses of Interface
app.babylon.table.column.Column.Type
Packages that use Column.Type
Package
Description
-
Uses of Column.Type in app.babylon.table
Methods in app.babylon.table that return Column.TypeMethods in app.babylon.table that return types with arguments of type Column.TypeMethods in app.babylon.table with parameters of type Column.TypeModifier and TypeMethodDescriptionTableBuildPlan.withColumnType(ColumnName columnName, Column.Type columnType) -
Uses of Column.Type in app.babylon.table.aggregation
Methods in app.babylon.table.aggregation that return Column.TypeMethods in app.babylon.table.aggregation that return types with arguments of type Column.TypeMethods in app.babylon.table.aggregation with parameters of type Column.TypeModifier and TypeMethodDescriptionAggregationPlan.withColumnType(ColumnName columnName, Column.Type columnType) -
Uses of Column.Type in app.babylon.table.column
Fields in app.babylon.table.column declared as Column.TypeModifier and TypeFieldDescriptionstatic final Column.TypeColumnTypes.DECIMALstatic final Column.TypeColumnTypes.LOCALDATEstatic final Column.TypeColumnTypes.STRINGstatic final Column.TypeColumnByte.TYPEstatic final Column.TypeColumnDouble.TYPEstatic final Column.TypeColumnInt.TYPEstatic final Column.TypeColumnLong.TYPEMethods in app.babylon.table.column that return Column.TypeModifier and TypeMethodDescriptionColumn.getType()default Column.TypeColumnDouble.getType()default Column.TypeColumnInt.getType()default Column.TypeColumnLong.getType()static Column.TypeMethods in app.babylon.table.column with parameters of type Column.TypeModifier and TypeMethodDescriptionstatic <T> ColumnCategorical<T> ColumnCategorical.constant(ColumnName name, T value, int size, Column.Type type) static ColumnBuilderColumns.newColumn(ColumnName colName, Column.Type type) -
Uses of Column.Type in app.babylon.table.grouping
Constructors in app.babylon.table.grouping with parameters of type Column.TypeModifierConstructorDescriptionGroupBy(Column.Type[] groupByTypes, ColumnName[] groupBys, Map<GroupKey, TableColumnar> groupedTables) -
Uses of Column.Type in app.babylon.table.io
Methods in app.babylon.table.io with parameters of type Column.TypeModifier and TypeMethodDescriptionCsv.Settings.withColumnType(ColumnName columnName, Column.Type columnType) Method parameters in app.babylon.table.io with type arguments of type Column.TypeModifier and TypeMethodDescriptionstatic RowConsumerTableCreatorRowConsumerTableCreator.create(Csv.Settings options, HeaderDetection headerDetection, Map<ColumnName, Column.Type> explicitColumnTypes) static RowConsumerFactory<TableColumnar> RowConsumerTableCreator.factory(Map<ColumnName, Column.Type> explicitColumnTypes)