Uses of Package
com.pervasive.datarush.types
-
Packages that use com.pervasive.datarush.types 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.cleansing Provides operators related to data cleansing.com.pervasive.datarush.analytics.cluster Provides base PMML for clustering models.com.pervasive.datarush.analytics.decisiontree.predictor Provides the decision tree predictor operator and associated classes.com.pervasive.datarush.analytics.knn Provides an implementation of the KNN algorithm using DataRush's sparse data API.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.svm.predictor Provides an implementation of an SVM predictor.com.pervasive.datarush.analytics.util Provides some (internal) utility classes for Analytics.com.pervasive.datarush.coercion Provides classes for dynamic coercion of data structures (for example, arrays and maps) to complex Java objects.com.pervasive.datarush.encoding.binary Implementations of encoders of tokens into binary formats.com.pervasive.datarush.encoding.text Implementations of encoders of tokens into text formats.com.pervasive.datarush.functions Provides classes and interfaces related to defining functions on records.com.pervasive.datarush.hbase 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.join Provides operators for joining together two data sets into a single one.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.source Provides operators for generating data tokens in various ways.com.pervasive.datarush.operators.testutils com.pervasive.datarush.ports Provides classes and interfaces related to receiving and sending data in a dataflow graph.com.pervasive.datarush.ports.physical Provides classes and interfaces for accessing and producing the data flowing between operators in a dataflow graph.com.pervasive.datarush.ports.record Provides implementations of port objects related to the flow of record sets between operators.com.pervasive.datarush.schema Provides an object model for capturing schema information used primarily by thetextfile
package.com.pervasive.datarush.sequences Provides classes and interfaces related to sequences of tokens.com.pervasive.datarush.sequences.record Provides implementations of sequences of record valued tokens.com.pervasive.datarush.sequences.scalar Provides implementations of sequences of scalar token values.com.pervasive.datarush.tokens Provides classes and utilities for working with data tokens.com.pervasive.datarush.tokens.record Provides implementations of and utilities for record valued tokens.com.pervasive.datarush.tokens.scalar Provides implementations of and utilities for scalar valued tokens.com.pervasive.datarush.types Provides classes and interfaces for the description of token data types.com.pervasive.datarush.util Provides utilities useful in DataRush application development. -
Classes in com.pervasive.datarush.types used by com.actian.dataflow.operators.io.orc Class Description RecordTokenType A description of a record data type.ScalarTokenType A description of a scalar data type. -
Classes in com.pervasive.datarush.types used by com.actian.dataflow.operators.io.parquet Class Description RecordTokenType A description of a record data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.analytics.arm Class Description RecordTokenType A description of a record data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.analytics.cleansing Class Description ScalarTokenType A description of a scalar data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.analytics.cluster Class Description RecordTokenType A description of a record data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.analytics.decisiontree.predictor Class Description RecordTokenType A description of a record data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.analytics.knn Class Description ScalarTokenType A description of a scalar data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.analytics.naivebayes.predictor Class Description RecordTokenType A description of a record data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.analytics.pmml Class Description RecordTokenType A description of a record data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.analytics.r Class Description RecordTokenType A description of a record data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.analytics.regression Class Description RecordTokenType A description of a record data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.analytics.svm.predictor Class Description RecordTokenType A description of a record data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.analytics.util Class Description RecordTokenType A description of a record data type.ScalarTokenType A description of a scalar data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.coercion Class Description ScalarTokenType A description of a scalar data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.encoding.binary Class Description RecordTokenType A description of a record data type.TokenType A description of the properties of a token data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.encoding.text Class Description ObjectTokenType A description of a scalar data type for a Java class. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.functions Class Description RecordTokenType A description of a record data type.ScalarTokenType A description of a scalar data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.hbase Class Description RecordTokenType A description of a record data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.operators.assertion Class Description RecordTokenType A description of a record data type.TokenType A description of the properties of a token data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.operators.group Class Description RecordTokenType A description of a record data type.ScalarTokenType A description of a scalar data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.operators.io Class Description RecordTokenType A description of a record data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.operators.io.avro Class Description RecordTokenType A description of a record data type.ScalarTokenType A description of a scalar data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.operators.io.binary Class Description RecordTokenType A description of a record data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.operators.io.jdbc Class Description Field An element of aRecordTokenType
schema.RecordTokenType A description of a record data type.ScalarTyped Identifies a class which is associated with scalar data.TokenTyped Identifies a class which handles data tokens. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.operators.io.mdf Class Description RecordTokenType A description of a record data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.operators.io.staging Class Description RecordTokenType A description of a record data type.RecordTyped Identifies a class which is associated with record data.ScalarTokenType A description of a scalar data type.TokenType A description of the properties of a token data type.TokenTyped Identifies a class which handles data tokens. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.operators.io.textfile Class Description RecordTokenType A description of a record data type.ScalarTokenType A description of a scalar data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.operators.io.vectorwise Class Description RecordTokenType A description of a record data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.operators.join Class Description RecordTokenType A description of a record data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.operators.record Class Description FieldRemapping A transformation on a record type.RecordTokenType A description of a record data type.ScalarTokenType A description of a scalar data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.operators.scripting Class Description RecordTokenType A description of a record data type.TokenType A description of the properties of a token data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.operators.source Class Description RecordTokenType A description of a record data type.ScalarTokenType A description of a scalar data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.operators.testutils Class Description RecordTokenType A description of a record data type.ScalarTokenType A description of a scalar data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.ports Class Description TokenType A description of the properties of a token data type.TokenTyped Identifies a class which handles data tokens. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.ports.physical Class Description Field An element of aRecordTokenType
schema.ObjectTokenType A description of a scalar data type for a Java class.ObjectTyped Identifies a class which is associated with Java object data.RecordTokenType A description of a record data type.RecordTyped Identifies a class which is associated with record data.ScalarTokenType A description of a scalar data type.ScalarTyped Identifies a class which is associated with scalar data.TokenType A description of the properties of a token data type.TokenTyped Identifies a class which handles data tokens. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.ports.record Class Description FieldRemapping A transformation on a record type.RecordTokenType A description of a record data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.schema Class Description FieldDomain Contains meta-information about the allowed values, lower, and upper bounds for a given field.ObjectTokenType A description of a scalar data type for a Java class.RecordTokenType A description of a record data type.ScalarTokenType A description of a scalar data type. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.sequences Class Description ObjectTokenType A description of a scalar data type for a Java class.RecordTokenType A description of a record data type.ScalarTokenType A description of a scalar data type.TokenType A description of the properties of a token data type.TokenTyped Identifies a class which handles data tokens. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.sequences.record Class Description RecordTokenType A description of a record data type.RecordTyped Identifies a class which is associated with record data.TokenTyped Identifies a class which handles data tokens. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.sequences.scalar Class Description ObjectTokenType A description of a scalar data type for a Java class.ObjectTyped Identifies a class which is associated with Java object data.RecordTyped Identifies a class which is associated with record data.ScalarTokenType A description of a scalar data type.ScalarTyped Identifies a class which is associated with scalar data.TokenTyped Identifies a class which handles data tokens. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.tokens Class Description RecordTokenType A description of a record data type.ScalarTokenType A description of a scalar data type.TokenType A description of the properties of a token data type.TokenTyped Identifies a class which handles data tokens. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.tokens.record Class Description ObjectTokenType A description of a scalar data type for a Java class.RecordTokenType A description of a record data type.RecordTyped Identifies a class which is associated with record data.ScalarTokenType A description of a scalar data type.TokenTyped Identifies a class which handles data tokens. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.tokens.scalar Class Description ObjectTokenType A description of a scalar data type for a Java class.ObjectTyped Identifies a class which is associated with Java object data.ScalarTokenType A description of a scalar data type.ScalarTyped Identifies a class which is associated with scalar data.TokenTyped Identifies a class which handles data tokens. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.types Class Description EnumeratedValues Deprecated.EnumTokenType Deprecated.Replace with string+domainField An element of aRecordTokenType
schema.FieldDomain Contains meta-information about the allowed values, lower, and upper bounds for a given field.FieldRemapping A transformation on a record type.FieldRemappings.Directive A mapping directive to be applied to a source field.FieldTypeNotSupportedException Unchecked exception thrown to indicate a field in a record schema is of an invalid type for a given context.FieldTypesNotComparableException Unchecked exception thrown when an attempt is made to compare two fields of incompatible types in a record schema.GenericTokenType A description of the generic data type, the root of the type hierarchy.ObjectTokenType A description of a scalar data type for a Java class.ObjectTyped Identifies a class which is associated with Java object data.RecordTokenType A description of a record data type.RecordTyped Identifies a class which is associated with record data.ScalarTokenType A description of a scalar data type.ScalarTyped Identifies a class which is associated with scalar data.TokenType A description of the properties of a token data type.TokenTyped Identifies a class which handles data tokens.TokenTypeDispatcher An object performing (potentially) different processing based on token type.TypeDispatchedConstructor A base class for type-driven object factories.TypesNotComparableException Unchecked exception thrown when an attempt is made to compare two typed objects of incompatible types. -
Classes in com.pervasive.datarush.types used by com.pervasive.datarush.util Class Description RecordTokenType A description of a record data type.ScalarTokenType A description of a scalar data type.