JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.apache.arrow.vector.table.BaseTable
Packages that use
BaseTable
Package
Description
org.apache.arrow.vector.table
Uses of
BaseTable
in
org.apache.arrow.vector.table
Subclasses of
BaseTable
in
org.apache.arrow.vector.table
Modifier and Type
Class
Description
class
Table
Table is an immutable tabular data structure.
Fields in
org.apache.arrow.vector.table
declared as
BaseTable
Modifier and Type
Field
Description
protected final
BaseTable
Row.
table
The table we're enumerating.
Constructors in
org.apache.arrow.vector.table
with parameters of type
BaseTable
Modifier
Constructor
Description
Row
(
BaseTable
table)
Constructs a new Row backed by the given table.