All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.arrow.flatbuf.TimeUnit Maven / Gradle / Ivy

There is a newer version: 17.0.0
Show newest version
// automatically generated by the FlatBuffers compiler, do not modify

package org.apache.arrow.flatbuf;

public final class TimeUnit {
  private TimeUnit() { }
  public static final short SECOND = 0;
  public static final short MILLISECOND = 1;
  public static final short MICROSECOND = 2;
  public static final short NANOSECOND = 3;

  public static final String[] names = { "SECOND", "MILLISECOND", "MICROSECOND", "NANOSECOND", };

  public static String name(int e) { return names[e]; }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy