Uses of Class
io.trino.sql.tree.JsonObjectMember
Packages that use JsonObjectMember
-
Uses of JsonObjectMember in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type JsonObjectMemberMethods in io.trino.sql.tree with parameters of type JsonObjectMemberModifier and TypeMethodDescriptionprotected RAstVisitor.visitJsonObjectMember(JsonObjectMember node, C context) protected VoidDefaultTraversalVisitor.visitJsonObjectMember(JsonObjectMember node, C context) Constructor parameters in io.trino.sql.tree with type arguments of type JsonObjectMemberModifierConstructorDescriptionJsonObject(NodeLocation location, List<JsonObjectMember> members, boolean nullOnNull, boolean uniqueKeys, Optional<DataType> returnedType, Optional<JsonPathParameter.JsonFormat> outputFormat)