Opened 5 years ago

Closed 5 years ago

#1987 closed enhancement (fixed)

Add virtual collection RAS_TYPES

Reported by: Dimitar Misev Owned by: apercov
Priority: minor Milestone: 10.0
Component: qlparser Version: 9.7
Keywords: Cc: Peter Baumann, Bang Pham Huu
Complexity: Medium

Description (last modified by Dimitar Misev)

.. as a shortcut for getting all types with one query. Currently we need to fire 3 separate queries for cell, array, and set types.

It should be implemented in mddcoll.cc to just return a union of struct/mdd/set types, what you currently get with these 3 queries:

rasql -q 'select c from RAS_STRUCT_TYPES as c' --out string
rasql -q 'select c from RAS_MARRAY_TYPES as c' --out string
rasql -q 'select c from RAS_SET_TYPES as c' --out string

at once with this query:

rasql -q 'select c from RAS_TYPES as c' --out string

Change History (5)

comment:1 by Dimitar Misev, 5 years ago

Priority: majorminor

comment:2 by Bang Pham Huu, 5 years ago

Milestone: 9.810.0

comment:3 by Dimitar Misev, 5 years ago

Description: modified (diff)
Owner: set to apercov
Status: newassigned

comment:4 by apercov, 5 years ago

Status: assignedaccepted

comment:5 by apercov, 5 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.