Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
class
INT2VECTOR(TypeDecorator[Sequence[int]]):
49
impl = ARRAY(SmallInteger)
50
cache_ok = True
51
52
53
class
OIDVECTOR(TypeDecorator[Sequence[int]]):
Callers
nothing calls this directly
Calls
1
ARRAY
Class · 0.70
Tested by
no test coverage detected