Uses of Class
org.apache.drill.exec.store.iceberg.IcebergSubScan.IcebergSubScanBuilder
-
Uses of IcebergSubScan.IcebergSubScanBuilder in org.apache.drill.exec.store.iceberg
Modifier and TypeMethodDescriptionIcebergSubScan.builder()
IcebergSubScan.IcebergSubScanBuilder.columns
(List<SchemaPath> columns) IcebergSubScan.IcebergSubScanBuilder.condition
(LogicalExpression condition) IcebergSubScan.IcebergSubScanBuilder.formatPlugin
(IcebergFormatPlugin formatPlugin) IcebergSubScan.IcebergSubScanBuilder.maxRecords
(int maxRecords) IcebergSubScan.IcebergSubScanBuilder.schema
(TupleMetadata schema) IcebergSubScan.IcebergSubScanBuilder.tableScan
(org.apache.iceberg.TableScan tableScan) IcebergSubScan.toBuilder()
IcebergSubScan.IcebergSubScanBuilder.workList
(List<IcebergWork> workList)