Skip to content

History / Functions

Revisions

  • Fix Functions.md heading for text functions (#1479)

    @alancai98 alancai98 committed Jun 3, 2024
  • Fix PlanCompiler output type for DISTINCT + ORDER BY (#1298)

    @alancai98 alancai98 committed Dec 12, 2023
  • Add builtin function release versions (#1159)

    @alancai98 alancai98 committed Jul 24, 2023
  • Adds EVERY, ANY, and SOME aggregate builtins (#1022) Adding a few built-in functions: * `TEXT_REPLACE(str, from, to)`, same as PostreSQL `REPLACE`, but using a different name because the latter is now a keyword in PartiQL DML. * `EVERY`, `SOME`/`ANY` -- standard SQL aggregations on booleans. Also, some touch-ups in `Functions.md`, `Aggregate Functions.md` -- for consistency and slightly better typesetting.

    @vgapeyev vgapeyev committed Apr 4, 2023
  • Standardize PartiQL builtins and implement POSITION and OVERLAY (#979) * Standardize PartiQL builtins and implement POSITION and OVERLAY * Fix conformance report path

    @RCHowell RCHowell committed Mar 8, 2023
  • numeric built in functions (#929) * numeric built in functions Co-authored-by: R. C. Howell <[email protected]>

    @yliuuuu yliuuuu committed Jan 4, 2023
  • wiki format change (#769)

    @yliuuuu yliuuuu committed Sep 13, 2022
  • cast function inf/nan behavior change (#764) Cast function's behavior on positive_infinity, negative_infinity, and NaN explicitly defined and handled.

    @yliuuuu yliuuuu committed Sep 12, 2022
  • Restructures documentation and adds a GH Workflow to sync with the GH Wiki (#721) * Transforms documentation structure to a Wiki structure * Adds the GH Workflow to publish to Wiki

    @johnedquinn johnedquinn committed Aug 29, 2022