Skip to main content

Module compat

Module compat 

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

ArrowGraphStore
Convenience re-export of the core store types using string-based namespaces. The core Arrow-native graph store, partitioned by namespace.
CausalNode
Convenience re-export of the core store types using string-based namespaces. A node in a causal derivation chain.
QuerySpec
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§

StoreError
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.