All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.crobox.clickhouse.dsl.column.ClickhouseColumnFunctions.scala Maven / Gradle / Ivy

There is a newer version: 1.2.5
Show newest version
package com.crobox.clickhouse.dsl.column

trait ClickhouseColumnFunctions
    extends Magnets
    with AggregationFunctions
    with SumFunctions
    with AnyResultFunctions
    with UniqFunctions
    with Leveled
    with AggregationFunctionsCombiners
    with ArithmeticFunctions
    with ArrayFunctions
    with BitFunctions
    with ComparisonFunctions
    with DateTimeFunctions
    with DictionaryFunctions
    with EmptyFunctions
    with EncodingFunctions
    with HashFunctions
    with HigherOrderFunctions
    with InFunctions
    with IPFunctions
    with JsonFunctions
    with LogicalFunctions
    with MathematicalFunctions
    with MiscellaneousFunctions
    with NullableFunctions
    with RandomFunctions
    with RoundingFunctions
    with SplitMergeFunctions
    with ScalaBooleanFunctions
    with ScalaStringFunctions
    with StringFunctions
    with StringSearchFunctions
    with TypeCastFunctions
    with URLFunctions

object ClickhouseColumnFunctions extends ClickhouseColumnFunctions {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy