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.scalar |
Provides implementations of and utilities for scalar valued
tokens.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TimestampOutputField
A timestamp valued field of a record output port.
|
Modifier and Type | Method and Description |
---|---|
TimestampSettable |
TimestampTokenList.getTokenSetter(int index) |
TimestampSettable |
SparseTimestampTokenList.getTokenSetter(int index) |
TimestampSettable |
MutableTimestampTokenSequence.getTokenSetter(int index) |
Modifier and Type | Class and Description |
---|---|
class |
TimestampRegister
A mutable
TimestampValued object. |
Modifier and Type | Method and Description |
---|---|
static void |
DateTimeUtils.parseInto(String text,
TimestampSettable buffer)
Parses a timestamp in ISO8601 format, storing the result
into a timestamp valued container..
|
static void |
DateTimeUtils.toEpochTime(Date date,
TimestampSettable buffer)
Stores the given instant into a time stamp buffer using the
default time zone for the offset.
|
static void |
DateTimeUtils.toEpochTime(Date date,
TimeZone tz,
TimestampSettable buffer)
Stores the given instant into a time stamp buffer using the
specified time zone for the offset.
|
static void |
DateTimeUtils.toEpochTime(long millis,
TimestampSettable buffer)
Stores the given instant into a time stamp buffer using the
default time zone for the offset.
|
static void |
DateTimeUtils.toEpochTime(long millis,
TimeZone tz,
TimestampSettable buffer)
Stores the given instant into a time stamp buffer using the
specified time zone for the offset.
|
static void |
DateTimeUtils.toEpochTime(Timestamp timestamp,
TimestampSettable buffer)
Stores the given instant into a time stamp buffer using the
default time zone for the offset.
|
static void |
DateTimeUtils.toEpochTime(Timestamp timestamp,
TimeZone tz,
TimestampSettable buffer)
Stores the given instant into a time stamp buffer using the
specified time zone for the offset.
|
Copyright © 2020 Actian Corporation. All rights reserved.