Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文字列の配列とマップ (最終的には JSON にシリアル化できる) があるとします。配列と辞書を受け入れる db.system.js で javascript 関数関数ストアを呼び出すにはどうすればよいでしょうか?
db.Run(bson.M{"eval": "myStoredFunction(<MY ARRAY>, <MY DICTIONARY>);"})