blob: ac82c72e24e8b3f370f93a22c40631a6ac0acd41 [file] [log] [blame]
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace Apache.Arrow.Flatbuf
{
internal enum IntervalUnit : short
{
YEAR_MONTH = 0,
DAY_TIME = 1,
MONTH_DAY_NANO = 2,
};
}