Uses of Interface
org.apache.druid.segment.data.IndexedInts
-
-
Uses of IndexedInts in org.apache.druid.segment
Methods in org.apache.druid.segment that return IndexedInts Modifier and Type Method Description IndexedIntsBaseSingleValueDimensionSelector. getRow()IndexedIntsConstantDimensionSelector. getRow()IndexedIntsConstantDimensionSelector. getRow(int offset)IndexedIntsConstantMultiValueDimensionSelector. getRow()IndexedIntsConstantMultiValueDimensionSelector. getRow(int offset)IndexedIntsDimensionSelector. getRow()Returns the indexed values at the current position in this DimensionSelector.IndexedIntsSingleScanTimeDimensionSelector. getRow()Methods in org.apache.druid.segment with parameters of type IndexedInts Modifier and Type Method Description static ObjectDimensionSelector. rowToObject(IndexedInts row, DimensionDictionarySelector selector)Converts a particularIndexedIntsto an Object in a standard way, assuming each element in the IndexedInts is a dictionary ID that can be resolved with the provided selector. -
Uses of IndexedInts in org.apache.druid.segment.column
Methods in org.apache.druid.segment.column that return IndexedInts Modifier and Type Method Description IndexedIntsDictionaryEncodedColumn. getMultiValueRow(int rowNum)IndexedIntsStringUtf8DictionaryEncodedColumn. getMultiValueRow(int rowNum)IndexedInts[]StringUtf8DictionaryEncodedColumn.StringMultiValueDimensionVectorSelector. getRowVector() -
Uses of IndexedInts in org.apache.druid.segment.data
Subinterfaces of IndexedInts in org.apache.druid.segment.data Modifier and Type Interface Description interfaceColumnarIntsResource that provides random access to a packed array of primitive int values.Classes in org.apache.druid.segment.data that implement IndexedInts Modifier and Type Class Description classArrayBasedIndexedIntsclassRangeIndexedIntsReusable IndexedInts that returns sequences [0, 1, ..., N].classSingleIndexedIntReusable IndexedInts that represents a sequence of a solo value [X].classSliceIndexedIntsReusable IndexedInts, that could represent a sub-sequence ("slice") in a larger IndexedInts object.classVSizeColumnarIntsclassZeroIndexedIntsAn IndexedInts that always returns a row containing a single zero.Methods in org.apache.druid.segment.data that return IndexedInts Modifier and Type Method Description static IndexedIntsIndexedInts. empty()IndexedIntsColumnarMultiInts. get(int index)Returns the values at a given row index.IndexedIntsCompressedVSizeColumnarMultiIntsSupplier.CompressedVSizeColumnarMultiInts. get(int index)IndexedIntsColumnarMultiInts. getUnshared(int index)Returns the values at a given row index.IndexedIntsCompressedVSizeColumnarMultiIntsSupplier.CompressedVSizeColumnarMultiInts. getUnshared(int index)IndexedIntsVSizeColumnarMultiInts. getUnshared(int index)Methods in org.apache.druid.segment.data that return types with arguments of type IndexedInts Modifier and Type Method Description Iterator<IndexedInts>CompressedVSizeColumnarMultiIntsSupplier.CompressedVSizeColumnarMultiInts. iterator()Iterator<IndexedInts>VSizeColumnarMultiInts. iterator()Methods in org.apache.druid.segment.data with parameters of type IndexedInts Modifier and Type Method Description abstract voidColumnarMultiIntsSerializer. addValues(IndexedInts ints)voidV3CompressedVSizeColumnarMultiIntsSerializer. addValues(IndexedInts ints)voidVSizeColumnarMultiIntsSerializer. addValues(IndexedInts ints)static VSizeColumnarIntsVSizeColumnarInts. fromIndexedInts(IndexedInts ints, int maxValue)intCompressedVSizeColumnarMultiIntsSupplier.CompressedVSizeColumnarMultiInts. indexOf(IndexedInts value)intVSizeColumnarMultiInts. indexOf(IndexedInts value)Method parameters in org.apache.druid.segment.data with type arguments of type IndexedInts Modifier and Type Method Description static CompressedVSizeColumnarMultiIntsSupplierCompressedVSizeColumnarMultiIntsSupplier. fromIterable(Iterable<IndexedInts> objectsIterable, int maxValue, ByteOrder byteOrder, CompressionStrategy compression, Closer closer)static V3CompressedVSizeColumnarMultiIntsSupplierV3CompressedVSizeColumnarMultiIntsSupplier. fromIterable(Iterable<IndexedInts> objectsIterable, int offsetChunkFactor, int maxValue, ByteOrder byteOrder, CompressionStrategy compression, Closer closer)Constructors in org.apache.druid.segment.data with parameters of type IndexedInts Constructor Description SliceIndexedInts(IndexedInts base) -
Uses of IndexedInts in org.apache.druid.segment.historical
Methods in org.apache.druid.segment.historical that return IndexedInts Modifier and Type Method Description IndexedIntsHistoricalDimensionSelector. getRow(int offset) -
Uses of IndexedInts in org.apache.druid.segment.join
Methods in org.apache.druid.segment.join that return IndexedInts Modifier and Type Method Description IndexedIntsPossiblyNullDimensionSelector. getRow() -
Uses of IndexedInts in org.apache.druid.segment.join.table
Methods in org.apache.druid.segment.join.table that return IndexedInts Modifier and Type Method Description IndexedIntsIndexedTableDimensionSelector. getRow() -
Uses of IndexedInts in org.apache.druid.segment.nested
Methods in org.apache.druid.segment.nested that return IndexedInts Modifier and Type Method Description IndexedIntsNestedFieldDictionaryEncodedColumn. getMultiValueRow(int rowNum)IndexedIntsVariantColumn. getMultiValueRow(int rowNum) -
Uses of IndexedInts in org.apache.druid.segment.selector.settable
Methods in org.apache.druid.segment.selector.settable that return IndexedInts Modifier and Type Method Description IndexedIntsSettableDimensionValueSelector. getRow() -
Uses of IndexedInts in org.apache.druid.segment.serde
Classes in org.apache.druid.segment.serde that implement IndexedInts Modifier and Type Class Description classCombineFirstTwoValuesColumnarIntsAColumnarIntsfacade overCombineFirstTwoValuesIndexedInts.classCombineFirstTwoValuesIndexedIntsAIndexedIntsthat delegates to an underyling instance, but combines the values 0 and 1 into 0, and shifts all other values down by one.Methods in org.apache.druid.segment.serde that return IndexedInts Modifier and Type Method Description IndexedIntsCombineFirstTwoValuesColumnarMultiInts. get(int index)IndexedIntsCombineFirstTwoValuesColumnarMultiInts. getUnshared(int index)Methods in org.apache.druid.segment.serde that return types with arguments of type IndexedInts Modifier and Type Method Description Iterator<IndexedInts>CombineFirstTwoValuesColumnarMultiInts. iterator()Methods in org.apache.druid.segment.serde with parameters of type IndexedInts Modifier and Type Method Description intCombineFirstTwoValuesColumnarMultiInts. indexOf(IndexedInts value)Constructors in org.apache.druid.segment.serde with parameters of type IndexedInts Constructor Description CombineFirstTwoValuesIndexedInts(IndexedInts delegate) -
Uses of IndexedInts in org.apache.druid.segment.vector
Methods in org.apache.druid.segment.vector that return IndexedInts Modifier and Type Method Description IndexedInts[]MultiValueDimensionVectorSelector. getRowVector()Get the current vector. -
Uses of IndexedInts in org.apache.druid.segment.virtual
Methods in org.apache.druid.segment.virtual that return IndexedInts Modifier and Type Method Description IndexedIntsExpressionMultiValueDimensionSelector. getRow()IndexedIntsSingleStringInputDeferredEvaluationExpressionDimensionSelector. getRow()Get the underlying selectorIndexedIntsrow
-