public static class TableColumn.ComputedColumn extends TableColumn
TableColumn.ComputedColumn, TableColumn.MetadataColumn, TableColumn.PhysicalColumn| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
Optional<String> |
explainExtras()
Returns an explanation of specific column extras next to name and type.
|
String |
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.
|
public boolean isPhysical()
TableColumnisPhysical 在类中 TableColumnpublic boolean isPersisted()
TableColumnisPersisted 在类中 TableColumnpublic String getExpression()
public Optional<String> explainExtras()
TableColumnexplainExtras 在类中 TableColumnpublic boolean equals(Object o)
equals 在类中 TableColumnpublic int hashCode()
hashCode 在类中 TableColumnCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.