java-client
java-client copied to clipboard
Add method to check if a class exists
Add a function that returns if a given class exists in the schema
Proposal signature (copied from python as I don't know Java):
client.schema.exists(className: str) ->bool