[Improve][Doc] Update sql function result type (apache#9703) by jihun4452 · Pull Request #9711 · apache/seatunnel (original) (raw)

Purpose of this pull request

Add explicit return type information for each SQL function in the docs and unify the return type notation.

Reference: PostgreSQL function docs style for consistency: https://www.postgresql.org/docs/current/functions-math.html

Closes #9703.


Does this PR introduce any user-facing change?

Yes. Documentation only.
Previously, many SQL functions didn’t explicitly state their return types. Now each function clearly documents the return type, improving readability and reducing ambiguity. No runtime behavior change.


How was this patch tested?

(Documentation change only; no code/tests affected.)


Check list