Skip to main content

Crate corium_sql

Crate corium_sql 

Source
Expand description

SQL execution and autocommit mutation planning over Corium database values.

A SqlSession captures one corium_db::Db time view. Current, as-of, and since views expose one wide table per attribute namespace; history views expose normalized event relations only.

Structs§

SqlColumn
One result column.
SqlMutation
One autocommit mutation planned against an immutable basis.
SqlMutationResult
Buffered rows produced by a mutation’s RETURNING clause.
SqlQuery
Streaming result of one SQL statement.
SqlSession
One SQL environment over a fixed immutable database view.

Enums§

MutationKind
Kind of committed SQL mutation.
SqlError
SQL planning, catalog, or execution failure.
SqlType
SQL result type independent of DataFusion and Arrow versions.
SqlValue
One SQL value independent of DataFusion and Arrow versions.

Type Aliases§

SqlRow
One SQL result row.