Module datarush.library
Package com.pervasive.datarush.tokens
package com.pervasive.datarush.tokens
Provides classes and utilities for working with data tokens.
Tokens are the fundamental data units within DataRush.
Operators are connected to one another consuming and emitting tokens via ports. All tokens have two properties:
- a data type
- a value, potentially unset. If unset, the token is called null valued.
-
ClassDescriptionA mutable
TokenValuedobject.Controls the representation of a dataset.The default value that is assumed for unspecified values.An immutableTokenValuedobject.Provides a change number sequence which is manually managed.A change sequence derived from an input port.A monotonically increasing sequence of change numbers.Represents a position in some sequence.An object for comparing tokens of compatible types.A factory for creatingTokenComparatorobjects.An object capable of converting tokens into other formats.A factory for creatingTokenConverterobjects.An ordering of token values.An object capable of transferring a token from a random-access source to a target.A factory for creatingDataRegisterobjects.An object holding a nullable data value which is mutable.An object capable of producing a sort order permutation of aTokenSequence.Utilities for working with token values.An representation of a nullable data value.