Uses of Interface
com.pervasive.datarush.graphs.LogicalSubgraph
Packages that use LogicalSubgraph
Package
Description
Provides classes and interfaces for developing dataflow operators.
Provides implementations of port objects related to the flow of record sets
between operators.
-
Uses of LogicalSubgraph in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return LogicalSubgraphModifier and TypeMethodDescriptionIterativeExecutionContext.newSubgraph()Creates a new subgraph. -
Uses of LogicalSubgraph in com.pervasive.datarush.ports.record
Methods in com.pervasive.datarush.ports.record with parameters of type LogicalSubgraphModifier and TypeMethodDescriptionRecordPort.filtered(LogicalSubgraph subgraph, RecordPortOptions options) Returns a new record port that is a filtered view of this record port.