Uses of Interface
io.trino.operator.table.json.JsonTableColumn
Packages that use JsonTableColumn
-
Uses of JsonTableColumn in io.trino.operator.table.json
Classes in io.trino.operator.table.json that implement JsonTableColumnModifier and TypeClassDescriptionfinal recordfinal recordThis representation does not contain all properties of the column as specified in json_table invocation.final recordMethods in io.trino.operator.table.json that return types with arguments of type JsonTableColumnModifier and TypeMethodDescriptionJsonTablePlanLeaf.columns()Returns the value of thecolumnsrecord component.JsonTablePlanSingle.columns()Returns the value of thecolumnsrecord component.Constructor parameters in io.trino.operator.table.json with type arguments of type JsonTableColumnModifierConstructorDescriptionJsonTablePlanLeaf(IrJsonPath path, List<JsonTableColumn> columns) Creates an instance of aJsonTablePlanLeafrecord class.JsonTablePlanSingle(IrJsonPath path, List<JsonTableColumn> columns, boolean outer, JsonTablePlanNode child) Creates an instance of aJsonTablePlanSinglerecord class.