7 lines
324 B
C++
7 lines
324 B
C++
|
#include "query/interpreter.hpp"
|
||
|
|
||
|
// TODO: Remove this flag. Ast caching can be disabled by setting this flag to
|
||
|
// false, this is useful for recerating antlr crashes in highly concurrent test.
|
||
|
// Once antlr bugs are fixed, or real test is written this flag can be removed.
|
||
|
DEFINE_bool(ast_cache, true, "Use ast caching.");
|