Column#
- class rbc.heavydb.Column#
RBC
Column<T>type that corresponds to HeavyDB COLUMNIn HeavyDB, a Column of type
Tis represented as follows:{ T* ptr; int64_t sz; void* string_dict_proxy; // available only if T == TextEncodingDict }
Methods
Data type of the array elements.
Return the string for the given
id.Return the string ID for the given string
s.