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 |
DateOutputField
A date valued field of a record output port.
|
Modifier and Type | Method and Description |
---|---|
DateSettable |
SparseDateTokenList.getTokenSetter(int index) |
DateSettable |
MutableDateTokenSequence.getTokenSetter(int index) |
DateSettable |
DateTokenList.getTokenSetter(int index) |
Modifier and Type | Class and Description |
---|---|
class |
DateRegister
A mutable
DateValued object. |
Modifier and Type | Method and Description |
---|---|
static void |
DateTimeUtils.parseInto(String text,
DateSettable buffer)
Parses a date in ISO8601 format, storing the result
into a date valued container.
|
Copyright © 2016 Actian Corporation. All rights reserved.