Uses of Class
org.apache.pinot.sql.parsers.dml.DataManipulationStatement.ExecutionType
-
Packages that use DataManipulationStatement.ExecutionType Package Description org.apache.pinot.sql.parsers.dml -
-
Uses of DataManipulationStatement.ExecutionType in org.apache.pinot.sql.parsers.dml
Methods in org.apache.pinot.sql.parsers.dml that return DataManipulationStatement.ExecutionType Modifier and Type Method Description DataManipulationStatement.ExecutionTypeDataManipulationStatement. getExecutionType()The method to execute this Statement, e.g.DataManipulationStatement.ExecutionTypeInsertIntoFile. getExecutionType()static DataManipulationStatement.ExecutionTypeDataManipulationStatement.ExecutionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataManipulationStatement.ExecutionType[]DataManipulationStatement.ExecutionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-