-
Notifications
You must be signed in to change notification settings - Fork 6
Search queries
Dmitry Romanov edited this page Feb 18, 2016
·
2 revisions
Aliases - are predefined set of filter expressions. The purpose of aliases is to shorten standard search expressions. Aliases starts with @
sign.
For example,
@is_cosmic
Set to:
run_type == 'hd_all.tsg_cosmic' and 'COSMIC' in daq_run and beam_current < 10
One can use it like:
@is_cosmic and magnet_current > 800
When the query is executed, this expression will be expanded as:
(run_type == 'hd_all.tsg_cosmic' and 'COSMIC' in daq_run and beam_current < 10) and magnet_current > 800
[Awailable at GluEx wiki|] Wiki
Getting started & basic usage:
- Installation
- Select values tutorial (python)
- Query syntax
- Add data (python)
- CLI Basics
RCDB Explained:
- Connection
- DB and APIs structure
- SQL examples
- Creating condition types
- Adding condition values
- Saving files
- SQLAlchemy
- Logging
- Performance
Command line tools:
DAQ: