Constant Field Values

Contents

org.apache.*

  • org.apache.iceberg.DataFile 
    Modifier and Type Constant Field Value
    public static final java.lang.String PARTITION_DOC "Partition data tuple, schema based on the partition spec"
    public static final int PARTITION_ID 102
    public static final java.lang.String PARTITION_NAME "partition"
  • org.apache.iceberg.DataOperations 
    Modifier and Type Constant Field Value
    public static final java.lang.String APPEND "append"
    public static final java.lang.String DELETE "delete"
    public static final java.lang.String OVERWRITE "overwrite"
    public static final java.lang.String REPLACE "replace"
  • org.apache.iceberg.SnapshotRef 
    Modifier and Type Constant Field Value
    public static final java.lang.String MAIN_BRANCH "main"
  • org.apache.iceberg.view.ViewRepresentation.Type 
    Modifier and Type Constant Field Value
    public static final java.lang.String SQL "sql"