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

Method final

src/Parsers/ASTSelectQuery.cpp:393–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391
392
393bool ASTSelectQuery::final() const
394{
395 const ASTTableExpression * table_expression = getFirstTableExpression(*this);
396 if (!table_expression)
397 return {};
398
399 return table_expression->final;
400}
401
402bool ASTSelectQuery::withFill() const
403{

Callers 15

checkAllowedQueriesFunction · 0.80
createSourcesMethod · 0.80
applyFilterMethod · 0.80
getSamplingMethod · 0.80
optimizeMethod · 0.80
fromProtoMethod · 0.80
initializePipelineMethod · 0.80
fromProtoMethod · 0.80
fromProtoMethod · 0.80

Calls 1

getFirstTableExpressionFunction · 0.70

Tested by

no test coverage detected