MCPcopy 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
43class PG_NODE_TREE(TypeDecorator[str]):
44 impl = Text(collation="C")
45 cache_ok = True
46
47
48class INT2VECTOR(TypeDecorator[Sequence[int]]):

Callers

nothing calls this directly

Calls 1

TextClass · 0.85

Tested by

no test coverage detected