#include "misc.h"
#include "sqltypes.h"
#include <cctype>
#include <cstdio>
#include <fstream>
#include <iomanip>
Go to the source code of this file.
|
size_t | shared::formatDate (char *buf, size_t const max, int64_t const unixtime) |
|
size_t | shared::formatDateTime (char *buf, size_t const max, int64_t const timestamp, int const dimension, bool use_iso_format) |
|
size_t | shared::formatHMS (char *buf, size_t const max, int64_t const unixtime) |
|
std::string | shared::convert_temporal_to_iso_format (const SQLTypeInfo &type_info, int64_t unix_time) |
|
size_t | shared::compute_hash (int32_t item_1, int32_t item_2) |
|
std::ostream & | shared::operator<< (std::ostream &os, FileContentsEscaper const &fce) |
|