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