| Modifier and Type | Field and Description |
|---|---|
ai.rapids.cudf.ColumnVector.BufferEncapsulator<HostMemoryBuffer> |
ColumnVector.OffHeapState.hostData |
| Modifier and Type | Method and Description |
|---|---|
static HostMemoryBuffer |
HostMemoryBuffer.allocate(long bytes)
Factory method to create this buffer
|
| Modifier and Type | Method and Description |
|---|---|
void |
HostMemoryBuffer.copyFromHostBuffer(long destOffset,
HostMemoryBuffer srcData,
long srcOffset,
long length)
Copy the contents of the given buffer to this buffer
|
static Table |
Table.readCSV(Schema schema,
CSVOptions opts,
HostMemoryBuffer buffer,
long len) |
static Table |
Table.readParquet(ParquetOptions opts,
HostMemoryBuffer buffer,
long len) |
Copyright © 2019. All rights reserved.