| Package | Description |
|---|---|
| ai.rapids.cudf |
| Modifier and Type | Class and Description |
|---|---|
class |
HostColumnVector
Similar to a ColumnVector, but the data is stored in host memory and accessible directly from
the JVM.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<HostColumnVectorCore> |
HostColumnVectorCore.children |
| Modifier and Type | Method and Description |
|---|---|
HostColumnVectorCore |
HostColumnVectorCore.getChildColumnView(int childIndex) |
| Constructor and Description |
|---|
HostColumnVector(DType type,
long rows,
Optional<Long> nullCount,
HostMemoryBuffer hostDataBuffer,
HostMemoryBuffer hostValidityBuffer,
HostMemoryBuffer offsetBuffer,
List<HostColumnVectorCore> nestedHcv)
Create a new column vector with data populated on the host.
|
HostColumnVectorCore(DType type,
long rows,
Optional<Long> nullCount,
HostMemoryBuffer data,
HostMemoryBuffer validity,
HostMemoryBuffer offsets,
List<HostColumnVectorCore> nestedChildren) |
Copyright © 2023. All rights reserved.