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

Method type

cpp/src/arrow/testing/random_test.cc:283–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281 constexpr static int32_t max_precision() { return DecimalType::kMaxPrecision; }
282
283 std::shared_ptr<DataType> type(int32_t precision, int32_t scale) {
284 return std::make_shared<DecimalType>(precision, scale);
285 }
286
287 void CheckArray(const Array& array) {
288 ASSERT_OK(array.ValidateFull());

Callers 5

HasListMethod · 0.45
TEST_PFunction · 0.45
CheckArrayMethod · 0.45
TYPED_TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected