Sha256: 5b650d44983c37b7cfb338d824f0828b515d32e5663fe18916292f3baadb577b

Contents?: true

Size: 289 Bytes

Versions: 3

Compression:

Stored size: 289 Bytes

Contents

module AQL
  # The list of AQL keywords from http://www.arangodb.org/manuals/current/Aql.html#AqlKeywords
  KEYWORDS = IceNine.deep_freeze(%w(
    FOR
    RETURN
    FILTER
    SORT
    LIMIT
    LET
    COLLECT
    ASC
    DESC
    IN
    INTO
    NULL
    TRUE
    FALSE
  ).to_set)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
aql-0.0.3 lib/aql/constants.rb
aql-0.0.2 lib/aql/constants.rb
aql-0.0.1 lib/aql/constants.rb