Modules§
- Nested message and enum types in
ArrowType. - Nested message and enum types in
Constraint. - Nested message and enum types in
ParquetColumnOptions. - Nested message and enum types in
ParquetOptions. - Nested message and enum types in
ScalarNestedValue. - Nested message and enum types in
ScalarTime32Value. - Nested message and enum types in
ScalarTime64Value. - Nested message and enum types in
ScalarTimestampValue. - Nested message and enum types in
ScalarValue.
Structs§
- Serialized data type
- Options controlling CSV format
- Useful for representing an empty enum variant in rust E.G. enum example{One, Two(i32)} maps to message example{ oneof{ EmptyMessage One = 1; i32 Two = 2; } }
- Options controlling CSV format
- Used for List/FixedSizeList/LargeList/Struct/Map