aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_rlike-1-829611a596e0c87431006f7247d25eca
blob: 43b06945caa5448c528e5e582707f0caf7c23d85 (plain) (blame)
1
2
3
4
5
str rlike regexp - Returns true if str matches regexp and false otherwise
Synonyms: regexp
Example:
  > SELECT 'fb' rlike '.*' FROM src LIMIT 1;
  true