MCPcopy Create free account
hub / github.com/apache/datafusion / tx

Method tx

datafusion/physical-plan/src/stream.rs:76–78  ·  view source on GitHub ↗

Get a handle for sending data to the output

(&self)

Source from the content-addressed store, hash-verified

74
75 /// Get a handle for sending data to the output
76 pub fn tx(&self) -> Sender<Result<O>> {
77 self.tx.clone()
78 }
79
80 /// Spawn task that will be aborted if this builder (or the stream
81 /// built from it) are dropped

Callers 7

spawn_bufferedFunction · 0.80
run_inputMethod · 0.80
test_asyncFunction · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls 1

cloneMethod · 0.45