MCPcopy Create free account
hub / github.com/Shannon-Data/ShannonBase / first_query_block

Method first_query_block

sql/sql_lex.h:861–861  ·  view source on GitHub ↗

@return the first query block inside this query expression

Source from the content-addressed store, hash-verified

859
860 /// @return the first query block inside this query expression
861 Query_block *first_query_block() const { return slave; }
862
863 /// @return the next query expression within same query block (next subquery)
864 Query_expression *next_query_expression() const { return next; }

Callers 15

check_privilegesMethod · 0.80
do_contextualizeMethod · 0.80
accumulate_propertiesMethod · 0.80
fix_fieldsMethod · 0.80
cleanupMethod · 0.80
execMethod · 0.80
printMethod · 0.80
resolve_typeMethod · 0.80
truth_transformerMethod · 0.80

Calls

no outgoing calls

Tested by 1

ResolveQueryBlockFunction · 0.64