Package io.trino.orc
Class OrcBlockFactory
- java.lang.Object
-
- io.trino.orc.OrcBlockFactory
-
public class OrcBlockFactory extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOrcBlockFactory.OrcBlockReader
-
Constructor Summary
Constructors Constructor Description OrcBlockFactory(Function<Exception,RuntimeException> exceptionTransform, boolean nestedLazy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockcreateBlock(int positionCount, OrcBlockFactory.OrcBlockReader reader, boolean nested)voidnextPage()
-
-
-
Constructor Detail
-
OrcBlockFactory
public OrcBlockFactory(Function<Exception,RuntimeException> exceptionTransform, boolean nestedLazy)
-
-
Method Detail
-
nextPage
public void nextPage()
-
createBlock
public Block createBlock(int positionCount, OrcBlockFactory.OrcBlockReader reader, boolean nested)
-
-