I'm trying to get a field from a views display in a custom view field template. I've searched extensively and only found the following two approaches functional, however neither provide results that include rewriting configured in views.
{{ view.field.FIELD_NAME.original_value }}
{{ row._entity.FIELD_NAME.value }}
How can I get the field in twig including the rewriting configured in views?