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

Method getSourceLocation

src/org/apache/pig/PigException.java:446–448  ·  view source on GitHub ↗

Return the location in the source that generated the exception.

()

Source from the content-addressed store, hash-verified

444 * Return the location in the source that generated the exception.
445 */
446 public SourceLocation getSourceLocation() {
447 return sourceLocation;
448 }
449
450 public void setSourceLocation(SourceLocation location) {
451 sourceLocation = location;

Callers 2

parseQueryMethod · 0.95

Calls

no outgoing calls

Tested by 1