| Package | Description |
|---|---|
| org.apache.druid.collections.spatial | |
| org.apache.druid.segment | |
| org.apache.druid.segment.column | |
| org.apache.druid.segment.data | |
| org.apache.druid.segment.serde |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableRTree |
ImmutableRTree.empty() |
static ImmutableRTree |
ImmutableRTree.newImmutableFromMutable(RTree rTree) |
| Modifier and Type | Method and Description |
|---|---|
int |
ImmutableRTree.compareTo(ImmutableRTree other) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ImmutableRTree> |
MMappedIndex.getSpatialIndexes() |
| Constructor and Description |
|---|
MMappedIndex(GenericIndexed<String> availableDimensions,
GenericIndexed<String> availableMetrics,
org.joda.time.Interval dataInterval,
CompressedColumnarLongsSupplier timestamps,
Map<String,MetricHolder> metrics,
Map<String,GenericIndexed<String>> dimValueLookups,
Map<String,GenericIndexed<ByteBuffer>> dimValueUtf8Lookups,
Map<String,VSizeColumnarMultiInts> dimColumns,
Map<String,GenericIndexed<ImmutableBitmap>> invertedIndexes,
Map<String,ImmutableRTree> spatialIndexes,
SmooshedFileMapper fileMapper) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRTree |
SpatialIndex.getRTree() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRTree |
ImmutableRTreeObjectStrategy.fromByteBuffer(ByteBuffer buffer,
int numBytes) |
| Modifier and Type | Method and Description |
|---|---|
Class<ImmutableRTree> |
ImmutableRTreeObjectStrategy.getClazz() |
| Modifier and Type | Method and Description |
|---|---|
int |
ImmutableRTreeObjectStrategy.compare(ImmutableRTree o1,
ImmutableRTree o2) |
byte[] |
ImmutableRTreeObjectStrategy.toBytes(ImmutableRTree val) |
void |
ImmutableRTreeObjectStrategy.writeTo(ImmutableRTree val,
WriteOutBytes out) |
| Modifier and Type | Method and Description |
|---|---|
DictionaryEncodedColumnPartSerde.SerializerBuilder |
DictionaryEncodedColumnPartSerde.SerializerBuilder.withSpatialIndex(ByteBufferWriter<ImmutableRTree> spatialIndexWriter) |
| Constructor and Description |
|---|
DictionaryEncodedStringIndexSupplier(BitmapFactory bitmapFactory,
GenericIndexed<String> dictionary,
GenericIndexed<ByteBuffer> dictionaryUtf8,
GenericIndexed<ImmutableBitmap> bitmaps,
ImmutableRTree indexedTree) |
StringFrontCodedColumnIndexSupplier(BitmapFactory bitmapFactory,
com.google.common.base.Supplier<FrontCodedIndexed> utf8Dictionary,
GenericIndexed<ImmutableBitmap> bitmaps,
ImmutableRTree indexedTree) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.