kyma-plan 0.0.1

Unified logical-plan IR, optimizer, and parser-plugin registry.
Documentation
1
2
3
4
5
//! The `QueryFrontendRegistry` — routes queries to the right registered
//! frontend by Content-Type and unpacks the opaque plan payload into the
//! concrete [`LogicalPlan`][super::logical_plan::LogicalPlan].
//!
//! TODO(M2): implement registration + lookup + downcast.