Home
last modified time | relevance | path

Searched defs:schemaElementConstructArgs (Results 1 – 1 of 1) sorted by relevance

/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/schema/
H A Dschema_element_test.go67 type schemaElementConstructArgs struct { struct
68 name string
69 logical LogicalType
70 physical parquet.Type
71 len int
72 expectConverted bool
73 converted ConvertedType
74 expectLogical bool
75 checkLogical func(*format.SchemaElement) bool