Package | Description |
---|---|
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.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.scalar |
Provides implementations of and utilities for scalar valued
tokens.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DateInputField
A date valued field of a record input port.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DateValuedIterator
A
ScalarValuedIterator over date values. |
Modifier and Type | Method and Description |
---|---|
DateValued |
SparseDateTokenList.getToken(int index) |
DateValued |
DateTokenSequence.getToken(int index) |
DateValued |
DateTokenList.getToken(int index) |
Modifier and Type | Method and Description |
---|---|
static String |
TokenUtils.asString(DateValued value)
Formats a date value as a string suitable for output.
|
static int |
TokenUtils.compare(DateValued value1,
DateValued value2)
Indicates the relative ordering of two date values
in ascending order.
|
static boolean |
TokenUtils.equal(DateValued value1,
DateValued value2)
Indicates whether two date values are equal.
|
static int |
TokenUtils.hashCode(DateValued value)
Computes a hash code for a date value.
|
Modifier and Type | Class and Description |
---|---|
class |
DateRegister
A mutable
DateValued object. |
class |
DateToken
An immutable
DateValued object. |
class |
DateTokenConverter
Deprecated.
since 6.1
|
class |
NullToken
An null token.
|
Modifier and Type | Method and Description |
---|---|
static String |
DateTimeUtils.format(DateValued value)
Converts a date value into an ISO8601 date formatted string.
|
Constructor and Description |
---|
DateToken(DateValued value)
Constructs a new token with the date
value in the given container.
|
Copyright © 2016 Actian Corporation. All rights reserved.