MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / doPass1

Method doPass1

src/dsql/Nodes.h:331–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329
330 // Merge missing values, computed values, validation expressions, and views into a parsed request.
331 template <typename T> static void doPass1(thread_db* tdbb, CompilerScratch* csb, T** node)
332 {
333 if (!*node)
334 return;
335
336 *node = (*node)->pass1(tdbb, csb);
337 }
338
339public:
340 virtual Kind getKind() = 0;

Callers

nothing calls this directly

Calls 1

pass1Method · 0.45

Tested by

no test coverage detected