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