File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -211,19 +211,19 @@ class SelectStep : public ExpressionStepBase {
211211 : ExpressionStepBase(expr_id),
212212 field_value_ (std::move(value)),
213213 field_(field_value_.ToString()),
214- test_field_presence_(test_field_presence),
215214 unboxing_option_(enable_wrapper_type_null_unboxing
216215 ? ProtoWrapperTypeOptions::kUnsetNull
217216 : ProtoWrapperTypeOptions::kUnsetProtoDefault ),
217+ test_field_presence_(test_field_presence),
218218 enable_optional_types_(enable_optional_types) {}
219219
220220 absl::Status Evaluate (ExecutionFrame* frame) const override ;
221221
222222 protected:
223223 cel::StringValue field_value_;
224224 std::string field_;
225- bool test_field_presence_;
226225 ProtoWrapperTypeOptions unboxing_option_;
226+ bool test_field_presence_;
227227 bool enable_optional_types_;
228228};
229229
You can’t perform that action at this time.
0 commit comments