java.lang.Object
ai.stapi.arangograph.graphLoader.arangoQuery.ast.AqlOperator
All Implemented Interfaces:
AqlNode
Direct Known Subclasses:
AqlAll, AqlAny, AqlNone

public class AqlOperator extends Object implements AqlNode
  • Field Details

    • operatorName

      protected final String operatorName
  • Constructor Details

    • AqlOperator

      public AqlOperator(String operatorName)
  • Method Details