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.
私はjaqlの初心者です。多くのドキュメントが見つかりません。jaql は組み込みのキャストをサポートしていますか。または、キャスト用に Java udf を作成する必要があります。私は基本的にintをstringに変換したいと思っています。
これを試してください: jaql> serialize(500); 「500」