Uses of Class
io.trino.operator.AbstractRowChangeOperator.State
-
Packages that use AbstractRowChangeOperator.State Package Description io.trino.operator -
-
Uses of AbstractRowChangeOperator.State in io.trino.operator
Fields in io.trino.operator declared as AbstractRowChangeOperator.State Modifier and Type Field Description protected AbstractRowChangeOperator.StateAbstractRowChangeOperator. stateMethods in io.trino.operator that return AbstractRowChangeOperator.State Modifier and Type Method Description static AbstractRowChangeOperator.StateAbstractRowChangeOperator.State. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractRowChangeOperator.State[]AbstractRowChangeOperator.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-