public class LanceField extends Object
| Modifier and Type | Method and Description |
|---|---|
org.apache.arrow.vector.types.pojo.Field |
asArrowField() |
List<LanceField> |
getChildren() |
Optional<org.apache.arrow.vector.types.pojo.DictionaryEncoding> |
getDictionaryEncoding() |
int |
getId() |
Map<String,String> |
getMetadata() |
String |
getName() |
int |
getParentId() |
StorageType |
getStorageType() |
org.apache.arrow.vector.types.pojo.ArrowType |
getType() |
boolean |
isNullable() |
boolean |
isUnenforcedPrimaryKey() |
String |
toString() |
public int getId()
public int getParentId()
public String getName()
public boolean isNullable()
public org.apache.arrow.vector.types.pojo.ArrowType getType()
public StorageType getStorageType()
public Optional<org.apache.arrow.vector.types.pojo.DictionaryEncoding> getDictionaryEncoding()
public List<LanceField> getChildren()
public boolean isUnenforcedPrimaryKey()
public org.apache.arrow.vector.types.pojo.Field asArrowField()
Copyright © 2025. All rights reserved.