| Package | Description |
|---|---|
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
SampledRelation.Type |
SampledRelation.getType() |
static SampledRelation.Type |
SampledRelation.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SampledRelation.Type[] |
SampledRelation.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SampledRelation(NodeLocation location,
Relation relation,
SampledRelation.Type type,
Expression samplePercentage) |
SampledRelation(Relation relation,
SampledRelation.Type type,
Expression samplePercentage) |
Copyright © 2012–2023. All rights reserved.