Uses of Package
com.loomcache.server.query
Packages that use com.loomcache.server.query
Package
Description
-
Classes in com.loomcache.server.query used by com.loomcache.server.computeClassDescriptionGeneric predicate for filtering distributed map entries by key and value.
-
Classes in com.loomcache.server.query used by com.loomcache.server.config
-
Classes in com.loomcache.server.query used by com.loomcache.server.datastructuresClassDescriptionConfiguration for an index on a map column.Generic predicate for filtering distributed map entries by key and value.Catalog metadata for a SQL index declared through DDL.Catalog metadata for a SQL mapping.Catalog metadata for a user-defined SQL type declared through DDL.Catalog metadata for a virtual SQL view declared through DDL.
-
Classes in com.loomcache.server.query used by com.loomcache.server.queryClassDescriptionConfiguration for an index on a map column.Enumeration of index types supported by the query engine.In-memory secondary index on a map column.Generic predicate for filtering distributed map entries by key and value.Stateful map-entry predicate that returns one page of matching entries at a time.Sealed interface for filter predicates.Predicate that always returns false.Predicate variant for join conditions that need access to both source rows.Predicate that always returns true.Fluent predicate builder for distributed map queries.Entry-level fluent predicate operations.Analysis result for a query.Statistics about cache performance.Cost estimate for a query plan.Sealed interface for optimization rules.Optimized query plan with metadata.LRU cache for parsed and optimized query plans.Table statistics for cost estimation.Represents a parsed SQL query in executable form.Aggregate function specification (e.g., COUNT, SUM, AVG, MIN, MAX).Join specification for SQL JOIN operations.OrderBy clause specifying column and sort direction.Record representing a single profiling entry for a stage.Complete query profile with stage information and bottleneck identification.Query execution stages.A query pattern with statistics.Record representing a single slow query log entry.Statistics about slow queries grouped by normalized SQL pattern.Enumeration of SQL column types supported by the query engine.Catalog metadata for a SQL index declared through DDL.Catalog metadata for a SQL mapping.Parsed CREATE INDEX DDL statement.Parsed CREATE MAPPING DDL statement.Parsed CREATE TYPE DDL statement.Parsed CREATE VIEW DDL statement.Parsed DELETE DML statement.Parsed EXPLAIN statement for a SELECT query.Parsed INSERT INTO DML statement.Parse error with position information.Parsed SHOW catalog statement.Parsed SINK INTO DML statement.Parsed UPDATE DML statement.Represents a SQL query result set.Represents a single row in a SQL result set.Catalog metadata for a user-defined SQL type declared through DDL.Catalog metadata for a virtual SQL view declared through DDL.