Annotation Interface Param


@Retention(RUNTIME) @Target(PARAMETER) public @interface Param
Describes function parameters.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
     
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
     
    boolean
     
  • Element Details

    • name

      String name
    • type

      String[] type
    • description

      String description
      Default:
      ""
    • optional

      boolean optional
      Default:
      false
    • hint

      @Nullable Param.Hint hint
      Default:
      @org.elasticsearch.xpack.esql.expression.function.Param.Hint(entityType=NONE)