Class OrcFileRewriter.OrcFileInfo
java.lang.Object
io.trino.plugin.raptor.legacy.storage.OrcFileRewriter.OrcFileInfo
- Enclosing class:
- OrcFileRewriter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OrcFileInfo
public OrcFileInfo(long rowCount, long uncompressedSize)
-
-
Method Details
-
getRowCount
public long getRowCount() -
getUncompressedSize
public long getUncompressedSize()
-