StructsΒ§
- Expand
Interval πTransform Rule - βINTERVALβ abbreviation transformer
- INTERVAL_
ABBREVIATION_ πMAPPING - INTERVAL_
ABBREVIATION_ πPATTERN - Matches either one or more digits
(\d+)
or one or more ASCII characters[a-zA-Z]
or plus/minus signs - IS_
VALID_ πISO_ 8601_ PREFIX_ PATTERN - Checks if the provided string starts as ISO_8601 format string (case/sign independent)
FunctionsΒ§
- expand_
interval_ πabbreviation - normalize_
interval_ πname - Normalizes an interval expression string into the sql-compatible format. This function handles 2 types of input:
- parse_
iso8601_ πinterval - single_
quoted_ πstring_ expr - update_
existing_ πinterval_ with_ value