Package com.amazonaws.athena.connector.substrait.model
-
Class Summary Class Description ColumnPredicate Represents a column predicate extracted from Substrait filter expressions.LogicalExpression Represents a logical expression tree that preserves AND/OR hierarchy from Substrait expressions.SubstraitField Represents a field in a Substrait schema with its name, type, and optional nested children.SubstraitFunctionNames Constants for Substrait function names used in expression parsing.SubstraitRelModel Model class that encapsulates the different types of Substrait relations extracted from a query plan. -
Enum Summary Enum Description SubstraitOperator Represents a subset of Substrait-supported operators for query federation.