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