pub unsafe extern "C" fn duckdb_is_finite_timestamp_ns(
ts: duckdb_timestamp_ns,
) -> bool
Expand description
Test a duckdb_timestamp_ns
to see if it is a finite value.
@param ts The duckdb_timestamp_ns object, as obtained from a DUCKDB_TYPE_TIMESTAMP_NS
column.
@return True if the timestamp is finite, false if it is ±infinity.