Tabnine Logo
PrimitiveColumnIO.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.apache.parquet.io.PrimitiveColumnIO
constructor

Best Java code snippets using org.apache.parquet.io.PrimitiveColumnIO.<init> (Showing top 2 results out of 315)

origin: org.apache.parquet/parquet-column

@Override
public void visit(PrimitiveType primitiveType) {
 if (!currentRequestedType.isPrimitive() || 
     (this.strictTypeChecking && currentRequestedType.asPrimitiveType().getPrimitiveTypeName() != primitiveType.getPrimitiveTypeName())) {
  incompatibleSchema(primitiveType, currentRequestedType);
 }
 PrimitiveColumnIO newIO = new PrimitiveColumnIO(primitiveType, current, currentRequestedIndex, leaves.size());
 current.add(newIO);
 leaves.add(newIO);
}
origin: org.lasersonlab.apache.parquet/parquet-column

@Override
public void visit(PrimitiveType primitiveType) {
 if (!currentRequestedType.isPrimitive() || 
     (this.strictTypeChecking && currentRequestedType.asPrimitiveType().getPrimitiveTypeName() != primitiveType.getPrimitiveTypeName())) {
  incompatibleSchema(primitiveType, currentRequestedType);
 }
 PrimitiveColumnIO newIO = new PrimitiveColumnIO(primitiveType, current, currentRequestedIndex, leaves.size());
 current.add(newIO);
 leaves.add(newIO);
}
org.apache.parquet.ioPrimitiveColumnIO<init>

Popular methods of PrimitiveColumnIO

  • getColumnDescriptor
  • getId
  • getPath
  • getType
  • getDefinitionLevel
  • getFieldPath
  • getFirst
  • getIndexFieldPath
  • getLast
  • getParent
  • getRepetitionLevel
  • isFirst
  • getRepetitionLevel,
  • isFirst,
  • isLast,
  • toString

Popular in Java

  • Running tasks concurrently on multiple threads
  • getExternalFilesDir (Context)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • setScale (BigDecimal)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Join (org.hibernate.mapping)
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • Top plugins for WebStorm
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