Uses of Class
io.prestosql.plugin.tpch.TpchTransactionHandle
-
Packages that use TpchTransactionHandle Package Description io.prestosql.plugin.tpch -
-
Uses of TpchTransactionHandle in io.prestosql.plugin.tpch
Methods in io.prestosql.plugin.tpch that return TpchTransactionHandle Modifier and Type Method Description static TpchTransactionHandleTpchTransactionHandle. valueOf(String name)Returns the enum constant of this type with the specified name.static TpchTransactionHandle[]TpchTransactionHandle. values()Returns an array containing the constants of this enum type, in the order they are declared.
-