Uses of Class
com.pervasive.datarush.operators.CompositeOperator
Packages that use CompositeOperator
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 an implementation of the KNN algorithm using DataRush's sparse data API.
Provides an implementation of the Naive Bayes learner.
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 operators for classifier performance visualization.
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 partitioning and unpartitioning flows of data.
Provides operators for manipulating record structure.
Provides operators for selecting a subset of the data set.
-
Uses of CompositeOperator in com.actian.dataflow.operators.io.orc
Subclasses of CompositeOperator in com.actian.dataflow.operators.io.orc -
Uses of CompositeOperator in com.actian.dataflow.operators.io.parquet
Subclasses of CompositeOperator in com.actian.dataflow.operators.io.parquetModifier and TypeClassDescriptionclassReads data previously written using Apache Parquet format by Apache Hive. -
Uses of CompositeOperator in com.pervasive.datarush.analytics.arm
Subclasses of CompositeOperator in com.pervasive.datarush.analytics.armModifier and TypeClassDescriptionclassCompute the frequent items within the given transactions. -
Uses of CompositeOperator in com.pervasive.datarush.analytics.arm.fpgrowth
Subclasses of CompositeOperator in com.pervasive.datarush.analytics.arm.fpgrowthModifier and TypeClassDescriptionclassAn operator that implements the FP-growth algorithm, outputting a PMML model containing generated items sets and association rules. -
Uses of CompositeOperator in com.pervasive.datarush.analytics.cleansing
Subclasses of CompositeOperator in com.pervasive.datarush.analytics.cleansingModifier and TypeClassDescriptionclassReplace missing values in the input data according to the given replacement specifications. -
Uses of CompositeOperator in com.pervasive.datarush.analytics.knn
Subclasses of CompositeOperator in com.pervasive.datarush.analytics.knnModifier and TypeClassDescriptionfinal classApplies the K-nearest neighbor algorithm to classify input data against an already classified set of example data. -
Uses of CompositeOperator in com.pervasive.datarush.analytics.naivebayes.learner
Subclasses of CompositeOperator in com.pervasive.datarush.analytics.naivebayes.learnerModifier and TypeClassDescriptionfinal classOperator responsible for building a Naive Bayes PMML model from input data. -
Uses of CompositeOperator in com.pervasive.datarush.analytics.pmml
Subclasses of CompositeOperator in com.pervasive.datarush.analytics.pmml -
Uses of CompositeOperator in com.pervasive.datarush.analytics.r
Subclasses of CompositeOperator in com.pervasive.datarush.analytics.r -
Uses of CompositeOperator in com.pervasive.datarush.analytics.regression
Subclasses of CompositeOperator in com.pervasive.datarush.analytics.regressionModifier and TypeClassDescriptionclassFits a multinomial logistic regression model to the training data. -
Uses of CompositeOperator in com.pervasive.datarush.analytics.stats
Subclasses of CompositeOperator in com.pervasive.datarush.analytics.statsModifier 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.final classDiscovers various metrics of an input dataset, based on the configured detail level. -
Uses of CompositeOperator in com.pervasive.datarush.analytics.viz
Subclasses of CompositeOperator in com.pervasive.datarush.analytics.vizModifier 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 CompositeOperator in com.pervasive.datarush.hbase
Subclasses of CompositeOperator in com.pervasive.datarush.hbaseModifier 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 CompositeOperator in com.pervasive.datarush.matching
Subclasses of CompositeOperator in com.pervasive.datarush.matchingModifier 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 CompositeOperator in com.pervasive.datarush.matching.block
Subclasses of CompositeOperator in com.pervasive.datarush.matching.blockModifier 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. -
Uses of CompositeOperator in com.pervasive.datarush.matching.cluster
Subclasses of CompositeOperator in com.pervasive.datarush.matching.clusterModifier 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 CompositeOperator in com.pervasive.datarush.matching.tune
Subclasses of CompositeOperator in com.pervasive.datarush.matching.tuneModifier 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 CompositeOperator in com.pervasive.datarush.operators
Subclasses of CompositeOperator in com.pervasive.datarush.operatorsModifier and TypeClassDescriptionclassConvenient base class forCompositeOperator's that are alsoRecordPipelineOperator's.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.Methods in com.pervasive.datarush.operators that return CompositeOperatorMethods in com.pervasive.datarush.operators with parameters of type CompositeOperatorModifier and TypeMethodDescriptionOperatorProxies.proxy(CompositeOperator op) Public only as a matter of implementation; not intended for external use Creates a proxy to the given operator that allows the framework to access its protected methods. -
Uses of CompositeOperator in com.pervasive.datarush.operators.assertion
Subclasses of CompositeOperator in com.pervasive.datarush.operators.assertionModifier and TypeClassDescriptionclassVerifies 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.classVerifies that the input flow contains the specified row count. -
Uses of CompositeOperator in com.pervasive.datarush.operators.group
Subclasses of CompositeOperator in com.pervasive.datarush.operators.groupModifier and TypeClassDescriptionfinal classPerforms grouping (aggregation) of sorted input data.classRemoves duplicate rows based on a specified set of group keys. -
Uses of CompositeOperator in com.pervasive.datarush.operators.io
Subclasses of CompositeOperator in com.pervasive.datarush.operators.ioModifier 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. -
Uses of CompositeOperator in com.pervasive.datarush.operators.io.avro
Subclasses of CompositeOperator in com.pervasive.datarush.operators.io.avroModifier and TypeClassDescriptionclassReads data previously written using Apache Avro format.classWrites data using Apache Avro format. -
Uses of CompositeOperator in com.pervasive.datarush.operators.io.binary
Subclasses of CompositeOperator in com.pervasive.datarush.operators.io.binary -
Uses of CompositeOperator in com.pervasive.datarush.operators.io.jdbc
Subclasses of CompositeOperator in com.pervasive.datarush.operators.io.jdbcModifier and TypeClassDescriptionclassAbstract implementation of a JDBC writer.final classThis operator deletes data in the target table in a database by applying SQL delete statements.classCommon 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 CompositeOperator in com.pervasive.datarush.operators.io.mdf
Subclasses of CompositeOperator in com.pervasive.datarush.operators.io.mdf -
Uses of CompositeOperator in com.pervasive.datarush.operators.io.staging
Subclasses of CompositeOperator in com.pervasive.datarush.operators.io.stagingModifier and TypeClassDescriptionclassReads 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 CompositeOperator in com.pervasive.datarush.operators.io.textfile
Subclasses of CompositeOperator in com.pervasive.datarush.operators.io.textfileModifier and TypeClassDescriptionclassA generic reader of text data representing a stream of records.classA generic writer of text data representing a stream of records.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 CompositeOperator in com.pervasive.datarush.operators.io.vectorwise
Subclasses of CompositeOperator in com.pervasive.datarush.operators.io.vectorwiseModifier and TypeClassDescriptionfinal classBulk load data into the Actian Vector database.classBulk read data from the Actian Vector database. -
Uses of CompositeOperator in com.pervasive.datarush.operators.join
Subclasses of CompositeOperator in com.pervasive.datarush.operators.joinModifier and TypeClassDescriptionclassCommon base class for the various types of join that we support.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 CompositeOperator in com.pervasive.datarush.operators.partition
Subclasses of CompositeOperator in com.pervasive.datarush.operators.partitionModifier and TypeClassDescriptionclassOperator that re-orders its input in a random fashion. -
Uses of CompositeOperator in com.pervasive.datarush.operators.record
Subclasses of CompositeOperator in com.pervasive.datarush.operators.recordModifier and TypeClassDescriptionfinal classUtility operator for discovering the domain of string fields.classThe RowsToColumns operator is used to pivot data from a narrow representation (rows) into a wider representation (columns). -
Uses of CompositeOperator in com.pervasive.datarush.operators.select
Subclasses of CompositeOperator in com.pervasive.datarush.operators.selectModifier and TypeClassDescriptionclassTruncates a flow to a fixed number of records.classApply random sampling to the input data. -
Uses of CompositeOperator in com.pervasive.datarush.operators.testutils
Subclasses of CompositeOperator in com.pervasive.datarush.operators.testutilsModifier and TypeClassDescriptionfinal classFor test purposes--sorts inputs and writes to a file
FilterExistingRows; use that operator instead, linking to the appropriate output port.