Haisheng Yuan created CALCITE-3983:
--------------------------------------
Summary: Add utility methods to RelTraitSet
Key: CALCITE-3983
URL: https://issues.apache.org/jira/browse/CALCITE-3983
Project: Calcite
Issue Type: Improvement
Components: core
Reporter: Haisheng Yuan
Add the following methods to RelTraitSet:
{code:java}
boolean isDefault(boolean ignoreConvention=true);
// Convenient methods to get the reltrait defined by
// Calcite, should throw exception if default trait
// defs are not registered.
getConvention();
getDistribution();
getCollation();{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)