Class VectorType
- java.lang.Object
-
- oracle.pgx.api.frames.schema.datatypes.DataType
-
- oracle.pgx.api.frames.schema.datatypes.collection.CollectionType
-
- oracle.pgx.api.frames.schema.datatypes.collection.VectorType
-
public final class VectorType extends CollectionType
-
-
Constructor Summary
Constructors Constructor Description VectorType(DataType componentType, java.lang.Integer dimension)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.IntegergetDimension()inthashCode()java.lang.StringsimpleString()-
Methods inherited from class oracle.pgx.api.frames.schema.datatypes.collection.CollectionType
getValueType
-
-
-
-
Constructor Detail
-
VectorType
public VectorType(DataType componentType, java.lang.Integer dimension)
-
-
Method Detail
-
getDimension
public java.lang.Integer getDimension()
-
simpleString
public java.lang.String simpleString()
- Specified by:
simpleStringin classDataType
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classCollectionType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCollectionType
-
-