(&self, _node: &Extension, _buf: &mut Vec<u8>)
| 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, |
no test coverage detected