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

Method try_encode

datafusion/proto/tests/cases/roundtrip_logical_plan.rs:193–195  ·  view source on GitHub ↗
(&self, _node: &Extension, _buf: &mut Vec<u8>)

Source from the content-addressed store, hash-verified

191 }
192
193 fn try_encode(&self, _node: &Extension, _buf: &mut Vec<u8>) -> Result<()> {
194 not_impl_err!("No extension codec provided")
195 }
196
197 fn try_decode_table_provider(
198 &self,

Callers

nothing calls this directly

Calls 3

serialize_exprFunction · 0.85
encodeMethod · 0.80
as_anyMethod · 0.45

Tested by

no test coverage detected