public class DictionaryEncoding extends Object
| Constructor and Description |
|---|
DictionaryEncoding(long id,
boolean ordered,
ArrowType.Int indexType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getId() |
ArrowType.Int |
getIndexType() |
int |
hashCode() |
boolean |
isOrdered() |
String |
toString() |
public DictionaryEncoding(long id,
boolean ordered,
ArrowType.Int indexType)
public long getId()
public boolean isOrdered()
public ArrowType.Int getIndexType()
Copyright © 2017 The Apache Software Foundation. All rights reserved.