fixes for specialized ZAM operations needing to check whether record fields exist

This commit is contained in:
Vern Paxson 2025-07-28 17:27:30 -07:00 committed by Arne Welzel
parent db018253fe
commit 47bf6af6a5
7 changed files with 123 additions and 13 deletions

View file

@ -1269,7 +1269,7 @@ public:
/**
* Returns the value of a given field index if it's previously been
* assigned, * or else returns the value created from evaluating the
* assigned, or else returns the value created from evaluating the
* record field's &default expression.
* @param field The field index to retrieve.
* @return The value at the given field index or the default value if