Uses of Enum Class
se.kuseman.payloadbuilder.api.catalog.Column.Type
Packages that use Column.Type
-
Uses of Column.Type in se.kuseman.payloadbuilder.api.catalog
Methods in se.kuseman.payloadbuilder.api.catalog that return Column.TypeModifier and TypeMethodDescriptionResolvedType.getType()static Column.TypeReturns the enum constant of this class with the specified name.static Column.Type[]Column.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in se.kuseman.payloadbuilder.api.catalog with parameters of type Column.TypeModifier and TypeMethodDescriptionstatic ResolvedTypeResolvedType.array(Column.Type type) Create a resolved type of type Arraystatic ColumnColumn.of(String name, Column.Type type) static ResolvedTypeResolvedType.of(Column.Type type) Get resolved type from provided type.Constructors in se.kuseman.payloadbuilder.api.catalog with parameters of type Column.TypeModifierConstructorDescriptionResolvedType(Column.Type type) ResolvedType(Column.Type type, ResolvedType subType, Schema schema) -
Uses of Column.Type in se.kuseman.payloadbuilder.api.execution
Fields in se.kuseman.payloadbuilder.api.execution with type parameters of type Column.TypeModifier and TypeFieldDescriptionstatic final Map<Column.Type,ValueVector> ValueVector.EMPTY_VECTOR_BY_TYPEstatic final Map<Column.Type,ValueVector> ValueVector.ONE_SIZE_NULL_VECTOR_BY_TYPE