Uses of Class
org.apache.flink.table.legacy.api.TableColumn
Packages that use TableColumn
-
Uses of TableColumn in org.apache.flink.table.legacy.api
Subclasses of TableColumn in org.apache.flink.table.legacy.apiModifier and TypeClassDescriptionstatic classDeprecated.Representation of a computed column.static classDeprecated.Representation of a metadata column.static classDeprecated.Representation of a physical column.Methods in org.apache.flink.table.legacy.api that return TableColumnModifier and TypeMethodDescriptionstatic TableColumnDeprecated.static TableColumnDeprecated.Usecomputed(String, DataType, String)instead.Methods in org.apache.flink.table.legacy.api that return types with arguments of type TableColumnModifier and TypeMethodDescriptionTableSchema.getTableColumn(int fieldIndex) Deprecated.Returns theTableColumninstance for the given field index.TableSchema.getTableColumn(String fieldName) Deprecated.Returns theTableColumninstance for the given field name.TableSchema.getTableColumns()Deprecated.Returns all theTableColumns for this table schema.Methods in org.apache.flink.table.legacy.api with parameters of type TableColumnModifier and TypeMethodDescriptionTableSchema.Builder.add(TableColumn column) Adds aTableColumnto this builder. -
Uses of TableColumn in org.apache.flink.table.utils
Method parameters in org.apache.flink.table.utils with type arguments of type TableColumnModifier and TypeMethodDescriptionstatic int[]TypeMappingUtils.computePhysicalIndices(List<TableColumn> logicalColumns, DataType physicalType, Function<String, String> nameRemapping) Computes indices of physical fields corresponding to the selected logical fields of aTableSchema.static int[]TypeMappingUtils.computePhysicalIndicesOrTimeAttributeMarkers(TableSource<?> tableSource, List<TableColumn> logicalColumns, boolean streamMarkers, Function<String, String> nameRemapping) Computes indices of physical fields corresponding to the selected logical fields of aTableSchema.
physical(String, DataType)instead.