Class CompleteTableName

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

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