SqlStats

edu.gemini.grackle.sql.SqlStatsMonitor$.SqlStats
final case class SqlStats(query: Query, sql: String, args: List[Any], rows: Int, cols: Int)

Attributes

Source:
SqlStatsMonitor.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Normalize whitespace in query for easier testing.

Normalize whitespace in query for easier testing.

Attributes

Source:
SqlStatsMonitor.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product