Skip to main content

xlucene-parser / functions

functions

Enumerations

EnumerationDescription
xLuceneFunction-

Variables

xLuceneFunctions

const xLuceneFunctions: Record<xLuceneFunction, FunctionDefinition>

Defined in: packages/xlucene-parser/src/functions/index.ts:16

Functions

initFunction()

initFunction(__namedParameters): FunctionMethods

Defined in: packages/xlucene-parser/src/functions/index.ts:23

Parameters

ParameterType
__namedParameters{ node: FunctionNode; type_config: xLuceneTypeConfig; variables: xLuceneVariables; }
__namedParameters.nodeFunctionNode
__namedParameters.type_configxLuceneTypeConfig
__namedParameters.variables?xLuceneVariables

Returns

FunctionMethods