forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSchema_generated.ts
More file actions
36 lines (35 loc) · 1.51 KB
/
Copy pathSchema_generated.ts
File metadata and controls
36 lines (35 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// automatically generated by the FlatBuffers compiler, do not modify
export { Binary } from './binary.js';
export { Bool } from './bool.js';
export { Date } from './date.js';
export { DateUnit } from './date-unit.js';
export { Decimal } from './decimal.js';
export { DictionaryEncoding } from './dictionary-encoding.js';
export { DictionaryKind } from './dictionary-kind.js';
export { Duration } from './duration.js';
export { Endianness } from './endianness.js';
export { Field } from './field.js';
export { FixedSizeBinary } from './fixed-size-binary.js';
export { FixedSizeList } from './fixed-size-list.js';
export { FloatingPoint } from './floating-point.js';
export { Int } from './int.js';
export { Interval } from './interval.js';
export { IntervalUnit } from './interval-unit.js';
export { KeyValue } from './key-value.js';
export { LargeBinary } from './large-binary.js';
export { LargeList } from './large-list.js';
export { LargeUtf8 } from './large-utf8.js';
export { List } from './list.js';
export { Map } from './map.js';
export { Null } from './null.js';
export { Precision } from './precision.js';
export { RunEndEncoded } from './run-end-encoded.js';
export { Schema } from './schema.js';
export { Struct_ } from './struct-.js';
export { Time } from './time.js';
export { TimeUnit } from './time-unit.js';
export { Timestamp } from './timestamp.js';
export { Type, unionToType, unionListToType } from './type.js';
export { Union } from './union.js';
export { UnionMode } from './union-mode.js';
export { Utf8 } from './utf8.js';