MCPcopy Create free account
hub / github.com/apache/impala / BucketPartitionTransform

Method BucketPartitionTransform

be/src/exprs/iceberg-functions-ir.cc:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135IntVal IcebergFunctions::BucketPartitionTransform(FunctionContext* ctx,
136 const IntVal& input, const IntVal& width) {
137 return BucketPartitionTransformNumericImpl(ctx, input, width);
138}
139
140IntVal IcebergFunctions::BucketPartitionTransform(FunctionContext* ctx,
141 const BigIntVal& input, const IntVal& width) {

Callers

nothing calls this directly

Calls 6

maxFunction · 0.85
IntValClass · 0.85
BigIntValClass · 0.85
GetConstFnAttrMethod · 0.80
implMethod · 0.80

Tested by

no test coverage detected