mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-09 06:42:57 +00:00
* fix: change Utf8Array indice type Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * refactor: remove unused sub-crate Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * feat: impl for both Logical and Execution plan Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * refactor: move test-util subcrate into table Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * test: table scan logical plan round trip Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * drop support of physical plan Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * fix warnings Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * rename trait fns to encode/decode Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * address review comments Signed-off-by: Ruihang Xia <waynestxia@gmail.com> Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
34 lines
681 B
TOML
34 lines
681 B
TOML
[workspace]
|
|
members = [
|
|
"src/api",
|
|
"src/catalog",
|
|
"src/client",
|
|
"src/cmd",
|
|
"src/common/base",
|
|
"src/common/error",
|
|
"src/common/function",
|
|
"src/common/function-macro",
|
|
"src/common/grpc",
|
|
"src/common/query",
|
|
"src/common/recordbatch",
|
|
"src/common/runtime",
|
|
"src/common/substrait",
|
|
"src/common/telemetry",
|
|
"src/common/time",
|
|
"src/datanode",
|
|
"src/datatypes",
|
|
"src/frontend",
|
|
"src/log-store",
|
|
"src/meta-client",
|
|
"src/meta-srv",
|
|
"src/object-store",
|
|
"src/query",
|
|
"src/script",
|
|
"src/servers",
|
|
"src/sql",
|
|
"src/storage",
|
|
"src/store-api",
|
|
"src/table",
|
|
"src/table-engine",
|
|
]
|