Uses of Class
io.prestosql.plugin.tpch.TpchTableHandle
-
Packages that use TpchTableHandle Package Description io.prestosql.plugin.tpch -
-
Uses of TpchTableHandle in io.prestosql.plugin.tpch
Methods in io.prestosql.plugin.tpch that return TpchTableHandle Modifier and Type Method Description TpchTableHandleTpchTableLayoutHandle. getTable()TpchTableHandleTpchMetadata. getTableHandle(ConnectorSession session, SchemaTableName tableName)Constructors in io.prestosql.plugin.tpch with parameters of type TpchTableHandle Constructor Description TpchTableLayoutHandle(TpchTableHandle table, TupleDomain<ColumnHandle> predicate)
-