Uses of Class
io.trino.metadata.TableProperties
-
Packages that use TableProperties Package Description io.trino.metadata -
-
Uses of TableProperties in io.trino.metadata
Methods in io.trino.metadata that return TableProperties Modifier and Type Method Description TablePropertiesMetadata. getTableProperties(Session session, TableHandle handle)TablePropertiesMetadataManager. getTableProperties(Session session, TableHandle handle)TablePropertiesTableLayoutResult. getTableProperties()Deprecated.Constructors in io.trino.metadata with parameters of type TableProperties Constructor Description TableLayoutResult(TableHandle newTable, TableProperties layout, TupleDomain<ColumnHandle> unenforcedConstraint)Deprecated.
-