MCPcopy Index your code
hub / github.com/clips/pattern / relation

Function relation

pattern/db/__init__.py:1163–1164  ·  view source on GitHub ↗
(field1, field2, table, join=LEFT)

Source from the content-addressed store, hash-verified

1161FULL = "full" # All rows form both tables.
1162
1163def relation(field1, field2, table, join=LEFT):
1164 return (field1, field2, table, join)
1165
1166# Sorting:
1167ASCENDING = "asc"

Callers 2

01-database.pyFile · 0.90
SQLMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…