| Package | Description |
|---|---|
| io.prestosql.operator |
| Modifier and Type | Class and Description |
|---|---|
class |
PagesRTreeIndex |
| Modifier and Type | Field and Description |
|---|---|
static PagesSpatialIndex |
PagesSpatialIndex.EMPTY_INDEX |
| Modifier and Type | Method and Description |
|---|---|
PagesSpatialIndex |
PagesSpatialIndexSupplier.get() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<PagesSpatialIndex> |
PagesSpatialIndexFactory.createPagesSpatialIndex()
Called by
SpatialJoinOperator. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<?> |
PagesSpatialIndexFactory.lendPagesSpatialIndex(Supplier<PagesSpatialIndex> pagesSpatialIndex)
Called by
SpatialIndexBuilderOperator to provide a
Supplier of spatial indexes for SpatialJoinOperators to use. |
Copyright © 2012–2019. All rights reserved.