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

Function ExampleTinyint

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

Source from the content-addressed store, hash-verified

1033}
1034
1035std::shared_ptr<Array> ExampleTinyint() {
1036 auto arr = arrow::ArrayFromJSON(int8(), "[-128, null, 1, 2, 3, 4, 127]");
1037 return ExtensionType::WrapArray(tinyint(), arr);
1038}
1039
1040std::shared_ptr<Array> ExampleDictExtension() {
1041 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