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