Skip to content

Commit

Permalink
Adds reference to GH Issue partiql#1659 in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnedquinn committed Nov 26, 2024
1 parent 473a5e0 commit 468a5b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import org.partiql.spi.function.Parameter
import org.partiql.spi.function.builtins.internal.AccumulatorAvg
import org.partiql.types.PType

// TODO: This needs to be formalized. See https://github.com/partiql/partiql-lang-kotlin/issues/1659
private val AVG_DECIMAL = PType.decimal(38, 19)

internal val Agg_AVG__INT8__INT8 = Aggregation.static(
Expand Down

0 comments on commit 468a5b2

Please sign in to comment.