Class TableColumn.PhysicalColumn
java.lang.Object
org.apache.flink.table.legacy.api.TableColumn
org.apache.flink.table.legacy.api.TableColumn.PhysicalColumn
- Enclosing class:
- TableColumn
Representation of a physical column.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.table.legacy.api.TableColumn
TableColumn.ComputedColumn, TableColumn.MetadataColumn, TableColumn.PhysicalColumn -
Method Summary
Modifier and TypeMethodDescriptionReturns an explanation of specific column extras next to name and type.booleanReturns whether the given column is persisted in a sink operation.booleanReturns whether the given column is a physical column of a table; neither computed nor metadata.
-
Method Details
-
isPhysical
public boolean isPhysical()Description copied from class:TableColumnReturns whether the given column is a physical column of a table; neither computed nor metadata.- Specified by:
isPhysicalin classTableColumn
-
isPersisted
public boolean isPersisted()Description copied from class:TableColumnReturns whether the given column is persisted in a sink operation.- Specified by:
isPersistedin classTableColumn
-
explainExtras
Description copied from class:TableColumnReturns an explanation of specific column extras next to name and type.- Specified by:
explainExtrasin classTableColumn
-