Expand description
The seam that lets the stored-graph provider run SQL over node/edge tables
without kyma-graph depending on the engine. kyma-server implements this
over its DataFusion query path.
Structs§
- Stored
Graph Config - Column roles + table names for a registered graph (decoupled mirror of the
catalog’s
GraphRegistration). The server maps registration → this.
Traits§
Type Aliases§
- JsonRow
- One result row: column name -> JSON value.