Commit ca806a9
authored
chore: rename ser_time to serialization_time in ScalarIndexQuery display (#6682)
Prior to this commit you would end up with nodes like this in the
analyze plan output:
ScalarIndexQuery: elapsed=12.53166489s, query=[..., search_time=8.00s,
ser_time=116.86µs] EmptyExec, metrics=[]
This commit changes "ser_time" to "serialization_time". This makes the
name more clear to readers unfamiliar with the codebase/rust convention
of "serde".1 parent 2d27f2e commit ca806a9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
0 commit comments