Interface StatementSet

All Superinterfaces:
Compilable, Executable, Explainable<StatementSet>
All Known Implementing Classes:
StatementSetImpl

@PublicEvolving public interface StatementSet extends Explainable<StatementSet>, Compilable, Executable
A StatementSet accepts pipelines defined by DML statements or Table objects. The planner can optimize all added statements together and then submit them as one job.

The added statements will be cleared when calling the execute() method.