@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class FileWriter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FileWriter(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
FileLocator |
destination() |
Status |
Finish()
\brief Indicate that writing is done.
|
FileFormat |
format() |
FileWriteOptions |
options() |
Schema |
schema() |
Status |
Write(RecordBatch batch)
\brief Write the given batch.
|
Status |
Write(RecordBatchReader batches)
\brief Write all batches from the reader.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public FileWriter(Pointer p)
Pointer(Pointer)
.@ByVal public Status Write(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::RecordBatch>"}) RecordBatch batch)
@ByVal public Status Write(RecordBatchReader batches)
@SharedPtr public FileFormat format()
@Const @SharedPtr @ByRef public Schema schema()
@SharedPtr public FileWriteOptions options()
@Const @ByRef public FileLocator destination()
Copyright © 2022. All rights reserved.