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

Function ExampleTinyint

cpp/src/arrow/testing/gtest_util.cc:1043–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1041}
1042
1043std::shared_ptr<Array> ExampleTinyint() {
1044 auto arr = arrow::ArrayFromJSON(int8(), "[-128, null, 1, 2, 3, 4, 127]");
1045 return ExtensionType::WrapArray(tinyint(), arr);
1046}
1047
1048std::shared_ptr<Array> ExampleDictExtension() {
1049 auto arr = DictArrayFromJSON(dictionary(int8(), utf8()), "[0, 1, null, 1]",

Callers

nothing calls this directly

Calls 2

ArrayFromJSONFunction · 0.85
tinyintFunction · 0.85

Tested by

no test coverage detected