| 69 | } |
| 70 | |
| 71 | static std::shared_ptr<BlockParser> BuildStringData(int32_t num_rows) { |
| 72 | return BuildDecimal128Data(num_rows); |
| 73 | } |
| 74 | |
| 75 | static std::shared_ptr<BlockParser> BuildISO8601Data(int32_t num_rows) { |
| 76 | const std::vector<std::string> base_rows = { |
no test coverage detected