Sign in
apache
/
arrow-js
/
refs/heads/main
/
.
/
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
}