public class TIMESTAMP extends NativeColumnType<org.apache.spark.sql.types.TimestampType$>
| Constructor and Description |
|---|
TIMESTAMP() |
| Modifier and Type | Method and Description |
|---|---|
static void |
append(java.sql.Timestamp v,
java.nio.ByteBuffer buffer) |
static java.sql.Timestamp |
extract(java.nio.ByteBuffer buffer) |
static java.sql.Timestamp |
getField(org.apache.spark.sql.Row row,
int ordinal) |
static void |
setField(org.apache.spark.sql.catalyst.expressions.MutableRow row,
int ordinal,
java.sql.Timestamp value) |
dataType, scalaTagactualSize, append, append, apply, clone, copyField, defaultSize, extract, extract, getField, setField, toString, typeIdpublic static java.sql.Timestamp extract(java.nio.ByteBuffer buffer)
public static void append(java.sql.Timestamp v,
java.nio.ByteBuffer buffer)
public static java.sql.Timestamp getField(org.apache.spark.sql.Row row,
int ordinal)
public static void setField(org.apache.spark.sql.catalyst.expressions.MutableRow row,
int ordinal,
java.sql.Timestamp value)