| 145 | } |
| 146 | |
| 147 | void RowTableEncoder::PrepareEncodeSelected(int64_t start_row, int64_t num_rows, |
| 148 | const std::vector<KeyColumnArray>& cols) { |
| 149 | // Prepare column array vectors |
| 150 | PrepareKeyColumnArrays(start_row, num_rows, cols); |
| 151 | } |
| 152 | |
| 153 | Status RowTableEncoder::EncodeSelected(RowTableImpl* rows, uint32_t num_selected, |
| 154 | const uint16_t* selection) { |
no outgoing calls