Package org.apache.iceberg
Interface StructLike
- All Known Subinterfaces:
- Record
- All Known Implementing Classes:
- GenericManifestFile,- GenericPartitionFieldSummary,- GenericRecord,- InternalRecordWrapper,- MetricsUtil.ReadableColMetricsStruct,- MetricsUtil.ReadableMetricsStruct,- PartitionData,- PartitionKey,- PartitionStats,- PositionDelete,- RowDataWrapper,- SortKey,- SparkStructLike,- StructProjection,- SupportsIndexProjection
public interface StructLike
Interface for accessing data by position in a schema.
 
This interface supports accessing data in top-level fields, not in nested fields.
- 
Method Summary
- 
Method Details- 
sizeint size()
- 
get
- 
set<T> void set(int pos, T value) 
 
-