Package org.apache.orc.impl
Class BitFieldReader
java.lang.Object
org.apache.orc.impl.BitFieldReader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
next()
void
nextVector
(org.apache.hadoop.hive.ql.exec.vector.LongColumnVector previous, long previousLen) void
nextVector
(org.apache.hadoop.hive.ql.exec.vector.LongColumnVector previous, org.apache.hadoop.hive.ql.io.filter.FilterContext filterContext, long previousLen) void
seek
(PositionProvider index) void
skip
(long totalBits) toString()
-
Constructor Details
-
BitFieldReader
-
-
Method Details
-
next
- Throws:
IOException
-
nextVector
public void nextVector(org.apache.hadoop.hive.ql.exec.vector.LongColumnVector previous, org.apache.hadoop.hive.ql.io.filter.FilterContext filterContext, long previousLen) throws IOException - Throws:
IOException
-
nextVector
public void nextVector(org.apache.hadoop.hive.ql.exec.vector.LongColumnVector previous, long previousLen) throws IOException - Throws:
IOException
-
seek
- Throws:
IOException
-
skip
- Throws:
IOException
-
toString
-