Uses of Class
org.apache.druid.sql.calcite.rel.DruidQueryRel
Packages that use DruidQueryRel
-
Uses of DruidQueryRel in org.apache.druid.sql.calcite.rel
Methods in org.apache.druid.sql.calcite.rel that return DruidQueryRelModifier and TypeMethodDescriptionDruidQueryRel.asDruidConvention()static DruidQueryRelDruidQueryRel.scanConstantRel(org.apache.calcite.rel.RelNode rel, InlineDataSource dataSource, PlannerContext plannerContext) Create a DruidQueryRel representing a full scan of inline, literal values.static DruidQueryRelDruidQueryRel.scanExternal(ExternalTableScan scanRel, PlannerContext plannerContext) Create a DruidQueryRel representing a full scan of external data.static DruidQueryRelDruidQueryRel.scanTable(org.apache.calcite.rel.logical.LogicalTableScan scanRel, org.apache.calcite.plan.RelOptTable table, DruidTable druidTable, PlannerContext plannerContext) Create a DruidQueryRel representing a full scan of a builtin table or lookup.DruidQueryRel.withPartialQuery(PartialDruidQuery newQueryBuilder)