package filters
- Alphabetic
- Public
- All
Type Members
- abstract class BaseMetadataFilter extends MetadataFilter
-
case class
BloomFilterFilter(col: String) extends BaseMetadataFilter with Product with Serializable
Represents a bloom filter filter in - used to add add BloomFilterClause-s to MetadataWrappedExpression
Represents a bloom filter filter in - used to add add BloomFilterClause-s to MetadataWrappedExpression
- col
the column on which the filter is applied
-
trait
MetadataFilter extends AnyRef
represents a meta data filter that can process a wrapped expression and add the relevant clauses
- trait MetadataFilterFactory extends AnyRef
-
case class
MinMaxFilter(col: String) extends BaseMetadataFilter with Product with Serializable
Represents a minmax filter - used to add MinMaxClause-s to MetadataWrappedExpression
Represents a minmax filter - used to add MinMaxClause-s to MetadataWrappedExpression
- col
the column on which the filter is applied
-
case class
ValueListFilter(col: String) extends BaseMetadataFilter with Product with Serializable
Represents a value list filter in - used to add ValueListClause-s to MetadataWrappedExpression
Represents a value list filter in - used to add ValueListClause-s to MetadataWrappedExpression
- col
the column on which the filter is applied
Value Members
- object BaseFilterFactory extends MetadataFilterFactory