File tree Expand file tree Collapse file tree 3 files changed +706
-125
lines changed Expand file tree Collapse file tree 3 files changed +706
-125
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,22 @@ export meta
16
16
export _Type # enum
17
17
export ConvertedType # enum
18
18
export FieldRepetitionType # enum
19
+ export EdgeInterpolationAlgorithm # enum
19
20
export Encoding # enum
20
21
export CompressionCodec # enum
21
22
export PageType # enum
22
23
export BoundaryOrder # enum
24
+ export SizeStatistics # struct
25
+ export BoundingBox # struct
26
+ export GeospatialStatistics # struct
23
27
export Statistics # struct
24
28
export StringType # struct
25
29
export UUIDType # struct
26
30
export MapType # struct
27
31
export ListType # struct
28
32
export EnumType # struct
29
33
export DateType # struct
34
+ export Float16Type # struct
30
35
export NullType # struct
31
36
export DecimalType # struct
32
37
export MilliSeconds # struct
@@ -38,6 +43,9 @@ export TimeType # struct
38
43
export IntType # struct
39
44
export JsonType # struct
40
45
export BsonType # struct
46
+ export VariantType # struct
47
+ export GeometryType # struct
48
+ export GeographyType # struct
41
49
export LogicalType # struct
42
50
export SchemaElement # struct
43
51
export DataPageHeader # struct
You can’t perform that action at this time.
0 commit comments