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

Method make_instance

python/pathway/stdlib/temporal/_asof_join.py:127–132  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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:
129 return None
130 if len(self.conds) == 1:
131 return self.conds[0]
132 return pw.make_tuple(*self.conds)
133
134
135class AsofJoinResult(DesugaringContext):

Callers 1

_mergeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected