Enum Class TableLocation.Format

java.lang.Object
java.lang.Enum<TableLocation.Format>
com.illumon.iris.db.v2.locations.TableLocation.Format
All Implemented Interfaces:
Serializable, Comparable<TableLocation.Format>, java.lang.constant.Constable
Enclosing interface:
TableLocation

public static enum TableLocation.Format extends Enum<TableLocation.Format>
Enumeration of possible table location formats.
  • Enum Constant Details

    • DEEPHAVEN

      public static final TableLocation.Format DEEPHAVEN
      Deephaven's proprietary columnar format.
    • PARQUET

      public static final TableLocation.Format PARQUET
      The Apache Parquet columnar format.
  • Method Details

    • values

      public static TableLocation.Format[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TableLocation.Format valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null