Expand description
Utilities to adapt readers with different schema.
Structsยง
- Compat
Batch ๐A helper struct to adapt schema of the batch to an expected schema. - Compat
Fields ๐Helper to make fields compatible. - Compat
Primary ๐Key Helper to make primary key compatible. - Reader to adapt schema of underlying reader to expected schema.
- Rewrite
Primary ๐Key Adapter to rewrite primary key.
Enumsยง
- Index
OrDefault ๐Index in source batch or a default value to fill a column.
Functionsยง
- Returns true if
left
andright
have same columns and primary key encoding. - may_
compat_ ๐fields Creates a CompatFields if needed. - Creates a CompatPrimaryKey if needed.