| Interface | Description |
|---|---|
| BinaryOperable |
| Class | Description |
|---|---|
| Aggregate |
Class for all the aggregate functions like count, max etc
|
| ColumnFilterOptions | |
| ColumnFilterOptions.Builder<T extends ColumnFilterOptions.Builder> | |
| ColumnVector |
A Column Vector.
|
| ColumnVector.Builder |
Build
|
| ColumnVector.OffHeapState |
Holds the off heap state of the column vector so we can clean it up, even if it is leaked.
|
| CSVOptions |
Options for reading a CSV file
|
| CSVOptions.Builder | |
| Cuda | |
| CudaMemInfo |
Represent free and total device memory.
|
| HostMemoryBuffer |
This class represents an off-heap buffer held in the host memory.
|
| NativeDepsLoader |
This class will load the native dependencies.
|
| ParquetOptions |
Options for reading a parquet file
|
| ParquetOptions.Builder | |
| PartitionedTable |
Class to provide a PartitionedTable
|
| Range |
Helper utility for creating ranges.
|
| Rmm |
This is the binding class for rmm lib.
|
| RmmAllocationMode | |
| Scalar |
A single scalar value.
|
| Schema |
The schema of data to be read in.
|
| Schema.Builder | |
| Table |
Class to represent a collection of ColumnVectors and operations that can be performed on them
collectively.
|
| Table.AggregateOperation |
Class representing aggregate operations
|
| Table.OrderByArg | |
| Table.TableOperation | |
| Table.TestBuilder |
Create a table on the GPU with data from the CPU.
|
| Enum | Description |
|---|---|
| BinaryOp |
Mathematical unary operations.
|
| DType | |
| HashFunction | |
| ReductionOp |
Reduction operations on a column
|
| TimeUnit |
Defines the unit of time that an algorithm or structure is storing.
|
| UnaryOp |
Mathematical unary operations.
|
| Exception | Description |
|---|---|
| CudaException |
Exception from the cuda language/library.
|
| CudfException |
Exception thrown by cudf itself.
|
| RmmException |
Exception from RMM allocator.
|
Copyright © 2019. All rights reserved.