Package org.apache.iceberg.rest.requests
Class PlanTableScanRequest.Builder
java.lang.Object
org.apache.iceberg.rest.requests.PlanTableScanRequest.Builder
- Enclosing class:
PlanTableScanRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withCaseSensitive
(boolean value) withEndSnapshotId
(Long endingSnapshotId) withFilter
(Expression expression) withSelect
(List<String> projection) withSnapshotId
(Long withSnapshotId) withStartSnapshotId
(Long startingSnapshotId) withStatsFields
(List<String> fields) withUseSnapshotSchema
(boolean snapshotSchema)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withSnapshotId
-
withSelect
-
withFilter
-
withCaseSensitive
-
withUseSnapshotSchema
-
withStartSnapshotId
-
withEndSnapshotId
-
withStatsFields
-
build
-