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

Method sql

example/csv/src/test/java/org/apache/calcite/test/CsvTest.java:426–428  ·  view source on GitHub ↗
(String model, String sql)

Source from the content-addressed store, hash-verified

424 }
425
426 private Fluent sql(String model, String sql) {
427 return new Fluent(model, sql, this::output);
428 }
429
430 /** Returns a function that checks the contents of a result set against an
431 * expected string. */

Calls

no outgoing calls

Tested by

no test coverage detected