public class RowDataRollingFileWriter extends RollingFileWriter<InternalRow,DataFileMeta>
RollingFileWriter
for data files containing InternalRow
.Constructor and Description |
---|
RowDataRollingFileWriter(FileIO fileIO,
long schemaId,
FileFormat fileFormat,
long targetFileSize,
RowType writeSchema,
DataFilePathFactory pathFactory,
LongCounter seqNumCounter,
String fileCompression,
SimpleColStatsCollector.Factory[] statsCollectors,
FileIndexOptions fileIndexOptions,
FileSource fileSource,
boolean asyncFileWrite,
boolean statsDenseStore) |
abort, close, recordCount, result, targetFileSize, write, writeBundle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
write, write, write
public RowDataRollingFileWriter(FileIO fileIO, long schemaId, FileFormat fileFormat, long targetFileSize, RowType writeSchema, DataFilePathFactory pathFactory, LongCounter seqNumCounter, String fileCompression, SimpleColStatsCollector.Factory[] statsCollectors, FileIndexOptions fileIndexOptions, FileSource fileSource, boolean asyncFileWrite, boolean statsDenseStore)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.