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
PhysicalExpr
s for interval calculations. We do not support every type ofOperator
s either. Over time, this check will relax as more types ofPhysicalExpr
s andOperator
s are supported. Currently,CastExpr
,NegativeExpr
,BinaryExpr
,Column
andLiteral
are supported. - Indicates whether interval arithmetic is supported for the given data type.
- Indicates whether interval arithmetic is supported for the given operator.