Uses of Interface
com.pervasive.datarush.operators.RecordPipelineOperator
Packages that use RecordPipelineOperator
Package
Description
Provides common classes for Association Rule Mining (ARM).
Provides operators related to data cleansing.
Provides various statistics, Data Summarizer, and Data Quality Analyzer.
Provides various unstructured text processing operators.
Provides classes and interfaces for developing dataflow operators.
Provides operators for making assertions on flows and files.
Provides data aggregation components.
Provides operators for reading from JDBC sources and writing to JDBC targets.
Provides operators for reading and writing text data.
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 operators for sorting and manipulating sorted
flows.
Provides operators for operating on string values in records.
-
Uses of RecordPipelineOperator in com.pervasive.datarush.analytics.arm
Classes in com.pervasive.datarush.analytics.arm that implement RecordPipelineOperatorModifier and TypeClassDescriptionclassCompute the frequent items within the given transactions. -
Uses of RecordPipelineOperator in com.pervasive.datarush.analytics.cleansing
Classes in com.pervasive.datarush.analytics.cleansing that implement RecordPipelineOperatorModifier and TypeClassDescriptionclassReplace missing values in the input data according to the given replacement specifications. -
Uses of RecordPipelineOperator in com.pervasive.datarush.analytics.r
Classes in com.pervasive.datarush.analytics.r that implement RecordPipelineOperator -
Uses of RecordPipelineOperator in com.pervasive.datarush.analytics.stats
Classes in com.pervasive.datarush.analytics.stats that implement RecordPipelineOperatorModifier and TypeClassDescriptionclassDetermines which range each value in a field falls within and counts the totals.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. -
Uses of RecordPipelineOperator in com.pervasive.datarush.analytics.text
Classes in com.pervasive.datarush.analytics.text that implement RecordPipelineOperatorModifier 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 RecordPipelineOperator in com.pervasive.datarush.operators
Classes in com.pervasive.datarush.operators that implement RecordPipelineOperatorModifier and TypeClassDescriptionclassConvenient base class forDeferredCompositeOperator's that are alsoRecordPipelineOperator's.classA base class for simple record-to-record operators, providing common functions.classConvenient base class forCompositeOperator's that are alsoRecordPipelineOperator's. -
Uses of RecordPipelineOperator in com.pervasive.datarush.operators.assertion
Classes in com.pervasive.datarush.operators.assertion that implement RecordPipelineOperatorModifier and TypeClassDescriptionfinal classVerifies that the input data is sorted by the given set of keys. -
Uses of RecordPipelineOperator in com.pervasive.datarush.operators.graph
Classes in com.pervasive.datarush.operators.graph that implement RecordPipelineOperatorModifier 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 RecordPipelineOperator in com.pervasive.datarush.operators.group
Classes in com.pervasive.datarush.operators.group that implement RecordPipelineOperatorModifier 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 RecordPipelineOperator in com.pervasive.datarush.operators.io.jdbc
Classes in com.pervasive.datarush.operators.io.jdbc that implement RecordPipelineOperatorModifier 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. -
Uses of RecordPipelineOperator in com.pervasive.datarush.operators.io.textfile
Classes in com.pervasive.datarush.operators.io.textfile that implement RecordPipelineOperatorModifier and TypeClassDescriptionclassParses input text records according to a specified text schema. -
Uses of RecordPipelineOperator in com.pervasive.datarush.operators.partition
Classes in com.pervasive.datarush.operators.partition that implement RecordPipelineOperatorModifier 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 RecordPipelineOperator in com.pervasive.datarush.operators.record
Classes in com.pervasive.datarush.operators.record that implement RecordPipelineOperatorModifier and TypeClassDescriptionclassNormalize records by transposing values from row columns into multiple rows.final classApplies one or more functions to the input record data.classBase class for operators which filter fields in the input records.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 RecordPipelineOperator in com.pervasive.datarush.operators.scripting
Classes in com.pervasive.datarush.operators.scripting that implement RecordPipelineOperatorModifier and TypeClassDescriptionclassProcesses rows using user-defined scripts written in JavaScript.classProcesses rows using user-defined scripts. -
Uses of RecordPipelineOperator in com.pervasive.datarush.operators.select
Classes in com.pervasive.datarush.operators.select that implement RecordPipelineOperatorModifier 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 RecordPipelineOperator in com.pervasive.datarush.operators.sort
Classes in com.pervasive.datarush.operators.sort that implement RecordPipelineOperator -
Uses of RecordPipelineOperator in com.pervasive.datarush.operators.string
Classes in com.pervasive.datarush.operators.string that implement RecordPipelineOperatorModifier and TypeClassDescriptionclassSplits a string field into multiple fields, based on a specified pattern.