For example, instead of:
if (node.FieldName is AstConstantExpression constantFieldName && constantFieldName.Value.IsString && constantFieldName.Value.AsString == "_elements")
we could write:
if (node.FieldName.IsStringConstant("_elements"))
- blocks
-
CSHARP-5529 Optimize grouping.First().X to not retrieve the entire $$ROOT
-
- Closed
-