项目作者: LittleWuCoding

项目描述 :
A example adapter of Calcite. For self learn. May update from time to time.
高级语言: Java
项目地址: git://github.com/LittleWuCoding/handpro.git
创建时间: 2019-08-13T12:28:53Z
项目社区:https://github.com/LittleWuCoding/handpro

开源协议:

下载


handpro

A example adapter of Calcite. For self learn. May update from time to time.

This adapter get data from not table but some APIs likes GetData() etc.
So you can just think that the datasource are functions. You can modify or add functions in HandproAPI.java to support your needs.

Now, this adapter just support SCANNABLE Table. FILTERABLE Table and TRANSLATABLE table will be supprted in the short future.

Last, welcome to contrbute to this repository.