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

Method supportsMultipleOutputs

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

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

()

Source from the content-addressed store, hash-verified

77 * @return true if it does, otherwise false.
78 */
79 public abstract boolean supportsMultipleOutputs();
80
81 public abstract String name();
82

Callers 2

connectMethod · 0.45
pushBeforeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected