Class Type.StructField (6.66.0)

public static final class Type.StructField implements Serializable

Describes an individual field in a STRUCT type.

Inheritance

Object > Type.StructField

Implements

Serializable

Static Methods

of(String name, Type type)

public static Type.StructField of(String name, Type type)
Parameters
Name Description
name String
type Type
Returns
Type Description
Type.StructField

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getName()

public String getName()
Returns
Type Description
String

getType()

public Type getType()
Returns
Type Description
Type

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides