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) |
Method Summary
Modifier and Type | Method and Description |
---|---|
String | getName() |
Integer | getPrecision() |
Integer | getScale() |
File |
getType() |
File |
setName(String name) |
File |
setPrecision(Integer precision) |
File |
setScale(Integer scale) |
Methods inherited from java.lang.Object
Constructor Details
FileQueryArrowField
Method Details
getName
public String getName()
Returns:
The name.
getPrecision
public Integer getPrecision()
Returns:
The precision.
getScale
public Integer getScale()
Returns:
The scale.
getType
setName
public FileQueryArrowField setName(String name)
Parameters:
name
- The name of the field.
Returns:
The updated options.
setPrecision
public FileQueryArrowField setPrecision(Integer precision)
Parameters:
precision
- The precision of the field. Required if type is DECIMAL
Returns:
The updated options.
setScale
public FileQueryArrowField setScale(Integer scale)
Parameters:
scale
- The scale of the field. Required if type is DECIMAL
Returns:
The updated options.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java