HivescriptFunctionsdistinctOn this pagedistinctdistinct removes duplicate values from the input set, and sorts it (so the order is no longer significant). ContextTypeInputcollection of numbers or a collection of stringsOutputcollection of numbers or a collection of strings Examples