Uses of Class
org.apache.druid.segment.data.VSizeColumnarMultiInts
-
Packages that use VSizeColumnarMultiInts Package Description org.apache.druid.segment org.apache.druid.segment.data -
-
Uses of VSizeColumnarMultiInts in org.apache.druid.segment
Methods in org.apache.druid.segment that return VSizeColumnarMultiInts Modifier and Type Method Description VSizeColumnarMultiIntsMMappedIndex. getDimColumn(String dimension) -
Uses of VSizeColumnarMultiInts in org.apache.druid.segment.data
Methods in org.apache.druid.segment.data that return VSizeColumnarMultiInts Modifier and Type Method Description static VSizeColumnarMultiIntsVSizeColumnarMultiInts. fromIterable(Iterable<VSizeColumnarInts> objectsIterable)static VSizeColumnarMultiIntsVSizeColumnarMultiInts. readFromByteBuffer(ByteBuffer buffer)
-