| Modifier and Type | Method and Description |
|---|---|
StringComparator |
BoundDimFilter.getOrdering() |
| Constructor and Description |
|---|
BoundDimFilter(String dimension,
String lower,
String upper,
Boolean lowerStrict,
Boolean upperStrict,
Boolean alphaNumeric,
ExtractionFn extractionFn,
StringComparator ordering) |
| Modifier and Type | Field and Description |
|---|---|
static StringComparator |
OrderByColumnSpec.DEFAULT_DIMENSION_ORDER |
| Modifier and Type | Method and Description |
|---|---|
StringComparator |
OrderByColumnSpec.getDimensionComparator() |
| Constructor and Description |
|---|
OrderByColumnSpec(String dimension,
OrderByColumnSpec.Direction direction,
StringComparator dimensionComparator) |
| Modifier and Type | Class and Description |
|---|---|
static class |
StringComparators.AlphanumericComparator |
static class |
StringComparators.LexicographicComparator |
static class |
StringComparators.NumericComparator |
static class |
StringComparators.StrlenComparator |
| Modifier and Type | Field and Description |
|---|---|
static StringComparator |
StringComparators.ALPHANUMERIC |
static StringComparator |
StringComparators.LEXICOGRAPHIC |
static StringComparator |
StringComparators.NUMERIC |
static StringComparator |
StringComparators.STRLEN |
| Modifier and Type | Method and Description |
|---|---|
static StringComparator |
StringComparator.fromString(String type) |
| Modifier and Type | Field and Description |
|---|---|
static StringComparator |
SearchSortSpec.DEFAULT_ORDERING |
| Modifier and Type | Method and Description |
|---|---|
StringComparator |
SearchSortSpec.getOrdering() |
| Constructor and Description |
|---|
SearchSortSpec(StringComparator ordering) |
| Modifier and Type | Method and Description |
|---|---|
StringComparator |
DimensionTopNMetricSpec.getOrdering() |
| Constructor and Description |
|---|
DimensionTopNMetricSpec(String previousStop,
StringComparator ordering) |
| Modifier and Type | Method and Description |
|---|---|
StringComparator |
BoundValue.getComparator() |
StringComparator |
BoundRefKey.getComparator() |
| Modifier and Type | Method and Description |
|---|---|
static BoundRefKey |
BoundRefKey.from(SelectorDimFilter filter,
StringComparator comparator) |
| Constructor and Description |
|---|
BoundRefKey(String dimension,
ExtractionFn extractionFn,
StringComparator comparator) |
BoundValue(String value,
StringComparator comparator) |
| Modifier and Type | Method and Description |
|---|---|
StringComparator |
RowSignature.naturalStringComparator(RowExtraction rowExtraction)
Return the "natural"
StringComparator for an extraction from this row signature. |
Copyright © 2011–2017. All rights reserved.