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

Method with_encoding

datafusion/catalog/src/stream.rs:173–176  ·  view source on GitHub ↗

Specify an encoding for the stream

(mut self, encoding: StreamEncoding)

Source from the content-addressed store, hash-verified

171
172 /// Specify an encoding for the stream
173 pub fn with_encoding(mut self, encoding: StreamEncoding) -> Self {
174 self.encoding = encoding;
175 self
176 }
177}
178
179impl StreamProvider for FileStreamProvider {

Callers 1

createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected