Package org.apache.iceberg.data
Class IcebergGenerics
java.lang.Object
org.apache.iceberg.data.IcebergGenerics
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic IcebergGenerics.ScanBuilderReturns a builder to configure a read of the given table that produces generic records.
- 
Method Details- 
readReturns 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
 
 
-