OmniSciDB
a5dc49c757
|
Go to the source code of this file.
Namespaces | |
foreign_storage | |
Typedefs | |
template<typename T > | |
using | foreign_storage::DateInSecondsBoundsValidator = BaseDateBoundsValidator< T, true > |
template<typename T > | |
using | foreign_storage::DateInDaysBoundsValidator = BaseDateBoundsValidator< T, false > |
Functions | |
template<typename D , typename T > | |
bool | foreign_storage::check_bounds (const T &value) |
template<typename D > | |
std::string | foreign_storage::datetime_to_string (const D ×tamp, const SQLTypeInfo &column_type) |
void | foreign_storage::throw_parquet_metadata_out_of_bounds_error (const std::string &min_value, const std::string &max_value, const std::string &encountered_value) |