#include "as_json_node.h" #include "compile_path.h" #include "parse.h" #include "serialize.h" #include "sql_exists.h" #include "sql_query.h" #include "sql_value.h" #include namespace NJson2Udf { SIMPLE_MODULE(TJson2Module, TParse, TSerialize, TSerialize, TCompilePath, TSqlValue, TSqlValue, TSqlValue, TSqlValue, TSqlValue, TSqlValue, TSqlValue, TSqlValue, TSqlValue, TSqlValue, TSqlExists, TSqlExists, TSqlExists, TSqlExists, TSqlQuery, TSqlQuery, TSqlQuery, TSqlQuery, TSqlQuery, TSqlQuery, TAsJsonNode, TAsJsonNode, TAsJsonNode, TAsJsonNode) } REGISTER_MODULES(NJson2Udf::TJson2Module)