Type alias AqlAnalyzerDescription
AqlAnalyzerDescription: AnalyzerDescriptionType<"aql", { batchSize: number; collapsePositions: boolean; keepNull: boolean; memoryLimit: number; queryString: string; returnType: AqlReturnTokenType; }> Type declaration
batchSize: number
collapsePositions: boolean
keepNull: boolean
memoryLimit: number
queryString: string
An object describing an AQL Analyzer