risingwave_frontend::optimizer::plan_node::utils

Trait Distill

source
pub trait Distill {
    // Required method
    fn distill<'a>(&self) -> XmlNode<'a>;

    // Provided method
    fn distill_to_string(&self) -> String { ... }
}
Expand description

Required Methods§

source

fn distill<'a>(&self) -> XmlNode<'a>

Provided Methods§

Implementors§

source§

impl Distill for BatchDelete

source§

impl Distill for BatchExchange

source§

impl Distill for BatchExpand

source§

impl Distill for BatchFileScan

source§

impl Distill for BatchFilter

source§

impl Distill for BatchGroupTopN

source§

impl Distill for BatchHashAgg

source§

impl Distill for BatchHashJoin

source§

impl Distill for BatchHopWindow

source§

impl Distill for BatchIcebergScan

source§

impl Distill for BatchInsert

source§

impl Distill for BatchKafkaScan

source§

impl Distill for BatchLimit

source§

impl Distill for BatchLogSeqScan

source§

impl Distill for BatchLookupJoin

source§

impl Distill for BatchMaxOneRow

source§

impl Distill for BatchMySqlQuery

source§

impl Distill for BatchNestedLoopJoin

source§

impl Distill for BatchOverWindow

source§

impl Distill for BatchPostgresQuery

source§

impl Distill for BatchProject

source§

impl Distill for BatchProjectSet

source§

impl Distill for BatchSeqScan

source§

impl Distill for BatchSimpleAgg

source§

impl Distill for BatchSort

source§

impl Distill for BatchSortAgg

source§

impl Distill for BatchSource

source§

impl Distill for BatchSysSeqScan

source§

impl Distill for BatchTableFunction

source§

impl Distill for BatchTopN

source§

impl Distill for BatchUnion

source§

impl Distill for BatchUpdate

source§

impl Distill for BatchValues

source§

impl Distill for LogicalAgg

source§

impl Distill for LogicalApply

source§

impl Distill for LogicalCdcScan

source§

impl Distill for LogicalChangeLog

source§

impl Distill for LogicalCteRef

source§

impl Distill for LogicalDedup

source§

impl Distill for LogicalDelete

source§

impl Distill for LogicalExcept

source§

impl Distill for LogicalExpand

source§

impl Distill for LogicalFileScan

source§

impl Distill for LogicalFilter

source§

impl Distill for LogicalHopWindow

source§

impl Distill for LogicalIcebergScan

source§

impl Distill for LogicalInsert

source§

impl Distill for LogicalIntersect

source§

impl Distill for LogicalJoin

source§

impl Distill for LogicalKafkaScan

source§

impl Distill for LogicalLimit

source§

impl Distill for LogicalMaxOneRow

source§

impl Distill for LogicalMultiJoin

source§

impl Distill for LogicalMySqlQuery

source§

impl Distill for LogicalNow

source§

impl Distill for LogicalOverWindow

source§

impl Distill for LogicalPostgresQuery

source§

impl Distill for LogicalProject

source§

impl Distill for LogicalProjectSet

source§

impl Distill for LogicalRecursiveUnion

source§

impl Distill for LogicalScan

source§

impl Distill for LogicalShare

source§

impl Distill for LogicalSource

source§

impl Distill for LogicalSysScan

source§

impl Distill for LogicalTableFunction

source§

impl Distill for LogicalTopN

source§

impl Distill for LogicalUnion

source§

impl Distill for LogicalUpdate

source§

impl Distill for LogicalValues

source§

impl Distill for StreamAsOfJoin

source§

impl Distill for StreamCdcTableScan

source§

impl Distill for StreamChangeLog

source§

impl Distill for StreamDedup

source§

impl Distill for StreamDeltaJoin

source§

impl Distill for StreamDml

source§

impl Distill for StreamDynamicFilter

source§

impl Distill for StreamEowcOverWindow

source§

impl Distill for StreamExchange

source§

impl Distill for StreamExpand

source§

impl Distill for StreamFilter

source§

impl Distill for StreamFsFetch

source§

impl Distill for StreamGlobalApproxPercentile

source§

impl Distill for StreamGroupTopN

source§

impl Distill for StreamHashAgg

source§

impl Distill for StreamHashJoin

source§

impl Distill for StreamHopWindow

source§

impl Distill for StreamLocalApproxPercentile

source§

impl Distill for StreamMaterialize

source§

impl Distill for StreamNow

source§

impl Distill for StreamOverWindow

source§

impl Distill for StreamProject

source§

impl Distill for StreamProjectSet

source§

impl Distill for StreamRowIdGen

source§

impl Distill for StreamRowMerge

source§

impl Distill for StreamShare

source§

impl Distill for StreamSimpleAgg

source§

impl Distill for StreamSink

source§

impl Distill for StreamEowcSort

source§

impl Distill for StreamSource

source§

impl Distill for StreamSourceScan

source§

impl Distill for StreamStatelessSimpleAgg

source§

impl Distill for StreamTableScan

source§

impl Distill for StreamTemporalJoin

source§

impl Distill for StreamTopN

source§

impl Distill for StreamUnion

source§

impl Distill for StreamValues

source§

impl Distill for StreamWatermarkFilter