Uses of Interface
org.apache.flink.table.data.columnar.vector.Dictionary
Packages that use Dictionary
-
Uses of Dictionary in org.apache.flink.table.data.columnar.vector.writable
Fields in org.apache.flink.table.data.columnar.vector.writable declared as DictionaryModifier and TypeFieldDescriptionprotected DictionaryAbstractWritableVector.dictionaryThe Dictionary for this column.Methods in org.apache.flink.table.data.columnar.vector.writable with parameters of type DictionaryModifier and TypeMethodDescriptionvoidAbstractWritableVector.setDictionary(Dictionary dictionary) Update the dictionary.voidWritableColumnVector.setDictionary(Dictionary dictionary) Set the dictionary, it should work with dictionary ids.