Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help
  • Summary:

    • Nested
    • Field
    • Constr
    • Method
  • Detail:

    • Field
    • Constr
    • Method
  • Summary: 
  • Nested | 
  • Field | 
  • Constr | 
  • Method
  • Detail: 
  • Field | 
  • Constr | 
  • Method
SEARCH
Package org.elasticsearch.xpack.esql.optimizer.rules.physical.local

Class PushSampleToSource

java.lang.Object
org.elasticsearch.xpack.esql.rule.Rule<SampleExec,PhysicalPlan>
org.elasticsearch.xpack.esql.rule.ParameterizedRule<SampleExec,PhysicalPlan,LocalPhysicalOptimizerContext>
org.elasticsearch.xpack.esql.optimizer.PhysicalOptimizerRules.ParameterizedOptimizerRule<SampleExec,LocalPhysicalOptimizerContext>
org.elasticsearch.xpack.esql.optimizer.rules.physical.local.PushSampleToSource

public class PushSampleToSource extends PhysicalOptimizerRules.ParameterizedOptimizerRule<SampleExec,LocalPhysicalOptimizerContext>
  • Field Summary

    Fields inherited from class org.elasticsearch.xpack.esql.rule.Rule

    log
  • Constructor Summary

    Constructors
    Constructor
    Description
    PushSampleToSource()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected PhysicalPlan
    rule(SampleExec sample, LocalPhysicalOptimizerContext ctx)
     

    Methods inherited from class org.elasticsearch.xpack.esql.optimizer.PhysicalOptimizerRules.ParameterizedOptimizerRule

    apply

    Methods inherited from class org.elasticsearch.xpack.esql.rule.ParameterizedRule

    apply

    Methods inherited from class org.elasticsearch.xpack.esql.rule.Rule

    name, toString, typeToken

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PushSampleToSource

      public PushSampleToSource()
  • Method Details

    • rule

      protected PhysicalPlan rule(SampleExec sample, LocalPhysicalOptimizerContext ctx)
      Specified by:
      rule in class PhysicalOptimizerRules.ParameterizedOptimizerRule<SampleExec,LocalPhysicalOptimizerContext>