JFR: Allow qualified wildcards in views when using COUNT

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • 27
    • Affects Version/s: None
    • Component/s: hotspot
    • None
    • jfr

      Queries on the form:

      SELECT COUNT(E1.*), COUNT(E2.*) FROM E1, E2

      should be allowed. Current workaround is to use an arbitrary field, i.e. COUNT(E1.duration), COUNT(E2.duration).

            Assignee:
            Erik Gahlin
            Reporter:
            Erik Gahlin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: