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

Method buildQuery

src/org/apache/pig/PigServer.java:1842–1849  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1840 }
1841
1842 private String buildQuery() {
1843 StringBuilder accuQuery = new StringBuilder();
1844 for( String line : scriptCache ) {
1845 accuQuery.append( line + "\n" );
1846 }
1847
1848 return accuQuery.toString();
1849 }
1850
1851 private void compile() throws IOException {
1852 lp.validate(pigContext, scope, false);

Callers 2

validateQueryMethod · 0.95
parseQueryMethod · 0.95

Calls 2

appendMethod · 0.65
toStringMethod · 0.45

Tested by

no test coverage detected