Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ParquetException
Function
ParquetException
cpp/src/parquet/exception.h:115–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
114
template <typename... Args>
115
explicit ParquetException(Args&&... args)
116
: msg_(::arrow::internal::JoinToString(std::forward<Args>(args)...)) {}
117
118
explicit ParquetException(std::string msg) : msg_(std::move(msg)) {}
119
Callers
15
ThrowRowsMisMatchError
Function · 0.85
NextColumn
Method · 0.85
column
Method · 0.85
AppendRowGroup
Method · 0.85
FileSerializer
Method · 0.85
StartFile
Method · 0.85
AddKeyValueMetadata
Method · 0.85
file_writer.cc
File · 0.85
CheckColumn
Method · 0.85
SkipColumns
Method · 0.85
WriteNullValue
Method · 0.85
SkipOptionalColumn
Method · 0.85
Calls
1
JoinToString
Function · 0.85
Tested by
5
ThrowsParquetException
Function · 0.68
StartKeyRotation
Method · 0.68
WrapKey
Method · 0.68
UnwrapKey
Method · 0.68
WrapThenUnwrap
Method · 0.68