ColumnTextEncodingNone#
- class rbc.heavydb.ColumnTextEncodingNone#
RBC
Column<TextEncodingNone>
type that corresponds to HeavyDBCOLUMN<TEXT_ENCODING_NONE>
In HeavyDB, a Column of type
TextEncodingNone
is represented as follows:{ int8_t* flatbuffer; int64_t size; }
Methods
Return
self[index]
Return the total number of points in a Column<T>
Check if element at
index
is null.ColumnTextEncodingNone.set_item
(index, buf)Set line from a buffer of point coordindates
Set element at
index
to null.Return the length of the Column<T>