| Package | Description |
|---|---|
| org.apache.calcite.rel.core |
Defines core relational expressions.
|
| org.apache.calcite.rel.mutable |
Defines mutable relational expressions.
|
| Modifier and Type | Field and Description |
|---|---|
private RelOptSamplingParameters |
Sample.params |
| Modifier and Type | Method and Description |
|---|---|
RelOptSamplingParameters |
Sample.getSamplingParameters()
Retrieve the sampling parameters for this Sample.
|
private static RelOptSamplingParameters |
Sample.getSamplingParameters(RelInput input) |
| Constructor and Description |
|---|
Sample(RelOptCluster cluster,
RelNode child,
RelOptSamplingParameters params) |
| Modifier and Type | Field and Description |
|---|---|
RelOptSamplingParameters |
MutableSample.params |
| Modifier and Type | Method and Description |
|---|---|
static MutableSample |
MutableSample.of(MutableRel input,
RelOptSamplingParameters params)
Creates a MutableSample.
|
| Constructor and Description |
|---|
MutableSample(MutableRel input,
RelOptSamplingParameters params) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.