public class InsertContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InsertContext.OpType |
| Modifier and Type | Field and Description |
|---|---|
static byte |
HasAbsArrayIndexMask |
static byte |
HasAbsArrayIndexShift |
static byte |
IsAtRootMask |
static byte |
IsAtRootShift |
| Constructor and Description |
|---|
InsertContext() |
| Modifier and Type | Method and Description |
|---|---|
InsertContext.OpType |
getOpType() |
boolean |
hasAbsArrayIndex() |
boolean |
IsAtRoot() |
void |
setHasAbsArrayIndex(boolean v) |
void |
SetIsAtRoot(boolean v) |
void |
setOpType(InsertContext.OpType o) |
public static final byte IsAtRootShift
public static final byte IsAtRootMask
public static final byte HasAbsArrayIndexShift
public static final byte HasAbsArrayIndexMask
public void SetIsAtRoot(boolean v)
public boolean IsAtRoot()
public void setHasAbsArrayIndex(boolean v)
public boolean hasAbsArrayIndex()
public InsertContext.OpType getOpType()
public void setOpType(InsertContext.OpType o)
Copyright © 2016 Mapr Technologies, Inc.. All rights reserved.