Uses of Class
com.amazonaws.athena.connector.substrait.model.SubstraitField
-
Packages that use SubstraitField Package Description com.amazonaws.athena.connector.substrait.model -
-
Uses of SubstraitField in com.amazonaws.athena.connector.substrait.model
Methods in com.amazonaws.athena.connector.substrait.model that return types with arguments of type SubstraitField Modifier and Type Method Description List<SubstraitField>
SubstraitField. getChildren()
Constructor parameters in com.amazonaws.athena.connector.substrait.model with type arguments of type SubstraitField Constructor Description SubstraitField(String name, String type, List<SubstraitField> children)
Constructs a SubstraitField with the specified name, type, and children.
-