Package org.apache.spark.sql.sources
package org.apache.spark.sql.sources
-
ClassDescriptionA filter that always evaluates to
false
.A filter that always evaluates totrue
.A filter that evaluates totrue
iff bothleft
orright
evaluate totrue
.Represents a collection of tuples with a known schema.::Experimental:: An interface for experimenting with a more direct connection to the query planner.Data sources should implement this trait so that they can register an alias to their data source.Performs equality comparison, similar toEqualTo
.A filter that evaluates totrue
iff the column evaluates to a value equal tovalue
.A filter predicate for data sources.A filter that evaluates totrue
iff the attribute evaluates to a value greater thanvalue
.A filter that evaluates totrue
iff the attribute evaluates to a value greater than or equal tovalue
.A filter that evaluates totrue
iff the attribute evaluates to one of the values in the array.A BaseRelation that can be used to insert data into it through the insert method.A filter that evaluates totrue
iff the attribute evaluates to a non-null value.A filter that evaluates totrue
iff the attribute evaluates to null.A filter that evaluates totrue
iff the attribute evaluates to a value less thanvalue
.A filter that evaluates totrue
iff the attribute evaluates to a value less than or equal tovalue
.A filter that evaluates totrue
iffchild
is evaluated tofalse
.A filter that evaluates totrue
iff at least one ofleft
orright
evaluates totrue
.A BaseRelation that can eliminate unneeded columns and filter using selected predicates before producing an RDD containing all matching tuples as Row objects.A BaseRelation that can eliminate unneeded columns before producing an RDD containing all of its tuples as Row objects.Implemented by objects that produce relations for a specific kind of data source.Implemented by objects that produce relations for a specific kind of data source with a given schema.::Experimental:: Implemented by objects that can produce a streamingSink
for a specific format or system.::Experimental:: Implemented by objects that can produce a streamingSource
for a specific format or system.A filter that evaluates totrue
iff the attribute evaluates to a string that contains the stringvalue
.A filter that evaluates totrue
iff the attribute evaluates to a string that ends withvalue
.A filter that evaluates totrue
iff the attribute evaluates to a string that starts withvalue
.Implemented by StreamSourceProvider objects that can generate file metadata columns.A BaseRelation that can produce all of its tuples as an RDD of Row objects.