Package io.lenses.sql.udf.datatype
Class LTRepeated
- java.lang.Object
-
- io.lenses.sql.udf.datatype.DataType
-
- io.lenses.sql.udf.datatype.LTRepeated
-
public class LTRepeated extends DataType
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDATA_TYPE_NAMEDataTypeschema
-
Constructor Summary
Constructors Modifier Constructor Description protectedLTRepeated(DataType schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()booleanisRepeated()-
Methods inherited from class io.lenses.sql.udf.datatype.DataType
isBigDecimal, isBigInt, isBoolean, isByte, isContainer, isDouble, isFloat, isInt, isLong, isNullable, isNumber, isPrimitive, isString, isStruct, ltBigDecimal, ltBigDecimal, ltBigInt, ltBoolean, ltByte, ltByteArray, ltDate, ltDouble, ltEnum, ltFloat, ltInt, ltLong, ltOptional, ltRepeated, ltString, ltStruct, ltTimeMicros, ltTimeMillis, ltTimestampMicros, ltTimestampMillis
-
-
-
-
Field Detail
-
DATA_TYPE_NAME
public static final java.lang.String DATA_TYPE_NAME
- See Also:
- Constant Field Values
-
schema
public final DataType schema
-
-
Constructor Detail
-
LTRepeated
protected LTRepeated(DataType schema)
-
-
Method Detail
-
isRepeated
public boolean isRepeated()
- Overrides:
isRepeatedin classDataType
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-