Class FileQueryArrowSerialization
java.lang.Object
com.azure.storage.file.datalake.models.FileQueryArrowSerialization
- All Implemented Interfaces:
FileQuerySerialization
Defines the output arrow serialization for a file quick query request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the arrow fields.setSchema
(List<FileQueryArrowField> schema) Sets the arrow fields.
-
Constructor Details
-
FileQueryArrowSerialization
public FileQueryArrowSerialization()
-
-
Method Details
-
getSchema
Gets the arrow fields.- Returns:
- the arrow fields.
-
setSchema
Sets the arrow fields.- Parameters:
schema
- the arrow fields.- Returns:
- the updated FileQueryArrowSerialization object.
-