| 232 | } |
| 233 | |
| 234 | const std::vector<int32_t> ConditionalSamplingRequest::IntCols() const { |
| 235 | if (int_cols_) { |
| 236 | return std::vector<int32_t>(int_cols_->GetInt32(), |
| 237 | int_cols_->GetInt32() + int_cols_->Size()); |
| 238 | } else { |
| 239 | return std::vector<int32_t>(); |
| 240 | } |
| 241 | } |
| 242 | |
| 243 | const std::vector<float> ConditionalSamplingRequest::IntProps() const { |
| 244 | if (int_props_) { |