Uses of Interface
com.pervasive.datarush.operators.LogicalOperator
Packages that use LogicalOperator
Package
Description
Provides common classes for Association Rule Mining (ARM).
Provides the operator to perform the FP-growth ARM algorithm.
Provides operators related to data cleansing.
Provides base PMML for clustering models.
Provides the KMeans algorithm.
Provides the PMML learner operator and associated classes.
Provides the decision tree predictor operator and associated classes.
Provides the decision tree pruner operator and associated classes.
Provides an implementation of the KNN algorithm using DataRush's sparse data API.
Provides an implementation of the Naive Bayes learner.
Provides an implementation of a Naive Bayes predictor.
Provides shared and base classes for PMML model representation of Analytics algorithms.
Provides utility, PMML and other classes for shared use by regression related entities.
Provides various statistics, Data Summarizer, and Data Quality Analyzer.
Provides an implementation of an SVM learner.
Provides an implementation of an SVM predictor.
Provides various unstructured text processing operators.
Provides some (internal) utility classes for Analytics.
Provides operators for classifier performance visualization.
Provides classes and interfaces for the construction of executable
dataflow graphs.
Provides operators for performing discovering duplicates or links between
records.
Provides operators for generating possible candidate pairs.
Provides operators for clustering the results of duplicate or
linkage discovery.
Provides operators for analyzing data for approximate matching.
Provides classes and interfaces for developing dataflow operators.
Provides operators for making assertions on flows and files.
Provides data aggregation components.
Provides base file I/O components including encoders and decoders.
Provides operators for reading and writing files in Avro format.
Provides operators for reading from JDBC sources and writing to JDBC targets.
Provides operators for reading and writing DataRush staging datasets.
Provides operators for reading and writing text data.
Provides operators for joining together two data sets into a single one.
Provides operators for handling models.
Provides operators for partitioning and unpartitioning flows of data.
Provides operators for manipulating record structure.
Provides the
RunScript
operator for running user-defined scripts on the rows of an input record flow.Provides operators for selecting a subset of the data set.
Provides the
LogRows operator
for writing debugging information about a flow to the logging API.Provides operators for sorting and manipulating sorted
flows.
Provides operators for generating data tokens in various ways.
Provides operators for operating on string values in records.
Provides classes and interfaces related to receiving and sending data in a dataflow graph.
Provides implementations of port objects dealing with the flow of single objects
between operators.
Provides implementations of port objects related to the flow of record sets
between operators.
-
Uses of LogicalOperator in com.actian.dataflow.operators.io.orc
Classes in com.actian.dataflow.operators.io.orc that implement LogicalOperator -
Uses of LogicalOperator in com.actian.dataflow.operators.io.parquet
Classes in com.actian.dataflow.operators.io.parquet that implement LogicalOperatorModifier and TypeClassDescriptionclassReads data previously written using Apache Parquet format by Apache Hive. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.arm
Classes in com.pervasive.datarush.analytics.arm that implement LogicalOperatorModifier and TypeClassDescriptionclassAn operator that converts an association model in PMML into a target format.classCompute the frequent items within the given transactions. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.arm.fpgrowth
Classes in com.pervasive.datarush.analytics.arm.fpgrowth that implement LogicalOperatorModifier and TypeClassDescriptionclassAn operator that implements the FP-growth algorithm, outputting a PMML model containing generated items sets and association rules. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.cleansing
Classes in com.pervasive.datarush.analytics.cleansing that implement LogicalOperatorModifier and TypeClassDescriptionclassReplace missing values in the input data according to the given replacement specifications. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.cluster
Classes in com.pervasive.datarush.analytics.cluster that implement LogicalOperatorModifier and TypeClassDescriptionfinal classAssigns input data to clusters based on the provided PMML Clustering Model. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.cluster.kmeans
Classes in com.pervasive.datarush.analytics.cluster.kmeans that implement LogicalOperatorModifier and TypeClassDescriptionfinal classComputes clustering model for the given input based on the k-Means algorithm. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.decisiontree.learner
Classes in com.pervasive.datarush.analytics.decisiontree.learner that implement LogicalOperatorModifier and TypeClassDescriptionfinal classOperator responsible for constructing a Decision Tree. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.decisiontree.predictor
Classes in com.pervasive.datarush.analytics.decisiontree.predictor that implement LogicalOperatorModifier and TypeClassDescriptionfinal classOperator responsible for predicting outcomes based on a Decision Tree PMML model. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.decisiontree.pruner
Classes in com.pervasive.datarush.analytics.decisiontree.pruner that implement LogicalOperatorModifier and TypeClassDescriptionfinal classPerforms pruning of the provided input model. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.knn
Classes in com.pervasive.datarush.analytics.knn that implement LogicalOperatorModifier and TypeClassDescriptionfinal classApplies the K-nearest neighbor algorithm to classify input data against an already classified set of example data. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.naivebayes.learner
Classes in com.pervasive.datarush.analytics.naivebayes.learner that implement LogicalOperatorModifier and TypeClassDescriptionfinal classOperator responsible for building a Naive Bayes PMML model from input data. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.naivebayes.predictor
Classes in com.pervasive.datarush.analytics.naivebayes.predictor that implement LogicalOperatorModifier and TypeClassDescriptionfinal classOperator responsible for predicting outcomes based on a Naive Bayes PMML model. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.pmml
Classes in com.pervasive.datarush.analytics.pmml that implement LogicalOperatorModifier and TypeClassDescriptionfinal classfinal classfinal classReads a PMML model object from a file.final classWrite a PMML object representation to a file at the given path. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.r
Classes in com.pervasive.datarush.analytics.r that implement LogicalOperator -
Uses of LogicalOperator in com.pervasive.datarush.analytics.regression
Classes in com.pervasive.datarush.analytics.regression that implement LogicalOperatorModifier and TypeClassDescriptionclassPerforms a multivariate linear regression on the given training data.classFits a multinomial logistic regression model to the training data.classclassApply a regression model to the input data.final classCompute the sum of squares for the given fields of the input data. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.stats
Classes in com.pervasive.datarush.analytics.stats that implement LogicalOperatorModifier and TypeClassDescriptionclassDetermines which range each value in a field falls within and counts the totals.final classEvaluates a set of quality tests on an input dataset.final classCalculates distinct values of the given input field.classThe EqualRangeBinning operator can be used to divide a set of numeric data into equal range bins.classCompute the most frequent values within the given fields.final classApply normalization methods to fields within an input data flow.classRank data using the given rank mode.final classDiscovers various metrics of an input dataset, based on the configured detail level. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.svm.learner
Classes in com.pervasive.datarush.analytics.svm.learner that implement LogicalOperatorModifier and TypeClassDescriptionfinal classBuilds aPMMLSupportVectorMachineModelfrom an input dataset. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.svm.predictor
Classes in com.pervasive.datarush.analytics.svm.predictor that implement LogicalOperatorModifier and TypeClassDescriptionfinal classOperator responsible for classification based on a SVM PMML model. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.text
Classes in com.pervasive.datarush.analytics.text that implement LogicalOperatorModifier and TypeClassDescriptionclassCalculates the n-gram frequencies for a tokenized text field.classCalculates the word frequencies for a tokenized text field.classConverts the case on a TokenizedText field.classCounts the number of tokens in a tokenized text field.classFilters a tokenized text field using a dictionary.classExpands text frequency field.classExpands a TokenizedText field.classFilters a tokenized text field.classCalculates the bag of words for a tokenized text field.classFilters a frequency map field.classStems a TokenizedText field.classTokenizes a string field as a TokenizedText object. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.util
Classes in com.pervasive.datarush.analytics.util that implement LogicalOperatorModifier and TypeClassDescriptionclassCommon base class for "predictor" processes. -
Uses of LogicalOperator in com.pervasive.datarush.analytics.viz
Classes in com.pervasive.datarush.analytics.viz that implement LogicalOperatorModifier and TypeClassDescriptionclassThis operator takes the output of one or multiple predictors and uses the confidence values produced by these predictors along with the actual target values ("true class") to produce diagnostic charts. -
Uses of LogicalOperator in com.pervasive.datarush.graphs
Methods in com.pervasive.datarush.graphs with parameters of type LogicalOperatorModifier and TypeMethodDescriptionLogicalGraphInstances.getExceptions(LogicalGraphInstance instance, LogicalOperator operator) Returns the exceptions associated with the given operator.LogicalGraphInstance.getOperatorInstance(LogicalOperator operator) Looks up an operator instance by theLogicalOperatoradded to the graph.static OperatorStateLogicalGraphInstances.getOperatorState(LogicalGraphInstance instance, LogicalOperator operator) Returns the operator state associated with the given operator.static List<LogicalStatistic>LogicalGraphInstances.getOperatorStatistics(LogicalGraphInstance instance, LogicalOperator operator) Returns the operator statistics associated with the given operator.voidGraphCompilationListener.preCompile(MetadataContext ctx, GraphPath path, LogicalOperator operator) Invoked just prior to compiling an operator. -
Uses of LogicalOperator in com.pervasive.datarush.hbase
Classes in com.pervasive.datarush.hbase that implement LogicalOperatorModifier and TypeClassDescriptionclassWrite delete markers to HBaseclassSpecifies key field mapping when accessing HBase.classSpecifies data field mapping when accessing HBase.classRead a result set from HBase.classWrite a result set to HBase. -
Uses of LogicalOperator in com.pervasive.datarush.matching
Classes in com.pervasive.datarush.matching that implement LogicalOperatorModifier and TypeClassDescriptionclassDiscover duplicate records within a single source using fuzzy matching operators.classUse fuzzy matching operators to discover linked records from two data sources. -
Uses of LogicalOperator in com.pervasive.datarush.matching.block
Classes in com.pervasive.datarush.matching.block that implement LogicalOperatorModifier and TypeClassDescriptionclassBlock the input data by creating a cartesian product of the data.classBlock records into groups of like records based on a set of key fields and generate record pairs from these groups.classBlock records from a single source into groups of like records based on a set of key fields and generate record pairs from these groups.classFinds key groupings within the input key fields and, for each key group, generates all pairwise combinations of distinct rows in that group.classAn operator that issues warnings if a dataflow contains an unusually large number of distinct key values. -
Uses of LogicalOperator in com.pervasive.datarush.matching.cluster
Classes in com.pervasive.datarush.matching.cluster that implement LogicalOperatorModifier and TypeClassDescriptionclassTransform record pairs into clusters of like records, where the two sides of the pair are from the same source.classTransform record pairs into clusters of like records. -
Uses of LogicalOperator in com.pervasive.datarush.matching.tune
Classes in com.pervasive.datarush.matching.tune that implement LogicalOperatorModifier and TypeClassDescriptionclassProvides an analysis of the quality of a set of blocking keys over data to be deduplicated.classProvides an analysis of the quality of a set of blocking keys over two data sets to be linked. -
Uses of LogicalOperator in com.pervasive.datarush.operators
Subinterfaces of LogicalOperator in com.pervasive.datarush.operatorsModifier and TypeInterfaceDescriptioninterfaceMultiSinkOperator<T extends LogicalPort>Mix-in interface to be implemented by some operators.interfaceMultiSourceOperator<T extends LogicalPort>Mix-in interface to be implemented by some operators.interfacePipelineOperator<T extends LogicalPort>Mix-in interface to be implemented by some operators.interfaceRefinement ofPipelineOperator, specific to RecortPort's.interfaceRefinement ofSinkOperator, specific to RecortPort's.interfaceRefinement ofSourceOperator, specific to RecortPort's.interfaceSinkOperator<T extends LogicalPort>Mix-in interface to be implemented by some operators.interfaceSourceOperator<T extends LogicalPort>Mix-in interface to be implemented by some operators.Classes in com.pervasive.datarush.operators that implement LogicalOperatorModifier and TypeClassDescriptionclassConvenient base class forDeferredCompositeOperator's that are alsoRecordPipelineOperator's.classA base class for simple record-to-record operators, providing common functions.classBase class for all LogicalOperators.classConvenient base class forCompositeOperator's that are alsoRecordPipelineOperator's.classTo be implemented by operators that can be defined by chaining together other operations.classFor rare use cases; implementors should useCompositeOperatorwhenever possible!classExecutableOperators are the most commonly used operators.classTo be implemented by operations that must make multiple passes over the input data.final classA composite operator that can be externally composed.final classA model sink that can be externally composed.final classA model source that can be externally composed.final classA model sink that can be externally composed.final classA model source that can be externally composed.final classA record sink that can be externally composed.final classA record source that can be externally composed.final classA record sink that can be externally composed.final classA record source that can be externally composed.classBase class for LogicalOperators that are a potentially streaming operation.Methods in com.pervasive.datarush.operators with type parameters of type LogicalOperatorModifier and TypeMethodDescription<O extends LogicalOperator>
OOperatorComposable.add(O op) Add a LogicalOperator to this graph, using the short class name as the name of the operator.<O extends LogicalOperator>
OOperatorComposable.add(O op, OperatorSettings settings) Add a LogicalOperator to this graph, specifying advanced operator settings.<O extends LogicalOperator>
OAdd a LogicalOperator to this graph, specifying a name of the operator.Methods in com.pervasive.datarush.operators that return LogicalOperatorModifier and TypeMethodDescriptionMetadataCalculationContext.getOperator()Returns the operator bound to this context.Methods in com.pervasive.datarush.operators with parameters of type LogicalOperatorModifier and TypeMethodDescriptionstatic OperatorTypeOperatorType.of(LogicalOperator op) Returns the operator type that corresponds to the given operator. -
Uses of LogicalOperator in com.pervasive.datarush.operators.assertion
Classes in com.pervasive.datarush.operators.assertion that implement LogicalOperatorModifier and TypeClassDescriptionclassVerifies that actual rows are equal to expected rows.classVerifies that actual rows are equal to expected rows without regard to order.classAssert that the given type and the type of the input port are equal.classAsserts that two input flows have identical types.classAssert that the metadata on the input port is set correctly.classAssert that the given predicate is true for all input values.classVerifies that the input flow contains the specified row count.final classVerifies that the input data is sorted by the given set of keys. -
Uses of LogicalOperator in com.pervasive.datarush.operators.graph
Classes in com.pervasive.datarush.operators.graph that implement LogicalOperatorModifier and TypeClassDescriptionclassA mockable sink that can be utilized with the SubJobExecutor to pass data back to the launcher.classA mockable source that can be utilized with the SubJobExecutor to insert parameter data.classThe SubJobExecutor operator can be used to execute JSON serialized subgraphs within the current workflow. -
Uses of LogicalOperator in com.pervasive.datarush.operators.group
Classes in com.pervasive.datarush.operators.group that implement LogicalOperatorModifier and TypeClassDescriptionfinal classPerforms grouping (aggregation) of sorted input data.classRemoves duplicate rows based on a specified set of group keys.classCommon base class for all processes that need to detect group boundaries -
Uses of LogicalOperator in com.pervasive.datarush.operators.io
Classes in com.pervasive.datarush.operators.io that implement LogicalOperatorModifier and TypeClassDescriptionclassA generic reader of byte data representing a stream of records.classA generic writer of byte data representing a stream of records.final classReads a data source as a stream of records.final classWrites a stream of records to a data sink. -
Uses of LogicalOperator in com.pervasive.datarush.operators.io.avro
Classes in com.pervasive.datarush.operators.io.avro that implement LogicalOperatorModifier and TypeClassDescriptionclassReads data previously written using Apache Avro format.classWrites data using Apache Avro format. -
Uses of LogicalOperator in com.pervasive.datarush.operators.io.binary
Classes in com.pervasive.datarush.operators.io.binary that implement LogicalOperator -
Uses of LogicalOperator in com.pervasive.datarush.operators.io.jdbc
Classes in com.pervasive.datarush.operators.io.jdbc that implement LogicalOperatorModifier and TypeClassDescriptionclassAbstract implementation of a JDBC writer.protected static classfinal classThis operator deletes data in the target table in a database by applying SQL delete statements.classclassclassCommon base class forReadFromJDBCandAbstractWriteToJDBC.classTheReadFromJDBCoperator is used to access relational database systems using a supplied JDBC driver.final classThis operator updates the target table in a database by applying SQL update statements.final classIn its simplest form, writes records from an input port to a JDBC target table using insert statements. -
Uses of LogicalOperator in com.pervasive.datarush.operators.io.mdf
Classes in com.pervasive.datarush.operators.io.mdf that implement LogicalOperator -
Uses of LogicalOperator in com.pervasive.datarush.operators.io.staging
Classes in com.pervasive.datarush.operators.io.staging that implement LogicalOperatorModifier and TypeClassDescriptionfinal classForces staging of record ports.classForceStaging<P extends LogicalPort>Forces the operators on the input and output sides to execute sequentially, instead of concurrently.classReads a sequence of records previously staged to disk.final classWrites a sequence of records to disk in an internal format for staged data. -
Uses of LogicalOperator in com.pervasive.datarush.operators.io.textfile
Classes in com.pervasive.datarush.operators.io.textfile that implement LogicalOperatorModifier and TypeClassDescriptionclassA generic reader of text data representing a stream of records.classA generic writer of text data representing a stream of records.classParses input text records according to a specified text schema.classRead files in the Attribute-Relation File Format (ARFF).final classReads a text file of delimited records as record tokens.classReads a text file of fixed-width records as record tokens.classThe ReadJSON operator reads a JSON file of key-value pairs or array of objects as record tokens.classReads a log file as record tokens.classWrite files using the Attribute-Relation File Format (ARFF).final classWrites a stream of records as delimited text.classWrites a record dataflow as a text file of fixed-width records. -
Uses of LogicalOperator in com.pervasive.datarush.operators.io.vectorwise
Classes in com.pervasive.datarush.operators.io.vectorwise that implement LogicalOperatorModifier and TypeClassDescriptionfinal classBulk load data into the Actian Vector database.classBulk read data from the Actian Vector database. -
Uses of LogicalOperator in com.pervasive.datarush.operators.join
Classes in com.pervasive.datarush.operators.join that implement LogicalOperatorModifier and TypeClassDescriptionclassCommon base class for the various types of join that we support.final classProduce the cartesian product of two sets of records.final classFilters records on the left based on the presence of matching records on the right.classfinal classPerforms a relational equi-join on two input datasets by a specified set of keys.final classDeprecated.classProvides a union of two data sources. -
Uses of LogicalOperator in com.pervasive.datarush.operators.model
Classes in com.pervasive.datarush.operators.model that implement LogicalOperatorModifier and TypeClassDescriptionclassGetModel<T>Provides a way to update an in-memory reference to a model object.final classMergeModel<T>This operator is uses to force a merge of a partitioned model into a single model.classPutModel<T>Provides a way to inject an in-memory reference to a model object into a graph. -
Uses of LogicalOperator in com.pervasive.datarush.operators.partition
Classes in com.pervasive.datarush.operators.partition that implement LogicalOperatorModifier and TypeClassDescriptionfinal classForces parallel streams of data to be gathered into a single non-parallel stream.final classForces the input data to be partitioned into parallel streams of data for subsequent parallel operations.classOperator that re-orders its input in a random fashion. -
Uses of LogicalOperator in com.pervasive.datarush.operators.record
Classes in com.pervasive.datarush.operators.record that implement LogicalOperatorModifier and TypeClassDescriptionclassNormalize records by transposing values from row columns into multiple rows.final classApplies one or more functions to the input record data.final classUtility operator for discovering the domain of string fields.classBase class for operators which filter fields in the input records.classMerges two streams of data with an equivalent number of rows into one.classRearranges and renames fields in a record.classRemoves a subset of fields from the input records.classPreserves a subset of fields from the input records.classThe RowsToColumns operator is used to pivot data from a narrow representation (rows) into a wider representation (columns).classPreserves a subset of fields from the input records. -
Uses of LogicalOperator in com.pervasive.datarush.operators.scripting
Classes in com.pervasive.datarush.operators.scripting that implement LogicalOperatorModifier and TypeClassDescriptionclassProcesses rows using user-defined scripts written in JavaScript.classProcesses rows using user-defined scripts. -
Uses of LogicalOperator in com.pervasive.datarush.operators.select
Classes in com.pervasive.datarush.operators.select that implement LogicalOperatorModifier and TypeClassDescriptionclassFilters records based on a specified predicate.classTruncates a flow to a fixed number of records.classApply random sampling to the input data. -
Uses of LogicalOperator in com.pervasive.datarush.operators.sink
Classes in com.pervasive.datarush.operators.sink that implement LogicalOperatorModifier and TypeClassDescriptionfinal classCollects input data into an in-memory token list.final classLog information about the input data from a flow. -
Uses of LogicalOperator in com.pervasive.datarush.operators.sort
Classes in com.pervasive.datarush.operators.sort that implement LogicalOperator -
Uses of LogicalOperator in com.pervasive.datarush.operators.source
Classes in com.pervasive.datarush.operators.source that implement LogicalOperatorModifier and TypeClassDescriptionfinal classEmits an in-memory token list as output.final classGenerates a sequence of numerical values, with a constant difference between consecutive values.final classGenerates copies of a constant value.final classGenerates rows of random data.final classGenerates a cycle of repeating values. -
Uses of LogicalOperator in com.pervasive.datarush.operators.string
Classes in com.pervasive.datarush.operators.string that implement LogicalOperatorModifier and TypeClassDescriptionclassSplits a string field into multiple fields, based on a specified pattern. -
Uses of LogicalOperator in com.pervasive.datarush.operators.testutils
Classes in com.pervasive.datarush.operators.testutils that implement LogicalOperatorModifier and TypeClassDescriptionfinal classFor test purposes--sorts inputs and writes to a filefinal classA record source sink throws an error either at composition time or execution time.final classA record source that throws an error either at composition time or execution time.final classFor tests that wish to simulate a partitioned read. -
Uses of LogicalOperator in com.pervasive.datarush.ports
Methods in com.pervasive.datarush.ports that return LogicalOperatorModifier and TypeMethodDescriptionfinal LogicalOperatorLogicalPort.getOwner()Returns a reference to the operator that declared this portMethods in com.pervasive.datarush.ports with parameters of type LogicalOperatorModifier and TypeMethodDescriptionabstract TLogicalPortFactory.newPort(LogicalOperator owner, String name, LogicalPort.Direction direction, boolean optional) Public only as a matter of implementation; clients should not use this method directly.Constructors in com.pervasive.datarush.ports with parameters of type LogicalOperatorModifierConstructorDescriptionprotectedLogicalPort(LogicalOperator owner, String name, LogicalPort.Direction direction, boolean optional) Create a new LogicalPort -
Uses of LogicalOperator in com.pervasive.datarush.ports.model
Methods in com.pervasive.datarush.ports.model with parameters of type LogicalOperatorModifier and TypeMethodDescriptionstatic DoneSignalPortDoneSignalPort.getOutput(LogicalOperator op) Returns the done signal port from the given operator if it defines one, throwing an exception if none foundSimpleModelPort.Factory.newPort(LogicalOperator owner, String name, LogicalPort.Direction direction, boolean optional) Constructors in com.pervasive.datarush.ports.model with parameters of type LogicalOperatorModifierConstructorDescriptionprotectedAbstractModelPort(LogicalOperator owner, String name, LogicalPort.Direction direction, boolean optional, ModelStorageHandler<T> storageHandler) Subclasses must invoke this constructor -
Uses of LogicalOperator in com.pervasive.datarush.ports.record
Classes in com.pervasive.datarush.ports.record that implement LogicalOperatorModifier and TypeClassDescriptionfinal classDefines an external sink of record data.final classDefines an external source of record data. -
Uses of LogicalOperator in com.pervasive.datarush.script
Methods in com.pervasive.datarush.script that return LogicalOperatorModifier and TypeMethodDescriptionOperatorDescriptor.createInstance()Create an instance of the operator.Methods in com.pervasive.datarush.script that return types with arguments of type LogicalOperatorModifier and TypeMethodDescriptionClass<? extends LogicalOperator>OperatorDescriptor.getOpClass()Get the class of the operator.Constructor parameters in com.pervasive.datarush.script with type arguments of type LogicalOperatorModifierConstructorDescriptionOperatorDescriptor(Class<? extends LogicalOperator> opClass) Construct an operator definition with the default name of the operator.OperatorDescriptor(Class<? extends LogicalOperator> opClass, String opName) Construct an operator descriptor. -
Uses of LogicalOperator in com.pervasive.datarush.script.operators.group
Classes in com.pervasive.datarush.script.operators.group that implement LogicalOperatorModifier and TypeClassDescriptionclassExecutes an application graph for each distinct key group of data within the input data set.
FilterExistingRows; use that operator instead, linking to the appropriate output port.