Interface DictionaryProvider

All Known Implementing Classes:
ArrowFileReader, ArrowReader, ArrowStreamReader, DictionaryProvider.MapDictionaryProvider, JsonFileReader

public interface DictionaryProvider
A manager for association of dictionary IDs to their corresponding Dictionary.
  • Method Details

    • lookup

      Dictionary lookup(long id)
      Return the dictionary for the given ID.
    • getDictionaryIds

      Set<Long> getDictionaryIds()
      Get all dictionary IDs.