Program Listing for File table_util.hpp

Return to documentation for file (morpheus/_lib/include/morpheus/utilities/table_util.hpp)

Copy
Copied!
            

#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

© Copyright 2023, NVIDIA. Last updated on Feb 3, 2023.