hasher

The hasher keyword defines a hashing expression.

Purpose

This keyword is used in a ruleset declaration to define a hashing expression.

Context

At the top level of rulesets

Syntax

ruleset rulesetName
{
   hasher (typeName variableName) = value; 
};

Description

With the hasher keyword, you can define a hashing expression to optimize rule execution.