@FunctionalInterface public static interface BuiltInMetadata.ExpressionLineage.Handler extends MetadataHandler<BuiltInMetadata.ExpressionLineage>
| Modifier and Type | Method and Description |
|---|---|
default MetadataDef<BuiltInMetadata.ExpressionLineage> |
getDef() |
@Nullable Set<RexNode> |
getExpressionLineage(RelNode r,
RelMetadataQuery mq,
RexNode expression) |
handlerMethods@Nullable Set<RexNode> getExpressionLineage(RelNode r, RelMetadataQuery mq, RexNode expression)
default MetadataDef<BuiltInMetadata.ExpressionLineage> getDef()
getDef in interface MetadataHandler<BuiltInMetadata.ExpressionLineage>Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.