Column.ComputedColumn, Column.MetadataColumn, Column.PhysicalColumn| 限定符和类型 | 方法和说明 |
|---|---|
Column |
copy(DataType newDataType)
Returns a copy of the column with a replaced
DataType. |
Optional<String> |
explainExtras()
Returns an explanation of specific column extras next to name and type.
|
boolean |
isPersisted()
Returns whether the given column is persisted in a sink operation.
|
boolean |
isPhysical()
Returns whether the given column is a physical column of a table; neither computed nor
metadata.
|
Column.PhysicalColumn |
withComment(String comment)
Add the comment to the column and return the new object.
|
asSummaryString, computed, equals, getComment, getDataType, getName, hashCode, metadata, physical, toStringpublic Column.PhysicalColumn withComment(String comment)
ColumnwithComment 在类中 Columnpublic boolean isPhysical()
ColumnisPhysical 在类中 Columnpublic boolean isPersisted()
ColumnisPersisted 在类中 Columnpublic Optional<String> explainExtras()
ColumnexplainExtras 在类中 ColumnCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.