MongoOptions
MongoOptions =
BaseOptions&object
Defined in: packages/aipql/src/types.ts:142
Options for MongoDB translation.
Type Declaration
Section titled “Type Declaration”functions?
Section titled “functions?”
optionalfunctions?:Record<string,MongoFunctionHandler>
Custom function handlers keyed by CEL function name. Called instead of the built-in handler when present.