buildReqLimits: Build SQL request restriction based on user-defined set of...

Description Usage Arguments Value

Description

All

Usage

1
2
3
buildReqLimits(begin, end, min_duration = 0 * 60, max_duration = 12 * 60 *
  60, region = NULL, prefix = NULL, channel = NULL, event = NULL,
  segment = NULL, serial_mask = "")

Arguments

begin

Start date (strictly Date class)

end

End date, (strictly Date class)

min_duration

Minimal watch duration (seconds) to include watch event in statistics. All below will be declined

max_duration

Maximal watch duration (seconds) to include watch event in statistics. All above will be declined

region

Region filter (string vector)

prefix

Prefix filter (string vector)

channel

Channel filter (string vector)

event

Event filter (string vector)

segment

Segment filter (string vector)

serial_mask

String to find in serial number whithin %LIKE% condition

Value

Limits unfolded into string


iMissile/dvtdspack documentation built on May 28, 2019, 8:57 p.m.