Class CompleteTableNamespace

java.lang.Object
io.deephaven.lang.completion.results.CompletionBuilder
io.deephaven.enterprise.dnd.autocomplete.CompleteTableNamespace

public class CompleteTableNamespace extends CompletionBuilder
A class specifically for completing table namespaces; to be called after the completer has discovered the name of the namespace. Copied from DHC, cleaned up a bit to try to allow future changes in DHC without impacting this class.