MCPcopy Create free account
hub / github.com/apache/datafusion / with_interval_style

Method with_interval_style

datafusion/sql/src/unparser/dialect.rs:1097–1100  ·  view source on GitHub ↗

Customize the dialect with a specific interval style listed in `IntervalStyle`

(mut self, interval_style: IntervalStyle)

Source from the content-addressed store, hash-verified

1095
1096 /// Customize the dialect with a specific interval style listed in `IntervalStyle`
1097 pub fn with_interval_style(mut self, interval_style: IntervalStyle) -> Self {
1098 self.interval_style = interval_style;
1099 self
1100 }
1101
1102 /// Customize the dialect with a specific character_length_style listed in `CharacterLengthStyle`
1103 pub fn with_character_length_style(

Callers 1

Calls

no outgoing calls

Tested by 1