MCPcopy 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

ThrowRowsMisMatchErrorFunction · 0.85
NextColumnMethod · 0.85
columnMethod · 0.85
AppendRowGroupMethod · 0.85
FileSerializerMethod · 0.85
StartFileMethod · 0.85
AddKeyValueMetadataMethod · 0.85
file_writer.ccFile · 0.85
CheckColumnMethod · 0.85
SkipColumnsMethod · 0.85
WriteNullValueMethod · 0.85
SkipOptionalColumnMethod · 0.85

Calls 1

JoinToStringFunction · 0.85

Tested by 5

ThrowsParquetExceptionFunction · 0.68
StartKeyRotationMethod · 0.68
WrapKeyMethod · 0.68
UnwrapKeyMethod · 0.68
WrapThenUnwrapMethod · 0.68