Uses of Package
com.pervasive.datarush.annotations
-
Packages that use com.pervasive.datarush.annotations Package Description com.actian.dataflow.operators.io.orc com.actian.dataflow.operators.io.parquet com.pervasive.datarush.analytics.arm Provides common classes for Association Rule Mining (ARM).com.pervasive.datarush.analytics.arm.fpgrowth Provides the operator to perform the FP-growth ARM algorithm.com.pervasive.datarush.analytics.cleansing Provides operators related to data cleansing.com.pervasive.datarush.analytics.cluster Provides base PMML for clustering models.com.pervasive.datarush.analytics.cluster.kmeans Provides the KMeans algorithm.com.pervasive.datarush.analytics.decisiontree.learner Provides the PMML learner operator and associated classes.com.pervasive.datarush.analytics.decisiontree.predictor Provides the decision tree predictor operator and associated classes.com.pervasive.datarush.analytics.decisiontree.pruner Provides the decision tree pruner operator and associated classes.com.pervasive.datarush.analytics.functions Provides various statistics functions.com.pervasive.datarush.analytics.knn Provides an implementation of the KNN algorithm using DataRush's sparse data API.com.pervasive.datarush.analytics.naivebayes.learner Provides an implementation of the Naive Bayes learner.com.pervasive.datarush.analytics.naivebayes.predictor Provides an implementation of a Naive Bayes predictor.com.pervasive.datarush.analytics.pmml Provides shared and base classes for PMML model representation of Analytics algorithms.com.pervasive.datarush.analytics.r com.pervasive.datarush.analytics.regression Provides utility, PMML and other classes for shared use by regression related entities.com.pervasive.datarush.analytics.stats Provides various statistics, Data Summarizer, and Data Quality Analyzer.com.pervasive.datarush.analytics.svm.predictor Provides an implementation of an SVM predictor.com.pervasive.datarush.analytics.text Provides various unstructured text processing operators.com.pervasive.datarush.analytics.util Provides some (internal) utility classes for Analytics.com.pervasive.datarush.analytics.viz Provides operators for classifier performance visualization.com.pervasive.datarush.functions Provides classes and interfaces related to defining functions on records.com.pervasive.datarush.hbase com.pervasive.datarush.matching Provides operators for performing discovering duplicates or links between records.com.pervasive.datarush.matching.cluster Provides operators for clustering the results of duplicate or linkage discovery.com.pervasive.datarush.matching.functions Provides functions related to approximate matching.com.pervasive.datarush.operators Provides classes and interfaces for developing dataflow operators.com.pervasive.datarush.operators.assertion Provides operators for making assertions on flows and files.com.pervasive.datarush.operators.group Provides data aggregation components.com.pervasive.datarush.operators.io Provides base file I/O components including encoders and decoders.com.pervasive.datarush.operators.io.avro Provides operators for reading and writing files in Avro format.com.pervasive.datarush.operators.io.binary com.pervasive.datarush.operators.io.jdbc Provides operators for reading from JDBC sources and writing to JDBC targets.com.pervasive.datarush.operators.io.mdf com.pervasive.datarush.operators.io.staging Provides operators for reading and writing DataRush staging datasets.com.pervasive.datarush.operators.io.textfile Provides operators for reading and writing text data.com.pervasive.datarush.operators.io.vectorwise com.pervasive.datarush.operators.io.vectorwise.dl com.pervasive.datarush.operators.join Provides operators for joining together two data sets into a single one.com.pervasive.datarush.operators.model Provides operators for handling models.com.pervasive.datarush.operators.partition Provides operators for partitioning and unpartitioning flows of data.com.pervasive.datarush.operators.record Provides operators for manipulating record structure.com.pervasive.datarush.operators.scripting Provides theRunScript
operator for running user-defined scripts on the rows of an input record flow.com.pervasive.datarush.operators.select Provides operators for selecting a subset of the data set.com.pervasive.datarush.operators.sink Provides theLogRows
operator for writing debugging information about a flow to the logging API.com.pervasive.datarush.operators.sort Provides operators for sorting and manipulating sorted flows.com.pervasive.datarush.operators.source Provides operators for generating data tokens in various ways.com.pervasive.datarush.operators.string Provides operators for operating on string values in records.com.pervasive.datarush.script.operators.group -
Classes in com.pervasive.datarush.annotations used by com.actian.dataflow.operators.io.orc Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.actian.dataflow.operators.io.parquet Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.arm Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.arm.fpgrowth Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.cleansing Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.cluster Class Description PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.cluster.kmeans Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.decisiontree.learner Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.decisiontree.predictor Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.decisiontree.pruner Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.functions Class Description Function Indicates that a method returns a ScalarValuedFunction and should be included in the FunctionRegistry or returns an Aggregation and should be included in the AggregationRegistry.FunctionArgument Sets properties for arguments of functions in the FunctionRegistry. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.knn Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.naivebayes.learner Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.naivebayes.predictor Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.pmml Class Description PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.r Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.regression Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.stats Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.svm.predictor Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.text Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.util Class Description PortDescription Provides a summary description of a port that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.analytics.viz Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.functions Class Description Function Indicates that a method returns a ScalarValuedFunction and should be included in the FunctionRegistry or returns an Aggregation and should be included in the AggregationRegistry.FunctionArgument Sets properties for arguments of functions in the FunctionRegistry. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.hbase Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.matching Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.matching.cluster Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.matching.functions Class Description Function Indicates that a method returns a ScalarValuedFunction and should be included in the FunctionRegistry or returns an Aggregation and should be included in the AggregationRegistry.FunctionArgument Sets properties for arguments of functions in the FunctionRegistry. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators Class Description PortDescription Provides a summary description of a port that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.assertion Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.group Class Description Function Indicates that a method returns a ScalarValuedFunction and should be included in the FunctionRegistry or returns an Aggregation and should be included in the AggregationRegistry.FunctionArgument Sets properties for arguments of functions in the FunctionRegistry.OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.io Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.io.avro Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.io.binary Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.io.jdbc Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.io.mdf Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.io.staging Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.io.textfile Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.io.vectorwise Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.io.vectorwise.dl Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.join Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.model Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.partition Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.record Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.scripting Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.select Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.sink Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.sort Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.source Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.operators.string Class Description OperatorDescription Provides a summary description of an operator that can be exposed in documentation.PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation. -
Classes in com.pervasive.datarush.annotations used by com.pervasive.datarush.script.operators.group Class Description PortDescription Provides a summary description of a port that can be exposed in documentation.PropertyDescription Provides a summary description of an operator property that can be exposed in documentation.