Interface ModLua

Configuration values for the mod-lua user path.

If you are using user-defined functions (UDF) for processing query results (i.e. aggregations), then you will find it useful to set the modlua settings. Of particular importance is the modelua.userPath, which allows you to define a path to where the client library will look for Lua files for processing.

interface ModLua {
    userPath?: string;
}

Properties

Properties

userPath?: string

Path to user Lua scripts.

MMNEPVFCICPMFPCPTTAAATR