Codota Logo
PrimitiveColumnIO.getRepetitionLevel
Code IndexAdd Codota to your IDE (free)

How to use
getRepetitionLevel
method
in
org.apache.parquet.io.PrimitiveColumnIO

Best Java code snippets using org.apache.parquet.io.PrimitiveColumnIO.getRepetitionLevel (Showing top 6 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Dictionary d =
  • Codota Iconnew Hashtable()
  • Codota IconBundle bundle;bundle.getHeaders()
  • Codota Iconnew Properties()
  • Smart code suggestions by Codota
}
origin: org.apache.parquet/parquet-column

@Override
void setLevels(int r, int d, String[] fieldPath, int[] fieldIndexPath, List<ColumnIO> repetition, List<ColumnIO> path) {
 super.setLevels(r, d, fieldPath, fieldIndexPath, repetition, path);
 PrimitiveType type = getType().asPrimitiveType();
 this.columnDescriptor = new ColumnDescriptor(
   fieldPath,
   type,
   getRepetitionLevel(),
   getDefinitionLevel());
 this.path = path.toArray(new ColumnIO[path.size()]);
}
origin: org.lasersonlab.apache.parquet/parquet-column

@Override
void setLevels(int r, int d, String[] fieldPath, int[] fieldIndexPath, List<ColumnIO> repetition, List<ColumnIO> path) {
 super.setLevels(r, d, fieldPath, fieldIndexPath, repetition, path);
 PrimitiveType type = getType().asPrimitiveType();
 this.columnDescriptor = new ColumnDescriptor(
   fieldPath,
   type,
   getRepetitionLevel(),
   getDefinitionLevel());
 this.path = path.toArray(new ColumnIO[path.size()]);
}
origin: org.lasersonlab.apache.parquet/parquet-column

private State(int id, PrimitiveColumnIO primitiveColumnIO, ColumnReader column, int[] nextLevel, GroupConverter[] groupConverterPath, PrimitiveConverter primitiveConverter) {
 this.id = id;
 this.primitiveColumnIO = primitiveColumnIO;
 this.maxDefinitionLevel = primitiveColumnIO.getDefinitionLevel();
 this.maxRepetitionLevel = primitiveColumnIO.getRepetitionLevel();
 this.column = column;
 this.nextLevel = nextLevel;
 this.groupConverterPath = groupConverterPath;
 this.primitiveConverter = primitiveConverter;
 this.primitive = primitiveColumnIO.getType().asPrimitiveType().getPrimitiveTypeName();
 this.fieldPath = primitiveColumnIO.getFieldPath();
 this.primitiveField = fieldPath[fieldPath.length - 1];
 this.indexFieldPath = primitiveColumnIO.getIndexFieldPath();
 this.primitiveFieldIndex = indexFieldPath[indexFieldPath.length - 1];
}
origin: org.apache.parquet/parquet-column

private State(int id, PrimitiveColumnIO primitiveColumnIO, ColumnReader column, int[] nextLevel, GroupConverter[] groupConverterPath, PrimitiveConverter primitiveConverter) {
 this.id = id;
 this.primitiveColumnIO = primitiveColumnIO;
 this.maxDefinitionLevel = primitiveColumnIO.getDefinitionLevel();
 this.maxRepetitionLevel = primitiveColumnIO.getRepetitionLevel();
 this.column = column;
 this.nextLevel = nextLevel;
 this.groupConverterPath = groupConverterPath;
 this.primitiveConverter = primitiveConverter;
 this.primitive = primitiveColumnIO.getType().asPrimitiveType().getPrimitiveTypeName();
 this.fieldPath = primitiveColumnIO.getFieldPath();
 this.primitiveField = fieldPath[fieldPath.length - 1];
 this.indexFieldPath = primitiveColumnIO.getIndexFieldPath();
 this.primitiveFieldIndex = indexFieldPath[indexFieldPath.length - 1];
}
origin: org.apache.parquet/parquet-column

int maxRepetitionLevel = leafColumnIO.getRepetitionLevel();
nextColumnIdxForRepLevel[i] = new int[maxRepetitionLevel+1];
origin: org.lasersonlab.apache.parquet/parquet-column

int maxRepetitionLevel = leafColumnIO.getRepetitionLevel();
nextColumnIdxForRepLevel[i] = new int[maxRepetitionLevel+1];
org.apache.parquet.ioPrimitiveColumnIOgetRepetitionLevel

Popular methods of PrimitiveColumnIO

  • getColumnDescriptor
  • getId
  • getPath
  • getType
  • <init>
  • getDefinitionLevel
  • getFieldPath
  • getFirst
  • getIndexFieldPath
  • getLast
  • getParent
  • isFirst
  • getParent,
  • isFirst,
  • isLast,
  • toString

Popular in Java

  • Making http requests using okhttp
  • getResourceAsStream (ClassLoader)
  • notifyDataSetChanged (ArrayAdapter)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • Permission (java.security)
    Abstract class for representing access to a system resource. All permissions have a name (whose inte
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • ArrayList (java.util)
    Resizable-array implementation of the List interface. Implements all optional list operations, and p
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
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