| Package | Description |
|---|---|
| org.apache.arrow.vector.table |
| Modifier and Type | Class and Description |
|---|---|
class |
Table
Table is an immutable tabular data structure.
|
| Modifier and Type | Field and Description |
|---|---|
protected BaseTable |
Row.table
The table we're enumerating.
|
| Constructor and Description |
|---|
Row(BaseTable table)
Constructs a new Row backed by the given table.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.