List of operators and parameters that have been used in the ESS pilot domains and the BIRD
List of operators and parameters used in the ESS pilot domains (approx.):
error_code, error_level, rule_id
define datapoint ruleset + check
define hierarchical ruleset + check
check (single condition)
lag
isnull ()
not isnull () // could we create the VTL operator isnotnull ( ) ?
max ( ... ) = scalar
between
fill_time_series
keep
sum ( ds ) time_aggregate ( "Q", "A", TIME_PERIOD ) ; // convert quarterly data to annual data
exists_in
not_exists_in
check ( c in list )
count ( ds ) along dim
Issue Description
List of operators and parameters that have been used in the ESS pilot domains and the BIRD
List of operators and parameters used in the ESS pilot domains (approx.): error_code, error_level, rule_id define datapoint ruleset + check define hierarchical ruleset + check check (single condition) lag isnull () not isnull () // could we create the VTL operator isnotnull ( ) ? max ( ... ) = scalar between fill_time_series keep sum ( ds ) time_aggregate ( "Q", "A", TIME_PERIOD ) ; // convert quarterly data to annual data exists_in not_exists_in check ( c in list ) count ( ds ) along dim
List of operators used by BIRD: List of operators used by BIRD.docx