Structsยง
- Column
Metadata ๐Display - A display wrapper for [
ColumnMetadata
] that formats the column metadata in a more readable way. - Partial
Region ๐Metadata
Functionsยง
- build_
column_ ๐metadata_ from_ table_ info - Constructs a vector of [
ColumnMetadata
] from the provided table information. - build_
table_ ๐meta_ from_ column_ metadatas - Builds a
RawTableMeta
from the provided [ColumnMetadata
]s. - check_
column_ ๐metadata_ invariants - Checks whether the schema invariants hold between the existing and new column metadata.
- check_
column_ ๐metadatas_ consistent - Checks if the column metadatas are consistent.
- resolve_
column_ ๐metadatas_ with_ latest - Resolves column metadata inconsistencies among the given region metadatas by selecting the column metadata with the highest schema version.
- resolve_
column_ ๐metadatas_ with_ metasrv - Resolves column metadata inconsistencies among the given region metadatas by using the column metadata from the metasrv as the source of truth.