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 FileQueryArrowFieldFileQueryArrowField. setName(String name)FileQueryArrowFieldFileQueryArrowField. setPrecision(Integer precision)FileQueryArrowFieldFileQueryArrowField. 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 FileQueryArrowSerializationFileQueryArrowSerialization. setSchema(List<FileQueryArrowField> schema)Sets the arrow fields.
-