Similar to LLQL, ClangQL, we can implement Pattern Matchers functions to be used to match vs AST for example ```SQL SELECT * FROM functions WHERE match(function, m_method(), m_name("main")); ```