Module datafusion_physical_expr::intervals::utils
source · Expand description
Utility functions for the interval arithmetic library
Functions§
- Indicates whether interval arithmetic is supported for the given expression. Currently, we do not support all
PhysicalExprs for interval calculations. We do not support every type ofOperators either. Over time, this check will relax as more types ofPhysicalExprs andOperators are supported. Currently,CastExpr,NegativeExpr,BinaryExpr,ColumnandLiteralare supported. - Indicates whether interval arithmetic is supported for the given data type.
- Indicates whether interval arithmetic is supported for the given operator.