| 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  | TimestampInputFieldA timestamp valued field of a record input port. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | TimestampValuedIteratorA  ScalarValuedIteratorover timestamp values. | 
| Modifier and Type | Method and Description | 
|---|---|
| TimestampValued | TimestampTokenSequence. getToken(int index) | 
| TimestampValued | TimestampTokenList. getToken(int index) | 
| TimestampValued | SparseTimestampTokenList. getToken(int index) | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | TokenUtils. asString(TimestampValued value)Formats a timestamp value as a string suitable for output. | 
| static int | TokenUtils. compare(TimestampValued value1,
       TimestampValued value2)Indicates the relative ordering of two timestamp values
 in ascending order. | 
| static boolean | TokenUtils. equal(TimestampValued value1,
     TimestampValued value2)Indicates whether two timestamp values are equal. | 
| static int | TokenUtils. hashCode(TimestampValued value)Computes a hash code for a string value. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NullTokenAn null token. | 
| class  | TimestampRegisterA mutable  TimestampValuedobject. | 
| class  | TimestampTokenAn immutable  TimestampValuedobject. | 
| class  | TimestampTokenConverterDeprecated. 
 since 6.1 | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | DateTimeUtils. format(TimestampValued value)Converts a time stamp value into an ISO8601 time stamp formatted string. | 
| void | DateTokenConverter. set(TimestampValued token)Deprecated.  Sets the current date value to the date portion of
 the specified timestamp value. | 
| Constructor and Description | 
|---|
| TimestampToken(TimestampValued value)Constructs a new token with the timestamp
 value in the given container. | 
Copyright © 2024 Actian Corporation. All rights reserved.