Re-exportsยง
pub use crate::json::JSON2_REMAINDER_FIELD_NAME;
Structsยง
- Json2
Extension Type - Arrow extension type for JSON2 columns and concretized projections.
- Json2
Physical Layout - Parsed physical layout of a JSON2 Arrow root field.
- Json
Extension Type - Arrow extension type for legacy JSONB columns.
- Json
Metadata
Constantsยง
- JSON2_
LAYOUT_ ๐V1 - JSON2_
LAYOUT_ ๐V2 - LEGACY_
JSON_ ๐STRUCTURE_ SETTINGS_ KEY
Functionsยง
- is_
any_ json_ extension_ type - Checks whether this field is either a legacy JSONB or JSON2 extension type.
- is_
json2_ extension_ type - Check if this field is a JSON2 extension type.
- is_
legacy_ json2_ extension_ type - Checks whether this field uses the JSON2 extension layout from before type hints.
- json2_
remainder_ ๐field - Returns the remainder field of a JSON2 v2 root.
- parse_
legacy_ json2_ settings - Parses JSON2 settings stored by the historical
greptime.jsonextension. - parse_
version ๐