BQStructuredSql

no.nrk.bigquery.testing.BQStructuredSql
See theBQStructuredSql companion class

Attributes

Companion
class
Source
BQStructuredSql.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Segment

Attributes

Companion
trait
Source
BQStructuredSql.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Segment.type
sealed trait Segment

Attributes

Companion
object
Source
BQStructuredSql.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class BlockComment
class LineComment
class Normal
class StrDouble
class StrSingle
Show all
case class SegmentList(segs: Seq[Segment])

Attributes

Companion
object
Source
BQStructuredSql.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SegmentList

Attributes

Companion
class
Source
BQStructuredSql.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

Attributes

Source
BQStructuredSql.scala
def parse(fullQuery: BQSqlFrag): BQStructuredSql

This will do its best to separate UDFs and CTEs from the rest of the query.

This will do its best to separate UDFs and CTEs from the rest of the query.

Attributes

Source
BQStructuredSql.scala