Expand description
Capability traits for the connector schema framework.
Structs§
- Column
Projection - Describes how to project columns from the old schema to the new schema.
- Field
Inference Detail - Per-field detail from inference.
- Inference
Config - Configuration for schema inference.
- Inference
Warning - A warning generated during inference.
- Inferred
Schema - The result of schema inference.
Enums§
- Array
Inference - How to infer array/object types in JSON.
- Compatibility
Mode - Compatibility mode for schema evolution.
- Evolution
Verdict - The result of evaluating a set of schema changes.
- Number
Inference - How to infer numeric types.
- Schema
Change - A single schema change detected by schema diffing.
- Warning
Severity - Severity level for warnings (schema inference, recovery, etc.).
Traits§
- Format
Decoder - Decodes raw bytes into Arrow
RecordBatches. - Format
Encoder - Encodes Arrow
RecordBatches into raw bytes.