MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / order_by

Method order_by

sdk-python/src/graphlite_sdk/query.py:73–78  ·  view source on GitHub ↗

Set the ORDER BY clause to the query

(self, clause: str)

Source from the content-addressed store, hash-verified

71 return self
72
73 def order_by(self, clause: str) -> 'QueryBuilder':
74 '''
75 Set the ORDER BY clause to the query
76 '''
77 self._order_by = clause
78 return self
79
80 def skip(self, n: int) -> 'QueryBuilder':
81 '''

Callers 2

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected