Function morpheus::df_to_parquet(const TableInfo&, bool, bool)

(Latest Version)
std::string morpheus::df_to_parquet(const TableInfo &tbl, bool include_header, bool include_index_col = true)

Serialize a dataframe to an output stream in Parquet format.

Parameters
  • tbl – : A wrapper around data in the dataframe

  • include_header – : Determines whether or not to include the header

  • include_index_col – : Determines whether or not to include the dataframe index

Returns

std::string

Previous Function morpheus::df_to_parquet(const TableInfo&, std::ostream&, bool, bool, bool)
Next Template Function morpheus::do_register_tuple_index
© Copyright 2024, NVIDIA. Last updated on Jul 8, 2024.