MCPcopy 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

MakeReaderPropertiesFunction · 0.85
WriteBloomFilterMethod · 0.85
PutMethod · 0.85
PutDictionaryMethod · 0.85
MakeEncoderFunction · 0.85
UpdateMethod · 0.85
DecodeArrowMethod · 0.85
SetDictMethod · 0.85
InsertDictionaryMethod · 0.85
DecodeArrowInternalMethod · 0.85
DecodeArrowMethod · 0.85
DecodeMethod · 0.85

Calls 1

ParquetExceptionFunction · 0.85

Tested by 4

AppendLevelsMethod · 0.68
AppendValuesMethod · 0.68
DictionaryPageBuilderMethod · 0.68
WriteDictMethod · 0.68