Filter

com.google.bigtable.v2.data.RowFilter.Filter
See theFilter companion trait
object Filter

Attributes

Companion
trait
Source
RowFilter.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Filter.type

Members list

Type members

Classlikes

final case class ApplyLabelTransformer(value: String) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class BlockAllFilter(value: Boolean) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class CellsPerColumnLimitFilter(value: Int) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class CellsPerRowLimitFilter(value: Int) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class CellsPerRowOffsetFilter(value: Int) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Chain(value: Chain) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ColumnQualifierRegexFilter(value: ByteString) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ColumnRangeFilter(value: ColumnRange) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Condition(value: Condition) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Empty extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Empty.type
final case class FamilyNameRegexFilter(value: String) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Interleave(value: Interleave) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class PassAllFilter(value: Boolean) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RowKeyRegexFilter(value: ByteString) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RowSampleFilter(value: Double) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Sink(value: Boolean) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class StripValueTransformer(value: Boolean) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class TimestampRangeFilter(value: TimestampRange) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ValueRangeFilter(value: ValueRange) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ValueRegexFilter(value: ByteString) extends Filter

Attributes

Source
RowFilter.scala
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala