- All Implemented Interfaces:
- java.io.Serializable, org.apache.iceberg.Table, org.apache.spark.util.KnownSizeEstimation
public class SerializableTableWithSize
extends org.apache.iceberg.SerializableTable
implements org.apache.spark.util.KnownSizeEstimation
This class provides a serializable table with a known size estimate. Spark calls its
SizeEstimator class when broadcasting variables and this can be an expensive operation, so
providing a known size estimate allows that operation to be skipped.
- See Also:
- Serialized Form