Uses of Class
io.trino.sql.tree.JsonArrayElement
-
Packages that use JsonArrayElement Package Description io.trino.sql.tree -
-
Uses of JsonArrayElement in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type JsonArrayElement Modifier and Type Method Description List<JsonArrayElement>JsonArray. getElements()Constructor parameters in io.trino.sql.tree with type arguments of type JsonArrayElement Constructor Description JsonArray(Optional<NodeLocation> location, List<JsonArrayElement> elements, boolean nullOnNull, Optional<DataType> returnedType, Optional<JsonPathParameter.JsonFormat> outputFormat)
-