public static class ConvertTreeReaderFactory.ConvertTreeReader extends TreeReaderFactory.TreeReader
columnId, context, present, vectorColumnCount
Modifier and Type | Method and Description |
---|---|
protected void |
assignStringGroupVectorEntry(BytesColumnVector bytesColVector,
int elementNum,
TypeDescription readerType,
byte[] bytes) |
protected void |
assignStringGroupVectorEntry(BytesColumnVector bytesColVector,
int elementNum,
TypeDescription readerType,
byte[] bytes,
int start,
int length) |
protected void |
convertStringGroupVectorElement(BytesColumnVector bytesColVector,
int elementNum,
TypeDescription readerType) |
void |
convertVector(ColumnVector fromColVector,
ColumnVector resultColVector,
int batchSize) |
boolean |
doubleCanFitInLong(double doubleValue) |
void |
downCastAnyInteger(LongColumnVector longColVector,
int elementNum,
long inputLong,
TypeDescription readerType) |
void |
downCastAnyInteger(LongColumnVector longColVector,
int elementNum,
TypeDescription readerType) |
protected boolean |
getIsParseError() |
protected boolean |
integerDownCastNeeded(TypeDescription fileType,
TypeDescription readerType) |
protected HiveDecimal |
parseDecimalFromString(String string) |
protected double |
parseDoubleFromString(String string) |
protected float |
parseFloatFromString(String string) |
protected long |
parseLongFromString(String string) |
void |
seek(PositionProvider index) |
void |
seek(PositionProvider[] index)
Seek to the given position.
|
void |
setConvertVectorElement(int elementNum)
Override this to use convertVector.
|
countNonNulls, createIntegerReader, getColumnId, getPresent, nextBatch, nextVector
protected void assignStringGroupVectorEntry(BytesColumnVector bytesColVector, int elementNum, TypeDescription readerType, byte[] bytes)
protected void assignStringGroupVectorEntry(BytesColumnVector bytesColVector, int elementNum, TypeDescription readerType, byte[] bytes, int start, int length)
protected void convertStringGroupVectorElement(BytesColumnVector bytesColVector, int elementNum, TypeDescription readerType)
protected boolean getIsParseError()
protected long parseLongFromString(String string)
protected float parseFloatFromString(String string)
protected double parseDoubleFromString(String string)
protected HiveDecimal parseDecimalFromString(String string)
string
- public boolean doubleCanFitInLong(double doubleValue)
public void seek(PositionProvider[] index) throws IOException
TreeReaderFactory.TreeReader
seek
in class TreeReaderFactory.TreeReader
index
- the indexes loaded from the fileIOException
public void seek(PositionProvider index) throws IOException
seek
in class TreeReaderFactory.TreeReader
IOException
public void setConvertVectorElement(int elementNum) throws IOException
elementNum
- IOException
public void convertVector(ColumnVector fromColVector, ColumnVector resultColVector, int batchSize) throws IOException
IOException
public void downCastAnyInteger(LongColumnVector longColVector, int elementNum, TypeDescription readerType)
public void downCastAnyInteger(LongColumnVector longColVector, int elementNum, long inputLong, TypeDescription readerType)
protected boolean integerDownCastNeeded(TypeDescription fileType, TypeDescription readerType)
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.