Use separate opcodes, OP_AggValue and OP_AggInverse, for the new callbacks
commiteba83cdc4e075aa2f952439cd244dfadba82354e
authorD. Richard Hipp <drh@hwaci.com>
Thu, 5 Jul 2018 21:22:57 +0000 (5 21:22 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Thu, 5 Jul 2018 21:22:57 +0000 (5 21:22 +0000)
tree6cd2ca05b14af877c8e4d7b65ffc772a4e837017
parentd62cc53c63ab821989eb9d2b06b72cb21bcfdc4b
Use separate opcodes, OP_AggValue and OP_AggInverse, for the new callbacks
associated with Window Functions, for improved readability of EXPLAIN
output.
src/select.c
src/vdbe.c
src/vdbemem.c
src/window.c