Uses of Class
com.azure.storage.file.datalake.models.FileQueryArrowField
-
Packages that use FileQueryArrowField Package Description com.azure.storage.file.datalake.models Package containing classes for AzureDataLakeStorageRestAPI. -
-
Uses of FileQueryArrowField in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return FileQueryArrowField Modifier and Type Method Description FileQueryArrowField
FileQueryArrowField. setName(String name)
FileQueryArrowField
FileQueryArrowField. setPrecision(Integer precision)
FileQueryArrowField
FileQueryArrowField. setScale(Integer scale)
Methods in com.azure.storage.file.datalake.models that return types with arguments of type FileQueryArrowField Modifier and Type Method Description List<FileQueryArrowField>
FileQueryArrowSerialization. getSchema()
Gets the arrow fields.Method parameters in com.azure.storage.file.datalake.models with type arguments of type FileQueryArrowField Modifier and Type Method Description FileQueryArrowSerialization
FileQueryArrowSerialization. setSchema(List<FileQueryArrowField> schema)
Sets the arrow fields.
-