Class PlanTableScanRequest

java.lang.Object
org.apache.iceberg.rest.requests.PlanTableScanRequest
All Implemented Interfaces:
RESTMessage, RESTRequest

public class PlanTableScanRequest extends Object implements RESTRequest
  • Method Details

    • snapshotId

      public Long snapshotId()
    • select

      public List<String> select()
    • filter

      public Expression filter()
    • caseSensitive

      public boolean caseSensitive()
    • useSnapshotSchema

      public boolean useSnapshotSchema()
    • startSnapshotId

      public Long startSnapshotId()
    • endSnapshotId

      public Long endSnapshotId()
    • statsFields

      public List<String> statsFields()
    • validate

      public void validate()
      Description copied from interface: RESTMessage
      Ensures that a constructed instance of a REST message is valid according to the REST spec.

      This is needed when parsing data that comes from external sources and the object might have been constructed without all the required fields present.

      Specified by:
      validate in interface RESTMessage
    • toString

      public String toString()
      Overrides:
      toString in class Object