Package | Description |
---|---|
com.yahoo.bullet.query |
Modifier and Type | Method and Description |
---|---|
static Window.Unit |
Window.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Window.Unit[] |
Window.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Window(Integer emitEvery,
Window.Unit emitType)
Constructor that creates a window with only emit fields.
|
Window(Integer emitEvery,
Window.Unit emitType,
Window.Unit includeType,
Integer includeFirst)
Constructor that creates a window with emit and include fields.
|
Copyright © 2021. All rights reserved.