@Namespace(value="arrow::dataset") @Properties(inherit=arrow_dataset.class) public class IpcFileFormat extends FileFormat
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
IpcFileFormat()
Default native constructor.
|
IpcFileFormat(long size)
Native array allocator.
|
IpcFileFormat(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FileWriteOptions |
DefaultWriteOptions() |
boolean |
Equals(FileFormat other) |
IpcFileFormat |
getPointer(long i) |
SchemaResult |
Inspect(FileSource source)
\brief Return the schema of the file if possible.
|
BoolResult |
IsSupported(FileSource source)
\brief Indicate if the FileSource is supported/readable by this format.
|
FileWriterResult |
MakeWriter(OutputStream destination,
Schema schema,
FileWriteOptions options) |
IpcFileFormat |
position(long position) |
ScanTaskIteratorResult |
ScanFile(ScanOptions options,
ScanContext context,
FileFragment fragment)
\brief Open a file for scanning
|
boolean |
splittable()
\brief Return true if fragments of this format can benefit from parallel scanning.
|
String |
type_name()
\brief The name identifying the kind of file format
|
MakeFragment, MakeFragment, MakeFragment, MakeFragmentaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic IpcFileFormat()
public IpcFileFormat(long size)
Pointer.position(long).public IpcFileFormat(Pointer p)
Pointer(Pointer).public IpcFileFormat position(long position)
public IpcFileFormat getPointer(long i)
getPointer in class Pointer@StdString public String type_name()
FileFormattype_name in class FileFormat@Cast(value="bool") public boolean Equals(@Const @ByRef FileFormat other)
Equals in class FileFormat@Cast(value="bool") public boolean splittable()
FileFormatsplittable in class FileFormat@ByVal public BoolResult IsSupported(@Const @ByRef FileSource source)
FileFormatIsSupported in class FileFormat@ByVal public SchemaResult Inspect(@Const @ByRef FileSource source)
Inspect in class FileFormat@ByVal public ScanTaskIteratorResult ScanFile(@SharedPtr ScanOptions options, @SharedPtr ScanContext context, FileFragment fragment)
ScanFile in class FileFormat@ByVal public FileWriterResult MakeWriter(@SharedPtr OutputStream destination, @SharedPtr @ByVal Schema schema, @SharedPtr FileWriteOptions options)
MakeWriter in class FileFormat@SharedPtr public FileWriteOptions DefaultWriteOptions()
DefaultWriteOptions in class FileFormatCopyright © 2021. All rights reserved.