concatenate#
2026-03-11
19 min read time
Applies to Linux
- pylibhipdf.concatenate.concatenate(list objects, Stream stream=None, DeviceMemoryResource mr=None)#
Concatenate columns or tables.
Parameters#
- objectsUnion[List[Column], List[Table]]
The list of Columns or Tables to concatenate.
- streamStream | None
CUDA stream on which to perform the operation.
- mrDeviceMemoryResource | None
Device memory resource used to allocate the returned object’s device memory.
Returns#
- Union[Column, Table]
The concatenated Column or Table.