| 196 | } |
| 197 | |
| 198 | CommitStrategy commitStrategy() const { |
| 199 | return static_cast<CommitStrategy>((value & ((1L << 24) - 1)) >> 16); |
| 200 | } |
| 201 | |
| 202 | HiveBucketProperty::Kind bucketKind() const { |
| 203 | return static_cast<HiveBucketProperty::Kind>( |
no outgoing calls
no test coverage detected