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