Uses of Interface
com.pervasive.datarush.tokens.scalar.BinaryValued
Packages that use BinaryValued
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 BinaryValued in com.pervasive.datarush.ports.physical
Subinterfaces of BinaryValued in com.pervasive.datarush.ports.physicalModifier and TypeInterfaceDescriptioninterfaceA binary valued field of a record input port. -
Uses of BinaryValued in com.pervasive.datarush.sequences.scalar
Subinterfaces of BinaryValued in com.pervasive.datarush.sequences.scalarMethods in com.pervasive.datarush.sequences.scalar that return BinaryValued -
Uses of BinaryValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type BinaryValuedModifier and TypeMethodDescriptionstatic StringTokenUtils.asString(BinaryValued value) Formats a binary value as a string suitable for output.static intTokenUtils.compare(BinaryValued value1, byte[] value2) Indicates the relative ordering of a binary value and a non-null binary data array in ascending order.static intTokenUtils.compare(BinaryValued value1, BinaryValued value2) Indicates the relative ordering of two binary values in ascending order.static booleanTokenUtils.equal(BinaryValued value1, BinaryValued value2) Indicates whether two binary values are equal.static intTokenUtils.hashCode(BinaryValued value) Computes a hash code for a binary value. -
Uses of BinaryValued in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement BinaryValuedModifier and TypeClassDescriptionfinal classA mutableBinaryValuedobject.final classAn immutableBinaryValuedobject.classAn null token.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type BinaryValuedModifierConstructorDescriptionBinaryToken(BinaryValued value) Constructs a new token with the binary value in the given container.