Need auxiliary functions to help with insertion and querying at specified precision
void ColumnDateTime64::Append(const Int64& value) {
// TODO: we need a type, which safely represents datetime.
// The precision of Poco.DateTime is not big enough.
data_->Append(value);
}
Need auxiliary functions to help with insertion and querying at specified precision