Sign in
apache
/
arrow-js
/
31bfd1954ffde0d772d41bbf6ccc19c38bbbef10
/
.
/
src
/
fb
/
precision.ts
blob: e9409049b064fd19a597a25a71f52a278d54c397 [
file
]
// automatically generated by the FlatBuffers compiler, do not modify
export
enum
Precision
{
HALF
=
0
,
SINGLE
=
1
,
DOUBLE
=
2
}