public interface RelOptSchemaWithSampling extends RelOptSchema
RelOptSchema with support for sample data-sets.RelOptSchema| Modifier and Type | Method and Description |
|---|---|
RelOptTable |
getTableForMember(List<String> names,
String datasetName,
boolean[] usedDataset)
Retrieves a
RelOptTable based upon a member access, using a
sample dataset if it exists. |
getTableForMember, getTypeFactory, registerRulesRelOptTable getTableForMember(List<String> names, 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–2015 The Apache Software Foundation. All rights reserved.