| Package | Description |
|---|---|
| io.druid.segment |
| Modifier and Type | Method and Description |
|---|---|
void |
DimensionHandler.validateSortedEncodedArrays(EncodedTypeArray lhs,
EncodedTypeArray rhs,
Indexed<ActualType> lhsEncodings,
Indexed<ActualType> rhsEncodings)
Given two arrays representing sorted encoded row value(s), check that the two arrays have the same encoded values,
or if the encoded values differ, that they translate into the same actual values, using the mappings
provided by lhsEncodings and rhsEncodings (if applicable).
|
void |
StringDimensionHandler.validateSortedEncodedArrays(int[] lhs,
int[] rhs,
Indexed<String> lhsEncodings,
Indexed<String> rhsEncodings) |
Copyright © 2011–2016. All rights reserved.