public class SimpleStructTypeInfo extends Object implements StructTypeInfo
Modifier and Type | Method and Description |
---|---|
DataType |
getDataType() |
int |
getFieldCount()
Get the field number of the Struct type info
|
List<String> |
getFieldNames()
Get the list of the field names of the Struct type info
|
List<DataTypeInfo> |
getFieldTypeInfos()
Get the list of the field type infos of the Struct type info
|
String |
getTypeName() |
String |
toString() |
public String getTypeName()
public List<String> getFieldNames()
StructTypeInfo
getFieldNames
in interface StructTypeInfo
public List<DataTypeInfo> getFieldTypeInfos()
StructTypeInfo
getFieldTypeInfos
in interface StructTypeInfo
public int getFieldCount()
StructTypeInfo
getFieldCount
in interface StructTypeInfo
public DataType getDataType()
getDataType
in interface DataTypeInfo
public String toString()
toString
in interface DataTypeInfo
toString
in class Object
Copyright © 2023. All rights reserved.