Uses of Interface
io.trino.plugin.hive.orc.OrcDeletedRows.MaskDeletedRowsFunction
-
Packages that use OrcDeletedRows.MaskDeletedRowsFunction Package Description io.trino.plugin.hive io.trino.plugin.hive.orc -
-
Uses of OrcDeletedRows.MaskDeletedRowsFunction in io.trino.plugin.hive
Methods in io.trino.plugin.hive with parameters of type OrcDeletedRows.MaskDeletedRowsFunction Modifier and Type Method Description BlockHiveUpdateProcessor. createUpdateRowBlock(Page page, List<Integer> nonUpdatedChannelNumbers, OrcDeletedRows.MaskDeletedRowsFunction maskDeletedRowsFunction)Create a RowBlock containing four children: the three ACID columns - - originalTransaction, rowId, bucket - - and a RowBlock containing all the data columns not changed by the UPDATE statement. -
Uses of OrcDeletedRows.MaskDeletedRowsFunction in io.trino.plugin.hive.orc
Methods in io.trino.plugin.hive.orc that return OrcDeletedRows.MaskDeletedRowsFunction Modifier and Type Method Description OrcDeletedRows.MaskDeletedRowsFunctionOrcDeletedRows. getMaskDeletedRowsFunction(Page sourcePage, OptionalLong startRowId)static OrcDeletedRows.MaskDeletedRowsFunctionOrcDeletedRows.MaskDeletedRowsFunction. noMaskForPage(Page page)Methods in io.trino.plugin.hive.orc with parameters of type OrcDeletedRows.MaskDeletedRowsFunction Modifier and Type Method Description BlockOrcPageSource.ColumnAdaptation. block(Page sourcePage, OrcDeletedRows.MaskDeletedRowsFunction maskDeletedRowsFunction, long filePosition)
-