Modifier and Type | Method and Description |
---|---|
void |
AppendOnlyWriter.writeBundle(BundleRecords bundle) |
Modifier and Type | Class and Description |
---|---|
class |
ArrowBundleRecords
Batch records for vector schema root.
|
Modifier and Type | Method and Description |
---|---|
void |
BundleFormatWriter.writeBundle(BundleRecords bundle)
Write a bundle of records directly.
|
Modifier and Type | Method and Description |
---|---|
void |
RollingFileWriter.writeBundle(BundleRecords bundle) |
void |
SingleFileWriter.writeBundle(BundleRecords bundle) |
void |
StatsCollectingSingleFileWriter.writeBundle(BundleRecords bundle) |
Modifier and Type | Method and Description |
---|---|
void |
BundleFileStoreWriter.writeBundle(BinaryRow partition,
int bucket,
BundleRecords bundle)
Write the batch data to the store according to the partition and bucket.
|
void |
AppendOnlyFileStoreWrite.writeBundle(BinaryRow partition,
int bucket,
BundleRecords bundle) |
Modifier and Type | Method and Description |
---|---|
void |
TableWrite.writeBundle(BinaryRow partition,
int bucket,
BundleRecords bundle)
Write a bundle records directly, not per row.
|
void |
TableWriteImpl.writeBundle(BinaryRow partition,
int bucket,
BundleRecords bundle) |
Modifier and Type | Method and Description |
---|---|
void |
BatchRecordWriter.writeBundle(BundleRecords record)
Add a batch elemens to the writer.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.