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

Function tinyint

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

Source from the content-addressed store, hash-verified

996std::shared_ptr<DataType> smallint() { return std::make_shared<SmallintType>(); }
997
998std::shared_ptr<DataType> tinyint() { return std::make_shared<TinyintType>(); }
999
1000std::shared_ptr<DataType> list_extension_type() {
1001 return std::make_shared<ListExtensionType>();

Callers 3

ExampleTinyintFunction · 0.85
TESTFunction · 0.85
TinyintArrayFromJSONFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected