java-client icon indicating copy to clipboard operation
java-client copied to clipboard

Add method to check if a class exists

Open dirkkul opened this issue 2 years ago • 0 comments

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

dirkkul avatar Feb 20 '23 10:02 dirkkul