public interface Expression
ExpressionFactory.compile(T)
that can be passed to
various relational algebra calls of Relation
objects. Note that relations, engine and
expression factories must come from the same RelationalTranformContext
and are valid only
for the time of the RelationalTransform.transform(io.cdap.cdap.etl.api.relational.RelationalTranformContext)
call.Modifier and Type | Method and Description |
---|---|
String |
getValidationError() |
boolean |
isValid() |
boolean isValid()
Relation
operation with invalid expression will result in an invalid Relation
on operation problem details
Copyright © 2023 Cask Data, Inc. Licensed under the Apache License, Version 2.0.