Uses of Class
com.pervasive.datarush.operators.AbstractRecordCompositeOperator
Packages that use AbstractRecordCompositeOperator
Package
Description
Provides various statistics, Data Summarizer, and Data Quality Analyzer.
Provides data aggregation components.
Provides operators for partitioning and unpartitioning flows of data.
Provides operators for selecting a subset of the data set.
-
Uses of AbstractRecordCompositeOperator in com.pervasive.datarush.analytics.stats
Subclasses of AbstractRecordCompositeOperator in com.pervasive.datarush.analytics.statsModifier 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. -
Uses of AbstractRecordCompositeOperator in com.pervasive.datarush.operators.group
Subclasses of AbstractRecordCompositeOperator in com.pervasive.datarush.operators.groupModifier and TypeClassDescriptionfinal classPerforms grouping (aggregation) of sorted input data. -
Uses of AbstractRecordCompositeOperator in com.pervasive.datarush.operators.partition
Modifier and TypeClassDescriptionclassOperator that re-orders its input in a random fashion. -
Uses of AbstractRecordCompositeOperator in com.pervasive.datarush.operators.select
Subclasses of AbstractRecordCompositeOperator in com.pervasive.datarush.operators.selectModifier and TypeClassDescriptionclassTruncates a flow to a fixed number of records.classApply random sampling to the input data.