Trait tidb_query_aggr::impl_bit_op::BitOp [−][src]
A trait for all bit operations
Required methods
fn tp() -> ExprType
[src]
Returns the bit operation type
fn init_state() -> u64
[src]
Returns the bit operation initial state
fn op(lhs: &mut u64, rhs: u64)
[src]
Executes the special bit operation