Package | Description |
---|---|
io.druid.segment |
Modifier and Type | Method and Description |
---|---|
void |
DimensionHandler.validateSortedEncodedKeyComponents(EncodedKeyComponentType lhs,
EncodedKeyComponentType rhs,
Indexed<ActualType> lhsEncodings,
Indexed<ActualType> rhsEncodings)
Given two key components representing sorted encoded row value(s), check that the two key components
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 |
FloatDimensionHandler.validateSortedEncodedKeyComponents(Float lhs,
Float rhs,
Indexed<Float> lhsEncodings,
Indexed<Float> rhsEncodings) |
void |
StringDimensionHandler.validateSortedEncodedKeyComponents(int[] lhs,
int[] rhs,
Indexed<String> lhsEncodings,
Indexed<String> rhsEncodings) |
void |
LongDimensionHandler.validateSortedEncodedKeyComponents(Long lhs,
Long rhs,
Indexed<Long> lhsEncodings,
Indexed<Long> rhsEncodings) |
Copyright © 2011–2017. All rights reserved.