Package org.apache.iceberg.data
Class IcebergGenerics
- java.lang.Object
 - 
- org.apache.iceberg.data.IcebergGenerics
 
 
- 
public class IcebergGenerics extends java.lang.Object 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIcebergGenerics.ScanBuilder 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IcebergGenerics.ScanBuilderread(Table table)Returns a builder to configure a read of the given table that produces generic records. 
 - 
 
- 
- 
Method Detail
- 
read
public static IcebergGenerics.ScanBuilder read(Table table)
Returns a builder to configure a read of the given table that produces generic records.- Parameters:
 table- an Iceberg table- Returns:
 - a builder to configure the scan
 
 
 - 
 
 -