Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
53
class
OIDVECTOR(TypeDecorator[Sequence[int]]):
54
impl = ARRAY(OID)
55
cache_ok = True
56
57
58
class
_SpaceVector:
Callers
nothing calls this directly
Calls
1
ARRAY
Class · 0.70
Tested by
no test coverage detected