Package org.apache.iceberg.rest.requests
Class PlanTableScanRequest.Builder
java.lang.Object
org.apache.iceberg.rest.requests.PlanTableScanRequest.Builder
- Enclosing class:
- PlanTableScanRequest
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
Builderpublic Builder()
 
- 
- 
Method Details- 
withSnapshotId
- 
withSelect
- 
withFilter
- 
withCaseSensitive
- 
withUseSnapshotSchema
- 
withStartSnapshotId
- 
withEndSnapshotId
- 
withStatsFields
- 
build
 
-