pub struct ArrowJsonFieldDictionary {
pub id: i64,
pub index_type: DictionaryIndexType,
pub is_ordered: bool,
}Fields§
§id: i64§index_type: DictionaryIndexType§is_ordered: boolTrait Implementations§
source§impl Debug for ArrowJsonFieldDictionary
impl Debug for ArrowJsonFieldDictionary
source§impl<'de> Deserialize<'de> for ArrowJsonFieldDictionary
impl<'de> Deserialize<'de> for ArrowJsonFieldDictionary
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more