|
|
◆ Column() [2/3]
Create a column with given metadata and data.
- Parameters
-
| info | The column metadata |
| row_count | The row count |
| data | The raw data |
- Warning
PtrColumn constructor used to get the element count as input instead of the row count, which makes a difference for vector columns.
|