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.
- Commits
Table - The commits history table.
Enums§
- Commit
Error - 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.