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

Method set_on_error

datafusion/datasource/src/file_stream/scan_state.rs:110–112  ·  view source on GitHub ↗

Updates how scan errors are handled while the stream is still active.

(&mut self, on_error: OnError)

Source from the content-addressed store, hash-verified

108
109 /// Updates how scan errors are handled while the stream is still active.
110 pub(super) fn set_on_error(&mut self, on_error: OnError) {
111 self.on_error = on_error;
112 }
113
114 /// Drives one iteration of the active scan state.
115 ///

Callers 1

with_on_errorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected