public static interface AnalyticQuerySteps.Execute
Modifier and Type | Method and Description |
---|---|
AnalyticQuery |
build()
Build the Query object without executing it.
|
Table |
execute()
Executes the query adding all the calculated columns to a new table.
|
void |
executeInPlace()
Executes the query and adds all the calculated columns directly to the source table.
|
AnalyticQuery build()
Table execute()
void executeInPlace()
IllegalArgumentException
- if any of the calculated columns have the same name as one
of the columns in the FROM table.Copyright © 2020. All rights reserved.