Is your feature request related to a problem?
I quite like how Cloudwatch's log insights QL lets us easily search string fields with an inline like:
| filter @message like 'keyword'
What solution would you like?
I'd like if we supported cloudwatch-style inline like statements in where clauses.
What alternatives have you considered?
PPL already has a LIKE function:
where LIKE(message, '%keyword%')
I just find the syntax more cumbersome than the alternative.
Do you have any additional context?
N/A
Is your feature request related to a problem?
I quite like how Cloudwatch's log insights QL lets us easily search string fields with an inline
like:What solution would you like?
I'd like if we supported cloudwatch-style inline
likestatements inwhereclauses.What alternatives have you considered?
PPL already has a
LIKEfunction:I just find the syntax more cumbersome than the alternative.
Do you have any additional context?
N/A