@Namespace(value="arrow::dataset") @Properties(inherit=arrow_dataset.class) public class FileFormat extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FileFormat(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
FragmentResult |
MakeFragment(FileSource location,
ScanOptions options)
\brief Open a fragment
|
ScanTaskIteratorResult |
ScanFile(FileSource source,
ScanOptions options,
ScanContext context)
\brief Open a file for scanning
|
String |
type_name()
\brief The name identifying the kind of file format
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic FileFormat(Pointer p)
Pointer.Pointer(Pointer).@StdString public String type_name()
@ByVal public BoolResult IsSupported(@Const @ByRef FileSource source)
@ByVal public SchemaResult Inspect(@Const @ByRef FileSource source)
@ByVal public ScanTaskIteratorResult ScanFile(@Const @ByRef FileSource source, @SharedPtr ScanOptions options, @SharedPtr ScanContext context)
@ByVal public FragmentResult MakeFragment(@Const @ByRef FileSource location, @SharedPtr ScanOptions options)
Copyright © 2020. All rights reserved.