Column.ComputedColumn, Column.MetadataColumn, Column.PhysicalColumn| 限定符和类型 | 方法和说明 |
|---|---|
Column |
copy(DataType newDataType)
Returns a copy of the column with a replaced
DataType. |
boolean |
equals(Object o) |
Optional<String> |
explainExtras()
Returns an explanation of specific column extras next to name and type.
|
ResolvedExpression |
getExpression() |
int |
hashCode() |
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.ComputedColumn |
withComment(String comment)
Add the comment to the column and return the new object.
|
asSummaryString, computed, getComment, getDataType, getName, metadata, physical, toStringpublic Column.ComputedColumn withComment(String comment)
ColumnwithComment 在类中 Columnpublic boolean isPhysical()
ColumnisPhysical 在类中 Columnpublic boolean isPersisted()
ColumnisPersisted 在类中 Columnpublic ResolvedExpression getExpression()
public Optional<String> explainExtras()
ColumnexplainExtras 在类中 Columnpublic Column copy(DataType newDataType)
ColumnDataType.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.