Package org.apache.beam.sdk.io.iceberg
Class ReadUtils
java.lang.Object
org.apache.beam.sdk.io.iceberg.ReadUtils
Helper class for source operations.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.iceberg.io.CloseableIterable<org.apache.iceberg.data.Record> maybeApplyFilter(org.apache.iceberg.io.CloseableIterable<org.apache.iceberg.data.Record> iterable, IcebergScanConfig scanConfig)  
- 
Constructor Details
- 
ReadUtils
public ReadUtils() 
 - 
 - 
Method Details
- 
maybeApplyFilter
public static org.apache.iceberg.io.CloseableIterable<org.apache.iceberg.data.Record> maybeApplyFilter(org.apache.iceberg.io.CloseableIterable<org.apache.iceberg.data.Record> iterable, IcebergScanConfig scanConfig)  
 -