Uses of Annotation Interface
com.pervasive.datarush.annotations.OperatorDescription
Packages that use OperatorDescription
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 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 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 operators for classifier performance visualization.
Provides operators for performing discovering duplicates or links between
records.
Provides operators for clustering the results of duplicate or
linkage discovery.
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.
-
Uses of OperatorDescription in com.actian.dataflow.operators.io.orc
Classes in com.actian.dataflow.operators.io.orc with annotations of type OperatorDescription -
Uses of OperatorDescription in com.actian.dataflow.operators.io.parquet
Classes in com.actian.dataflow.operators.io.parquet with annotations of type OperatorDescriptionModifier and TypeClassDescriptionclassReads data previously written using Apache Parquet format by Apache Hive. -
Uses of OperatorDescription in com.pervasive.datarush.analytics.arm
Classes in com.pervasive.datarush.analytics.arm with annotations of type OperatorDescriptionModifier and TypeClassDescriptionclassAn operator that converts an association model in PMML into a target format.classCompute the frequent items within the given transactions. -
Uses of OperatorDescription in com.pervasive.datarush.analytics.arm.fpgrowth
Classes in com.pervasive.datarush.analytics.arm.fpgrowth with annotations of type OperatorDescriptionModifier and TypeClassDescriptionclassAn operator that implements the FP-growth algorithm, outputting a PMML model containing generated items sets and association rules. -
Uses of OperatorDescription in com.pervasive.datarush.analytics.cleansing
Classes in com.pervasive.datarush.analytics.cleansing with annotations of type OperatorDescriptionModifier and TypeClassDescriptionclassReplace missing values in the input data according to the given replacement specifications. -
Uses of OperatorDescription in com.pervasive.datarush.analytics.cluster.kmeans
Classes in com.pervasive.datarush.analytics.cluster.kmeans with annotations of type OperatorDescriptionModifier and TypeClassDescriptionfinal classComputes clustering model for the given input based on the k-Means algorithm. -
Uses of OperatorDescription in com.pervasive.datarush.analytics.decisiontree.learner
Classes in com.pervasive.datarush.analytics.decisiontree.learner with annotations of type OperatorDescriptionModifier and TypeClassDescriptionfinal classOperator responsible for constructing a Decision Tree. -
Uses of OperatorDescription in com.pervasive.datarush.analytics.decisiontree.predictor
Classes in com.pervasive.datarush.analytics.decisiontree.predictor with annotations of type OperatorDescriptionModifier and TypeClassDescriptionfinal classOperator responsible for predicting outcomes based on a Decision Tree PMML model. -
Uses of OperatorDescription in com.pervasive.datarush.analytics.decisiontree.pruner
Classes in com.pervasive.datarush.analytics.decisiontree.pruner with annotations of type OperatorDescriptionModifier and TypeClassDescriptionfinal classPerforms pruning of the provided input model. -
Uses of OperatorDescription in com.pervasive.datarush.analytics.knn
Classes in com.pervasive.datarush.analytics.knn with annotations of type OperatorDescriptionModifier and TypeClassDescriptionfinal classApplies the K-nearest neighbor algorithm to classify input data against an already classified set of example data. -
Uses of OperatorDescription in com.pervasive.datarush.analytics.naivebayes.learner
Classes in com.pervasive.datarush.analytics.naivebayes.learner with annotations of type OperatorDescriptionModifier and TypeClassDescriptionfinal classOperator responsible for building a Naive Bayes PMML model from input data. -
Uses of OperatorDescription in com.pervasive.datarush.analytics.naivebayes.predictor
Classes in com.pervasive.datarush.analytics.naivebayes.predictor with annotations of type OperatorDescriptionModifier and TypeClassDescriptionfinal classOperator responsible for predicting outcomes based on a Naive Bayes PMML model. -
Uses of OperatorDescription in com.pervasive.datarush.analytics.r
Classes in com.pervasive.datarush.analytics.r with annotations of type OperatorDescription -
Uses of OperatorDescription in com.pervasive.datarush.analytics.regression
Classes in com.pervasive.datarush.analytics.regression with annotations of type OperatorDescriptionModifier and TypeClassDescriptionclassPerforms a multivariate linear regression on the given training data.final classCompute the sum of squares for the given fields of the input data. -
Uses of OperatorDescription in com.pervasive.datarush.analytics.stats
Classes in com.pervasive.datarush.analytics.stats with annotations of type OperatorDescriptionModifier 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 OperatorDescription in com.pervasive.datarush.analytics.svm.learner
Classes in com.pervasive.datarush.analytics.svm.learner with annotations of type OperatorDescriptionModifier and TypeClassDescriptionfinal classBuilds aPMMLSupportVectorMachineModelfrom an input dataset. -
Uses of OperatorDescription in com.pervasive.datarush.analytics.svm.predictor
Classes in com.pervasive.datarush.analytics.svm.predictor with annotations of type OperatorDescriptionModifier and TypeClassDescriptionfinal classOperator responsible for classification based on a SVM PMML model. -
Uses of OperatorDescription in com.pervasive.datarush.analytics.text
Classes in com.pervasive.datarush.analytics.text with annotations of type OperatorDescriptionModifier 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 OperatorDescription in com.pervasive.datarush.analytics.viz
Classes in com.pervasive.datarush.analytics.viz with annotations of type OperatorDescriptionModifier 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 OperatorDescription in com.pervasive.datarush.hbase
Classes in com.pervasive.datarush.hbase with annotations of type OperatorDescriptionModifier and TypeClassDescriptionclassWrite delete markers to HBaseclassRead a result set from HBase.classWrite a result set to HBase. -
Uses of OperatorDescription in com.pervasive.datarush.matching
Classes in com.pervasive.datarush.matching with annotations of type OperatorDescriptionModifier 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 OperatorDescription in com.pervasive.datarush.matching.cluster
Classes in com.pervasive.datarush.matching.cluster with annotations of type OperatorDescriptionModifier 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 OperatorDescription in com.pervasive.datarush.operators.assertion
Classes in com.pervasive.datarush.operators.assertion with annotations of type OperatorDescriptionModifier and TypeClassDescriptionclassVerifies that actual rows are equal to expected rows.classVerifies that actual rows are equal to expected rows without regard to order.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 OperatorDescription in com.pervasive.datarush.operators.graph
Classes in com.pervasive.datarush.operators.graph with annotations of type OperatorDescriptionModifier 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 OperatorDescription in com.pervasive.datarush.operators.group
Classes in com.pervasive.datarush.operators.group with annotations of type OperatorDescriptionModifier and TypeClassDescriptionfinal classPerforms grouping (aggregation) of sorted input data.classRemoves duplicate rows based on a specified set of group keys. -
Uses of OperatorDescription in com.pervasive.datarush.operators.io
Classes in com.pervasive.datarush.operators.io with annotations of type OperatorDescriptionModifier and TypeClassDescriptionfinal classReads a data source as a stream of records.final classWrites a stream of records to a data sink. -
Uses of OperatorDescription in com.pervasive.datarush.operators.io.avro
Classes in com.pervasive.datarush.operators.io.avro with annotations of type OperatorDescriptionModifier and TypeClassDescriptionclassReads data previously written using Apache Avro format.classWrites data using Apache Avro format. -
Uses of OperatorDescription in com.pervasive.datarush.operators.io.binary
Classes in com.pervasive.datarush.operators.io.binary with annotations of type OperatorDescription -
Uses of OperatorDescription in com.pervasive.datarush.operators.io.jdbc
Classes in com.pervasive.datarush.operators.io.jdbc with annotations of type OperatorDescriptionModifier and TypeClassDescriptionfinal classThis operator deletes data in the target table in a database by applying SQL delete statements.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 OperatorDescription in com.pervasive.datarush.operators.io.mdf
Classes in com.pervasive.datarush.operators.io.mdf with annotations of type OperatorDescription -
Uses of OperatorDescription in com.pervasive.datarush.operators.io.staging
Classes in com.pervasive.datarush.operators.io.staging with annotations of type OperatorDescriptionModifier and TypeClassDescriptionfinal classForces staging of record ports.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 OperatorDescription in com.pervasive.datarush.operators.io.textfile
Classes in com.pervasive.datarush.operators.io.textfile with annotations of type OperatorDescriptionModifier and TypeClassDescriptionclassParses 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 OperatorDescription in com.pervasive.datarush.operators.io.vectorwise
Classes in com.pervasive.datarush.operators.io.vectorwise with annotations of type OperatorDescriptionModifier and TypeClassDescriptionfinal classBulk load data into the Actian Vector database.classBulk read data from the Actian Vector database. -
Uses of OperatorDescription in com.pervasive.datarush.operators.join
Classes in com.pervasive.datarush.operators.join with annotations of type OperatorDescriptionModifier and TypeClassDescriptionfinal 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.final classPerforms a relational equi-join on two input datasets by a specified set of keys.final classDeprecated. -
Uses of OperatorDescription in com.pervasive.datarush.operators.model
Classes in com.pervasive.datarush.operators.model with annotations of type OperatorDescription -
Uses of OperatorDescription in com.pervasive.datarush.operators.partition
Classes in com.pervasive.datarush.operators.partition with annotations of type OperatorDescriptionModifier 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. -
Uses of OperatorDescription in com.pervasive.datarush.operators.record
Classes in com.pervasive.datarush.operators.record with annotations of type OperatorDescriptionModifier and TypeClassDescriptionclassNormalize records by transposing values from row columns into multiple rows.final classApplies one or more functions to the input record data.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 OperatorDescription in com.pervasive.datarush.operators.scripting
Classes in com.pervasive.datarush.operators.scripting with annotations of type OperatorDescription -
Uses of OperatorDescription in com.pervasive.datarush.operators.select
Classes in com.pervasive.datarush.operators.select with annotations of type OperatorDescriptionModifier 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 OperatorDescription in com.pervasive.datarush.operators.sink
Classes in com.pervasive.datarush.operators.sink with annotations of type OperatorDescriptionModifier and TypeClassDescriptionfinal classCollects input data into an in-memory token list.final classLog information about the input data from a flow. -
Uses of OperatorDescription in com.pervasive.datarush.operators.sort
Classes in com.pervasive.datarush.operators.sort with annotations of type OperatorDescription -
Uses of OperatorDescription in com.pervasive.datarush.operators.source
Classes in com.pervasive.datarush.operators.source with annotations of type OperatorDescriptionModifier 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. -
Uses of OperatorDescription in com.pervasive.datarush.operators.string
Classes in com.pervasive.datarush.operators.string with annotations of type OperatorDescriptionModifier and TypeClassDescriptionclassSplits a string field into multiple fields, based on a specified pattern.
FilterExistingRows; use that operator instead, linking to the appropriate output port.