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

Function tinyint

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

Source from the content-addressed store, hash-verified

1004std::shared_ptr<DataType> smallint() { return std::make_shared<SmallintType>(); }
1005
1006std::shared_ptr<DataType> tinyint() { return std::make_shared<TinyintType>(); }
1007
1008std::shared_ptr<DataType> list_extension_type() {
1009 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