Package io.trino.plugin.hive.orc
Interface OrcDeletedRows.MaskDeletedRowsFunction
-
- Enclosing class:
- OrcDeletedRows
public static interface OrcDeletedRows.MaskDeletedRowsFunction
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description Blockapply(Block block)intgetPositionCount()Retained position countstatic OrcDeletedRows.MaskDeletedRowsFunctionnoMaskForPage(Page page)
-
-
-
Method Detail
-
getPositionCount
int getPositionCount()
Retained position count
-
noMaskForPage
static OrcDeletedRows.MaskDeletedRowsFunction noMaskForPage(Page page)
-
-