@Namespace(value="arrow::dataset") @Properties(inherit=arrow_dataset.class) public class ParquetFileFormat extends FileFormat
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ParquetFileFormat()
Default native constructor.
|
ParquetFileFormat(long size)
Native array allocator.
|
ParquetFileFormat(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 source,
ScanOptions options)
\brief Open a fragment
|
ParquetFileFormat |
position(long position) |
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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic ParquetFileFormat()
public ParquetFileFormat(long size)
Pointer.position(long).public ParquetFileFormat(Pointer p)
Pointer.Pointer(Pointer).public ParquetFileFormat position(long position)
@StdString public String type_name()
FileFormattype_name 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(@Const @ByRef FileSource source, @SharedPtr ScanOptions options, @SharedPtr ScanContext context)
ScanFile in class FileFormat@ByVal public FragmentResult MakeFragment(@Const @ByRef FileSource source, @SharedPtr ScanOptions options)
FileFormatMakeFragment in class FileFormatCopyright © 2020. All rights reserved.