Class FileQueryArrowField
java.lang.Object
com.azure.storage.file.datalake.models.FileQueryArrowField
Defines an arrow field for a file quick query request.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileQueryArrowField
- Parameters:
type
-FileQueryArrowFieldType
-
-
Method Details
-
setName
- Parameters:
name
- The name of the field.- Returns:
- The updated options.
-
setPrecision
- Parameters:
precision
- The precision of the field. Required if type isFileQueryArrowFieldType.DECIMAL
- Returns:
- The updated options.
-
setScale
- Parameters:
scale
- The scale of the field. Required if type isFileQueryArrowFieldType.DECIMAL
- Returns:
- The updated options.
-
getName
- Returns:
- The name.
-
getPrecision
- Returns:
- The precision.
-
getScale
- Returns:
- The scale.
-
getType
- Returns:
FileQueryArrowFieldType
-