Uses of Interface
io.trino.operator.PagesSpatialIndex
-
Packages that use PagesSpatialIndex Package Description io.trino.operator -
-
Uses of PagesSpatialIndex in io.trino.operator
Classes in io.trino.operator that implement PagesSpatialIndex Modifier and Type Class Description classPagesRTreeIndexFields in io.trino.operator declared as PagesSpatialIndex Modifier and Type Field Description static PagesSpatialIndexPagesSpatialIndex. EMPTY_INDEXMethods in io.trino.operator that return PagesSpatialIndex Modifier and Type Method Description PagesSpatialIndexPagesSpatialIndexSupplier. get()Methods in io.trino.operator that return types with arguments of type PagesSpatialIndex Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<PagesSpatialIndex>PagesSpatialIndexFactory. createPagesSpatialIndex()Called bySpatialJoinOperator.Method parameters in io.trino.operator with type arguments of type PagesSpatialIndex Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<?>PagesSpatialIndexFactory. lendPagesSpatialIndex(Supplier<PagesSpatialIndex> pagesSpatialIndex)Called bySpatialIndexBuilderOperatorto provide aSupplierof spatial indexes forSpatialJoinOperators to use.
-