| Package | Description |
|---|---|
| com.facebook.presto.druid |
| Modifier and Type | Method and Description |
|---|---|
DruidSplit.SplitType |
DruidSplit.getSplitType() |
static DruidSplit.SplitType |
DruidSplit.SplitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DruidSplit.SplitType[] |
DruidSplit.SplitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DruidSplit(DruidSplit.SplitType splitType,
Optional<DruidQueryGenerator.GeneratedDql> brokerDql,
Optional<DruidSegmentInfo> segmentInfo,
Optional<HostAddress> address) |
Copyright © 2012–2021. All rights reserved.