congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
PrimitiveConverter.setDictionary
Code IndexAdd Tabnine to your IDE (free)

How to use
setDictionary
method
in
org.apache.parquet.io.api.PrimitiveConverter

Best Java code snippets using org.apache.parquet.io.api.PrimitiveConverter.setDictionary (Showing top 3 results out of 315)

origin: apache/hive

@Override
public void setDictionary(Dictionary dictionary) {
 wrapped.setDictionary(dictionary);
}
origin: org.apache.parquet/parquet-column

this.dictionary = dictionaryPage.getEncoding().initDictionary(path, dictionaryPage);
if (converter.hasDictionarySupport()) {
 converter.setDictionary(dictionary);
origin: org.lasersonlab.apache.parquet/parquet-column

this.dictionary = dictionaryPage.getEncoding().initDictionary(path, dictionaryPage);
if (converter.hasDictionarySupport()) {
 converter.setDictionary(dictionary);
org.apache.parquet.io.apiPrimitiveConvertersetDictionary

Javadoc

Set the dictionary to use if the data was encoded using dictionary encoding and the converter hasDictionarySupport().

Popular methods of PrimitiveConverter

  • addBinary
  • addBoolean
  • addDouble
  • addFloat
  • addInt
  • addLong
  • hasDictionarySupport
    if it returns true we will attempt to use dictionary based conversion instead
  • addValueFromDictionary
    add a value based on the dictionary set with setDictionary() Will be used if the Converter has dicti
  • asPrimitiveConverter
  • isPrimitive

Popular in Java

  • Updating database using SQL prepared statement
  • onRequestPermissionsResult (Fragment)
  • getContentResolver (Context)
  • setContentView (Activity)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Option (scala)
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now