class FilterLexer::LogicalOperator
An logical operator is the glue between filters
Public Instance Methods
query_string()
click to toggle source
# File lib/filter_lexer/formatters/sql.rb, line 43 def query_string return sql end
query_variables()
click to toggle source
# File lib/filter_lexer/formatters/sql.rb, line 47 def query_variables return [] end