public static final class RecordRegisterStorage.RecordInfo extends Object
Constructor and Description |
---|
RecordInfo(RecordTokenType type) |
Modifier and Type | Method and Description |
---|---|
Map<ScalarTokenType,int[]> |
fieldsByType() |
int |
getGroupNumber(int absoluteFieldIndex) |
RecordTokenType |
getType() |
boolean |
hasBinary() |
boolean |
hasBoolean() |
boolean |
hasChar() |
boolean |
hasDate() |
boolean |
hasDouble() |
boolean |
hasFloat() |
boolean |
hasInt() |
boolean |
hasLong() |
boolean |
hasNumeric() |
boolean |
hasString() |
boolean |
hasTime() |
boolean |
hasTimestamp() |
public RecordInfo(RecordTokenType type)
public final RecordTokenType getType()
public final Map<ScalarTokenType,int[]> fieldsByType()
public final int getGroupNumber(int absoluteFieldIndex)
public final boolean hasBinary()
public final boolean hasBoolean()
public final boolean hasChar()
public final boolean hasDate()
public final boolean hasDouble()
public final boolean hasFloat()
public final boolean hasInt()
public final boolean hasLong()
public final boolean hasNumeric()
public final boolean hasString()
public final boolean hasTime()
public final boolean hasTimestamp()
Copyright © 2016 Actian Corporation. All rights reserved.