Package io.trino.plugin.hive.orc
Class OrcDeletedRows
- java.lang.Object
-
- io.trino.plugin.hive.orc.OrcDeletedRows
-
@NotThreadSafe public class OrcDeletedRows extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOrcDeletedRows.MaskDeletedRowsFunction
-
Constructor Summary
Constructors Constructor Description OrcDeletedRows(String sourceFileName, OrcDeleteDeltaPageSourceFactory pageSourceFactory, ConnectorIdentity identity, org.apache.hadoop.conf.Configuration configuration, HdfsEnvironment hdfsEnvironment, AcidInfo acidInfo, OptionalInt bucketNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrcDeletedRows.MaskDeletedRowsFunctiongetMaskDeletedRowsFunction(Page sourcePage, OptionalLong startRowId)
-
-
-
Constructor Detail
-
OrcDeletedRows
public OrcDeletedRows(String sourceFileName, OrcDeleteDeltaPageSourceFactory pageSourceFactory, ConnectorIdentity identity, org.apache.hadoop.conf.Configuration configuration, HdfsEnvironment hdfsEnvironment, AcidInfo acidInfo, OptionalInt bucketNumber)
-
-
Method Detail
-
getMaskDeletedRowsFunction
public OrcDeletedRows.MaskDeletedRowsFunction getMaskDeletedRowsFunction(Page sourcePage, OptionalLong startRowId)
-
-