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

Method pig

piglet/src/test/java/org/apache/calcite/test/PigletTest.java:26–28  ·  view source on GitHub ↗
(String pig)

Source from the content-addressed store, hash-verified

24/** Unit tests for Piglet. */
25class PigletTest {
26 private static Fluent pig(String pig) {
27 return new Fluent(pig);
28 }
29
30 @Test void testParseLoad() throws ParseException {
31 final String s = "A = LOAD 'Emp';";

Callers 15

testParseLoadMethod · 0.95
testParse2Method · 0.95
testScanMethod · 0.95
testDumpMethod · 0.95
testDumpValuesMethod · 0.95
testForeachMethod · 0.95
testForeachNestedMethod · 0.95
testGroupMethod · 0.95
testGroupExampleMethod · 0.95
testDistinctExampleMethod · 0.95
testFilterMethod · 0.95
testFilterExampleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected