Skip to main content

Module types

Module types 

Source
Expand description

Type system for Geode values.

Structs§

Edge
A graph edge (relationship) value.
Node
A graph node value.
Path
A graph path value (alternating nodes and edges).
Range
Range type value
Value
Native representation of Geode values

Enums§

ValueKind
Kind of value

Constants§

DEFAULT_MAX_JSON_DEPTH
Default maximum JSON nesting depth when decoding values

Functions§

decode_value
Decode a JSON value into a typed Value object using the default depth limit.
decode_value_with_max_depth
Decode a JSON value into a typed Value object with a specific depth limit.