- All Superinterfaces:
MetadataContext,OperatorComposable
- All Known Subinterfaces:
DeferredCompositionContext
Composition context used by
CompositeOperator's.-
Method Summary
Modifier and TypeMethodDescriptionReturns the compilation level with which the graph is being compiledMethods inherited from interface com.pervasive.datarush.operators.MetadataContext
getCombinedMetadata, getEngineConfig, getFileClient, getMaxParallelism, getPath, getRequiredMetadata, getSourceMaxParallelism, getSourceMetadata, isParallel, isSourceConnected, isSourceParallelMethods inherited from interface com.pervasive.datarush.operators.OperatorComposable
add, add, add, connect
-
Method Details
-
getCompilationLevel
CompilationLevel getCompilationLevel()Returns the compilation level with which the graph is being compiled- Returns:
- the compilation level
-