| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
SqlAlias |
SqlAlias.clone() |
SqlAlias |
SqlAlias.withAlias(String alias)
A temporary name given to a table, or a column in a table.
|
SqlAlias |
SqlAlias.withFrom(String from)
A table, or a column in a table.
|
| Modifier and Type | Method and Description |
|---|---|
List<SqlAlias> |
SparkSQL.getSqlAliases()
A list of aliases.
|
| Modifier and Type | Method and Description |
|---|---|
SparkSQL |
SparkSQL.withSqlAliases(SqlAlias... sqlAliases)
A list of aliases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SparkSQL.setSqlAliases(Collection<SqlAlias> sqlAliases)
A list of aliases.
|
SparkSQL |
SparkSQL.withSqlAliases(Collection<SqlAlias> sqlAliases)
A list of aliases.
|
Copyright © 2024. All rights reserved.