| 267 | } |
| 268 | |
| 269 | const std::vector<int32_t> ConditionalSamplingRequest::StrCols() const { |
| 270 | if (str_cols_) { |
| 271 | return std::vector<int32_t>(str_cols_->GetInt32(), |
| 272 | str_cols_->GetInt32() + str_cols_->Size()); |
| 273 | } else { |
| 274 | return std::vector<int32_t>(); |
| 275 | } |
| 276 | } |
| 277 | |
| 278 | const std::vector<float> ConditionalSamplingRequest::StrProps() const { |
| 279 | if (str_props_) { |