blob: 3f47a2c0b92f7de1dc46b7562785cad5d4d20684 [file] [log] [blame]
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace Apache.Arrow.Flatbuf
{
internal enum Precision : short
{
HALF = 0,
SINGLE = 1,
DOUBLE = 2,
};
}