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