We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2ace7 commit 72df581Copy full SHA for 72df581
datafusion-common/src/lib.rs
@@ -24,5 +24,5 @@ pub use column::Column;
24
pub use dfschema::{DFField, DFSchema, DFSchemaRef, ExprSchema, ToDFSchema};
25
pub use error::{DataFusionError, Result};
26
pub use scalar::{
27
- ScalarType, ScalarValue, MAX_PRECISION_FOR_DECIMAL128, MAX_SCALE_FOR_DECIMAL128,
+ ScalarType, ScalarValue, MAX_PRECISION_FOR_DECIMAL128, MAX_SCALE_FOR_DECIMAL128,
28
};
0 commit comments