java.lang.Object
com.hw.langchain.chains.query.constructor.ir.FilterDirective
com.hw.langchain.chains.query.constructor.ir.Operation
All Implemented Interfaces:
Expr

public class Operation extends FilterDirective
A logical operation over other directives.
Author:
HamaWhite
  • Constructor Details

    • Operation

      public Operation()
  • Method Details

    • accept

      public Map<String,Object> accept(Visitor visitor)
      Description copied from interface: Expr
      Accepts a visitor and performs operations on this expression.
      Parameters:
      visitor - the visitor object to operate on this expression
      Returns:
      the result of the visitor's operation