| Package | Description |
|---|---|
| com.yahoo.bullet.query | |
| com.yahoo.bullet.query.tablefunctions |
| Constructor and Description |
|---|
Query(TableFunction tableFunction,
Projection projection,
Expression filter,
Aggregation aggregation,
List<PostAggregation> postAggregations,
Window window,
Long duration)
Constructor that creates the Bullet query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Explode
A table function that requires either a list operand and a key alias or a map operand and both key and value aliases.
|
class |
LateralView
A table function that requires another table function.
|
class |
OuterableTableFunction
The OuterableTableFunction class adds the outer option.
|
| Constructor and Description |
|---|
LateralView(TableFunction tableFunction)
Constructor that creates a LATERAL VIEW table function.
|
Copyright © 2021. All rights reserved.