mathyingzhou commented on a change in pull request #8648:
URL: https://github.com/apache/arrow/pull/8648#discussion_r614413650
##########
File path: cpp/src/arrow/testing/random.h
##########
@@ -310,6 +310,16 @@ class ARROW_TESTING_EXPORT RandomArrayGenerator {
std::shared_ptr<Array> FixedSizeBinary(int64_t size, int32_t byte_width,
double null_probability = 0);
+ // /// \brief Generate a random StructArray
+ // ///
+ // /// \param[in] children Vector of Arrays containing the data for each
child
+ // /// \param[in] size The size of the generated list array
+ // /// \param[in] null_probability the probability of a list value being null
+ // ///
+ // /// \return a generated Array
+ // std::shared_ptr<Array> Struct(const ArrayVector& children, int64_t size,
+ // double null_probability);
+
Review comment:
Yup. Done!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]