Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Field and Description |
---|---|
List<SortingColumn> |
RowGroup.sorting_columns
If set, specifies a sort ordering of the rows in this RowGroup.
|
Modifier and Type | Method and Description |
---|---|
SortingColumn |
SortingColumn.deepCopy() |
SortingColumn |
SortingColumn.setColumn_idx(int column_idx)
The column index (in this row group) *
|
SortingColumn |
SortingColumn.setDescending(boolean descending)
If true, indicates this column is sorted in descending order.
|
SortingColumn |
SortingColumn.setNulls_first(boolean nulls_first)
If true, nulls will come before non-null values, otherwise,
nulls go at the end.
|
Modifier and Type | Method and Description |
---|---|
List<SortingColumn> |
RowGroup.getSorting_columns()
If set, specifies a sort ordering of the rows in this RowGroup.
|
Iterator<SortingColumn> |
RowGroup.getSorting_columnsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
RowGroup.addToSorting_columns(SortingColumn elem) |
int |
SortingColumn.compareTo(SortingColumn other) |
boolean |
SortingColumn.equals(SortingColumn that) |
Modifier and Type | Method and Description |
---|---|
RowGroup |
RowGroup.setSorting_columns(List<SortingColumn> sorting_columns)
If set, specifies a sort ordering of the rows in this RowGroup.
|
Constructor and Description |
---|
SortingColumn(SortingColumn other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.