Skip to main content

Module decoder

Module decoder 

Source
Expand description

JSON format decoder implementing FormatDecoder.

Converts raw JSON byte payloads into Arrow RecordBatches. Constructed once at CREATE SOURCE time with a frozen Arrow schema; the decoder is stateless after construction so the Ring 1 hot path has zero schema lookups.

Structs§

JsonDecoder
Decodes JSON byte payloads into Arrow RecordBatches.
JsonDecoderConfig
JSON decoder configuration.

Enums§

TypeMismatchStrategy
Strategy for JSON values that don’t match the expected Arrow type.
UnknownFieldStrategy
Strategy for JSON fields not in the Arrow schema.