public static class MajorTypeSerDe.MajorTypeHolder extends Object
Modifier and Type | Field and Description |
---|---|
TypeProtos.MinorType |
minorType |
TypeProtos.DataMode |
mode |
Integer |
precision |
Integer |
scale |
Integer |
width |
Constructor and Description |
---|
MajorTypeHolder(TypeProtos.MinorType minorType,
TypeProtos.DataMode mode,
Integer width,
Integer precision,
Integer scale) |
Modifier and Type | Method and Description |
---|---|
static MajorTypeSerDe.MajorTypeHolder |
get(TypeProtos.MajorType mt) |
TypeProtos.MajorType |
getMajorType() |
public TypeProtos.MinorType minorType
public TypeProtos.DataMode mode
public Integer width
public Integer precision
public Integer scale
public MajorTypeHolder(TypeProtos.MinorType minorType, TypeProtos.DataMode mode, Integer width, Integer precision, Integer scale)
public TypeProtos.MajorType getMajorType()
public static MajorTypeSerDe.MajorTypeHolder get(TypeProtos.MajorType mt)
Copyright © 1970 The Apache Software Foundation. All rights reserved.