initSidebarItems({"fn":[["any","Creates a PostgreSQL `ANY` expression."],["count","Creates a SQL `COUNT` expression"],["count_star","Creates a SQL `COUNT(*)` expression"],["date","Represents the SQL DATE() function. The argument should be a Timestamp expression, and the return value will be an expression of type Date"],["max","Represents a SQL `MAX` function. This function can only take types which are ordered."],["min","Represents a SQL `MIN` function. This function can only take types which are ordered."]],"struct":[["Max",""],["Min",""],["now","Represents the SQL NOW() function"]],"type":[["date",""]]});