RowCountLowerBound

com.google.spanner.v1.result_set.ResultSetStats.RowCount.RowCountLowerBound
final case class RowCountLowerBound(value: Long) extends RowCount

Attributes

Source
ResultSetStats.scala
Graph
Supertypes
trait RowCount
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ValueType = Long

Attributes

Source
ResultSetStats.scala

Value members

Concrete methods

override def isRowCountLowerBound: Boolean

Attributes

Definition Classes
Source
ResultSetStats.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
ResultSetStats.scala
override def rowCountLowerBound: Option[Long]

Attributes

Definition Classes
Source
ResultSetStats.scala

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
RowCount
Source
ResultSetStats.scala
def isEmpty: Boolean

Attributes

Inherited from:
RowCount
Source
ResultSetStats.scala
def isRowCountExact: Boolean

Attributes

Inherited from:
RowCount
Source
ResultSetStats.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def rowCountExact: Option[Long]

Attributes

Inherited from:
RowCount
Source
ResultSetStats.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala