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