MCPcopy Create free account
hub / github.com/apache/arrow / TEST

Function TEST

cpp/src/arrow/csv/converter_test.cc:278–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276TYPED_TEST(StringConversionTest, InvalidUtf8) { this->TestInvalidUtf8(); }
277
278TEST(FixedSizeBinaryConversion, Basics) {
279 AssertConversion<FixedSizeBinaryType, std::string>(
280 fixed_size_binary(2), {"ab,cd\n", "gh,ij\n"}, {{"ab", "gh"}, {"cd", "ij"}});
281}
282
283TEST(FixedSizeBinaryConversion, Errors) {
284 // Wrong-sized string in column 0

Callers

nothing calls this directly

Calls 15

fixed_size_binaryFunction · 0.85
AssertConversionErrorFunction · 0.85
MakeCSVParserFunction · 0.85
Dec128Function · 0.85
ArrayFromJSONFunction · 0.85
AssertDictConversionFunction · 0.85
DictConversionFunction · 0.85
push_backMethod · 0.80
ASSERT_OK_AND_ASSIGNFunction · 0.70
DefaultsFunction · 0.50
MakeFunction · 0.50
time32Function · 0.50

Tested by

no test coverage detected