Jin Shang

Results 4 issues of Jin Shang

InExpression is not implemented yet. All other grammars are ready.

lang-c++
gandiva

The current Filter implementation always drops the filtered values. In some use cases, it's desirable for the output array to have the same size as the inut array. So I...

lang-c++

### Describe the enhancement requested This is a follow up of https://github.com/apache/arrow/issues/36059#issuecomment-1592037527. There are many cases where we use a `MemoTable`, e.g. set lookup functions, vector hash functions, the `count_distinct`...

Type: enhancement
Component: C++

Add support for encoder-decoder models and T5 as an example. There are mainly two differences between enc-dec and decoder-only models. 1. The KVCache blocks of prompt and generated tokens are...

new model