@DeveloperApi
public interface View
Modifier and Type | Method and Description |
---|---|
String[] |
columnAliases()
The view column aliases.
|
String[] |
columnComments()
The view column comments.
|
String |
currentCatalog()
The current catalog when the view is created.
|
String[] |
currentNamespace()
The current namespace when the view is created.
|
String |
name()
A name to identify this view.
|
java.util.Map<String,String> |
properties()
The view properties.
|
String |
query()
The view query SQL text.
|
String[] |
queryColumnNames()
The output column names of the query that creates this view.
|
StructType |
schema()
The schema for the view when the view is created after applying column aliases.
|
String name()
String query()
String currentCatalog()
String[] currentNamespace()
StructType schema()
String[] queryColumnNames()
String[] columnAliases()
String[] columnComments()
java.util.Map<String,String> properties()