mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-09-06 13:38:59 +00:00
feat: json expr planner (#8066)
Signed-off-by: luofucong <luofc@foxmail.com>
This commit is contained in:
@@ -439,12 +439,12 @@ fn json_struct_get(array: &ArrayRef, path: &str, with_type: Option<&DataType>) -
|
||||
/// use the third argument's type to determine the return type.
|
||||
#[derive(Debug, Display)]
|
||||
#[display("{}", Self::NAME.to_ascii_uppercase())]
|
||||
pub(super) struct JsonGetWithType {
|
||||
pub struct JsonGetWithType {
|
||||
signature: Signature,
|
||||
}
|
||||
|
||||
impl JsonGetWithType {
|
||||
pub(crate) const NAME: &'static str = "json_get";
|
||||
pub const NAME: &'static str = "json_get";
|
||||
}
|
||||
|
||||
impl Default for JsonGetWithType {
|
||||
|
||||
Reference in New Issue
Block a user