public class AppendTableRecordWriter extends Object implements RecordWriter
| Constructor and Description |
|---|
AppendTableRecordWriter(TableArrowWriter arrowWriter,
long recordCountPerBatch) |
| Modifier and Type | Method and Description |
|---|---|
long |
bytesWritten() |
void |
close() |
void |
flush() |
String |
getLastRequestId()
Returns the request ID of the last write (flush) for this stream.
|
Record |
newRecord(boolean caseSensitive)
Record can be reused, and recommend reuse it.
|
Blob |
uploadBlob(long columnId,
InputStream data) |
void |
write(Record r) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeletepublic AppendTableRecordWriter(TableArrowWriter arrowWriter, long recordCountPerBatch)
public Record newRecord(boolean caseSensitive)
newRecord in interface RecordWriterpublic void write(Record r)
write in interface RecordWriterpublic long bytesWritten()
public void flush()
public Blob uploadBlob(long columnId, InputStream data)
public void close()
close in interface Closeableclose in interface AutoCloseablepublic String getLastRequestId()
Copyright © 2026 Alibaba Cloud Computing. All rights reserved.