public class UnresolvedAttribute extends Attribute
| Constructor and Description |
|---|
UnresolvedAttribute() |
| Modifier and Type | Method and Description |
|---|---|
static AttributeType |
attrType() |
static scala.Option<Object> |
index() |
static boolean |
isNominal() |
static boolean |
isNumeric() |
static scala.Option<String> |
name() |
static Attribute |
withIndex(int index) |
static Attribute |
withName(String name) |
static Attribute |
withoutIndex() |
static Attribute |
withoutName() |
attrType, index, isNominal, isNumeric, name, toMetadata, toMetadata, toString, toStructField, toStructField, withIndex, withName, withoutIndex, withoutNamepublic static AttributeType attrType()
public static Attribute withIndex(int index)
public static boolean isNumeric()
public static Attribute withoutIndex()
public static boolean isNominal()
public static scala.Option<String> name()
public static Attribute withoutName()
public static scala.Option<Object> index()
public static Attribute withName(String name)