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

Method Maximum

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

Source from the content-addressed store, hash-verified

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();
18};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected