Skip to main content

Module executor

Module executor 

Source
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§

StoredGraphConfig
Column roles + table names for a registered graph (decoupled mirror of the catalog’s GraphRegistration). The server maps registration → this.

Traits§

GraphQueryExecutor

Type Aliases§

JsonRow
One result row: column name -> JSON value.