Uses of Class
net.snowflake.client.core.SFChildResult
-
Packages that use SFChildResult Package Description net.snowflake.client.core -
-
Uses of SFChildResult in net.snowflake.client.core
Methods in net.snowflake.client.core that return types with arguments of type SFChildResult Modifier and Type Method Description static List<SFChildResult>
ResultUtil. getChildResults(SFBaseSession session, String requestId, com.fasterxml.jackson.databind.JsonNode result)
Return the list of child results provided in a result, if available; otherwise return an empty list
-