| 953 | } |
| 954 | |
| 955 | void SetUpSchema() { |
| 956 | stats_.resize(fields_.size()); |
| 957 | values_.resize(NUM_VALUES); |
| 958 | schema_ = std::static_pointer_cast<GroupNode>( |
| 959 | GroupNode::Make("Schema", Repetition::REQUIRED, fields_)); |
| 960 | |
| 961 | parquet_sink_ = CreateOutputStream(); |
| 962 | } |
| 963 | |
| 964 | void SetValues(); |
| 965 |
no test coverage detected