Class IcebergGenerics

java.lang.Object
org.apache.iceberg.data.IcebergGenerics

public class IcebergGenerics extends Object
  • Method Details

    • 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