Definition at line 374 of file TableFunctionsFactory.cpp.
Referenced by table_functions::TableFunctionsFactory::add().
377 static const std::unordered_set<std::string> whitelisted_table_functions = {
379 "generate_random_strings",
381 "tf_mandelbrot_float",
382 "tf_mandelbrot_cuda",
383 "tf_mandelbrot_cuda_float",
385 "tf_geo_rasterize_slope",
386 "tf_compute_dwell_times",
387 "tf_point_cloud_metadata",
388 "tf_load_point_cloud"};
390 return whitelisted_table_functions.find(function_name) !=
391 whitelisted_table_functions.end();