Uses of Interface
com.pervasive.datarush.operators.RecordSinkOperator
Packages that use RecordSinkOperator
Package
Description
Provides the operator to perform the FP-growth ARM algorithm.
Provides various statistics, Data Summarizer, and Data Quality Analyzer.
Provides an implementation of an SVM learner.
Provides classes and interfaces for developing dataflow operators.
Provides operators for making assertions on flows and files.
Provides base file I/O components including encoders and decoders.
Provides operators for reading and writing files in Avro format.
Provides operators for reading and writing DataRush staging datasets.
Provides operators for reading and writing text data.
Provides the
LogRows operator
for writing debugging information about a flow to the logging API.Provides implementations of port objects related to the flow of record sets
between operators.
-
Uses of RecordSinkOperator in com.actian.dataflow.operators.io.orc
Classes in com.actian.dataflow.operators.io.orc that implement RecordSinkOperator -
Uses of RecordSinkOperator in com.pervasive.datarush.analytics.arm.fpgrowth
Classes in com.pervasive.datarush.analytics.arm.fpgrowth that implement RecordSinkOperatorModifier and TypeClassDescriptionclassAn operator that implements the FP-growth algorithm, outputting a PMML model containing generated items sets and association rules. -
Uses of RecordSinkOperator in com.pervasive.datarush.analytics.stats
Classes in com.pervasive.datarush.analytics.stats that implement RecordSinkOperatorModifier and TypeClassDescriptionfinal classDiscovers various metrics of an input dataset, based on the configured detail level. -
Uses of RecordSinkOperator in com.pervasive.datarush.analytics.svm.learner
Classes in com.pervasive.datarush.analytics.svm.learner that implement RecordSinkOperatorModifier and TypeClassDescriptionfinal classBuilds aPMMLSupportVectorMachineModelfrom an input dataset. -
Uses of RecordSinkOperator in com.pervasive.datarush.operators
Classes in com.pervasive.datarush.operators that implement RecordSinkOperatorModifier and TypeClassDescriptionfinal classA record sink that can be externally composed. -
Uses of RecordSinkOperator in com.pervasive.datarush.operators.assertion
Classes in com.pervasive.datarush.operators.assertion that implement RecordSinkOperatorModifier and TypeClassDescriptionclassVerifies that the input flow contains the specified row count. -
Uses of RecordSinkOperator in com.pervasive.datarush.operators.io
Classes in com.pervasive.datarush.operators.io that implement RecordSinkOperatorModifier and TypeClassDescriptionclassA generic writer of byte data representing a stream of records.final classWrites a stream of records to a data sink. -
Uses of RecordSinkOperator in com.pervasive.datarush.operators.io.avro
Classes in com.pervasive.datarush.operators.io.avro that implement RecordSinkOperator -
Uses of RecordSinkOperator in com.pervasive.datarush.operators.io.binary
Classes in com.pervasive.datarush.operators.io.binary that implement RecordSinkOperator -
Uses of RecordSinkOperator in com.pervasive.datarush.operators.io.staging
Classes in com.pervasive.datarush.operators.io.staging that implement RecordSinkOperatorModifier and TypeClassDescriptionfinal classWrites a sequence of records to disk in an internal format for staged data. -
Uses of RecordSinkOperator in com.pervasive.datarush.operators.io.textfile
Classes in com.pervasive.datarush.operators.io.textfile that implement RecordSinkOperatorModifier and TypeClassDescriptionclassA generic writer of text data representing a stream of records.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 RecordSinkOperator in com.pervasive.datarush.operators.sink
Classes in com.pervasive.datarush.operators.sink that implement RecordSinkOperatorModifier and TypeClassDescriptionfinal classCollects input data into an in-memory token list.final classLog information about the input data from a flow. -
Uses of RecordSinkOperator in com.pervasive.datarush.operators.testutils
Classes in com.pervasive.datarush.operators.testutils that implement RecordSinkOperatorModifier and TypeClassDescriptionfinal classA record source sink throws an error either at composition time or execution time. -
Uses of RecordSinkOperator in com.pervasive.datarush.ports.record
Classes in com.pervasive.datarush.ports.record that implement RecordSinkOperatorModifier and TypeClassDescriptionfinal classDefines an external sink of record data. -
Uses of RecordSinkOperator in com.pervasive.datarush.script.operators.group
Classes in com.pervasive.datarush.script.operators.group that implement RecordSinkOperatorModifier and TypeClassDescriptionclassExecutes an application graph for each distinct key group of data within the input data set.