blob: 46fd0cc4c83c1c857f76325b01df41ef8d1c9b54 [file] [log] [blame]
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace Apache.Arrow.Flatbuf
{
internal enum DateUnit : short
{
DAY = 0,
MILLISECOND = 1,
};
}