risingwave_
frontend
2.2.0-alpha
Semantics
Required Methods
semantics
Implementors
In risingwave_
frontend::
optimizer::
plan_
node::
merge_
eq_
nodes
risingwave_frontend
::
optimizer
::
plan_node
::
merge_eq_nodes
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