Package org.apache.iceberg.spark.source
Class SparkView
java.lang.Object
org.apache.iceberg.spark.source.SparkView
- All Implemented Interfaces:
- org.apache.spark.sql.connector.catalog.View
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
QUERY_COLUMN_NAMES- See Also:
 
- 
RESERVED_PROPERTIES
 
- 
- 
Constructor Details- 
SparkView
 
- 
- 
Method Details- 
view
- 
name- Specified by:
- namein interface- org.apache.spark.sql.connector.catalog.View
 
- 
query- Specified by:
- queryin interface- org.apache.spark.sql.connector.catalog.View
 
- 
currentCatalog- Specified by:
- currentCatalogin interface- org.apache.spark.sql.connector.catalog.View
 
- 
currentNamespace- Specified by:
- currentNamespacein interface- org.apache.spark.sql.connector.catalog.View
 
- 
schemapublic org.apache.spark.sql.types.StructType schema()- Specified by:
- schemain interface- org.apache.spark.sql.connector.catalog.View
 
- 
queryColumnNames- Specified by:
- queryColumnNamesin interface- org.apache.spark.sql.connector.catalog.View
 
- 
columnAliases- Specified by:
- columnAliasesin interface- org.apache.spark.sql.connector.catalog.View
 
- 
columnComments- Specified by:
- columnCommentsin interface- org.apache.spark.sql.connector.catalog.View
 
- 
properties- Specified by:
- propertiesin interface- org.apache.spark.sql.connector.catalog.View
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-