sparrow 2.2.1
C++20 idiomatic APIs for the Apache Arrow Columnar Format
Loading...
Searching...
No Matches
copy_tracker.hpp File Reference
#include <string>
#include <vector>
#include "sparrow/config/config.hpp"
Include dependency graph for copy_tracker.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sparrow
 
namespace  sparrow::copy_tracker
 

Functions

template<class T>
std::string sparrow::copy_tracker::key ()
 
constexpr bool sparrow::copy_tracker::is_enabled ()
 
SPARROW_API void sparrow::copy_tracker::increase (const std::string &key)
 
SPARROW_API void sparrow::copy_tracker::reset (const std::string &key)
 
SPARROW_API void sparrow::copy_tracker::reset_all ()
 
SPARROW_API int sparrow::copy_tracker::count (const std::string &key, int disabled_value=0)
 
SPARROW_API std::vector< std::string > sparrow::copy_tracker::key_list ()