The MongoDB engine path. A non-SQL parallel to the SQL pipeline: a question
becomes a read-only aggregation pipeline, validated by an allowlist guard, and
run against a MongoConnector. Exported from @asksql/core under this namespace.
parsePipeline(pipelineJson:string):unknown[]|null
Parse a bare pipeline-array string into stages, or null if it is not a JSON array.
The MongoDB engine path. A non-SQL parallel to the SQL pipeline: a question becomes a read-only aggregation pipeline, validated by an allowlist guard, and run against a MongoConnector. Exported from @asksql/core under this namespace.