Skip to main content

Module commit

Module commit 

Source
Expand description

Commit — snapshot current graph state to Parquet + record in CommitsTable.

A commit captures:

  • All namespace RecordBatches as Parquet files
  • A CommitsTable row with commit_id, parents, message, author, timestamp

Structs§

Commit
A commit record.
CommitsTable
The commits history table.

Enums§

CommitError
Errors from commit operations.

Functions§

commits_schema
Schema for the Commits table.
create_commit
Create a commit: snapshot all namespaces to Parquet, record in CommitsTable.

Type Aliases§

Result