Hierarchy

  • ConditionTreeEquivalent

Constructors

Methods

  • Parameters

    • leaf: ConditionTreeLeaf
    • operators: Set<"Equal" | "NotEqual" | "LessThan" | "GreaterThan" | "Match" | "NotContains" | "NotIContains" | "LongerThan" | "ShorterThan" | "IncludesAll" | "IncludesNone" | "Today" | "Yesterday" | "PreviousMonth" | "PreviousQuarter" | "PreviousWeek" | "PreviousYear" | "PreviousMonthToDate" | "PreviousQuarterToDate" | "PreviousWeekToDate" | "PreviousXDaysToDate" | "PreviousXDays" | "PreviousYearToDate" | "Present" | "Blank" | "Missing" | "In" | "NotIn" | "StartsWith" | "EndsWith" | "Contains" | "IStartsWith" | "IEndsWith" | "IContains" | "Like" | "ILike" | "Before" | "After" | "AfterXHoursAgo" | "BeforeXHoursAgo" | "Future" | "Past">
    • columnType: ColumnType
    • timezone: string

    Returns ConditionTree

  • Parameters

    • operator: "Equal" | "NotEqual" | "LessThan" | "GreaterThan" | "Match" | "NotContains" | "NotIContains" | "LongerThan" | "ShorterThan" | "IncludesAll" | "IncludesNone" | "Today" | "Yesterday" | "PreviousMonth" | "PreviousQuarter" | "PreviousWeek" | "PreviousYear" | "PreviousMonthToDate" | "PreviousQuarterToDate" | "PreviousWeekToDate" | "PreviousXDaysToDate" | "PreviousXDays" | "PreviousYearToDate" | "Present" | "Blank" | "Missing" | "In" | "NotIn" | "StartsWith" | "EndsWith" | "Contains" | "IStartsWith" | "IEndsWith" | "IContains" | "Like" | "ILike" | "Before" | "After" | "AfterXHoursAgo" | "BeforeXHoursAgo" | "Future" | "Past"
    • operators: Set<"Equal" | "NotEqual" | "LessThan" | "GreaterThan" | "Match" | "NotContains" | "NotIContains" | "LongerThan" | "ShorterThan" | "IncludesAll" | "IncludesNone" | "Today" | "Yesterday" | "PreviousMonth" | "PreviousQuarter" | "PreviousWeek" | "PreviousYear" | "PreviousMonthToDate" | "PreviousQuarterToDate" | "PreviousWeekToDate" | "PreviousXDaysToDate" | "PreviousXDays" | "PreviousYearToDate" | "Present" | "Blank" | "Missing" | "In" | "NotIn" | "StartsWith" | "EndsWith" | "Contains" | "IStartsWith" | "IEndsWith" | "IContains" | "Like" | "ILike" | "Before" | "After" | "AfterXHoursAgo" | "BeforeXHoursAgo" | "Future" | "Past">
    • columnType: ColumnType

    Returns boolean