Codota Logo
PrimitiveConverter.addValueFromDictionary
Code IndexAdd Codota to your IDE (free)

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

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

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
ArrayList a =
  • Codota Iconnew ArrayList<String>()
  • Codota Iconnew ArrayList()
  • Codota Iconnew ArrayList<Object>()
  • Smart code suggestions by Codota
}
origin: apache/hive

@Override
public void addValueFromDictionary(int dictionaryId) {
 wrapped.addValueFromDictionary(dictionaryId);
}
origin: org.apache.parquet/parquet-column

void writeValue() {
 converter.addValueFromDictionary(dictionaryId);
}
public int getInteger() {
origin: org.lasersonlab.apache.parquet/parquet-column

void writeValue() {
 converter.addValueFromDictionary(dictionaryId);
}
public int getInteger() {
org.apache.parquet.io.apiPrimitiveConverteraddValueFromDictionary

Javadoc

add a value based on the dictionary set with setDictionary() Will be used if the Converter has dictionary support and the data was encoded using a dictionary

Popular methods of PrimitiveConverter

  • addBinary
  • addBoolean
  • addDouble
  • addFloat
  • addInt
  • addLong
  • hasDictionarySupport
    if it returns true we will attempt to use dictionary based conversion instead
  • setDictionary
    Set the dictionary to use if the data was encoded using dictionary encoding and the converter hasDic
  • asPrimitiveConverter
  • isPrimitive

Popular in Java

  • Running tasks concurrently on multiple threads
  • scheduleAtFixedRate (ScheduledExecutorService)
  • onRequestPermissionsResult (Fragment)
  • getSupportFragmentManager (FragmentActivity)
    Return the FragmentManager for interacting with fragments associated with this activity.
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Reference (javax.naming)
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now