Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _HStoreArrayFunction
Class
_HStoreArrayFunction
lib/sqlalchemy/dialects/postgresql/hstore.py:299–302 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
298
299
class
_HStoreArrayFunction(sqlfunc.GenericFunction[Any]):
300
type = ARRAY(sqltypes.Text)
301
name =
"hstore_to_array"
302
inherit_cache = True
303
304
305
class
_HStoreMatrixFunction(sqlfunc.GenericFunction[Any]):
Callers
1
array
Method · 0.85
Calls
1
ARRAY
Class · 0.70
Tested by
no test coverage detected