Uses of Class
com.amazonaws.athena.connector.substrait.model.SubstraitRelModel
-
Packages that use SubstraitRelModel Package Description com.amazonaws.athena.connector.substrait com.amazonaws.athena.connector.substrait.model -
-
Uses of SubstraitRelModel in com.amazonaws.athena.connector.substrait
Methods in com.amazonaws.athena.connector.substrait with parameters of type SubstraitRelModel Modifier and Type Method Description static List<String>
SubstraitMetadataParser. getTableColumns(SubstraitRelModel substraitRelModel)
-
Uses of SubstraitRelModel in com.amazonaws.athena.connector.substrait.model
Methods in com.amazonaws.athena.connector.substrait.model that return SubstraitRelModel Modifier and Type Method Description static SubstraitRelModel
SubstraitRelModel. buildSubstraitRelModel(io.substrait.proto.Rel rel)
Factory method to build a SubstraitRelModel by extracting all relation types from a Substrait relation tree.
-