Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add table of contents

Table of Contents

Creating Custom UDFs

First, you need to create a new class that extends UDF, with one or more methods named evaluate.

...