List of all items
Structs
- aggregate::AggregateExpr
- aggregate::Any
- aggregate::AnyLast
- aggregate::ArgMaxExpr
- aggregate::ArgMinExpr
- aggregate::Avg
- aggregate::Count
- aggregate::GroupArray
- aggregate::GroupArrayIfExpr
- aggregate::Max
- aggregate::Min
- aggregate::QuantileExpr
- aggregate::Star
- aggregate::Sum
- aggregate::TopKExpr
- aggregate::Uniq
- aggregate::UniqExact
- builder::QueryBuilder
- expr::Add
- expr::And
- expr::AndExpr
- expr::ArithExpr
- expr::ColumnExpr
- expr::CompareExpr
- expr::Div
- expr::Eq
- expr::Ge
- expr::Gt
- expr::ILikeExpr
- expr::IsNotNullExpr
- expr::IsNullExpr
- expr::Le
- expr::LikeExpr
- expr::Literal
- expr::Lt
- expr::Mod
- expr::Mul
- expr::Ne
- expr::Not
- expr::NotExpr
- expr::Or
- expr::OrExpr
- expr::Sub
- functions::conditional::IfExpr
- functions::date::NowExpr
- functions::date::ToDateExpr
- functions::date::ToDateTimeExpr
- functions::date::ToStartOfDayExpr
- functions::date::ToStartOfHourExpr
- functions::date::ToYYYYMMExpr
- functions::date::TodayExpr
- functions::hash::CityHash64Expr
- functions::hash::XxHash64Expr
- functions::math::AbsExpr
- functions::math::CeilExpr
- functions::math::FloorExpr
- functions::math::PowExpr
- functions::math::RoundExpr
- functions::string::ConcatExpr
- functions::string::LengthExpr
- functions::string::LowerExpr
- functions::string::SubstringExpr
- functions::string::UpperExpr
- join::Cross
- join::FullOuter
- join::Inner
- join::JoinSpec
- join::Left
- join::Right
- subquery::CTE
- subquery::ExistsSubquery
- subquery::InSubquery
- subquery::ScalarSubquery
- subquery::Subquery
- subquery::WithQuery
- window::AggregateWindow
- window::DenseRank
- window::Lag
- window::Lead
- window::Rank
- window::RowNumber
- window::WindowExpr
- window::WindowFrame
- window::WindowSpec
Enums
Traits
- aggregate::AggregateFn
- builder::SqlValue
- expr::Arithmetic
- expr::ArithmeticOp
- expr::Comparable
- expr::ComparisonOp
- expr::Expression
- expr::Logical
- expr::NullOps
- expr::StringOps
- join::JoinType
- window::WindowFunction
Functions
- aggregate::any
- aggregate::any_last
- aggregate::arg_max
- aggregate::arg_min
- aggregate::avg
- aggregate::count
- aggregate::count_all
- aggregate::group_array
- aggregate::group_array_if
- aggregate::max
- aggregate::min
- aggregate::quantile
- aggregate::sum
- aggregate::top_k
- aggregate::uniq
- aggregate::uniq_exact
- functions::conditional::if_
- functions::date::now
- functions::date::to_date
- functions::date::to_datetime
- functions::date::to_start_of_day
- functions::date::to_start_of_hour
- functions::date::to_yyyymm
- functions::date::today
- functions::hash::city_hash_64
- functions::hash::xx_hash_64
- functions::math::abs
- functions::math::ceil
- functions::math::floor
- functions::math::pow
- functions::math::round
- functions::string::concat
- functions::string::length
- functions::string::lower
- functions::string::substring
- functions::string::upper
- join::cross_join
- join::full_outer_join
- join::inner_join
- join::left_join
- join::right_join
- window::dense_rank
- window::lag
- window::lead
- window::rank
- window::row_number