Skip navigation links

Package com.pervasive.datarush.tokens

Provides classes and utilities for working with data tokens.

See: Description

Package com.pervasive.datarush.tokens Description

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:

There are two types of tokens. Scalar tokens are atomic, having a scalar type. Composite tokens, representing record data, consist of one or more scalar tokens, each representing a field of the record. These have a record type, describing the record schema.
Skip navigation links

Copyright © 2020 Actian Corporation. All rights reserved.