public static class ParquetDataColumnReaderFactory.TypesFromInt96PageReader extends ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
dict, valuesReader
Constructor and Description |
---|
TypesFromInt96PageReader(org.apache.parquet.column.Dictionary dict,
boolean isUtcTimestamp) |
TypesFromInt96PageReader(org.apache.parquet.column.values.ValuesReader realReader,
boolean isUtcTimestamp) |
Modifier and Type | Method and Description |
---|---|
TimestampData |
readTimestamp() |
TimestampData |
readTimestamp(int id) |
getDictionary, initFromPage, readBoolean, readBoolean, readBytes, readBytes, readDouble, readDouble, readFloat, readFloat, readInteger, readInteger, readLong, readLong, readSmallInt, readSmallInt, readTinyInt, readTinyInt, readValueDictionaryId, skip
public TypesFromInt96PageReader(org.apache.parquet.column.values.ValuesReader realReader, boolean isUtcTimestamp)
public TypesFromInt96PageReader(org.apache.parquet.column.Dictionary dict, boolean isUtcTimestamp)
public TimestampData readTimestamp(int id)
readTimestamp
in interface ParquetDataColumnReader
readTimestamp
in class ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
id
- in dictionarypublic TimestampData readTimestamp()
readTimestamp
in interface ParquetDataColumnReader
readTimestamp
in class ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.