Class IcebergGenerics


  • public class IcebergGenerics
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static IcebergGenerics.ScanBuilder read​(Table table)
      Returns a builder to configure a read of the given table that produces generic records.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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