Package org.rumbledb.types
Class TypeMappings
java.lang.Object
org.rumbledb.types.TypeMappings
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.spark.sql.types.DataType
static final org.apache.spark.sql.types.DataType
static final org.apache.spark.sql.types.DataType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.spark.sql.types.DataType
getDataFrameDataTypeFromItemType
(ItemType itemType) static ItemType
getItemTypeFromDataFrameDataType
(org.apache.spark.sql.types.DataType dataType)
-
Field Details
-
vectorType
public static final org.apache.spark.sql.types.DataType vectorType -
integerType
public static final org.apache.spark.sql.types.DataType integerType -
decimalType
public static final org.apache.spark.sql.types.DataType decimalType
-
-
Constructor Details
-
TypeMappings
public TypeMappings()
-
-
Method Details