| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset |
| Modifier and Type | Method and Description |
|---|---|
static RowGroupInfo |
RowGroupInfo.FromCount(int count) |
static RowGroupInfo |
RowGroupInfo.FromIdentifiers(int[] ids) |
static RowGroupInfo |
RowGroupInfo.FromIdentifiers(IntBuffer ids) |
static RowGroupInfo |
RowGroupInfo.FromIdentifiers(IntPointer ids)
\brief Transform a vector of identifiers into a vector of RowGroupInfos
|
RowGroupInfo |
ParquetFileFragment.row_groups()
\brief Return the RowGroups selected by this fragment.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RowGroupInfo.Equals(RowGroupInfo other)
\brief Indicate if the other RowGroup points to the same RowGroup.
|
FileFragmentResult |
ParquetFileFormat.MakeFragment(FileSource source,
Expression partition_expression,
RowGroupInfo row_groups) |
FileFragmentResult |
ParquetFileFormat.MakeFragment(FileSource source,
Expression partition_expression,
RowGroupInfo row_groups,
Schema physical_schema)
\brief Create a Fragment, restricted to the specified row groups.
|
Copyright © 2020. All rights reserved.