Enum Class TablePrivilege

java.lang.Object
java.lang.Enum<TablePrivilege>
org.apache.polaris.core.admin.model.TablePrivilege
All Implemented Interfaces:
Serializable, Comparable<TablePrivilege>, Constable

public enum TablePrivilege extends Enum<TablePrivilege>
  • Enum Constant Details

    • CATALOG_MANAGE_ACCESS

      public static final TablePrivilege CATALOG_MANAGE_ACCESS
    • TABLE_DROP

      public static final TablePrivilege TABLE_DROP
    • TABLE_LIST

      public static final TablePrivilege TABLE_LIST
    • TABLE_READ_PROPERTIES

      public static final TablePrivilege TABLE_READ_PROPERTIES
    • TABLE_WRITE_PROPERTIES

      public static final TablePrivilege TABLE_WRITE_PROPERTIES
    • TABLE_READ_DATA

      public static final TablePrivilege TABLE_READ_DATA
    • TABLE_WRITE_DATA

      public static final TablePrivilege TABLE_WRITE_DATA
    • TABLE_FULL_METADATA

      public static final TablePrivilege TABLE_FULL_METADATA
    • TABLE_ATTACH_POLICY

      public static final TablePrivilege TABLE_ATTACH_POLICY
    • TABLE_DETACH_POLICY

      public static final TablePrivilege TABLE_DETACH_POLICY
    • TABLE_ASSIGN_UUID

      public static final TablePrivilege TABLE_ASSIGN_UUID
    • TABLE_UPGRADE_FORMAT_VERSION

      public static final TablePrivilege TABLE_UPGRADE_FORMAT_VERSION
    • TABLE_ADD_SCHEMA

      public static final TablePrivilege TABLE_ADD_SCHEMA
    • TABLE_SET_CURRENT_SCHEMA

      public static final TablePrivilege TABLE_SET_CURRENT_SCHEMA
    • TABLE_ADD_PARTITION_SPEC

      public static final TablePrivilege TABLE_ADD_PARTITION_SPEC
    • TABLE_ADD_SORT_ORDER

      public static final TablePrivilege TABLE_ADD_SORT_ORDER
    • TABLE_SET_DEFAULT_SORT_ORDER

      public static final TablePrivilege TABLE_SET_DEFAULT_SORT_ORDER
    • TABLE_ADD_SNAPSHOT

      public static final TablePrivilege TABLE_ADD_SNAPSHOT
    • TABLE_SET_SNAPSHOT_REF

      public static final TablePrivilege TABLE_SET_SNAPSHOT_REF
    • TABLE_REMOVE_SNAPSHOTS

      public static final TablePrivilege TABLE_REMOVE_SNAPSHOTS
    • TABLE_REMOVE_SNAPSHOT_REF

      public static final TablePrivilege TABLE_REMOVE_SNAPSHOT_REF
    • TABLE_SET_LOCATION

      public static final TablePrivilege TABLE_SET_LOCATION
    • TABLE_SET_PROPERTIES

      public static final TablePrivilege TABLE_SET_PROPERTIES
    • TABLE_REMOVE_PROPERTIES

      public static final TablePrivilege TABLE_REMOVE_PROPERTIES
    • TABLE_SET_STATISTICS

      public static final TablePrivilege TABLE_SET_STATISTICS
    • TABLE_REMOVE_STATISTICS

      public static final TablePrivilege TABLE_REMOVE_STATISTICS
    • TABLE_REMOVE_PARTITION_SPECS

      public static final TablePrivilege TABLE_REMOVE_PARTITION_SPECS
    • TABLE_MANAGE_STRUCTURE

      public static final TablePrivilege TABLE_MANAGE_STRUCTURE
  • Method Details

    • values

      public static TablePrivilege[] 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 TablePrivilege 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