Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8357795

JFR: Allow qualified wildcards in views when using COUNT

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • 26
    • None
    • 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).

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

              Created:
              Updated: