Package | Description |
---|---|
com.pervasive.datarush.tokens |
Provides classes and utilities for working with data tokens.
|
Modifier and Type | Method and Description |
---|---|
static RecordTokenComparator |
TokenComparators.getCompositeComparator(ScalarTokenType[] types,
TokenOrder order)
Creates a composite comparator appropriate for the given types
ordered in the specified direction.
|
static RecordTokenComparator |
TokenComparators.getCompositeComparator(ScalarTokenType[] types,
TokenOrder[] order)
Creates a composite comparator appropriate for the given types
ordered in the specified direction for each field.
|
static RecordTokenComparator |
TokenComparators.getCompositeComparator(ScalarValued[] left,
ScalarValued[] right,
TokenOrder order)
Creates a composite comparator, bound to the given sets of left and right values,
using the specified ordering for all pairings of values.
|
static RecordTokenComparator |
TokenComparators.getCompositeComparator(ScalarValued[] left,
ScalarValued[] right,
TokenOrder[] order)
Creates a composite comparator, bound to the given sets of left and right values,
using the specified orderings for each pairing of values.
|
Copyright © 2016 Actian Corporation. All rights reserved.