MCPcopy
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
299class _HStoreArrayFunction(sqlfunc.GenericFunction[Any]):
300 type = ARRAY(sqltypes.Text)
301 name = "hstore_to_array"
302 inherit_cache = True
303
304
305class _HStoreMatrixFunction(sqlfunc.GenericFunction[Any]):

Callers 1

arrayMethod · 0.85

Calls 1

ARRAYClass · 0.70

Tested by

no test coverage detected