Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ NYI
Function
NYI
cpp/src/parquet/exception.h:110–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
PARQUET_NORETURN static void NYI(const std::string& msg =
""
) {
111
throw ParquetException(
"Not yet implemented: "
, msg,
"."
);
112
}
113
114
template <typename... Args>
115
explicit ParquetException(Args&&... args)
Callers
15
MakeReaderProperties
Function · 0.85
WriteBloomFilter
Method · 0.85
Put
Method · 0.85
PutDictionary
Method · 0.85
MakeEncoder
Function · 0.85
Update
Method · 0.85
DecodeArrow
Method · 0.85
SetDict
Method · 0.85
InsertDictionary
Method · 0.85
DecodeArrowInternal
Method · 0.85
DecodeArrow
Method · 0.85
Decode
Method · 0.85
Calls
1
ParquetException
Function · 0.85
Tested by
4
AppendLevels
Method · 0.68
AppendValues
Method · 0.68
DictionaryPageBuilder
Method · 0.68
WriteDict
Method · 0.68