Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ isNumeric
Method
isNumeric
src/common/dsc.h:152–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
bool isNumeric() const
153
{
154
return DTYPE_IS_NUMERIC(dsc_dtype);
155
}
156
157
bool isText() const
158
{
Callers
3
dsqlPass
Method · 0.80
cmp_numeric_string
Function · 0.80
BTR_types_comparable
Function · 0.80
Calls
1
DTYPE_IS_NUMERIC
Function · 0.85
Tested by
no test coverage detected