Class TimestampNanosValueWriter
java.lang.Object
org.apache.parquet.column.values.ValuesWriter
io.trino.parquet.writer.valuewriter.PrimitiveValueWriter
io.trino.parquet.writer.valuewriter.TimestampNanosValueWriter
-
Constructor Summary
ConstructorsConstructorDescriptionTimestampNanosValueWriter(org.apache.parquet.column.values.ValuesWriter valuesWriter, Type type, org.apache.parquet.schema.PrimitiveType parquetType) -
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
-
TimestampNanosValueWriter
public TimestampNanosValueWriter(org.apache.parquet.column.values.ValuesWriter valuesWriter, Type type, org.apache.parquet.schema.PrimitiveType parquetType)
-
-
Method Details
-
write
- Specified by:
writein classPrimitiveValueWriter
-