java.lang.Object
ai.stapi.arangograph.graphLoader.arangoQuery.ast.highLevelOperations.AqlLimit
All Implemented Interfaces:
AqlNode

public class AqlLimit extends Object implements AqlNode
  • Constructor Details

    • AqlLimit

      public AqlLimit(AqlNode count)
    • AqlLimit

      public AqlLimit(AqlNode count, @Nullable @Nullable AqlNode offset)
  • Method Details