aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_field-2-379d8580693493f620a8f4084709324f
blob: f9d418fee7b537ccb6780401064cf9a77d3a2394 (plain) (blame)
1
2
field(str, str1, str2, ...) - returns the index of str in the str1,str2,... list or 0 if not found
All primitive types are supported, arguments are compared using str.equals(x). If str is NULL, the return value is 0.