c
org.locationtech.geomesa.index.planning.guard
FullTableScanQueryGuard
Companion object FullTableScanQueryGuard
class FullTableScanQueryGuard extends QueryInterceptor with LazyLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FullTableScanQueryGuard
- LazyLogging
- QueryInterceptor
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FullTableScanQueryGuard()
Value Members
-
def
close(): Unit
- Definition Classes
- FullTableScanQueryGuard → Closeable → AutoCloseable
-
def
guard(strategy: QueryStrategy): Option[IllegalArgumentException]
Hook to allow interception of a query after extracting the query values
Hook to allow interception of a query after extracting the query values
- strategy
query strategy
- returns
an exception if the query should be stopped
- Definition Classes
- FullTableScanQueryGuard → QueryInterceptor
-
def
init(ds: DataStore, sft: SimpleFeatureType): Unit
Called exactly once after the interceptor is instantiated
Called exactly once after the interceptor is instantiated
- ds
data store
- sft
simple feature type
- Definition Classes
- FullTableScanQueryGuard → QueryInterceptor
-
def
rewrite(query: Query): Unit
Modifies the query in place