Class: Fluent::FilterWhere::Parser::Exp

Inherits:
Object
  • Object
show all
Defined in:
lib/fluent/plugin/filter_where/parser/exp.rb

Direct Known Subclasses

BinaryOpExp, LogicalOpExp, NegateOpExp, NullOpExp

Instance Method Summary collapse

Instance Method Details

#eval(record) ⇒ Object

Raises:

  • (NotImplementedError)


8
9
10
# File 'lib/fluent/plugin/filter_where/parser/exp.rb', line 8

def eval(record)
  raise NotImplementedError
end