risingwave_
frontend
2.2.0-alpha
Semantics
Required Methods
semantics
Implementors
In risingwave_
frontend::
optimizer::
plan_
node
risingwave_frontend
::
optimizer
::
plan_node
Trait
Semantics
Copy item path
source
pub trait Semantics<V:
Hash
+
Eq
> { // Required method fn
semantics
(&self) -> V; }
Required Methods
§
source
fn
semantics
(&self) -> V
Implementors
§
source
§
impl
Semantics
<
PlanRef
> for
PlanRef