Interface DataManipulationStatement

  • All Known Implementing Classes:
    InsertIntoFile

    public interface DataManipulationStatement
    DML Statement
    • Method Detail

      • generateAdhocTaskConfig

        AdhocTaskConfig generateAdhocTaskConfig()
        Generate minion task config for this statement.
        Returns:
        Adhoc minion task config
      • execute

        List<Object[]> execute()
        Execute the statement and format response to response row format. Not used for Minion ExecutionType.
        Returns:
        Result rows
      • getResultSchema

        DataSchema getResultSchema()
        Returns:
        Result schema for response