Expand description
Compatibility types for Namespace and Layer.
arrow-graph-core uses string-based namespace keys and Option<u8> layers.
This module provides typed wrappers that make the arrow-git API ergonomic
while remaining compatible with any namespace scheme.
Structs§
- Arrow
Graph Store - Convenience re-export of the core store types using string-based namespaces. The core Arrow-native graph store, partitioned by namespace.
- Causal
Node - Convenience re-export of the core store types using string-based namespaces. A node in a causal derivation chain.
- Query
Spec - Convenience re-export of the core store types using string-based namespaces. Filter specification for queries.
- Triple
- Convenience re-export of the core store types using string-based namespaces. A single triple to be added to the store.
Enums§
- Store
Error - Convenience re-export of the core store types using string-based namespaces. Errors from store operations.
Constants§
- DEFAULT_
NAMESPACES - Default namespace partitions (matching the common knowledge graph pattern).
Functions§
- default_
store - Create an ArrowGraphStore with the default namespace set.