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

Function smallint

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

Source from the content-addressed store, hash-verified

1002std::shared_ptr<DataType> uuid() { return std::make_shared<ExampleUuidType>(); }
1003
1004std::shared_ptr<DataType> smallint() { return std::make_shared<SmallintType>(); }
1005
1006std::shared_ptr<DataType> tinyint() { return std::make_shared<TinyintType>(); }
1007

Callers 6

TEST_FFunction · 0.85
TEST_FFunction · 0.85
ExampleSmallintFunction · 0.85
TESTFunction · 0.85
SmallintArrayFromJSONFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected