module pixeltable.functions.json
Pixeltable UDFs forJsonType.
Example:
udf make_list()
Signature
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
JsonType.
Example:
import pixeltable as pxt
import pixeltable.functions as pxtf
t = pxt.get_table(...)
t.select(pxtf.json.make_list(t.json_col)).collect()
@pxt.udf
make_list(obj: pxt.Json) -> pxt.Json
Was this page helpful?