Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ _HStoreArrayFunction
Class
_HStoreArrayFunction
lib/sqlalchemy/dialects/postgresql/hstore.py:282–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
280
281
282
class
_HStoreArrayFunction(sqlfunc.GenericFunction):
283
type = ARRAY(sqltypes.Text)
284
name =
"hstore_to_array"
285
inherit_cache = True
286
287
288
class
_HStoreMatrixFunction(sqlfunc.GenericFunction):
Callers
1
array
Method · 0.85
Calls
1
ARRAY
Class · 0.70
Tested by
no test coverage detected