public static class IcebergSubScan.IcebergSubScanBuilder extends Object
Constructor and Description |
---|
IcebergSubScanBuilder() |
Modifier and Type | Method and Description |
---|---|
IcebergSubScan |
build() |
IcebergSubScan.IcebergSubScanBuilder |
columns(List<SchemaPath> columns) |
IcebergSubScan.IcebergSubScanBuilder |
condition(LogicalExpression condition) |
IcebergSubScan.IcebergSubScanBuilder |
formatPlugin(IcebergFormatPlugin formatPlugin) |
IcebergSubScan.IcebergSubScanBuilder |
maxRecords(int maxRecords) |
IcebergSubScan.IcebergSubScanBuilder |
path(String path) |
IcebergSubScan.IcebergSubScanBuilder |
schema(TupleMetadata schema) |
IcebergSubScan.IcebergSubScanBuilder |
tableScan(org.apache.iceberg.TableScan tableScan) |
IcebergSubScan.IcebergSubScanBuilder |
userName(String userName) |
IcebergSubScan.IcebergSubScanBuilder |
workList(List<IcebergWork> workList) |
public IcebergSubScan.IcebergSubScanBuilder userName(String userName)
public IcebergSubScan.IcebergSubScanBuilder formatPlugin(IcebergFormatPlugin formatPlugin)
public IcebergSubScan.IcebergSubScanBuilder columns(List<SchemaPath> columns)
public IcebergSubScan.IcebergSubScanBuilder condition(LogicalExpression condition)
public IcebergSubScan.IcebergSubScanBuilder schema(TupleMetadata schema)
public IcebergSubScan.IcebergSubScanBuilder workList(List<IcebergWork> workList)
public IcebergSubScan.IcebergSubScanBuilder tableScan(org.apache.iceberg.TableScan tableScan)
public IcebergSubScan.IcebergSubScanBuilder path(String path)
public IcebergSubScan.IcebergSubScanBuilder maxRecords(int maxRecords)
public IcebergSubScan build()
Copyright © 1970 The Apache Software Foundation. All rights reserved.