Class StructuredQuery

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

public class StructuredQuery extends Object implements Expr
Author:
HamaWhite
  • Constructor Details

    • StructuredQuery

      public StructuredQuery()
  • Method Details

    • accept

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