vl.quarter(field, as)
A time unit operation for quarter
.
quarter
Method Overviewquarter
API Reference# quarter.as(value)
The output field to write the timeUnit value.
# quarter.equals(equal)
Logical equals (==) comparison.
# quarter.field(value)
The data field to apply time unit.
# quarter.gt(gt)
Logical greater than (>) comparison.
# quarter.gte(gte)
Logical greater than or equal to (>=) comparison.
# quarter.inRange(…range)
Logical value in range test.
# quarter.lt(lt)
Logical less than (<) comparison.
# quarter.lte(lte)
Logical less than or equal to (<=) comparison.
# quarter.oneOf(…oneOf)
Logical set membership test.
# quarter.timeUnit(value)
The timeUnit.
# quarter.valid(valid)
Logical valid value test.