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