MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / INT2VECTOR

Class INT2VECTOR

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

Source from the content-addressed store, hash-verified

46
47
48class INT2VECTOR(TypeDecorator[Sequence[int]]):
49 impl = ARRAY(SmallInteger)
50 cache_ok = True
51
52
53class OIDVECTOR(TypeDecorator[Sequence[int]]):

Callers

nothing calls this directly

Calls 1

ARRAYClass · 0.70

Tested by

no test coverage detected