Documentation ¶
Overview ¶
Package hash provides functions for computing a hash of vql values and AST nodes. Hash is ultimately used as an UID of a Table, so that it can be cached and reused across computations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Zero is an all-zero hash value. Zero = Hash{} )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.