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

Method try_encode

datafusion/proto/src/logical_plan/mod.rs:211–213  ·  view source on GitHub ↗
(&self, _node: &Extension, _buf: &mut Vec<u8>)

Source from the content-addressed store, hash-verified

209 }
210
211 fn try_encode(&self, _node: &Extension, _buf: &mut Vec<u8>) -> Result<()> {
212 not_impl_err!("LogicalExtensionCodec is not provided")
213 }
214
215 fn try_decode_table_provider(
216 &self,

Callers 1

try_from_logical_planMethod · 0.45

Calls 1

encodeMethod · 0.80

Tested by

no test coverage detected