| SubstraitAccumulatorVisitor |
A SqlShuttle-based AST visitor that converts inline-literal SQL into a parameterized form
by extracting literals and replacing them with SqlDynamicParam placeholders.
|
| SubstraitFunctionParser |
Utility class for parsing Substrait function expressions into filter predicates and column predicates.
|
| SubstraitLiteralConverter |
Utility class for converting between Substrait literal expressions and Java objects with Arrow types.
|
| SubstraitMetadataParser |
Utility class for parsing Substrait metadata and Handles schema extraction from Substrait protocol buffers.
|
| SubstraitRelUtils |
Utility class for working with Substrait relational algebra expressions.
|
| SubstraitSqlUtils |
Utility class for converting Substrait plans to SQL and extracting schema information.
|
| SubstraitTypeAndValue |
|