public interface RelOptSchemaWithSampling extends RelOptSchema
RelOptSchema with support for sample data-sets.RelOptSchema| Modifier and Type | Method and Description |
|---|---|
@Nullable RelOptTable |
getTableForMember(List<String> names,
@Nullable String datasetName,
boolean[] usedDataset)
Retrieves a
RelOptTable based upon a member access, using a
sample dataset if it exists. |
getTableForMember, getTypeFactory, registerRules@Nullable RelOptTable getTableForMember(List<String> names, @Nullable String datasetName, boolean[] usedDataset)
RelOptTable based upon a member access, using a
sample dataset if it exists.names - Compound name of tabledatasetName - Name of sample dataset to substitute, if it exists;
null to not look for a sampleusedDataset - Output parameter which is set to true if a sample
dataset is found; may be nullCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.