Searched refs:inferType (Results 1 – 2 of 2) sorted by relevance
28 public static ResType inferType(String itemString) { in inferType() method in ResType
29 ResType resType = scalarResType == null ? ResType.inferType(buf.toString()) : scalarResType; in StaxArrayLoader()