static Common.DataType |
Common.DataType.forNumber(int value) |
|
Common.DataType |
DataType.IrDataType.Builder.getDataType() |
.common.DataType data_type = 1;
|
Common.DataType |
DataType.IrDataType.getDataType() |
.common.DataType data_type = 1;
|
Common.DataType |
DataType.IrDataTypeOrBuilder.getDataType() |
.common.DataType data_type = 1;
|
Common.DataType |
OuterSchema.ColumnMeta.Builder.getDataType() |
.common.DataType data_type = 2;
|
Common.DataType |
OuterSchema.ColumnMeta.getDataType() |
.common.DataType data_type = 2;
|
Common.DataType |
OuterSchema.ColumnMetaOrBuilder.getDataType() |
.common.DataType data_type = 2;
|
Common.DataType |
DataType.GraphDataType.GraphElementTypeField.Builder.getType() |
.common.DataType type = 2;
|
Common.DataType |
DataType.GraphDataType.GraphElementTypeField.getType() |
.common.DataType type = 2;
|
Common.DataType |
DataType.GraphDataType.GraphElementTypeFieldOrBuilder.getType() |
.common.DataType type = 2;
|
static Common.DataType |
Common.DataType.valueOf(int value) |
已过时。
|
static Common.DataType |
Common.DataType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
返回带有指定名称的该类型的枚举常量。
|
static Common.DataType |
Common.DataType.valueOf(String name) |
返回带有指定名称的该类型的枚举常量。
|
static Common.DataType[] |
Common.DataType.values() |
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|