public class IntegerValueWriter extends PrimitiveValueWriter
| Constructor and Description |
|---|
IntegerValueWriter(org.apache.parquet.column.values.ValuesWriter valuesWriter,
com.facebook.presto.common.type.Type type,
org.apache.parquet.schema.PrimitiveType parquetType) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(com.facebook.presto.common.block.Block block) |
close, getAllocatedSize, getBufferedSize, getBytes, getEncoding, getStatistics, memUsageString, reset, resetDictionary, toDictPageAndClosepublic IntegerValueWriter(org.apache.parquet.column.values.ValuesWriter valuesWriter,
com.facebook.presto.common.type.Type type,
org.apache.parquet.schema.PrimitiveType parquetType)
public void write(com.facebook.presto.common.block.Block block)
write in class PrimitiveValueWriterCopyright © 2012–2023. All rights reserved.