Uses of Interface
com.pervasive.datarush.tokens.scalar.TimestampValued
Packages that use TimestampValued
Package
Description
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
Provides implementations of sequences of scalar token values.
Provides classes and utilities for working with data tokens.
Provides implementations of and utilities for scalar valued
tokens.
-
Uses of TimestampValued in com.pervasive.datarush.ports.physical
Subinterfaces of TimestampValued in com.pervasive.datarush.ports.physicalModifier and TypeInterfaceDescriptioninterfaceA timestamp valued field of a record input port. -
Uses of TimestampValued in com.pervasive.datarush.sequences.scalar
Subinterfaces of TimestampValued in com.pervasive.datarush.sequences.scalarMethods in com.pervasive.datarush.sequences.scalar that return TimestampValued -
Uses of TimestampValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type TimestampValuedModifier and TypeMethodDescriptionstatic StringTokenUtils.asString(TimestampValued value) Formats a timestamp value as a string suitable for output.static intTokenUtils.compare(TimestampValued value1, TimestampValued value2) Indicates the relative ordering of two timestamp values in ascending order.static booleanTokenUtils.equal(TimestampValued value1, TimestampValued value2) Indicates whether two timestamp values are equal.static intTokenUtils.hashCode(TimestampValued value) Computes a hash code for a string value. -
Uses of TimestampValued in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement TimestampValuedModifier and TypeClassDescriptionclassAn null token.final classA mutableTimestampValuedobject.final classAn immutableTimestampValuedobject.classDeprecated.since 6.1Methods in com.pervasive.datarush.tokens.scalar with parameters of type TimestampValuedModifier and TypeMethodDescriptionstatic StringDateTimeUtils.format(TimestampValued value) Converts a time stamp value into an ISO8601 time stamp formatted string.voidDateTokenConverter.set(TimestampValued token) Deprecated.Sets the current date value to the date portion of the specified timestamp value.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type TimestampValuedModifierConstructorDescriptionTimestampToken(TimestampValued value) Constructs a new token with the timestamp value in the given container.