Interface TransformFunction


public interface TransformFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(String key, int index, Object v)
     
  • Method Details

    • apply

      Object apply(String key, int index, Object v)
      Parameters:
      key - - the key inside outer record (if applicable, else null)
      index - - the index inside outer array (if applicable, else -1)
      v -
      Returns: