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

Method getOperators

src/org/apache/pig/parser/QueryParserDriver.java:207–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205 }
206
207 public Map<String, Operator> getOperators() {
208 return operators;
209 }
210
211 static CommonTokenStream tokenize(String query, String source)
212 throws ParserException {

Callers 1

parseQueryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected