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

com.crobox.clickhouse.dsl.QueryFactory.scala Maven / Gradle / Ivy

The newest version!
package com.crobox.clickhouse.dsl

/**
  * QueryFactory exposes all methods of OperationalQuery from a empty starting point (factoring new queries)
  */
trait QueryFactory extends OperationalQuery {
  override val internalQuery: InternalQuery = InternalQuery()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy