Databricks SDK for JavaScript
    Preparing search index...

    Variable FunctionInfo_RoutineBodyConst

    FunctionInfo_RoutineBody: { EXTERNAL: "EXTERNAL"; SQL: "SQL" } = ...

    Type Declaration

    • ReadonlyEXTERNAL: "EXTERNAL"

      When EXTERNAL is used,

      • The language of the routine function should be specified in the external_language field.
      • The returnParams of the function cannot be used as TABLE return type is not supported.
      • The getSqlDataAccess must be NO_SQL.
    • ReadonlySQL: "SQL"