Module utils

Source

Structsยง

ColumnDataTypeWithExtension ๐Ÿ”’
ParsedField ๐Ÿ”’

Enumsยง

FieldType ๐Ÿ”’
SemanticType ๐Ÿ”’

Staticsยง

DATATYPE_TO_COLUMN_DATA_TYPE ๐Ÿ”’
PRIMITIVE_TYPE_TO_COLUMN_DATA_TYPE ๐Ÿ”’
SEMANTIC_TYPES ๐Ÿ”’

Functionsยง

column_data_type_from_str ๐Ÿ”’
Convert a field type to a column data type.
convert_column_data_type_to_value_data_ident ๐Ÿ”’
Convert a column data type to a value data ident.
convert_primitive_type_to_column_data_type ๐Ÿ”’
convert_semantic_type_to_proto_semantic_type ๐Ÿ”’
Convert a semantic type to a proto semantic type.
extract_ident_from_type ๐Ÿ”’
extract_struct_fields ๐Ÿ”’
Extract the fields of a struct.
field_type ๐Ÿ”’
get_column_data_type ๐Ÿ”’
Get the column data type from the attribute or the inferred column data type.
parse_fields_from_fields_named ๐Ÿ”’
Parse fields from fields named.
semantic_type_from_str ๐Ÿ”’
Convert an identifier to a semantic type.