c

com.ing.wbaa.druid

SearchQuery

case class SearchQuery(granularity: Granularity, intervals: Iterable[String], query: SearchQuerySpec, filter: Option[Filter] = None, limit: Option[Int] = None, searchDimensions: Iterable[String] = Iterable.empty, sort: Option[DimensionOrder] = None, context: Map[QueryContextParam, QueryContextValue] = Map.empty)(implicit config: DruidConfig = DruidConfig.DefaultConfig) extends DruidNativeQuery with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, DruidNativeQuery, DruidQuery, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SearchQuery
  2. Serializable
  3. Product
  4. Equals
  5. DruidNativeQuery
  6. DruidQuery
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SearchQuery(granularity: Granularity, intervals: Iterable[String], query: SearchQuerySpec, filter: Option[Filter] = None, limit: Option[Int] = None, searchDimensions: Iterable[String] = Iterable.empty, sort: Option[DimensionOrder] = None, context: Map[QueryContextParam, QueryContextValue] = Map.empty)(implicit config: DruidConfig = DruidConfig.DefaultConfig)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. implicit val config: DruidConfig
  7. val context: Map[QueryContextParam, QueryContextValue]
    Definition Classes
    SearchQueryDruidQuery
  8. val dataSource: String
    Definition Classes
    SearchQueryDruidNativeQuery
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def execute()(implicit config: DruidConfig = DruidConfig.DefaultConfig, ec: ExecutionContext = config.client.actorSystem.dispatcher): Future[DruidResponseSearch]
  11. val filter: Option[Filter]
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. val granularity: Granularity
  14. val intervals: Iterable[String]
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val limit: Option[Int]
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. val query: SearchQuerySpec
  22. val queryType: Search.type
    Definition Classes
    SearchQueryDruidQuery
  23. val searchDimensions: Iterable[String]
  24. val sort: Option[DimensionOrder]
  25. def stream()(implicit config: DruidConfig): Source[DruidSearchResult, NotUsed]
  26. def streamSeries()(implicit config: DruidConfig): Source[(ZonedDateTime, DruidSearchResult), NotUsed]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toDebugString: String

    Utility method that converts the query to the corresponding native Druid JSON request

    Utility method that converts the query to the corresponding native Druid JSON request

    returns

    corresponding JSON representation of the query

    Definition Classes
    DruidQuery
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DruidNativeQuery

Inherited from DruidQuery

Inherited from AnyRef

Inherited from Any

Ungrouped