Class Int96TimestampValueWriter
java.lang.Object
org.apache.parquet.column.values.ValuesWriter
io.trino.parquet.writer.valuewriter.PrimitiveValueWriter
io.trino.parquet.writer.valuewriter.Int96TimestampValueWriter
-
Constructor Summary
ConstructorsConstructorDescriptionInt96TimestampValueWriter(org.apache.parquet.column.values.ValuesWriter valuesWriter, Type type, org.apache.parquet.schema.PrimitiveType parquetType, org.joda.time.DateTimeZone parquetTimeZone) -
Method Summary
Methods inherited from class io.trino.parquet.writer.valuewriter.PrimitiveValueWriter
close, getAllocatedSize, getBufferedSize, getBytes, getEncoding, getStatistics, getTypeLength, memUsageString, reset, resetDictionary, toDictPageAndCloseMethods inherited from class org.apache.parquet.column.values.ValuesWriter
writeBoolean, writeByte, writeBytes, writeDouble, writeFloat, writeInteger, writeLong
-
Constructor Details
-
Int96TimestampValueWriter
public Int96TimestampValueWriter(org.apache.parquet.column.values.ValuesWriter valuesWriter, Type type, org.apache.parquet.schema.PrimitiveType parquetType, org.joda.time.DateTimeZone parquetTimeZone)
-
-
Method Details
-
write
- Specified by:
writein classPrimitiveValueWriter
-