Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pathwaycom/pathway
/ _json_table
Function
_json_table
python/pathway/tests/test_json.py:49–50 ·
view source on GitHub ↗
(**kwargs)
Source
from the content-addressed store, hash-verified
47
48
49
def
_json_table(**kwargs) -> pw.Table:
50
return
_json_table_from_list([dict(zip(kwargs, v))
for
v in zip(*kwargs.values())])
51
52
53
def
_optional_json_table(**kwargs) -> pw.Table:
Callers
15
_optional_json_table
Function · 0.85
test_json_get_simple
Function · 0.85
test_json_get_none
Function · 0.85
test_json_get_default
Function · 0.85
test_json_get_wo_default
Function · 0.85
test_json_dict_get_int_index
Function · 0.85
test_json_array_get_str_index
Function · 0.85
test_json_get_wrong_default
Function · 0.85
test_json_get_item
Function · 0.85
test_json_get_array_index
Function · 0.85
test_json_get_array_index_out_of_bounds
Function · 0.85
test_json_get_item_optional_json
Function · 0.85
Calls
2
_json_table_from_list
Function · 0.85
values
Method · 0.80
Tested by
no test coverage detected