Skip to content

Commit bc35472

Browse files
dqkqdalamb
andauthored
rename nullable to parse_opt_nullable
Co-authored-by: Andrew Lamb <[email protected]>
1 parent 82197b5 commit bc35472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-schema/src/datatype_parse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ impl<'a> Parser<'a> {
449449
}
450450

451451
/// return and consume if the next token is `Token::Nullable`
452-
fn nullable(&mut self) -> bool {
452+
fn parse_opt_nullable(&mut self) -> bool {
453453
self.tokenizer
454454
.next_if(|next| matches!(next, Ok(Token::Nullable)))
455455
.is_some()

0 commit comments

Comments
 (0)