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

Method sampleSize

src/Parsers/ASTSelectQuery.cpp:373–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371
372
373ASTPtr ASTSelectQuery::sampleSize() const
374{
375 const ASTTableExpression * table_expression = getFirstTableExpression(*this);
376 if (!table_expression)
377 return {};
378
379 return table_expression->sample_size;
380}
381
382
383ASTPtr ASTSelectQuery::sampleOffset() const

Callers 15

checkAllowedQueriesFunction · 0.80
readMethod · 0.80
getSamplingMethod · 0.80
visitAggregatingNodeMethod · 0.80
printDetailMethod · 0.80
setStepDetailMethod · 0.80
printTableScanStepMethod · 0.80
planReadFromStorageMethod · 0.80
planSamplingMethod · 0.80
allocateMethod · 0.80
checkSampleMethod · 0.80

Calls 1

getFirstTableExpressionFunction · 0.70

Tested by

no test coverage detected