public static class ParquetDataColumnReaderFactory.TypesFromInt96PageReader extends ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
dict, valuesReader| 构造器和说明 |
|---|
TypesFromInt96PageReader(org.apache.parquet.column.Dictionary dict,
boolean isUtcTimestamp) |
TypesFromInt96PageReader(org.apache.parquet.column.values.ValuesReader realReader,
boolean isUtcTimestamp) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.paimon.data.Timestamp |
readMicrosTimestamp() |
org.apache.paimon.data.Timestamp |
readMillsTimestamp() |
org.apache.paimon.data.Timestamp |
readTimestamp(int id) |
getDictionary, initFromPage, readBoolean, readBoolean, readBytes, readBytes, readDouble, readDouble, readFloat, readFloat, readInteger, readInteger, readLong, readLong, readSmallInt, readSmallInt, readTinyInt, readTinyInt, readValueDictionaryId, skippublic TypesFromInt96PageReader(org.apache.parquet.column.values.ValuesReader realReader,
boolean isUtcTimestamp)
public TypesFromInt96PageReader(org.apache.parquet.column.Dictionary dict,
boolean isUtcTimestamp)
public org.apache.paimon.data.Timestamp readTimestamp(int id)
readTimestamp 在接口中 ParquetDataColumnReaderreadTimestamp 在类中 ParquetDataColumnReaderFactory.DefaultParquetDataColumnReaderid - in dictionarypublic org.apache.paimon.data.Timestamp readMillsTimestamp()
readMillsTimestamp 在接口中 ParquetDataColumnReaderreadMillsTimestamp 在类中 ParquetDataColumnReaderFactory.DefaultParquetDataColumnReaderpublic org.apache.paimon.data.Timestamp readMicrosTimestamp()
readMicrosTimestamp 在接口中 ParquetDataColumnReaderreadMicrosTimestamp 在类中 ParquetDataColumnReaderFactory.DefaultParquetDataColumnReaderCopyright © 2023 The Apache Software Foundation. All rights reserved.