Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Contact Tim Ellis (tellis) at RiotGames dot com if you would like to discuss this in further detail.

Utility Functions


Function Name

Return Type

Description

To Run

version

String

Provides the Hive version Details (Package built version)

select version();
buildversionStringExtension of the Version function which includes the checksumselect buildversion();


UDF internals

The context of a UDF's evaluate method is one row at a time. A simple invocation of a UDF like

...