KeyValueDataFileWriter(FileIO fileIO,
FileWriterContext context,
Path path,
java.util.function.Function<KeyValue,InternalRow> converter,
RowType keyType,
RowType valueType,
RowType writeRowType,
long schemaId,
int level,
CoreOptions options,
FileSource fileSource,
FileIndexOptions fileIndexOptions,
boolean isExternalPath) |
KeyValueDataFileWriterImpl(FileIO fileIO,
FileWriterContext context,
Path path,
java.util.function.Function<KeyValue,InternalRow> converter,
RowType keyType,
RowType valueType,
long schemaId,
int level,
CoreOptions options,
FileSource fileSource,
FileIndexOptions fileIndexOptions,
boolean isExternalPath) |
KeyValueThinDataFileWriterImpl(FileIO fileIO,
FileWriterContext context,
Path path,
java.util.function.Function<KeyValue,InternalRow> converter,
RowType keyType,
RowType valueType,
long schemaId,
int level,
CoreOptions options,
FileSource fileSource,
FileIndexOptions fileIndexOptions,
boolean isExternalPath) |
RowDataFileWriter(FileIO fileIO,
FileWriterContext context,
Path path,
RowType writeSchema,
long schemaId,
LongCounter seqNumCounter,
FileIndexOptions fileIndexOptions,
FileSource fileSource,
boolean asyncFileWrite,
boolean statsDenseStore,
boolean isExternalPath) |
StatsCollectingSingleFileWriter(FileIO fileIO,
FileWriterContext context,
Path path,
java.util.function.Function<T,InternalRow> converter,
RowType rowType,
boolean asyncWrite) |