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

Method GetValues

cpp/src/parquet/encoding_test.cc:1148–1151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1146
1147template <typename ParquetType>
1148std::shared_ptr<::arrow::Array> EncodingAdHocTyped<ParquetType>::GetValues(int seed) {
1149 ::arrow::random::RandomArrayGenerator rag(seed);
1150 return rag.Numeric<ArrowType>(size_, 0, 10, null_probability_);
1151}
1152
1153template <>
1154std::shared_ptr<::arrow::Array> EncodingAdHocTyped<BooleanType>::GetValues(int seed) {

Callers

nothing calls this directly

Calls 4

UInt64Method · 0.80
BooleanMethod · 0.45
ValueMethod · 0.45
ViewMethod · 0.45

Tested by

no test coverage detected