Skip to content

Horizontal aggregators without FROM clause should work #695

@FinchPowers

Description

@FinchPowers

Blog post about MLDB Hacktoberfest 2016


A query using an horizontal aggregator but no dataset should work. Eg.:

SELECT horizontal_sum({1 AS a, 2 AS b})

should return 3. Currently it fails as an invalid query.

Context

Task

  • Mldb1911HorizontalAggNoFrom test must pass without "expectedFailure".
  • Add the missing horizontal aggregators to the test to cover them all.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions