Package | Description |
---|---|
com.pervasive.datarush.tokens.scalar |
Provides implementations of and utilities for scalar valued
tokens.
|
Modifier and Type | Method and Description |
---|---|
static <O> ObjectToken<O> |
ObjectToken.NULL(Class<O> type)
Gets a null valued
ObjectToken of the specified type. |
static <O> ObjectToken<O> |
ObjectToken.NULL(ObjectTokenType<O> type)
Gets a null valued
ObjectToken of the specified type. |
static <O> ObjectToken<O> |
ObjectToken.ZERO(ObjectTokenType<O> type)
Gets a zero valued
ObjectToken of the specified type. |
Modifier and Type | Method and Description |
---|---|
int |
ObjectToken.compareTo(ObjectToken<O> that) |
Copyright © 2019 Actian Corporation. All rights reserved.