MCPcopy Create free account
hub / github.com/ByConity/ByConity / getPrewhere

Method getPrewhere

src/QueryPlan/TableScanStep.cpp:2013–2016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2011}
2012
2013ASTPtr TableScanStep::getPrewhere() const
2014{
2015 return query_info.getSelectQuery()->prewhere();
2016}
2017
2018void TableScanStep::setInlineExpressions(Assignments new_inline_expressions, ContextPtr context)
2019{

Callers 9

visitTableScanNodeMethod · 0.45
printDetailMethod · 0.45
setStepDetailMethod · 0.45
selectRangesToReadMethod · 0.45
printTableScanStepMethod · 0.45
rewriteDynamicFilterMethod · 0.45
initializePipelineMethod · 0.45
visitMethod · 0.45

Calls 2

prewhereMethod · 0.80
getSelectQueryMethod · 0.45

Tested by

no test coverage detected