computedFieldNames property

List<String> computedFieldNames
final

Names of computed fields in the query (e.g., 'minPrice', 'avgRating'). Used to preserve computed fields when deserializing JOIN results.

Implementation

final List<String> computedFieldNames;