Uses of Class
org.apache.drill.exec.store.iceberg.IcebergSubScan.IcebergSubScanBuilder
Packages that use IcebergSubScan.IcebergSubScanBuilder
-
Uses of IcebergSubScan.IcebergSubScanBuilder in org.apache.drill.exec.store.iceberg
Methods in org.apache.drill.exec.store.iceberg that return IcebergSubScan.IcebergSubScanBuilderModifier 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)