Search
 
SCRIPT & CODE EXAMPLE
 

SCALA

equivalent of spark datetype in scala

Data type       |    Value type in Scala
------------------------------------------------
ByteType        |    Byte   
ShortType       |    Short  
IntegerType     |    Int    
LongType        |    Long   
FloatType       |    Float  
DoubleType      |    Double     
DecimalType     |    java.math.BigDecimal
StringType      |    String
BinaryType      |    Array[Byte]
BooleanType     |    Boolean 
TimestampType   |    java.sql.Timestamp
DateType        |    java.sql.Date
ArrayType       |    scala.collection.Seq   
MapType         |    scala.collection.Map   
StructType      |    org.apache.spark.sql.Row
Comment

PREVIOUS NEXT
Code Example
Scala :: val in scala 
Scala :: scala tutorial 
Scala :: how to make anonymous function in scala 
Scala :: filter by timestamp scala 
Scala :: scala anonymous function 
Scala :: map function scala 
Actionscript :: rabbitmq docker cant connect localhost 
Actionscript :: mount_osxfuse: /Users/em/mount_dev: Input/output error 
Excel :: remove space from excel cell 
Excel :: unhide rows in excel 
Excel :: how to lock row in excel 
Perl :: perl for 
Perl :: perl leading zeros formatting sprintf 
Pascal :: pascal readln() 
Pascal :: contoh dasar pascal 
Powershell :: Download attachment from Jira task to local filesystem 
Gdscript :: gdscript vector2 
Abap :: Full screen ALV create with CL_GUI_ALV_GRID class 
Assembly :: program in assembly language to find even numbers from 1 to 10 
Assembly :: difference between machine language and assembly language 
Assembly :: gridbaglayout span 
Javascript :: jquery vslidation remove spaces from input 
Javascript :: jquery 2 decimal places 
Javascript :: how to insatll react-router-dom 
Javascript :: jquery delay 1 second 
Javascript :: chrome design mode console 
Javascript :: f.select on change jquery 
Javascript :: execute after one second javascript 
Javascript :: electron hide menu bar 
Javascript :: javacsript update text in span 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =