Uses of Interface
com.pervasive.datarush.graphs.LogicalSubgraph
-
Packages that use LogicalSubgraph Package Description com.pervasive.datarush.operators Provides classes and interfaces for developing dataflow operators.com.pervasive.datarush.ports.record 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 LogicalSubgraph Modifier and Type Method Description LogicalSubgraph
IterativeExecutionContext. 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 LogicalSubgraph Modifier and Type Method Description RecordPort
RecordPort. filtered(LogicalSubgraph subgraph, RecordPortOptions options)
Returns a new record port that is a filtered view of this record port.
-