Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.spark.sql.sources Classes and Interfaces - 31 results found.
NameDescriptionTypePackageFramework
AndA filter that evaluates to true iff both left or right evaluate to true.Classorg.apache.spark.sql.sourcesApache Spark
BaseRelation Represents a collection of tuples with a known schema.Classorg.apache.spark.sql.sourcesApache Spark
CatalystScan An interface for experimenting with a more direct connection to the query planner.Interfaceorg.apache.spark.sql.sourcesApache Spark
CreatableRelationProviderInterfaceorg.apache.spark.sql.sourcesApache Spark
DataSourceRegister Data sources should implement this trait so that they can register an alias to their data source.Interfaceorg.apache.spark.sql.sourcesApache Spark
EqualNullSafePerforms equality comparison, similar to EqualTo.Classorg.apache.spark.sql.sourcesApache Spark
EqualToA filter that evaluates to true iff the attribute evaluates to a valueSince:1.Classorg.apache.spark.sql.sourcesApache Spark
FilterA filter predicate for data sources.Classorg.apache.spark.sql.sourcesApache Spark
GreaterThanA filter that evaluates to true iff the attribute evaluates to a value greater than value.Classorg.apache.spark.sql.sourcesApache Spark
GreaterThanOrEqualA filter that evaluates to true iff the attribute evaluates to a value greater than or equal to value.Classorg.apache.spark.sql.sourcesApache Spark
HadoopFsRelation A BaseRelation that provides much of the common code required for relations that store their data to an HDFS compatible filesystem.Classorg.apache.spark.sql.sourcesApache Spark
HadoopFsRelation .FakeFileStatusClassorg.apache.spark.sql.sources.HadoopFsRelationApache Spark
HadoopFsRelation .FakeFileStatus$Classorg.apache.spark.sql.sources.HadoopFsRelationApache Spark
HadoopFsRelationProvider Implemented by objects that produce relations for a specific kind of data source with a given schema and partitioned columns.Interfaceorg.apache.spark.sql.sourcesApache Spark
InA filter that evaluates to true iff the attribute evaluates to one of the values in the array.Classorg.apache.spark.sql.sourcesApache Spark
InsertableRelation A BaseRelation that can be used to insert data into it through the insert method.Interfaceorg.apache.spark.sql.sourcesApache Spark
IsNotNullA filter that evaluates to true iff the attribute evaluates to a non-null value.Classorg.apache.spark.sql.sourcesApache Spark
IsNullA filter that evaluates to true iff the attribute evaluates to null.Classorg.apache.spark.sql.sourcesApache Spark
LessThanA filter that evaluates to true iff the attribute evaluates to a valueSince:1.Classorg.apache.spark.sql.sourcesApache Spark
LessThanOrEqualA filter that evaluates to true iff the attribute evaluates to a value less than or equal to value.Classorg.apache.spark.sql.sourcesApache Spark
NotA filter that evaluates to true iff child is evaluated to false.Classorg.apache.spark.sql.sourcesApache Spark
OrA filter that evaluates to true iff at least one of left or right evaluates to true.Classorg.apache.spark.sql.sourcesApache Spark
OutputWriter OutputWriter is used together with HadoopFsRelation for persisting rows to the underlying file system.Classorg.apache.spark.sql.sourcesApache Spark
OutputWriterFactory A factory that produces OutputWriters.Classorg.apache.spark.sql.sourcesApache Spark
PrunedFilteredScan A BaseRelation that can eliminate unneeded columns and filter using selected predicates before producing an RDD containing all matching tuples as Row objects.Interfaceorg.apache.spark.sql.sourcesApache Spark
PrunedScan A BaseRelation that can eliminate unneeded columns before producing an RDD containing all of its tuples as Row objects.Interfaceorg.apache.spark.sql.sourcesApache Spark
RelationProvider Implemented by objects that produce relations for a specific kind of data source.Interfaceorg.apache.spark.sql.sourcesApache Spark
SchemaRelationProvider Implemented by objects that produce relations for a specific kind of data source with a given schema.Interfaceorg.apache.spark.sql.sourcesApache Spark
StringContainsA filter that evaluates to true iff the attribute evaluates to a string that contains the string value.Classorg.apache.spark.sql.sourcesApache Spark
StringEndsWithA filter that evaluates to true iff the attribute evaluates to a string that starts with value.Classorg.apache.spark.sql.sourcesApache Spark
StringStartsWithA filter that evaluates to true iff the attribute evaluates to a string that starts with value.Classorg.apache.spark.sql.sourcesApache Spark