Package org.apache.spark.sql.sources
Class CollatedFilter
Object
org.apache.spark.sql.sources.Filter
org.apache.spark.sql.sources.CollatedFilter
- Direct Known Subclasses:
CollatedEqualNullSafe,CollatedEqualTo,CollatedGreaterThan,CollatedGreaterThanOrEqual,CollatedIn,CollatedLessThan,CollatedLessThanOrEqual,CollatedStringContains,CollatedStringEndsWith,CollatedStringStartsWith
Base class for collation aware string filters.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.spark.sql.sources.Filter
v2references
-
Constructor Details
-
CollatedFilter
public CollatedFilter()
-
-
Method Details
-
correspondingFilter
The corresponding non-collation aware filter. -
dataType
-
references
Description copied from class:FilterList of columns that are referenced by this filter.Note that, each element in
referencesrepresents a column. The column name follows ANSI SQL names and identifiers: dots are used as separators for nested columns, name will be quoted if it contains special chars.- Specified by:
referencesin classFilter- Returns:
- (undocumented)
-
toV2
-