Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

@PublicEvolving
public interface Table extends Explainable<Table>, Executable {

    /**
* Declare the pipeline defined by the given {@link Table} object
* to create the table at the specified path.
*/
CreatingTable saveAs(String tablePath);
}

...

CreateOrReplaceTable

Proposing a public interface CreateOrReplaceTable used by CTAS for table API.

...