MCPcopy
hub / github.com/pathwaycom/pathway / make_sort_key

Method make_sort_key

python/pathway/stdlib/temporal/_asof_join.py:124–125  ·  view source on GitHub ↗
(self, right_first: bool)

Source from the content-addressed store, hash-verified

122 t: pw.ColumnExpression
123
124 def make_sort_key(self, right_first: bool):
125 return pw.make_tuple(self.t, self.side ^ right_first, self.table.id)
126
127 def make_instance(self):
128 if len(self.conds) == 0:

Callers 1

_mergeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected