Uses of Class
com.amazonaws.athena.connector.lambda.metadata.optimizations.pushdown.TopNPushdownSubType
-
Packages that use TopNPushdownSubType Package Description com.amazonaws.athena.connector.lambda.metadata.optimizations.pushdown -
-
Uses of TopNPushdownSubType in com.amazonaws.athena.connector.lambda.metadata.optimizations.pushdown
Methods in com.amazonaws.athena.connector.lambda.metadata.optimizations.pushdown that return TopNPushdownSubType Modifier and Type Method Description static TopNPushdownSubTypeTopNPushdownSubType. valueOf(String name)Returns the enum constant of this type with the specified name.static TopNPushdownSubType[]TopNPushdownSubType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-