MCPcopy Create free account
hub / github.com/cwida/ALP / Minimum

Method Minimum

publication/source_code/include/duckdb/limits.hpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12template <class T>
13struct NumericLimits {
14 DUCKDB_API static constexpr T Minimum() { return std::numeric_limits<T>::lowest(); };
15 DUCKDB_API static constexpr T Maximum() { return std::numeric_limits<T>::max(); };
16 DUCKDB_API static bool IsSigned();
17 DUCKDB_API static idx_t Digits();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected