Package org.apache.iceberg.deletes
Class PositionDelete<R>
java.lang.Object
org.apache.iceberg.deletes.PositionDelete<R>
- All Implemented Interfaces:
 StructLike
- 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> PositionDelete<T>create()<T> Tpath()longpos()row()<T> voidset(int colPos, T value) set(CharSequence newPath, long newPos, R newRow) intsize() 
- 
Method Details
- 
create
 - 
set
 - 
size
public int size()- Specified by:
 sizein interfaceStructLike
 - 
path
 - 
pos
public long pos() - 
row
 - 
get
- Specified by:
 getin interfaceStructLike
 - 
set
public <T> void set(int colPos, T value) - Specified by:
 setin interfaceStructLike
 
 -