Interface TableSummary
@Evolving
public interface TableSummary
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic TableSummary
of
(Identifier identifier, String tableType)
-
Field Details
-
MANAGED_TABLE_TYPE
- See Also:
-
EXTERNAL_TABLE_TYPE
- See Also:
-
VIEW_TABLE_TYPE
- See Also:
-
FOREIGN_TABLE_TYPE
- See Also:
-
-
Method Details
-
identifier
Identifier identifier() -
tableType
String tableType() -
of
-