Skip to main content

Module traits

Module traits 

Source
Expand description

Capability traits for the connector schema framework.

Structs§

ColumnProjection
Describes how to project columns from the old schema to the new schema.
FieldInferenceDetail
Per-field detail from inference.
InferenceConfig
Configuration for schema inference.
InferenceWarning
A warning generated during inference.
InferredSchema
The result of schema inference.

Enums§

ArrayInference
How to infer array/object types in JSON.
CompatibilityMode
Compatibility mode for schema evolution.
EvolutionVerdict
The result of evaluating a set of schema changes.
NumberInference
How to infer numeric types.
SchemaChange
A single schema change detected by schema diffing.
WarningSeverity
Severity level for warnings (schema inference, recovery, etc.).

Traits§

FormatDecoder
Decodes raw bytes into Arrow RecordBatches.
FormatEncoder
Encodes Arrow RecordBatches into raw bytes.