| Modifier and Type | Method and Description |
|---|---|
ContiguousTable[] |
Table.contiguousSplit(int... indices)
Split a table at given boundaries, but the result of each split has memory that is laid out
in a contiguous range of memory.
|
ContiguousTable |
JCudfSerialization.TableAndRowCountPair.getContiguousTable()
Get the ContiguousTable that was deserialized or null if there was no
data (e.g.: rows without columns).
|
| Constructor and Description |
|---|
TableAndRowCountPair(int numRows,
ContiguousTable table) |
Copyright © 2020. All rights reserved.