OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
misc.cpp File Reference
#include "misc.h"
#include <cstdio>
#include "sqltypes.h"
+ Include dependency graph for misc.cpp:

Go to the source code of this file.

Namespaces

 shared
 

Functions

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)