Classes | Namespaces | Functions
json/json.hpp File Reference
#include <cudf/strings/strings_column_view.hpp>
#include <cudf/utilities/default_stream.hpp>
#include <rmm/mr/device/per_device_resource.hpp>
#include <thrust/optional.h>

Go to the source code of this file.

Classes

class  cudf::get_json_object_options
 Settings for get_json_object(). More...
 

Namespaces

 cudf
 cuDF interfaces
 

Functions

std::unique_ptr< cudf::columncudf::get_json_object (cudf::strings_column_view const &col, cudf::string_scalar const &json_path, get_json_object_options options=get_json_object_options{}, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::mr::device_memory_resource *mr=rmm::mr::get_current_device_resource())
 Apply a JSONPath string to all rows in an input strings column. More...