Class DictionaryProvider.MapDictionaryProvider

java.lang.Object
org.apache.arrow.vector.dictionary.DictionaryProvider.MapDictionaryProvider
All Implemented Interfaces:
AutoCloseable, DictionaryProvider
Enclosing interface:
DictionaryProvider

public static class DictionaryProvider.MapDictionaryProvider extends Object implements AutoCloseable, DictionaryProvider
Implementation of DictionaryProvider that is backed by a hash-map.
  • Constructor Details

    • MapDictionaryProvider

      public MapDictionaryProvider(Dictionary... dictionaries)
      Constructs a new instance from the given dictionaries.
  • Method Details