Class QuantilePickFEDInstruction.GetValuesInRange
java.lang.Object
org.apache.sysds.runtime.controlprogram.federated.FederatedUDF
org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction.GetValuesInRange
- All Implemented Interfaces:
Serializable,LineageTraceable
- Enclosing class:
- QuantilePickFEDInstruction
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionexecute(ExecutionContext ec, Data... data) Execute the user-defined function on a set of data objects (e.g., matrix objects, frame objects, or scalars), which are looked up by specified input IDs and passed in the same order.org.apache.commons.lang3.tuple.Pair<String,LineageItem> Obtain lineage trace of an instruction with a single output.Methods inherited from class org.apache.sysds.runtime.controlprogram.federated.FederatedUDF
getInputIDs, getOutputIdsMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.sysds.runtime.lineage.LineageTraceable
getLineageItems, hasSingleLineage
-
Method Details
-
execute
Description copied from class:FederatedUDFExecute the user-defined function on a set of data objects (e.g., matrix objects, frame objects, or scalars), which are looked up by specified input IDs and passed in the same order. Output data objects (potentially many) can be directly added to the passed execution context and its variable map.- Specified by:
executein classFederatedUDF- Parameters:
ec- execution contextdata- one or many data objects- Returns:
- federated response, with none or many output objects
-
getLineageItem
Description copied from interface:LineageTraceableObtain lineage trace of an instruction with a single output.- Parameters:
ec- execution context w/ live variables- Returns:
- pair of (output variable name, output lineage item)
-