MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / OIDVECTOR

Class OIDVECTOR

lib/sqlalchemy/dialects/postgresql/pg_catalog.py:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53class OIDVECTOR(TypeDecorator[Sequence[int]]):
54 impl = ARRAY(OID)
55 cache_ok = True
56
57
58class _SpaceVector:

Callers

nothing calls this directly

Calls 1

ARRAYClass · 0.70

Tested by

no test coverage detected