public class Format
extends Object
| Modifier and Type | Field and Description |
|---|---|
static StructType |
FULL_SCHEMA |
| Constructor and Description |
|---|
Format() |
Format(String provider,
java.util.Map<String,String> options) |
| Modifier and Type | Method and Description |
|---|---|
static Format |
fromColumnVector(ColumnVector vector,
int rowId) |
java.util.Map<String,String> |
getOptions() |
String |
getProvider() |
Row |
toRow()
Encode as a
Row object with the schema FULL_SCHEMA. |
String |
toString() |
public static final StructType FULL_SCHEMA
public Format(String provider,
java.util.Map<String,String> options)
public Format()
public static Format fromColumnVector(ColumnVector vector, int rowId)
public String getProvider()
public java.util.Map<String,String> getOptions()
public Row toRow()
Row object with the schema FULL_SCHEMA.Row object with the schema FULL_SCHEMApublic String toString()
toString in class Object