| Modifier and Type | Method and Description |
|---|---|
static HostMemoryBuffer |
HostMemoryBuffer.allocate(long bytes)
Factory method to create this buffer
|
| Modifier and Type | Method and Description |
|---|---|
ai.rapids.cudf.ColumnVector.BufferEncapsulator<HostMemoryBuffer> |
ColumnVector.OffHeapState.getHostData() |
| 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 offset,
long len)
Read CSV formatted data.
|
static Table |
Table.readORC(ORCOptions opts,
HostMemoryBuffer buffer,
long offset,
long len)
Read ORC formatted data.
|
static Table |
Table.readParquet(ParquetOptions opts,
HostMemoryBuffer buffer,
long offset,
long len)
Read parquet formatted data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnVector.OffHeapState.setHostData(ai.rapids.cudf.ColumnVector.BufferEncapsulator<HostMemoryBuffer> hostData) |
Copyright © 2019. All rights reserved.