↰ Return to documentation for file (morpheus/_lib/include/morpheus/utilities/table_util.hpp
)
#include <cudf/io/types.hpp>
#include <cudf/table/table.hpp>// IWYU pragma: keep
#include <string>
#pragma once
namespace morpheus {
/****** Component public implementations *******************/
/****** CuDFTableUtil****************************************/
struct CuDFTableUtil
{
static cudf::io::table_with_metadata load_table(const std::string &filename);
}; // end of group
} // namespace morpheus