-1

How to know if a StreamTable or KeyedStreamTable exists? I tried using exists and existsTable but I am not sure what dbURL to enter.

Eva Gao
  • 402
  • 1
  • 7

1 Answers1

0

You can use the objs() function, for example:

objs(true).name.find(X)
Polly
  • 603
  • 3
  • 13