MCPcopy Create free account
hub / github.com/apache/calcite / execute

Method execute

core/src/main/java/org/apache/calcite/util/Puffin.java:122–122  ·  view source on GitHub ↗

Executes this program.

(Stream<? extends Source> sources, PrintWriter out)

Source from the content-addressed store, hash-verified

120 public interface Program<G> {
121 /** Executes this program. */
122 G execute(Stream<? extends Source> sources, PrintWriter out);
123
124 /** Executes this program, writing to an output stream such as
125 * {@link System#out}. */

Callers 15

runTestFileMethod · 0.65
enumeratorMethod · 0.65
executeProgramMethod · 0.65
executeSubProgramMethod · 0.65
executeMethod · 0.65
prepareAndExecuteMethod · 0.65
onMatchMethod · 0.65
onMatchMethod · 0.65
mainMethod · 0.65

Calls

no outgoing calls

Tested by 15

runTestFileMethod · 0.52
mainMethod · 0.52
testCreateSchemaMethod · 0.52
testUnnestMethod · 0.52
testCreateTypeMethod · 0.52
testDropTypeMethod · 0.52
testCreateTableMethod · 0.52
testCreateTableLikeMethod · 0.52