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

Method supportsMultipleInputs

src/org/apache/pig/impl/plan/Operator.java:72–72  ·  view source on GitHub ↗

Indicates whether this operator supports multiple inputs. @return true if it does, otherwise false.

()

Source from the content-addressed store, hash-verified

70 * @return true if it does, otherwise false.
71 */
72 public abstract boolean supportsMultipleInputs();
73
74 /**
75 * Indicates whether this operator supports multiple outputs.

Callers 2

connectMethod · 0.45
pushAfterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected