ExprTypeSqlTimeRange🔗Constructor🔗ExprTypeSqlTimeRange() Methods🔗 build🔗Builds the object.def build() -> expr.ExprTypeSqlTimeRange from_val🔗From is the start time of the query.def from_val(from_val: str) -> typing.Self to🔗To is the end time of the query.def to(to: str) -> typing.Self See also🔗 ExprTypeSqlTimeRange