Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/madlib
/ id
Function
id
methods/svec/src/pg_gp/SparseData.c:965–965 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
963
964
965
static inline double id(double x) { return x; }
966
static inline double square(double x) { return x*x; }
967
static inline double myabs(double x) { return (x < 0) ? -(x) : x ; }
968
Callers
1
represent_data
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected