Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ PG_NODE_TREE
Class
PG_NODE_TREE
lib/sqlalchemy/dialects/postgresql/pg_catalog.py:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
42
43
class
PG_NODE_TREE(TypeDecorator[str]):
44
impl = Text(collation=
"C"
)
45
cache_ok = True
46
47
48
class
INT2VECTOR(TypeDecorator[Sequence[int]]):
Callers
nothing calls this directly
Calls
1
Text
Class · 0.85
Tested by
no test coverage detected