Пример #1
0
void ColumnFixedString::gather(ColumnGathererStream & gatherer)
{
    gatherer.gather(*this);
}
Пример #2
0
void ColumnArray::gather(ColumnGathererStream & gatherer)
{
    gatherer.gather(*this);
}
Пример #3
0
void ColumnVector<T>::gather(ColumnGathererStream & gatherer)
{
    gatherer.gather(*this);
}
Пример #4
0
void ColumnTuple::gather(ColumnGathererStream & gatherer)
{
    gatherer.gather(*this);
}