Interface LookupTableSource.LookupContext

    • Method Detail

      • getKeys

        int[][] getKeys()
        Returns an array of key index paths that should be used during the lookup. The indices are 0-based and support composite keys within (possibly nested) structures.

        For example, given a table with data type ROW < i INT, s STRING, r ROW < i2 INT, s2 STRING > >, this method would return [[0], [2, 1]] when i and s2 are used for performing a lookup.

        Returns:
        array of key index paths