MCPcopy 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
282class _HStoreArrayFunction(sqlfunc.GenericFunction):
283 type = ARRAY(sqltypes.Text)
284 name = "hstore_to_array"
285 inherit_cache = True
286
287
288class _HStoreMatrixFunction(sqlfunc.GenericFunction):

Callers 1

arrayMethod · 0.85

Calls 1

ARRAYClass · 0.70

Tested by

no test coverage detected