public interface FunctionCall<C> extends OperationCall<C>
Function
invocation arguments.Modifier and Type | Method and Description |
---|---|
TupleEntry |
getArguments()
Returns
TupleEntry of argument values. |
Fields |
getDeclaredFields()
|
TupleEntryCollector |
getOutputCollector()
Returns the
TupleEntryCollector used to emit result values. |
getArgumentFields, getContext, setContext
TupleEntry getArguments()
TupleEntry
of argument values.Fields getDeclaredFields()
TupleEntryCollector getOutputCollector()
TupleEntryCollector
used to emit result values.