Skip to content

Support Qualified Wildcard in Count #11323

@tshauck

Description

@tshauck

Is your feature request related to a problem or challenge?

In working on #11229 I noticed that SELECT COUNT(t1.*) FROM t1 doesn't work and throws a not implemented error.

Error: NotImplemented("Unsupported qualified wildcard argument: Unnamed(QualifiedWildcard(ObjectName([Ident { value: \"t1\", quote_style: None }])))")

If it is to be implemented it may make sense to wait until after #11229 is merged.

Describe the solution you'd like

Fill out this match arm:

_ => not_impl_err!("Unsupported qualified wildcard argument: {sql:?}"),

Describe alternatives you've considered

No response

Additional context

This query is supported by postgres and duckdb as a cursory check, so might be nice to support it, though it's not used super often.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions