Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ToString
Function
ToString
cpp/src/arrow/dataset/dataset.h:201–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
200
virtual std::string type_name() const = 0;
201
virtual std::string ToString() const { return type_name(); }
202
203
/// \brief An expression which evaluates to true for all data viewed by this
204
/// Fragment.
Callers
1
file_base.h
File · 0.70
Calls
1
type_name
Function · 0.70
Tested by
no test coverage detected