pub struct RemoteReadCatalogV0_8;Expand description
Closed v0.8 remote-read catalog.
Implementations§
Source§impl RemoteReadCatalogV0_8
impl RemoteReadCatalogV0_8
Sourcepub fn classify(
&self,
plan: &LogicalPlan,
table_references: &[TableReference],
) -> RemoteReadClassification
pub fn classify( &self, plan: &LogicalPlan, table_references: &[TableReference], ) -> RemoteReadClassification
Classifies a fully planned statement before routing or transport.
Sourcepub fn coverage_entries(&self) -> Vec<RemoteReadCoverageEntry>
pub fn coverage_entries(&self) -> Vec<RemoteReadCoverageEntry>
Returns every public SQL category from the same closed catalog used by the classifier. No local feature is inferred as remotely supported.
Trait Implementations§
Source§impl Clone for RemoteReadCatalogV0_8
impl Clone for RemoteReadCatalogV0_8
Source§fn clone(&self) -> RemoteReadCatalogV0_8
fn clone(&self) -> RemoteReadCatalogV0_8
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RemoteReadCatalogV0_8
Source§impl Debug for RemoteReadCatalogV0_8
impl Debug for RemoteReadCatalogV0_8
Source§impl Default for RemoteReadCatalogV0_8
impl Default for RemoteReadCatalogV0_8
Source§fn default() -> RemoteReadCatalogV0_8
fn default() -> RemoteReadCatalogV0_8
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RemoteReadCatalogV0_8
impl RefUnwindSafe for RemoteReadCatalogV0_8
impl Send for RemoteReadCatalogV0_8
impl Sync for RemoteReadCatalogV0_8
impl Unpin for RemoteReadCatalogV0_8
impl UnsafeUnpin for RemoteReadCatalogV0_8
impl UnwindSafe for RemoteReadCatalogV0_8
Blanket Implementations§
impl<T> Allocation for T
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