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()static <T> Class<PositionDelete<T>> <T> Tpath()longpos()row()Deprecated.This method is deprecated as of version 1.11.0 and will be removed in 1.12.0.<T> voidset(int colPos, T value) set(CharSequence newPath, long newPos) set(CharSequence newPath, long newPos, R newRow) Deprecated.This method is deprecated as of version 1.11.0 and will be removed in 1.12.0.intsize()
-
Method Details
-
create
-
deleteClass
-
set
-
set
Deprecated.This method is deprecated as of version 1.11.0 and will be removed in 1.12.0. Position deletes that include row data are no longer supported. Useset(CharSequence, long)instead. -
size
public int size()- Specified by:
sizein interfaceStructLike
-
path
-
pos
public long pos() -
row
Deprecated.This method is deprecated as of version 1.11.0 and will be removed in 1.12.0. Position deletes that include row data are no longer supported. -
get
- Specified by:
getin interfaceStructLike
-
set
public <T> void set(int colPos, T value) - Specified by:
setin interfaceStructLike
-