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

Method getInputSchema

src/org/apache/pig/EvalFunc.java:340–342  ·  view source on GitHub ↗

This method is intended to be called by the user in EvalFunc to get the input schema of the EvalFunc

()

Source from the content-addressed store, hash-verified

338 * schema of the EvalFunc
339 */
340 public Schema getInputSchema(){
341 return this.inputSchemaInternal;
342 }
343
344 /**
345 * Returns the {@link SchemaType} of the EvalFunc. User defined functions can override

Callers 15

visitMethod · 0.80
processInputMethod · 0.80
execMethod · 0.80
getOutputMethod · 0.80
execMethod · 0.80
execMethod · 0.80
execMethod · 0.80
execMethod · 0.80
outputSchemaMethod · 0.80
execMethod · 0.80
getShipFilesMethod · 0.80
outputSchemaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected