Module datarush.library
Package com.pervasive.datarush.operators
Class OperatorProxies.IterativeOperatorProxy
java.lang.Object
com.pervasive.datarush.operators.OperatorProxies.OperatorProxy
com.pervasive.datarush.operators.OperatorProxies.IterativeOperatorProxy
- Enclosing class:
- OperatorProxies
public static final class OperatorProxies.IterativeOperatorProxy
extends OperatorProxies.OperatorProxy
Public only as a matter of implementation; not intended for external use
-
Method Summary
Modifier and TypeMethodDescriptionvoidPublic only as a matter of implementation; not intended for external usePublic only as a matter of implementation; not intended for external usePublic only as a matter of implementation; not intended for external useMethods inherited from class com.pervasive.datarush.operators.OperatorProxies.OperatorProxy
isParallelismDisabled, notifyError, setParallelismDisabled
-
Method Details
-
computeMetadata
Public only as a matter of implementation; not intended for external use- Parameters:
ctx- the metadata context
-
createIterator
Public only as a matter of implementation; not intended for external use- Parameters:
ctx- the metadata context- Returns:
- a new iterator
-
getTarget
Description copied from class:OperatorProxies.OperatorProxyPublic only as a matter of implementation; not intended for external use- Overrides:
getTargetin classOperatorProxies.OperatorProxy- Returns:
- the target operator
-