@@ -2141,7 +2141,7 @@ EMSCRIPTEN_BINDINGS(perspective) {
21412141 .function (" schema" , &View<t_ctxunit>::schema)
21422142 .function (" expression_schema" , &View<t_ctxunit>::expression_schema)
21432143 .function (" column_names" , &View<t_ctxunit>::column_names)
2144- .function (" column_paths" , &View<t_ctxunit>::column_paths )
2144+ .function (" column_paths" , &View<t_ctxunit>::column_paths_string )
21452145 .function (" _get_deltas_enabled" , &View<t_ctxunit>::_get_deltas_enabled)
21462146 .function (" _set_deltas_enabled" , &View<t_ctxunit>::_set_deltas_enabled)
21472147 .function (
@@ -2172,7 +2172,7 @@ EMSCRIPTEN_BINDINGS(perspective) {
21722172 .function (" schema" , &View<t_ctx0>::schema)
21732173 .function (" expression_schema" , &View<t_ctx0>::expression_schema)
21742174 .function (" column_names" , &View<t_ctx0>::column_names)
2175- .function (" column_paths" , &View<t_ctx0>::column_paths )
2175+ .function (" column_paths" , &View<t_ctx0>::column_paths_string )
21762176 .function (" _get_deltas_enabled" , &View<t_ctx0>::_get_deltas_enabled)
21772177 .function (" _set_deltas_enabled" , &View<t_ctx0>::_set_deltas_enabled)
21782178 .function (
@@ -2207,7 +2207,7 @@ EMSCRIPTEN_BINDINGS(perspective) {
22072207 .function (" schema" , &View<t_ctx1>::schema)
22082208 .function (" expression_schema" , &View<t_ctx1>::expression_schema)
22092209 .function (" column_names" , &View<t_ctx1>::column_names)
2210- .function (" column_paths" , &View<t_ctx1>::column_paths )
2210+ .function (" column_paths" , &View<t_ctx1>::column_paths_string )
22112211 .function (" _get_deltas_enabled" , &View<t_ctx1>::_get_deltas_enabled)
22122212 .function (" _set_deltas_enabled" , &View<t_ctx1>::_set_deltas_enabled)
22132213 .function (
@@ -2241,7 +2241,7 @@ EMSCRIPTEN_BINDINGS(perspective) {
22412241 .function (" schema" , &View<t_ctx2>::schema)
22422242 .function (" expression_schema" , &View<t_ctx2>::expression_schema)
22432243 .function (" column_names" , &View<t_ctx2>::column_names)
2244- .function (" column_paths" , &View<t_ctx2>::column_paths )
2244+ .function (" column_paths" , &View<t_ctx2>::column_paths_string )
22452245 .function (" _get_deltas_enabled" , &View<t_ctx2>::_get_deltas_enabled)
22462246 .function (" _set_deltas_enabled" , &View<t_ctx2>::_set_deltas_enabled)
22472247 .function (
0 commit comments