FileQueryArrowField Class
- java.
lang. Object - com.
azure. storage. file. datalake. models. FileQueryArrowField
- com.
public class FileQueryArrowField
Defines an arrow field for a file quick query request.
Constructor Summary
| Constructor | Description |
|---|---|
| FileQueryArrowField(FileQueryArrowFieldType type) |
Creates a new instance of FileQueryArrowField. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getName()
Gets the name of the field. |
| Integer |
getPrecision()
Gets the precision of the field. |
| Integer |
getScale()
Gets the scale of the field. |
|
File |
getType()
Gets the FileQueryArrowFieldType of the field. |
|
File |
setName(String name)
Sets the name of the field. |
|
File |
setPrecision(Integer precision)
Sets the precision of the field. |
|
File |
setScale(Integer scale)
Sets the scale of the field. |
Methods inherited from java.lang.Object
Constructor Details
FileQueryArrowField
public FileQueryArrowField(FileQueryArrowFieldType type)
Creates a new instance of FileQueryArrowField.
Parameters:
Method Details
getName
public String getName()
Gets the name of the field.
Returns:
getPrecision
public Integer getPrecision()
Gets the precision of the field.
Returns:
getScale
public Integer getScale()
Gets the scale of the field.
Returns:
getType
setName
public FileQueryArrowField setName(String name)
Sets the name of the field.
Parameters:
Returns: