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.BYTEstatic final Column.TypeColumnTypes.BYTE_OBJECTstatic final Column.TypeColumnTypes.DECIMALstatic final Column.TypeColumnTypes.DOUBLEstatic final Column.TypeColumnTypes.DOUBLE_OBJECTstatic final Column.TypeColumnTypes.INTstatic final Column.TypeColumnTypes.INT_OBJECTstatic final Column.TypeColumnTypes.LOCALDATEstatic final Column.TypeColumnTypes.LONGstatic final Column.TypeColumnTypes.LONG_OBJECTstatic final Column.TypeColumnTypes.STRINGstatic final Column.TypeColumnByte.TYPEColumn type descriptor for primitive byte columns.static final Column.TypeColumnDouble.TYPEColumn type descriptor for primitive double columns.static final Column.TypeColumnInt.TYPEColumn type descriptor for primitive int columns.static final Column.TypeColumnLong.TYPEColumn type descriptor for primitive long columns.Methods in app.babylon.table.column that return Column.TypeModifier and TypeMethodDescriptionColumn.getType()Returns the declared type of values stored in this column.default Column.TypeColumnDouble.getType()default Column.TypeColumnInt.getType()default Column.TypeColumnLong.getType()static Column.TypeResolves a column type descriptor for the supplied Java class.Methods 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) Creates a constant categorical column using an explicit column type.static ColumnBuilderColumns.newColumn(ColumnName colName, Column.Type type) -
Uses of Column.Type in app.babylon.table.io
Method parameters in app.babylon.table.io with type arguments of type Column.TypeModifier and TypeMethodDescriptionstatic RowConsumerTableCreatorRowConsumerTableCreator.create(Csv.ReadSettings options, HeaderDetection headerDetection, Map<ColumnName, Column.Type> explicitColumnTypes) static RowConsumerFactory<TableColumnar> RowConsumerTableCreator.factory(Map<ColumnName, Column.Type> explicitColumnTypes)