public class ColumnIndex
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<IndexHelper.IndexInfo> |
columnsIndex |
long |
partitionHeaderLength |
Modifier and Type | Method and Description |
---|---|
static ColumnIndex |
nothing() |
static ColumnIndex |
writeAndBuildIndex(UnfilteredRowIterator iterator,
SequentialWriter output,
SerializationHeader header,
Version version) |
public final long partitionHeaderLength
public final java.util.List<IndexHelper.IndexInfo> columnsIndex
public static ColumnIndex writeAndBuildIndex(UnfilteredRowIterator iterator, SequentialWriter output, SerializationHeader header, Version version) throws java.io.IOException
java.io.IOException
public static ColumnIndex nothing()
Copyright © 2017 The Apache Software Foundation