DataSetDateFilterCondition

A filter condition for date columns, supporting both comparison and range-based filtering.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the date column to filter.

Link copied to clipboard

A comparison-based filter condition for the date column.

Link copied to clipboard

A range-based filter condition for the date column, filtering values between minimum and maximum dates.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String