ReadonlypathThe address of this node: the Property names walked from the root. Empty at the root.
ReadonlypipeThe transforms applied at this node. Empty except on a transform stage.
ReadonlyrangeThe effective value RangeShape this node resolves to against the flake's driving shape.
The type and cardinality the node's path and pipe yield, composed across the steps from the root, so a single-valued property under a multi-valued ancestor reports the multi-valued cardinality. It is the transform's output on a transform stage; the entry's effective range on a Branch (an Id / Type marker resolving to the IRI range); the enveloped driving shape on the root Flake. Precomputed so consumers read it directly instead of re-resolving through blue's effective.
Optional ReadonlydrainOptional ReadonlytransformsThe transform stages hanging off this node, keyed by the Transform each applies.
Optional ReadonlyentriesOptional ReadonlyltStrict upper bound constraint (< operator).
Optional ReadonlygtStrict lower bound constraint (> operator).
Optional ReadonlylteInclusive upper bound constraint (<= operator).
Optional ReadonlygteInclusive lower bound constraint (>= operator).
Optional ReadonlylikeSubstring or pattern match constraint (~ operator).
Optional ReadonlyanyExistential set membership constraint ("any of", ? operator).
Optional ReadonlyallUniversal set membership constraint ("all of", ! operator).
Optional ReadonlyfocusFocus boost (+ operator), biasing ranking towards matching resources.
Optional ReadonlyorderSort-key precedence (^ operator). The absolute value sets the position across sort keys; the
sign sets the direction.
Optional ReadonlyoffsetResult-window offset (@ operator).
Optional ReadonlylimitResult-window upper bound (# operator).
A node of a flake.
The common base of every node: the root, each Branch, and each transform stage. Carries the path locating it, the entries it steps into, and the optional retrieval, transform, and constraint slots a query populates.