Struct ella_engine::codec::RemoteExtensionCodec
source · pub struct RemoteExtensionCodec {}Trait Implementations§
source§impl Clone for RemoteExtensionCodec
impl Clone for RemoteExtensionCodec
source§fn clone(&self) -> RemoteExtensionCodec
fn clone(&self) -> RemoteExtensionCodec
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RemoteExtensionCodec
impl Debug for RemoteExtensionCodec
source§impl Default for RemoteExtensionCodec
impl Default for RemoteExtensionCodec
source§fn default() -> RemoteExtensionCodec
fn default() -> RemoteExtensionCodec
Returns the “default value” for a type. Read more
source§impl LogicalExtensionCodec for RemoteExtensionCodec
impl LogicalExtensionCodec for RemoteExtensionCodec
fn try_decode( &self, _buf: &[u8], _inputs: &[LogicalPlan], _ctx: &SessionContext ) -> Result<Extension>
fn try_encode(&self, node: &Extension, _buf: &mut Vec<u8>) -> Result<()>
fn try_decode_table_provider( &self, buf: &[u8], schema: SchemaRef, _ctx: &SessionContext ) -> Result<Arc<dyn TableProvider>>
fn try_encode_table_provider( &self, node: Arc<dyn TableProvider>, buf: &mut Vec<u8> ) -> Result<()>
impl Copy for RemoteExtensionCodec
Auto Trait Implementations§
impl RefUnwindSafe for RemoteExtensionCodec
impl Send for RemoteExtensionCodec
impl Sync for RemoteExtensionCodec
impl Unpin for RemoteExtensionCodec
impl UnwindSafe for RemoteExtensionCodec
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more