Uses of Class
com.amazonaws.athena.connector.substrait.model.LogicalExpression
-
Packages that use LogicalExpression Package Description com.amazonaws.athena.connector.substrait com.amazonaws.athena.connector.substrait.model -
-
Uses of LogicalExpression in com.amazonaws.athena.connector.substrait
Methods in com.amazonaws.athena.connector.substrait that return LogicalExpression Modifier and Type Method Description static LogicalExpressionSubstraitFunctionParser. parseLogicalExpression(List<io.substrait.proto.SimpleExtensionDeclaration> extensionDeclarationList, io.substrait.proto.Expression expression, List<String> columnNames)Parses a Substrait expression into a logical expression tree that preserves AND/OR/NOT hierarchy. -
Uses of LogicalExpression in com.amazonaws.athena.connector.substrait.model
Methods in com.amazonaws.athena.connector.substrait.model that return types with arguments of type LogicalExpression Modifier and Type Method Description List<LogicalExpression>LogicalExpression. getChildren()Constructor parameters in com.amazonaws.athena.connector.substrait.model with type arguments of type LogicalExpression Constructor Description LogicalExpression(SubstraitOperator operator, List<LogicalExpression> children)
-