All Downloads are FREE. Search and download functionalities are using the official Maven repository.

AQLFunctions.README.txt Maven / Gradle / Ivy

There is a newer version: 0.7.9
Show newest version
Spline ArangoDB AQL functions are defined in JS files in the following pattern:

(e.g. for a function SPLINE::FOO_BAR_BAZ taking two arguments x and y)

Filename:

    foo_bar_baz.js

Content:

    (function () {
        'use strict';

        return (x, y) => z
    })




© 2015 - 2024 Weber Informatics LLC | Privacy Policy