Struct Column¶
-
template<typename
T
>
structColumn
¶ Public Functions
-
DEVICE T& Column::operator[](const unsigned int index) const
-
DEVICE int64_t Column::size() const
-
DEVICE bool Column::isNull(int64_t index) const
-
DEVICE void Column::setNull(int64_t index)
-
DEVICE Column<T>& Column::operator=(const Column < T > & other)
-