A filter that evaluates to true
iff both left
or right
evaluate to true
.
::DeveloperApi:: Represents a collection of tuples with a known schema.
Builds a map in which keys are case insensitive
::Experimental:: An interface for experimenting with a more direct connection to the query planner.
The exception thrown from the DDL parser.
A filter that evaluates to true
iff the attribute evaluates to a value
equal to value
.
A filter predicate for data sources.
A filter that evaluates to true
iff the attribute evaluates to a value
greater than value
.
A filter that evaluates to true
iff the attribute evaluates to a value
greater than or equal to value
.
A filter that evaluates to true
iff the attribute evaluates to one of the values in the array.
::DeveloperApi:: A BaseRelation that can be used to insert data into it through the insert method.
A filter that evaluates to true
iff the attribute evaluates to a non-null value.
A filter that evaluates to true
iff the attribute evaluates to null.
A filter that evaluates to true
iff the attribute evaluates to a value
less than value
.
A filter that evaluates to true
iff the attribute evaluates to a value
less than or equal to value
.
A filter that evaluates to true
iff child
is evaluated to false
.
A filter that evaluates to true
iff at least one of left
or right
evaluates to true
.
::DeveloperApi:: A BaseRelation that can eliminate unneeded columns and filter using selected predicates before producing an RDD containing all matching tuples as Row objects.
::DeveloperApi:: A BaseRelation that can eliminate unneeded columns before producing an RDD containing all of its tuples as Row objects.
::DeveloperApi:: Implemented by objects that produce relations for a specific kind of data source.
::DeveloperApi:: Implemented by objects that produce relations for a specific kind of data source with a given schema.
A filter that evaluates to true
iff the attribute evaluates to
a string that contains the string value
.
A filter that evaluates to true
iff the attribute evaluates to
a string that starts with value
.
A filter that evaluates to true
iff the attribute evaluates to
a string that starts with value
.
::DeveloperApi:: A BaseRelation that can produce all of its tuples as an RDD of Row objects.
A set of APIs for adding data sources to Spark SQL.