Package klyn.data.internal
Contains 24 type(s).
Types
Interfaces
  • ProviderResultCursor - Type-erased cursor owned by one provider query execution.
  • QueryExecution - Provider execution produced from one immutable KQL plan.
  • QueryOrderBase - Provider-neutral comparison operation for one KQL order item.
  • QueryPlanBase - Type-erased boundary implemented by every concrete typed KQL plan.
  • QueryPredicate - Typed predicate embedded in an immutable KQL plan.
  • QuerySelector - Typed projection embedded in an immutable KQL plan.
  • QuerySource - Internal non-generic execution boundary shared by KQL providers.
  • QuerySynchronizer - Internal execution boundary between managed repositories and their owner.
  • SchemaProvider - Internal provider contract behind the stable SchemaManager facade.
Classes
  • ComposedQueryExecution - Lazy execution that applies a plan to another Query.
  • DocumentRepository - Shared lazy execution core for read-only document repositories.
  • EntityEntry - Internal identity-map entry and scalar snapshot for one SQL entity.
  • EntityManagerFactoryState - Shared lifecycle state for a factory and its schema manager.
  • EntityManagerState - Shared lifecycle state for one EntityManager and its managed repositories.
  • IdentityQueryPlan - Identity plan used when a repository is explicitly converted to Query<T>.
  • ListQueryStream - Forward-only stream over an already materialized provider result.
  • ManagedRepository - Manager-lifetime facade over one provider repository.
  • ProviderQueryStream - Statically typed stream facade over one provider cursor.
  • QueryCompiler - Compiler target that binds a native KQL expression to its provider.
  • QueryEvaluator - Optimized canonical evaluator shared by in-memory query executions.
  • QueryOrder - One canonical KQL ordering key.
  • QueryPlan - Immutable provider-neutral executable subset of the internal KQL QIR.
  • QueryRuntime - Minimal native primitives required by provider-neutral KQL execution.
Enums