ast

package
v0.16.0-rc6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SqlTypeNameProto_name = map[int32]string{
		0:  "SqlTypeNameProto_BOOLEAN_",
		1:  "SqlTypeNameProto_TINYINT_",
		2:  "SqlTypeNameProto_SMALLINT_",
		3:  "SqlTypeNameProto_INTEGER_",
		4:  "SqlTypeNameProto_BIGINT_",
		5:  "SqlTypeNameProto_DECIMAL_",
		6:  "SqlTypeNameProto_FLOAT_",
		7:  "SqlTypeNameProto_REAL_",
		8:  "SqlTypeNameProto_DOUBLE_",
		9:  "SqlTypeNameProto_DATE_",
		10: "SqlTypeNameProto_TIME_",
		11: "SqlTypeNameProto_TIME_WITH_LOCAL_TIME_ZONE_",
		12: "SqlTypeNameProto_TIMESTAMP_",
		13: "SqlTypeNameProto_TIMESTAMP_WITH_LOCAL_TIME_ZONE_",
		14: "SqlTypeNameProto_INTERVAL_YEAR_",
		15: "SqlTypeNameProto_INTERVAL_YEAR_MONTH_",
		16: "SqlTypeNameProto_INTERVAL_MONTH_",
		17: "SqlTypeNameProto_INTERVAL_DAY_",
		18: "SqlTypeNameProto_INTERVAL_DAY_HOUR_",
		19: "SqlTypeNameProto_INTERVAL_DAY_MINUTE_",
		20: "SqlTypeNameProto_INTERVAL_DAY_SECOND_",
		21: "SqlTypeNameProto_INTERVAL_HOUR_",
		22: "SqlTypeNameProto_INTERVAL_HOUR_MINUTE_",
		23: "SqlTypeNameProto_INTERVAL_HOUR_SECOND_",
		24: "SqlTypeNameProto_INTERVAL_MINUTE_",
		25: "SqlTypeNameProto_INTERVAL_MINUTE_SECOND_",
		26: "SqlTypeNameProto_INTERVAL_SECOND_",
		27: "SqlTypeNameProto_CHAR_",
		28: "SqlTypeNameProto_VARCHAR_",
		29: "SqlTypeNameProto_BINARY_",
		30: "SqlTypeNameProto_VARBINARY_",
		31: "SqlTypeNameProto_NULL_",
		32: "SqlTypeNameProto_UNKNOWN_",
		33: "SqlTypeNameProto_ANY_",
		34: "SqlTypeNameProto_SYMBOL_",
		35: "SqlTypeNameProto_MULTISET_",
		36: "SqlTypeNameProto_ARRAY_",
		37: "SqlTypeNameProto_MAP_",
		38: "SqlTypeNameProto_DISTINCT_",
		39: "SqlTypeNameProto_STRUCTURED_",
		40: "SqlTypeNameProto_ROW_",
		41: "SqlTypeNameProto_OTHER_",
		42: "SqlTypeNameProto_CURSOR_",
		43: "SqlTypeNameProto_COLUMN_LIST_",
		44: "SqlTypeNameProto_DYNAMIC_STAR_",
		45: "SqlTypeNameProto_GEOMETRY_",
		46: "SqlTypeNameProto_SARG_",
	}
	SqlTypeNameProto_value = map[string]int32{
		"SqlTypeNameProto_BOOLEAN_":                        0,
		"SqlTypeNameProto_TINYINT_":                        1,
		"SqlTypeNameProto_SMALLINT_":                       2,
		"SqlTypeNameProto_INTEGER_":                        3,
		"SqlTypeNameProto_BIGINT_":                         4,
		"SqlTypeNameProto_DECIMAL_":                        5,
		"SqlTypeNameProto_FLOAT_":                          6,
		"SqlTypeNameProto_REAL_":                           7,
		"SqlTypeNameProto_DOUBLE_":                         8,
		"SqlTypeNameProto_DATE_":                           9,
		"SqlTypeNameProto_TIME_":                           10,
		"SqlTypeNameProto_TIME_WITH_LOCAL_TIME_ZONE_":      11,
		"SqlTypeNameProto_TIMESTAMP_":                      12,
		"SqlTypeNameProto_TIMESTAMP_WITH_LOCAL_TIME_ZONE_": 13,
		"SqlTypeNameProto_INTERVAL_YEAR_":                  14,
		"SqlTypeNameProto_INTERVAL_YEAR_MONTH_":            15,
		"SqlTypeNameProto_INTERVAL_MONTH_":                 16,
		"SqlTypeNameProto_INTERVAL_DAY_":                   17,
		"SqlTypeNameProto_INTERVAL_DAY_HOUR_":              18,
		"SqlTypeNameProto_INTERVAL_DAY_MINUTE_":            19,
		"SqlTypeNameProto_INTERVAL_DAY_SECOND_":            20,
		"SqlTypeNameProto_INTERVAL_HOUR_":                  21,
		"SqlTypeNameProto_INTERVAL_HOUR_MINUTE_":           22,
		"SqlTypeNameProto_INTERVAL_HOUR_SECOND_":           23,
		"SqlTypeNameProto_INTERVAL_MINUTE_":                24,
		"SqlTypeNameProto_INTERVAL_MINUTE_SECOND_":         25,
		"SqlTypeNameProto_INTERVAL_SECOND_":                26,
		"SqlTypeNameProto_CHAR_":                           27,
		"SqlTypeNameProto_VARCHAR_":                        28,
		"SqlTypeNameProto_BINARY_":                         29,
		"SqlTypeNameProto_VARBINARY_":                      30,
		"SqlTypeNameProto_NULL_":                           31,
		"SqlTypeNameProto_UNKNOWN_":                        32,
		"SqlTypeNameProto_ANY_":                            33,
		"SqlTypeNameProto_SYMBOL_":                         34,
		"SqlTypeNameProto_MULTISET_":                       35,
		"SqlTypeNameProto_ARRAY_":                          36,
		"SqlTypeNameProto_MAP_":                            37,
		"SqlTypeNameProto_DISTINCT_":                       38,
		"SqlTypeNameProto_STRUCTURED_":                     39,
		"SqlTypeNameProto_ROW_":                            40,
		"SqlTypeNameProto_OTHER_":                          41,
		"SqlTypeNameProto_CURSOR_":                         42,
		"SqlTypeNameProto_COLUMN_LIST_":                    43,
		"SqlTypeNameProto_DYNAMIC_STAR_":                   44,
		"SqlTypeNameProto_GEOMETRY_":                       45,
		"SqlTypeNameProto_SARG_":                           46,
	}
)

Enum value maps for SqlTypeNameProto.

View Source
var (
	CoercibilityProto_name = map[int32]string{
		0: "CoercibilityProto_EXPLICIT_",
		1: "CoercibilityProto_IMPLICIT_",
		2: "CoercibilityProto_COERCIBLE_",
		3: "CoercibilityProto_NONE_",
	}
	CoercibilityProto_value = map[string]int32{
		"CoercibilityProto_EXPLICIT_":  0,
		"CoercibilityProto_IMPLICIT_":  1,
		"CoercibilityProto_COERCIBLE_": 2,
		"CoercibilityProto_NONE_":      3,
	}
)

Enum value maps for CoercibilityProto.

View Source
var (
	TimeUnitRangeProto_name = map[int32]string{
		0:  "TimeUnitRangeProto_YEAR_",
		1:  "TimeUnitRangeProto_YEAR_TO_MONTH_",
		2:  "TimeUnitRangeProto_MONTH_",
		3:  "TimeUnitRangeProto_DAY_",
		4:  "TimeUnitRangeProto_DAY_TO_HOUR_",
		5:  "TimeUnitRangeProto_DAY_TO_MINUTE_",
		6:  "TimeUnitRangeProto_DAY_TO_SECOND_",
		7:  "TimeUnitRangeProto_HOUR_",
		8:  "TimeUnitRangeProto_HOUR_TO_MINUTE_",
		9:  "TimeUnitRangeProto_HOUR_TO_SECOND_",
		10: "TimeUnitRangeProto_MINUTE_",
		11: "TimeUnitRangeProto_MINUTE_TO_SECOND_",
		12: "TimeUnitRangeProto_SECOND_",
		13: "TimeUnitRangeProto_ISOYEAR_",
		14: "TimeUnitRangeProto_QUARTER_",
		15: "TimeUnitRangeProto_WEEK_",
		16: "TimeUnitRangeProto_MILLISECOND_",
		17: "TimeUnitRangeProto_MICROSECOND_",
		18: "TimeUnitRangeProto_NANOSECOND_",
		19: "TimeUnitRangeProto_DOW_",
		20: "TimeUnitRangeProto_ISODOW_",
		21: "TimeUnitRangeProto_DOY_",
		22: "TimeUnitRangeProto_EPOCH_",
		23: "TimeUnitRangeProto_DECADE_",
		24: "TimeUnitRangeProto_CENTURY_",
		25: "TimeUnitRangeProto_MILLENNIUM_",
	}
	TimeUnitRangeProto_value = map[string]int32{
		"TimeUnitRangeProto_YEAR_":             0,
		"TimeUnitRangeProto_YEAR_TO_MONTH_":    1,
		"TimeUnitRangeProto_MONTH_":            2,
		"TimeUnitRangeProto_DAY_":              3,
		"TimeUnitRangeProto_DAY_TO_HOUR_":      4,
		"TimeUnitRangeProto_DAY_TO_MINUTE_":    5,
		"TimeUnitRangeProto_DAY_TO_SECOND_":    6,
		"TimeUnitRangeProto_HOUR_":             7,
		"TimeUnitRangeProto_HOUR_TO_MINUTE_":   8,
		"TimeUnitRangeProto_HOUR_TO_SECOND_":   9,
		"TimeUnitRangeProto_MINUTE_":           10,
		"TimeUnitRangeProto_MINUTE_TO_SECOND_": 11,
		"TimeUnitRangeProto_SECOND_":           12,
		"TimeUnitRangeProto_ISOYEAR_":          13,
		"TimeUnitRangeProto_QUARTER_":          14,
		"TimeUnitRangeProto_WEEK_":             15,
		"TimeUnitRangeProto_MILLISECOND_":      16,
		"TimeUnitRangeProto_MICROSECOND_":      17,
		"TimeUnitRangeProto_NANOSECOND_":       18,
		"TimeUnitRangeProto_DOW_":              19,
		"TimeUnitRangeProto_ISODOW_":           20,
		"TimeUnitRangeProto_DOY_":              21,
		"TimeUnitRangeProto_EPOCH_":            22,
		"TimeUnitRangeProto_DECADE_":           23,
		"TimeUnitRangeProto_CENTURY_":          24,
		"TimeUnitRangeProto_MILLENNIUM_":       25,
	}
)

Enum value maps for TimeUnitRangeProto.

View Source
var (
	RelDataTypeComparabilityProto_name = map[int32]string{
		0: "RelDataTypeComparabilityProto_NONE_",
		1: "RelDataTypeComparabilityProto_UNORDERED_",
		2: "RelDataTypeComparabilityProto_ALL_",
	}
	RelDataTypeComparabilityProto_value = map[string]int32{
		"RelDataTypeComparabilityProto_NONE_":      0,
		"RelDataTypeComparabilityProto_UNORDERED_": 1,
		"RelDataTypeComparabilityProto_ALL_":       2,
	}
)

Enum value maps for RelDataTypeComparabilityProto.

View Source
var (
	SqlTypeFamilyProto_name = map[int32]string{
		0:  "SqlTypeFamilyProto_CHARACTER_",
		1:  "SqlTypeFamilyProto_BINARY_",
		2:  "SqlTypeFamilyProto_NUMERIC_",
		3:  "SqlTypeFamilyProto_DATE_",
		4:  "SqlTypeFamilyProto_TIME_",
		5:  "SqlTypeFamilyProto_TIMESTAMP_",
		6:  "SqlTypeFamilyProto_BOOLEAN_",
		7:  "SqlTypeFamilyProto_INTERVAL_YEAR_MONTH_",
		8:  "SqlTypeFamilyProto_INTERVAL_DAY_TIME_",
		9:  "SqlTypeFamilyProto_STRING_",
		10: "SqlTypeFamilyProto_APPROXIMATE_NUMERIC_",
		11: "SqlTypeFamilyProto_EXACT_NUMERIC_",
		12: "SqlTypeFamilyProto_DECIMAL_",
		13: "SqlTypeFamilyProto_INTEGER_",
		14: "SqlTypeFamilyProto_DATETIME_",
		15: "SqlTypeFamilyProto_DATETIME_INTERVAL_",
		16: "SqlTypeFamilyProto_MULTISET_",
		17: "SqlTypeFamilyProto_ARRAY_",
		18: "SqlTypeFamilyProto_MAP_",
		19: "SqlTypeFamilyProto_NULL_",
		20: "SqlTypeFamilyProto_ANY_",
		21: "SqlTypeFamilyProto_CURSOR_",
		22: "SqlTypeFamilyProto_COLUMN_LIST_",
		23: "SqlTypeFamilyProto_GEO_",
		24: "SqlTypeFamilyProto_IGNORE_",
	}
	SqlTypeFamilyProto_value = map[string]int32{
		"SqlTypeFamilyProto_CHARACTER_":           0,
		"SqlTypeFamilyProto_BINARY_":              1,
		"SqlTypeFamilyProto_NUMERIC_":             2,
		"SqlTypeFamilyProto_DATE_":                3,
		"SqlTypeFamilyProto_TIME_":                4,
		"SqlTypeFamilyProto_TIMESTAMP_":           5,
		"SqlTypeFamilyProto_BOOLEAN_":             6,
		"SqlTypeFamilyProto_INTERVAL_YEAR_MONTH_": 7,
		"SqlTypeFamilyProto_INTERVAL_DAY_TIME_":   8,
		"SqlTypeFamilyProto_STRING_":              9,
		"SqlTypeFamilyProto_APPROXIMATE_NUMERIC_": 10,
		"SqlTypeFamilyProto_EXACT_NUMERIC_":       11,
		"SqlTypeFamilyProto_DECIMAL_":             12,
		"SqlTypeFamilyProto_INTEGER_":             13,
		"SqlTypeFamilyProto_DATETIME_":            14,
		"SqlTypeFamilyProto_DATETIME_INTERVAL_":   15,
		"SqlTypeFamilyProto_MULTISET_":            16,
		"SqlTypeFamilyProto_ARRAY_":               17,
		"SqlTypeFamilyProto_MAP_":                 18,
		"SqlTypeFamilyProto_NULL_":                19,
		"SqlTypeFamilyProto_ANY_":                 20,
		"SqlTypeFamilyProto_CURSOR_":              21,
		"SqlTypeFamilyProto_COLUMN_LIST_":         22,
		"SqlTypeFamilyProto_GEO_":                 23,
		"SqlTypeFamilyProto_IGNORE_":              24,
	}
)

Enum value maps for SqlTypeFamilyProto.

View Source
var (
	StructKindProto_name = map[int32]string{
		0: "StructKindProto_NONE_",
		1: "StructKindProto_FULLY_QUALIFIED_",
		2: "StructKindProto_PEEK_FIELDS_DEFAULT_",
		3: "StructKindProto_PEEK_FIELDS_",
		4: "StructKindProto_PEEK_FIELDS_NO_EXPAND_",
	}
	StructKindProto_value = map[string]int32{
		"StructKindProto_NONE_":                  0,
		"StructKindProto_FULLY_QUALIFIED_":       1,
		"StructKindProto_PEEK_FIELDS_DEFAULT_":   2,
		"StructKindProto_PEEK_FIELDS_":           3,
		"StructKindProto_PEEK_FIELDS_NO_EXPAND_": 4,
	}
)

Enum value maps for StructKindProto.

View Source
var (
	HintOptionFormatProto_name = map[int32]string{
		0: "HintOptionFormatProto_EMPTY_",
		1: "HintOptionFormatProto_LITERAL_LIST_",
		2: "HintOptionFormatProto_ID_LIST_",
		3: "HintOptionFormatProto_KV_LIST_",
	}
	HintOptionFormatProto_value = map[string]int32{
		"HintOptionFormatProto_EMPTY_":        0,
		"HintOptionFormatProto_LITERAL_LIST_": 1,
		"HintOptionFormatProto_ID_LIST_":      2,
		"HintOptionFormatProto_KV_LIST_":      3,
	}
)

Enum value maps for HintOptionFormatProto.

View Source
var (
	SqlKindProto_name = map[int32]string{}/* 266 elements not displayed */

	SqlKindProto_value = map[string]int32{}/* 266 elements not displayed */

)

Enum value maps for SqlKindProto.

View Source
var (
	ConsistencyProto_name = map[int32]string{
		0: "ConsistencyProto_NONE_",
		1: "ConsistencyProto_COMPARE_",
		2: "ConsistencyProto_LEAST_RESTRICTIVE_",
	}
	ConsistencyProto_value = map[string]int32{
		"ConsistencyProto_NONE_":              0,
		"ConsistencyProto_COMPARE_":           1,
		"ConsistencyProto_LEAST_RESTRICTIVE_": 2,
	}
)

Enum value maps for ConsistencyProto.

View Source
var (
	CompositionProto_name = map[int32]string{
		0: "CompositionProto_AND_",
		1: "CompositionProto_OR_",
		2: "CompositionProto_SEQUENCE_",
		3: "CompositionProto_REPEAT_",
	}
	CompositionProto_value = map[string]int32{
		"CompositionProto_AND_":      0,
		"CompositionProto_OR_":       1,
		"CompositionProto_SEQUENCE_": 2,
		"CompositionProto_REPEAT_":   3,
	}
)

Enum value maps for CompositionProto.

View Source
var (
	SqlFunctionCategoryProto_name = map[int32]string{
		0:  "SqlFunctionCategoryProto_STRING_",
		1:  "SqlFunctionCategoryProto_NUMERIC_",
		2:  "SqlFunctionCategoryProto_TIMEDATE_",
		3:  "SqlFunctionCategoryProto_SYSTEM_",
		4:  "SqlFunctionCategoryProto_USER_DEFINED_FUNCTION_",
		5:  "SqlFunctionCategoryProto_USER_DEFINED_PROCEDURE_",
		6:  "SqlFunctionCategoryProto_USER_DEFINED_CONSTRUCTOR_",
		7:  "SqlFunctionCategoryProto_USER_DEFINED_SPECIFIC_FUNCTION_",
		8:  "SqlFunctionCategoryProto_USER_DEFINED_TABLE_FUNCTION_",
		9:  "SqlFunctionCategoryProto_USER_DEFINED_TABLE_SPECIFIC_FUNCTION_",
		10: "SqlFunctionCategoryProto_MATCH_RECOGNIZE_",
	}
	SqlFunctionCategoryProto_value = map[string]int32{
		"SqlFunctionCategoryProto_STRING_":                               0,
		"SqlFunctionCategoryProto_NUMERIC_":                              1,
		"SqlFunctionCategoryProto_TIMEDATE_":                             2,
		"SqlFunctionCategoryProto_SYSTEM_":                               3,
		"SqlFunctionCategoryProto_USER_DEFINED_FUNCTION_":                4,
		"SqlFunctionCategoryProto_USER_DEFINED_PROCEDURE_":               5,
		"SqlFunctionCategoryProto_USER_DEFINED_CONSTRUCTOR_":             6,
		"SqlFunctionCategoryProto_USER_DEFINED_SPECIFIC_FUNCTION_":       7,
		"SqlFunctionCategoryProto_USER_DEFINED_TABLE_FUNCTION_":          8,
		"SqlFunctionCategoryProto_USER_DEFINED_TABLE_SPECIFIC_FUNCTION_": 9,
		"SqlFunctionCategoryProto_MATCH_RECOGNIZE_":                      10,
	}
)

Enum value maps for SqlFunctionCategoryProto.

View Source
var (
	TimeUnitProto_name = map[int32]string{
		0:  "TimeUnitProto_YEAR_",
		1:  "TimeUnitProto_MONTH_",
		2:  "TimeUnitProto_DAY_",
		3:  "TimeUnitProto_HOUR_",
		4:  "TimeUnitProto_MINUTE_",
		5:  "TimeUnitProto_SECOND_",
		6:  "TimeUnitProto_QUARTER_",
		7:  "TimeUnitProto_ISOYEAR_",
		8:  "TimeUnitProto_WEEK_",
		9:  "TimeUnitProto_MILLISECOND_",
		10: "TimeUnitProto_MICROSECOND_",
		11: "TimeUnitProto_NANOSECOND_",
		12: "TimeUnitProto_DOW_",
		13: "TimeUnitProto_ISODOW_",
		14: "TimeUnitProto_DOY_",
		15: "TimeUnitProto_EPOCH_",
		16: "TimeUnitProto_DECADE_",
		17: "TimeUnitProto_CENTURY_",
		18: "TimeUnitProto_MILLENNIUM_",
	}
	TimeUnitProto_value = map[string]int32{
		"TimeUnitProto_YEAR_":        0,
		"TimeUnitProto_MONTH_":       1,
		"TimeUnitProto_DAY_":         2,
		"TimeUnitProto_HOUR_":        3,
		"TimeUnitProto_MINUTE_":      4,
		"TimeUnitProto_SECOND_":      5,
		"TimeUnitProto_QUARTER_":     6,
		"TimeUnitProto_ISOYEAR_":     7,
		"TimeUnitProto_WEEK_":        8,
		"TimeUnitProto_MILLISECOND_": 9,
		"TimeUnitProto_MICROSECOND_": 10,
		"TimeUnitProto_NANOSECOND_":  11,
		"TimeUnitProto_DOW_":         12,
		"TimeUnitProto_ISODOW_":      13,
		"TimeUnitProto_DOY_":         14,
		"TimeUnitProto_EPOCH_":       15,
		"TimeUnitProto_DECADE_":      16,
		"TimeUnitProto_CENTURY_":     17,
		"TimeUnitProto_MILLENNIUM_":  18,
	}
)

Enum value maps for TimeUnitProto.

View Source
var (
	ObjectPredicateProto_name = map[int32]string{
		0: "ObjectPredicateProto_ALWAYS_TRUE_",
		1: "ObjectPredicateProto_ALWAYS_FALSE_",
		2: "ObjectPredicateProto_IS_NULL_",
		3: "ObjectPredicateProto_NOT_NULL_",
	}
	ObjectPredicateProto_value = map[string]int32{
		"ObjectPredicateProto_ALWAYS_TRUE_":  0,
		"ObjectPredicateProto_ALWAYS_FALSE_": 1,
		"ObjectPredicateProto_IS_NULL_":      2,
		"ObjectPredicateProto_NOT_NULL_":     3,
	}
)

Enum value maps for ObjectPredicateProto.

View Source
var (
	OptionalityProto_name = map[int32]string{
		0: "OptionalityProto_MANDATORY_",
		1: "OptionalityProto_OPTIONAL_",
		2: "OptionalityProto_IGNORED_",
		3: "OptionalityProto_FORBIDDEN_",
	}
	OptionalityProto_value = map[string]int32{
		"OptionalityProto_MANDATORY_": 0,
		"OptionalityProto_OPTIONAL_":  1,
		"OptionalityProto_IGNORED_":   2,
		"OptionalityProto_FORBIDDEN_": 3,
	}
)

Enum value maps for OptionalityProto.

View Source
var (
	SqlJsonConstructorNullClauseProto_name = map[int32]string{
		0: "SqlJsonConstructorNullClauseProto_NULL_ON_NULL_",
		1: "SqlJsonConstructorNullClauseProto_ABSENT_ON_NULL_",
	}
	SqlJsonConstructorNullClauseProto_value = map[string]int32{
		"SqlJsonConstructorNullClauseProto_NULL_ON_NULL_":   0,
		"SqlJsonConstructorNullClauseProto_ABSENT_ON_NULL_": 1,
	}
)

Enum value maps for SqlJsonConstructorNullClauseProto.

View Source
var (
	SqlSyntaxProto_name = map[int32]string{
		0: "SqlSyntaxProto_FUNCTION_",
		1: "SqlSyntaxProto_FUNCTION_STAR_",
		2: "SqlSyntaxProto_ORDERED_FUNCTION_",
		3: "SqlSyntaxProto_BINARY_",
		4: "SqlSyntaxProto_PREFIX_",
		5: "SqlSyntaxProto_POSTFIX_",
		6: "SqlSyntaxProto_SPECIAL_",
		7: "SqlSyntaxProto_FUNCTION_ID_",
		8: "SqlSyntaxProto_INTERNAL_",
	}
	SqlSyntaxProto_value = map[string]int32{
		"SqlSyntaxProto_FUNCTION_":         0,
		"SqlSyntaxProto_FUNCTION_STAR_":    1,
		"SqlSyntaxProto_ORDERED_FUNCTION_": 2,
		"SqlSyntaxProto_BINARY_":           3,
		"SqlSyntaxProto_PREFIX_":           4,
		"SqlSyntaxProto_POSTFIX_":          5,
		"SqlSyntaxProto_SPECIAL_":          6,
		"SqlSyntaxProto_FUNCTION_ID_":      7,
		"SqlSyntaxProto_INTERNAL_":         8,
	}
)

Enum value maps for SqlSyntaxProto.

View Source
var (
	SqlModalityProto_name = map[int32]string{
		0: "SqlModalityProto_RELATION_",
		1: "SqlModalityProto_STREAM_",
	}
	SqlModalityProto_value = map[string]int32{
		"SqlModalityProto_RELATION_": 0,
		"SqlModalityProto_STREAM_":   1,
	}
)

Enum value maps for SqlModalityProto.

View Source
var (
	FlagProto_name = map[int32]string{
		0: "FlagProto_ASYMMETRIC_",
		1: "FlagProto_SYMMETRIC_",
	}
	FlagProto_value = map[string]int32{
		"FlagProto_ASYMMETRIC_": 0,
		"FlagProto_SYMMETRIC_":  1,
	}
)

Enum value maps for FlagProto.

View Source
var (
	ColumnStrategyProto_name = map[int32]string{
		0: "ColumnStrategyProto_NULLABLE_",
		1: "ColumnStrategyProto_NOT_NULLABLE_",
		2: "ColumnStrategyProto_DEFAULT_",
		3: "ColumnStrategyProto_STORED_",
		4: "ColumnStrategyProto_VIRTUAL_",
	}
	ColumnStrategyProto_value = map[string]int32{
		"ColumnStrategyProto_NULLABLE_":     0,
		"ColumnStrategyProto_NOT_NULLABLE_": 1,
		"ColumnStrategyProto_DEFAULT_":      2,
		"ColumnStrategyProto_STORED_":       3,
		"ColumnStrategyProto_VIRTUAL_":      4,
	}
)

Enum value maps for ColumnStrategyProto.

View Source
var File_sql_src_main_proto_ast_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AbstractListMultimapProto

type AbstractListMultimapProto struct {

	// Types that are assignable to AbstractListMultimapProto:
	//
	//	*AbstractListMultimapProto_ArrayListMultimapGwtSerializationDependenciesProto
	//	*AbstractListMultimapProto_ArrayListMultimapProto
	AbstractListMultimapProto isAbstractListMultimapProto_AbstractListMultimapProto `protobuf_oneof:"abstractListMultimapProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.AbstractListMultimap

func (*AbstractListMultimapProto) Descriptor deprecated

func (*AbstractListMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use AbstractListMultimapProto.ProtoReflect.Descriptor instead.

func (*AbstractListMultimapProto) GetAbstractListMultimapProto

func (m *AbstractListMultimapProto) GetAbstractListMultimapProto() isAbstractListMultimapProto_AbstractListMultimapProto

func (*AbstractListMultimapProto) GetArrayListMultimapGwtSerializationDependenciesProto

func (x *AbstractListMultimapProto) GetArrayListMultimapGwtSerializationDependenciesProto() *ArrayListMultimapGwtSerializationDependenciesProto

func (*AbstractListMultimapProto) GetArrayListMultimapProto

func (x *AbstractListMultimapProto) GetArrayListMultimapProto() *ArrayListMultimapProto

func (*AbstractListMultimapProto) ProtoMessage

func (*AbstractListMultimapProto) ProtoMessage()

func (*AbstractListMultimapProto) ProtoReflect

func (*AbstractListMultimapProto) Reset

func (x *AbstractListMultimapProto) Reset()

func (*AbstractListMultimapProto) String

func (x *AbstractListMultimapProto) String() string

type AbstractListMultimapProto_ArrayListMultimapGwtSerializationDependenciesProto

type AbstractListMultimapProto_ArrayListMultimapGwtSerializationDependenciesProto struct {
	ArrayListMultimapGwtSerializationDependenciesProto *ArrayListMultimapGwtSerializationDependenciesProto `protobuf:"bytes,1,opt,name=arrayListMultimapGwtSerializationDependenciesProto,proto3,oneof"`
}

type AbstractListMultimapProto_ArrayListMultimapProto

type AbstractListMultimapProto_ArrayListMultimapProto struct {
	ArrayListMultimapProto *ArrayListMultimapProto `protobuf:"bytes,2,opt,name=arrayListMultimapProto,proto3,oneof"`
}

type AbstractMapBasedMultimapProto

type AbstractMapBasedMultimapProto struct {

	// Types that are assignable to AbstractMapBasedMultimapProto:
	//
	//	*AbstractMapBasedMultimapProto_AbstractListMultimapProto
	//	*AbstractMapBasedMultimapProto_AbstractSetMultimapProto
	//	*AbstractMapBasedMultimapProto_ArrayListMultimapGwtSerializationDependenciesProto
	//	*AbstractMapBasedMultimapProto_LinkedHashMultimapGwtSerializationDependenciesProto
	//	*AbstractMapBasedMultimapProto_HashMultimapGwtSerializationDependenciesProto
	//	*AbstractMapBasedMultimapProto_AbstractSortedSetMultimapProto
	//	*AbstractMapBasedMultimapProto_ArrayListMultimapProto
	//	*AbstractMapBasedMultimapProto_LinkedHashMultimapProto
	//	*AbstractMapBasedMultimapProto_HashMultimapProto
	//	*AbstractMapBasedMultimapProto_AbstractSortedKeySortedSetMultimapProto
	//	*AbstractMapBasedMultimapProto_TreeMultimapProto
	AbstractMapBasedMultimapProto isAbstractMapBasedMultimapProto_AbstractMapBasedMultimapProto `protobuf_oneof:"abstractMapBasedMultimapProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.AbstractMapBasedMultimap

func (*AbstractMapBasedMultimapProto) Descriptor deprecated

func (*AbstractMapBasedMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use AbstractMapBasedMultimapProto.ProtoReflect.Descriptor instead.

func (*AbstractMapBasedMultimapProto) GetAbstractListMultimapProto

func (x *AbstractMapBasedMultimapProto) GetAbstractListMultimapProto() *AbstractListMultimapProto

func (*AbstractMapBasedMultimapProto) GetAbstractMapBasedMultimapProto

func (m *AbstractMapBasedMultimapProto) GetAbstractMapBasedMultimapProto() isAbstractMapBasedMultimapProto_AbstractMapBasedMultimapProto

func (*AbstractMapBasedMultimapProto) GetAbstractSetMultimapProto

func (x *AbstractMapBasedMultimapProto) GetAbstractSetMultimapProto() *AbstractSetMultimapProto

func (*AbstractMapBasedMultimapProto) GetAbstractSortedKeySortedSetMultimapProto

func (x *AbstractMapBasedMultimapProto) GetAbstractSortedKeySortedSetMultimapProto() *AbstractSortedKeySortedSetMultimapProto

func (*AbstractMapBasedMultimapProto) GetAbstractSortedSetMultimapProto

func (x *AbstractMapBasedMultimapProto) GetAbstractSortedSetMultimapProto() *AbstractSortedSetMultimapProto

func (*AbstractMapBasedMultimapProto) GetArrayListMultimapGwtSerializationDependenciesProto

func (x *AbstractMapBasedMultimapProto) GetArrayListMultimapGwtSerializationDependenciesProto() *ArrayListMultimapGwtSerializationDependenciesProto

func (*AbstractMapBasedMultimapProto) GetArrayListMultimapProto

func (x *AbstractMapBasedMultimapProto) GetArrayListMultimapProto() *ArrayListMultimapProto

func (*AbstractMapBasedMultimapProto) GetHashMultimapGwtSerializationDependenciesProto

func (x *AbstractMapBasedMultimapProto) GetHashMultimapGwtSerializationDependenciesProto() *HashMultimapGwtSerializationDependenciesProto

func (*AbstractMapBasedMultimapProto) GetHashMultimapProto

func (x *AbstractMapBasedMultimapProto) GetHashMultimapProto() *HashMultimapProto

func (*AbstractMapBasedMultimapProto) GetLinkedHashMultimapGwtSerializationDependenciesProto

func (x *AbstractMapBasedMultimapProto) GetLinkedHashMultimapGwtSerializationDependenciesProto() *LinkedHashMultimapGwtSerializationDependenciesProto

func (*AbstractMapBasedMultimapProto) GetLinkedHashMultimapProto

func (x *AbstractMapBasedMultimapProto) GetLinkedHashMultimapProto() *LinkedHashMultimapProto

func (*AbstractMapBasedMultimapProto) GetTreeMultimapProto

func (x *AbstractMapBasedMultimapProto) GetTreeMultimapProto() *TreeMultimapProto

func (*AbstractMapBasedMultimapProto) ProtoMessage

func (*AbstractMapBasedMultimapProto) ProtoMessage()

func (*AbstractMapBasedMultimapProto) ProtoReflect

func (*AbstractMapBasedMultimapProto) Reset

func (x *AbstractMapBasedMultimapProto) Reset()

func (*AbstractMapBasedMultimapProto) String

type AbstractMapBasedMultimapProto_AbstractListMultimapProto

type AbstractMapBasedMultimapProto_AbstractListMultimapProto struct {
	AbstractListMultimapProto *AbstractListMultimapProto `protobuf:"bytes,1,opt,name=abstractListMultimapProto,proto3,oneof"`
}

type AbstractMapBasedMultimapProto_AbstractSetMultimapProto

type AbstractMapBasedMultimapProto_AbstractSetMultimapProto struct {
	AbstractSetMultimapProto *AbstractSetMultimapProto `protobuf:"bytes,2,opt,name=abstractSetMultimapProto,proto3,oneof"`
}

type AbstractMapBasedMultimapProto_AbstractSortedKeySortedSetMultimapProto

type AbstractMapBasedMultimapProto_AbstractSortedKeySortedSetMultimapProto struct {
	AbstractSortedKeySortedSetMultimapProto *AbstractSortedKeySortedSetMultimapProto `protobuf:"bytes,10,opt,name=abstractSortedKeySortedSetMultimapProto,proto3,oneof"`
}

type AbstractMapBasedMultimapProto_AbstractSortedSetMultimapProto

type AbstractMapBasedMultimapProto_AbstractSortedSetMultimapProto struct {
	AbstractSortedSetMultimapProto *AbstractSortedSetMultimapProto `protobuf:"bytes,6,opt,name=abstractSortedSetMultimapProto,proto3,oneof"`
}

type AbstractMapBasedMultimapProto_ArrayListMultimapGwtSerializationDependenciesProto

type AbstractMapBasedMultimapProto_ArrayListMultimapGwtSerializationDependenciesProto struct {
	ArrayListMultimapGwtSerializationDependenciesProto *ArrayListMultimapGwtSerializationDependenciesProto `protobuf:"bytes,3,opt,name=arrayListMultimapGwtSerializationDependenciesProto,proto3,oneof"`
}

type AbstractMapBasedMultimapProto_ArrayListMultimapProto

type AbstractMapBasedMultimapProto_ArrayListMultimapProto struct {
	ArrayListMultimapProto *ArrayListMultimapProto `protobuf:"bytes,7,opt,name=arrayListMultimapProto,proto3,oneof"`
}

type AbstractMapBasedMultimapProto_HashMultimapGwtSerializationDependenciesProto

type AbstractMapBasedMultimapProto_HashMultimapGwtSerializationDependenciesProto struct {
	HashMultimapGwtSerializationDependenciesProto *HashMultimapGwtSerializationDependenciesProto `protobuf:"bytes,5,opt,name=hashMultimapGwtSerializationDependenciesProto,proto3,oneof"`
}

type AbstractMapBasedMultimapProto_HashMultimapProto

type AbstractMapBasedMultimapProto_HashMultimapProto struct {
	HashMultimapProto *HashMultimapProto `protobuf:"bytes,9,opt,name=hashMultimapProto,proto3,oneof"`
}

type AbstractMapBasedMultimapProto_LinkedHashMultimapGwtSerializationDependenciesProto

type AbstractMapBasedMultimapProto_LinkedHashMultimapGwtSerializationDependenciesProto struct {
	LinkedHashMultimapGwtSerializationDependenciesProto *LinkedHashMultimapGwtSerializationDependenciesProto `protobuf:"bytes,4,opt,name=linkedHashMultimapGwtSerializationDependenciesProto,proto3,oneof"`
}

type AbstractMapBasedMultimapProto_LinkedHashMultimapProto

type AbstractMapBasedMultimapProto_LinkedHashMultimapProto struct {
	LinkedHashMultimapProto *LinkedHashMultimapProto `protobuf:"bytes,8,opt,name=linkedHashMultimapProto,proto3,oneof"`
}

type AbstractMapBasedMultimapProto_TreeMultimapProto

type AbstractMapBasedMultimapProto_TreeMultimapProto struct {
	TreeMultimapProto *TreeMultimapProto `protobuf:"bytes,11,opt,name=treeMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto

type AbstractMultimapProto struct {

	// Types that are assignable to AbstractMultimapProto:
	//
	//	*AbstractMultimapProto_LinkedListMultimapProto
	//	*AbstractMultimapProto_AbstractMapBasedMultimapProto
	//	*AbstractMultimapProto_FilteredEntryMultimapProto
	//	*AbstractMultimapProto_BaseImmutableMultimapProto
	//	*AbstractMultimapProto_FilteredKeyMultimapProto
	//	*AbstractMultimapProto_AbstractListMultimapProto
	//	*AbstractMultimapProto_AbstractSetMultimapProto
	//	*AbstractMultimapProto_FilteredEntrySetMultimapProto
	//	*AbstractMultimapProto_ImmutableMultimapProto
	//	*AbstractMultimapProto_FilteredKeyListMultimapProto
	//	*AbstractMultimapProto_FilteredKeySetMultimapProto
	//	*AbstractMultimapProto_ArrayListMultimapGwtSerializationDependenciesProto
	//	*AbstractMultimapProto_LinkedHashMultimapGwtSerializationDependenciesProto
	//	*AbstractMultimapProto_HashMultimapGwtSerializationDependenciesProto
	//	*AbstractMultimapProto_AbstractSortedSetMultimapProto
	//	*AbstractMultimapProto_ImmutableListMultimapProto
	//	*AbstractMultimapProto_ImmutableSetMultimapProto
	//	*AbstractMultimapProto_ArrayListMultimapProto
	//	*AbstractMultimapProto_LinkedHashMultimapProto
	//	*AbstractMultimapProto_HashMultimapProto
	//	*AbstractMultimapProto_AbstractSortedKeySortedSetMultimapProto
	//	*AbstractMultimapProto_EmptyImmutableListMultimapProto
	//	*AbstractMultimapProto_EmptyImmutableSetMultimapProto
	//	*AbstractMultimapProto_TreeMultimapProto
	AbstractMultimapProto isAbstractMultimapProto_AbstractMultimapProto `protobuf_oneof:"abstractMultimapProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.AbstractMultimap

func (*AbstractMultimapProto) Descriptor deprecated

func (*AbstractMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use AbstractMultimapProto.ProtoReflect.Descriptor instead.

func (*AbstractMultimapProto) GetAbstractListMultimapProto

func (x *AbstractMultimapProto) GetAbstractListMultimapProto() *AbstractListMultimapProto

func (*AbstractMultimapProto) GetAbstractMapBasedMultimapProto

func (x *AbstractMultimapProto) GetAbstractMapBasedMultimapProto() *AbstractMapBasedMultimapProto

func (*AbstractMultimapProto) GetAbstractMultimapProto

func (m *AbstractMultimapProto) GetAbstractMultimapProto() isAbstractMultimapProto_AbstractMultimapProto

func (*AbstractMultimapProto) GetAbstractSetMultimapProto

func (x *AbstractMultimapProto) GetAbstractSetMultimapProto() *AbstractSetMultimapProto

func (*AbstractMultimapProto) GetAbstractSortedKeySortedSetMultimapProto

func (x *AbstractMultimapProto) GetAbstractSortedKeySortedSetMultimapProto() *AbstractSortedKeySortedSetMultimapProto

func (*AbstractMultimapProto) GetAbstractSortedSetMultimapProto

func (x *AbstractMultimapProto) GetAbstractSortedSetMultimapProto() *AbstractSortedSetMultimapProto

func (*AbstractMultimapProto) GetArrayListMultimapGwtSerializationDependenciesProto

func (x *AbstractMultimapProto) GetArrayListMultimapGwtSerializationDependenciesProto() *ArrayListMultimapGwtSerializationDependenciesProto

func (*AbstractMultimapProto) GetArrayListMultimapProto

func (x *AbstractMultimapProto) GetArrayListMultimapProto() *ArrayListMultimapProto

func (*AbstractMultimapProto) GetBaseImmutableMultimapProto

func (x *AbstractMultimapProto) GetBaseImmutableMultimapProto() *BaseImmutableMultimapProto

func (*AbstractMultimapProto) GetEmptyImmutableListMultimapProto

func (x *AbstractMultimapProto) GetEmptyImmutableListMultimapProto() *EmptyImmutableListMultimapProto

func (*AbstractMultimapProto) GetEmptyImmutableSetMultimapProto

func (x *AbstractMultimapProto) GetEmptyImmutableSetMultimapProto() *EmptyImmutableSetMultimapProto

func (*AbstractMultimapProto) GetFilteredEntryMultimapProto

func (x *AbstractMultimapProto) GetFilteredEntryMultimapProto() *FilteredEntryMultimapProto

func (*AbstractMultimapProto) GetFilteredEntrySetMultimapProto

func (x *AbstractMultimapProto) GetFilteredEntrySetMultimapProto() *FilteredEntrySetMultimapProto

func (*AbstractMultimapProto) GetFilteredKeyListMultimapProto

func (x *AbstractMultimapProto) GetFilteredKeyListMultimapProto() *FilteredKeyListMultimapProto

func (*AbstractMultimapProto) GetFilteredKeyMultimapProto

func (x *AbstractMultimapProto) GetFilteredKeyMultimapProto() *FilteredKeyMultimapProto

func (*AbstractMultimapProto) GetFilteredKeySetMultimapProto

func (x *AbstractMultimapProto) GetFilteredKeySetMultimapProto() *FilteredKeySetMultimapProto

func (*AbstractMultimapProto) GetHashMultimapGwtSerializationDependenciesProto

func (x *AbstractMultimapProto) GetHashMultimapGwtSerializationDependenciesProto() *HashMultimapGwtSerializationDependenciesProto

func (*AbstractMultimapProto) GetHashMultimapProto

func (x *AbstractMultimapProto) GetHashMultimapProto() *HashMultimapProto

func (*AbstractMultimapProto) GetImmutableListMultimapProto

func (x *AbstractMultimapProto) GetImmutableListMultimapProto() *ImmutableListMultimapProto

func (*AbstractMultimapProto) GetImmutableMultimapProto

func (x *AbstractMultimapProto) GetImmutableMultimapProto() *ImmutableMultimapProto

func (*AbstractMultimapProto) GetImmutableSetMultimapProto

func (x *AbstractMultimapProto) GetImmutableSetMultimapProto() *ImmutableSetMultimapProto

func (*AbstractMultimapProto) GetLinkedHashMultimapGwtSerializationDependenciesProto

func (x *AbstractMultimapProto) GetLinkedHashMultimapGwtSerializationDependenciesProto() *LinkedHashMultimapGwtSerializationDependenciesProto

func (*AbstractMultimapProto) GetLinkedHashMultimapProto

func (x *AbstractMultimapProto) GetLinkedHashMultimapProto() *LinkedHashMultimapProto

func (*AbstractMultimapProto) GetLinkedListMultimapProto

func (x *AbstractMultimapProto) GetLinkedListMultimapProto() *LinkedListMultimapProto

func (*AbstractMultimapProto) GetTreeMultimapProto

func (x *AbstractMultimapProto) GetTreeMultimapProto() *TreeMultimapProto

func (*AbstractMultimapProto) ProtoMessage

func (*AbstractMultimapProto) ProtoMessage()

func (*AbstractMultimapProto) ProtoReflect

func (x *AbstractMultimapProto) ProtoReflect() protoreflect.Message

func (*AbstractMultimapProto) Reset

func (x *AbstractMultimapProto) Reset()

func (*AbstractMultimapProto) String

func (x *AbstractMultimapProto) String() string

type AbstractMultimapProto_AbstractListMultimapProto

type AbstractMultimapProto_AbstractListMultimapProto struct {
	AbstractListMultimapProto *AbstractListMultimapProto `protobuf:"bytes,6,opt,name=abstractListMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_AbstractMapBasedMultimapProto

type AbstractMultimapProto_AbstractMapBasedMultimapProto struct {
	AbstractMapBasedMultimapProto *AbstractMapBasedMultimapProto `protobuf:"bytes,2,opt,name=abstractMapBasedMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_AbstractSetMultimapProto

type AbstractMultimapProto_AbstractSetMultimapProto struct {
	AbstractSetMultimapProto *AbstractSetMultimapProto `protobuf:"bytes,7,opt,name=abstractSetMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_AbstractSortedKeySortedSetMultimapProto

type AbstractMultimapProto_AbstractSortedKeySortedSetMultimapProto struct {
	AbstractSortedKeySortedSetMultimapProto *AbstractSortedKeySortedSetMultimapProto `protobuf:"bytes,21,opt,name=abstractSortedKeySortedSetMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_AbstractSortedSetMultimapProto

type AbstractMultimapProto_AbstractSortedSetMultimapProto struct {
	AbstractSortedSetMultimapProto *AbstractSortedSetMultimapProto `protobuf:"bytes,15,opt,name=abstractSortedSetMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_ArrayListMultimapGwtSerializationDependenciesProto

type AbstractMultimapProto_ArrayListMultimapGwtSerializationDependenciesProto struct {
	ArrayListMultimapGwtSerializationDependenciesProto *ArrayListMultimapGwtSerializationDependenciesProto `protobuf:"bytes,12,opt,name=arrayListMultimapGwtSerializationDependenciesProto,proto3,oneof"`
}

type AbstractMultimapProto_ArrayListMultimapProto

type AbstractMultimapProto_ArrayListMultimapProto struct {
	ArrayListMultimapProto *ArrayListMultimapProto `protobuf:"bytes,18,opt,name=arrayListMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_BaseImmutableMultimapProto

type AbstractMultimapProto_BaseImmutableMultimapProto struct {
	BaseImmutableMultimapProto *BaseImmutableMultimapProto `protobuf:"bytes,4,opt,name=baseImmutableMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_EmptyImmutableListMultimapProto

type AbstractMultimapProto_EmptyImmutableListMultimapProto struct {
	EmptyImmutableListMultimapProto *EmptyImmutableListMultimapProto `protobuf:"bytes,22,opt,name=emptyImmutableListMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_EmptyImmutableSetMultimapProto

type AbstractMultimapProto_EmptyImmutableSetMultimapProto struct {
	EmptyImmutableSetMultimapProto *EmptyImmutableSetMultimapProto `protobuf:"bytes,23,opt,name=emptyImmutableSetMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_FilteredEntryMultimapProto

type AbstractMultimapProto_FilteredEntryMultimapProto struct {
	FilteredEntryMultimapProto *FilteredEntryMultimapProto `protobuf:"bytes,3,opt,name=filteredEntryMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_FilteredEntrySetMultimapProto

type AbstractMultimapProto_FilteredEntrySetMultimapProto struct {
	FilteredEntrySetMultimapProto *FilteredEntrySetMultimapProto `protobuf:"bytes,8,opt,name=filteredEntrySetMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_FilteredKeyListMultimapProto

type AbstractMultimapProto_FilteredKeyListMultimapProto struct {
	FilteredKeyListMultimapProto *FilteredKeyListMultimapProto `protobuf:"bytes,10,opt,name=filteredKeyListMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_FilteredKeyMultimapProto

type AbstractMultimapProto_FilteredKeyMultimapProto struct {
	FilteredKeyMultimapProto *FilteredKeyMultimapProto `protobuf:"bytes,5,opt,name=filteredKeyMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_FilteredKeySetMultimapProto

type AbstractMultimapProto_FilteredKeySetMultimapProto struct {
	FilteredKeySetMultimapProto *FilteredKeySetMultimapProto `protobuf:"bytes,11,opt,name=filteredKeySetMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_HashMultimapGwtSerializationDependenciesProto

type AbstractMultimapProto_HashMultimapGwtSerializationDependenciesProto struct {
	HashMultimapGwtSerializationDependenciesProto *HashMultimapGwtSerializationDependenciesProto `protobuf:"bytes,14,opt,name=hashMultimapGwtSerializationDependenciesProto,proto3,oneof"`
}

type AbstractMultimapProto_HashMultimapProto

type AbstractMultimapProto_HashMultimapProto struct {
	HashMultimapProto *HashMultimapProto `protobuf:"bytes,20,opt,name=hashMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_ImmutableListMultimapProto

type AbstractMultimapProto_ImmutableListMultimapProto struct {
	ImmutableListMultimapProto *ImmutableListMultimapProto `protobuf:"bytes,16,opt,name=immutableListMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_ImmutableMultimapProto

type AbstractMultimapProto_ImmutableMultimapProto struct {
	ImmutableMultimapProto *ImmutableMultimapProto `protobuf:"bytes,9,opt,name=immutableMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_ImmutableSetMultimapProto

type AbstractMultimapProto_ImmutableSetMultimapProto struct {
	ImmutableSetMultimapProto *ImmutableSetMultimapProto `protobuf:"bytes,17,opt,name=immutableSetMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_LinkedHashMultimapGwtSerializationDependenciesProto

type AbstractMultimapProto_LinkedHashMultimapGwtSerializationDependenciesProto struct {
	LinkedHashMultimapGwtSerializationDependenciesProto *LinkedHashMultimapGwtSerializationDependenciesProto `protobuf:"bytes,13,opt,name=linkedHashMultimapGwtSerializationDependenciesProto,proto3,oneof"`
}

type AbstractMultimapProto_LinkedHashMultimapProto

type AbstractMultimapProto_LinkedHashMultimapProto struct {
	LinkedHashMultimapProto *LinkedHashMultimapProto `protobuf:"bytes,19,opt,name=linkedHashMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_LinkedListMultimapProto

type AbstractMultimapProto_LinkedListMultimapProto struct {
	LinkedListMultimapProto *LinkedListMultimapProto `protobuf:"bytes,1,opt,name=linkedListMultimapProto,proto3,oneof"`
}

type AbstractMultimapProto_TreeMultimapProto

type AbstractMultimapProto_TreeMultimapProto struct {
	TreeMultimapProto *TreeMultimapProto `protobuf:"bytes,24,opt,name=treeMultimapProto,proto3,oneof"`
}

type AbstractSchemaProto

type AbstractSchemaProto struct {
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.impl.AbstractSchema

func (*AbstractSchemaProto) Descriptor deprecated

func (*AbstractSchemaProto) Descriptor() ([]byte, []int)

Deprecated: Use AbstractSchemaProto.ProtoReflect.Descriptor instead.

func (*AbstractSchemaProto) ProtoMessage

func (*AbstractSchemaProto) ProtoMessage()

func (*AbstractSchemaProto) ProtoReflect

func (x *AbstractSchemaProto) ProtoReflect() protoreflect.Message

func (*AbstractSchemaProto) Reset

func (x *AbstractSchemaProto) Reset()

func (*AbstractSchemaProto) String

func (x *AbstractSchemaProto) String() string

type AbstractSetMultimapProto

type AbstractSetMultimapProto struct {

	// Types that are assignable to AbstractSetMultimapProto:
	//
	//	*AbstractSetMultimapProto_LinkedHashMultimapGwtSerializationDependenciesProto
	//	*AbstractSetMultimapProto_HashMultimapGwtSerializationDependenciesProto
	//	*AbstractSetMultimapProto_AbstractSortedSetMultimapProto
	//	*AbstractSetMultimapProto_LinkedHashMultimapProto
	//	*AbstractSetMultimapProto_HashMultimapProto
	//	*AbstractSetMultimapProto_AbstractSortedKeySortedSetMultimapProto
	//	*AbstractSetMultimapProto_TreeMultimapProto
	AbstractSetMultimapProto isAbstractSetMultimapProto_AbstractSetMultimapProto `protobuf_oneof:"abstractSetMultimapProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.AbstractSetMultimap

func (*AbstractSetMultimapProto) Descriptor deprecated

func (*AbstractSetMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use AbstractSetMultimapProto.ProtoReflect.Descriptor instead.

func (*AbstractSetMultimapProto) GetAbstractSetMultimapProto

func (m *AbstractSetMultimapProto) GetAbstractSetMultimapProto() isAbstractSetMultimapProto_AbstractSetMultimapProto

func (*AbstractSetMultimapProto) GetAbstractSortedKeySortedSetMultimapProto

func (x *AbstractSetMultimapProto) GetAbstractSortedKeySortedSetMultimapProto() *AbstractSortedKeySortedSetMultimapProto

func (*AbstractSetMultimapProto) GetAbstractSortedSetMultimapProto

func (x *AbstractSetMultimapProto) GetAbstractSortedSetMultimapProto() *AbstractSortedSetMultimapProto

func (*AbstractSetMultimapProto) GetHashMultimapGwtSerializationDependenciesProto

func (x *AbstractSetMultimapProto) GetHashMultimapGwtSerializationDependenciesProto() *HashMultimapGwtSerializationDependenciesProto

func (*AbstractSetMultimapProto) GetHashMultimapProto

func (x *AbstractSetMultimapProto) GetHashMultimapProto() *HashMultimapProto

func (*AbstractSetMultimapProto) GetLinkedHashMultimapGwtSerializationDependenciesProto

func (x *AbstractSetMultimapProto) GetLinkedHashMultimapGwtSerializationDependenciesProto() *LinkedHashMultimapGwtSerializationDependenciesProto

func (*AbstractSetMultimapProto) GetLinkedHashMultimapProto

func (x *AbstractSetMultimapProto) GetLinkedHashMultimapProto() *LinkedHashMultimapProto

func (*AbstractSetMultimapProto) GetTreeMultimapProto

func (x *AbstractSetMultimapProto) GetTreeMultimapProto() *TreeMultimapProto

func (*AbstractSetMultimapProto) ProtoMessage

func (*AbstractSetMultimapProto) ProtoMessage()

func (*AbstractSetMultimapProto) ProtoReflect

func (x *AbstractSetMultimapProto) ProtoReflect() protoreflect.Message

func (*AbstractSetMultimapProto) Reset

func (x *AbstractSetMultimapProto) Reset()

func (*AbstractSetMultimapProto) String

func (x *AbstractSetMultimapProto) String() string

type AbstractSetMultimapProto_AbstractSortedKeySortedSetMultimapProto

type AbstractSetMultimapProto_AbstractSortedKeySortedSetMultimapProto struct {
	AbstractSortedKeySortedSetMultimapProto *AbstractSortedKeySortedSetMultimapProto `protobuf:"bytes,6,opt,name=abstractSortedKeySortedSetMultimapProto,proto3,oneof"`
}

type AbstractSetMultimapProto_AbstractSortedSetMultimapProto

type AbstractSetMultimapProto_AbstractSortedSetMultimapProto struct {
	AbstractSortedSetMultimapProto *AbstractSortedSetMultimapProto `protobuf:"bytes,3,opt,name=abstractSortedSetMultimapProto,proto3,oneof"`
}

type AbstractSetMultimapProto_HashMultimapGwtSerializationDependenciesProto

type AbstractSetMultimapProto_HashMultimapGwtSerializationDependenciesProto struct {
	HashMultimapGwtSerializationDependenciesProto *HashMultimapGwtSerializationDependenciesProto `protobuf:"bytes,2,opt,name=hashMultimapGwtSerializationDependenciesProto,proto3,oneof"`
}

type AbstractSetMultimapProto_HashMultimapProto

type AbstractSetMultimapProto_HashMultimapProto struct {
	HashMultimapProto *HashMultimapProto `protobuf:"bytes,5,opt,name=hashMultimapProto,proto3,oneof"`
}

type AbstractSetMultimapProto_LinkedHashMultimapGwtSerializationDependenciesProto

type AbstractSetMultimapProto_LinkedHashMultimapGwtSerializationDependenciesProto struct {
	LinkedHashMultimapGwtSerializationDependenciesProto *LinkedHashMultimapGwtSerializationDependenciesProto `protobuf:"bytes,1,opt,name=linkedHashMultimapGwtSerializationDependenciesProto,proto3,oneof"`
}

type AbstractSetMultimapProto_LinkedHashMultimapProto

type AbstractSetMultimapProto_LinkedHashMultimapProto struct {
	LinkedHashMultimapProto *LinkedHashMultimapProto `protobuf:"bytes,4,opt,name=linkedHashMultimapProto,proto3,oneof"`
}

type AbstractSetMultimapProto_TreeMultimapProto

type AbstractSetMultimapProto_TreeMultimapProto struct {
	TreeMultimapProto *TreeMultimapProto `protobuf:"bytes,7,opt,name=treeMultimapProto,proto3,oneof"`
}

type AbstractSortedKeySortedSetMultimapProto

type AbstractSortedKeySortedSetMultimapProto struct {

	// Types that are assignable to AbstractSortedKeySortedSetMultimapProto:
	//
	//	*AbstractSortedKeySortedSetMultimapProto_TreeMultimapProto
	AbstractSortedKeySortedSetMultimapProto isAbstractSortedKeySortedSetMultimapProto_AbstractSortedKeySortedSetMultimapProto `protobuf_oneof:"abstractSortedKeySortedSetMultimapProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.AbstractSortedKeySortedSetMultimap

func (*AbstractSortedKeySortedSetMultimapProto) Descriptor deprecated

func (*AbstractSortedKeySortedSetMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use AbstractSortedKeySortedSetMultimapProto.ProtoReflect.Descriptor instead.

func (*AbstractSortedKeySortedSetMultimapProto) GetAbstractSortedKeySortedSetMultimapProto

func (m *AbstractSortedKeySortedSetMultimapProto) GetAbstractSortedKeySortedSetMultimapProto() isAbstractSortedKeySortedSetMultimapProto_AbstractSortedKeySortedSetMultimapProto

func (*AbstractSortedKeySortedSetMultimapProto) GetTreeMultimapProto

func (*AbstractSortedKeySortedSetMultimapProto) ProtoMessage

func (*AbstractSortedKeySortedSetMultimapProto) ProtoReflect

func (*AbstractSortedKeySortedSetMultimapProto) Reset

func (*AbstractSortedKeySortedSetMultimapProto) String

type AbstractSortedKeySortedSetMultimapProto_TreeMultimapProto

type AbstractSortedKeySortedSetMultimapProto_TreeMultimapProto struct {
	TreeMultimapProto *TreeMultimapProto `protobuf:"bytes,1,opt,name=treeMultimapProto,proto3,oneof"`
}

type AbstractSortedSetMultimapProto

type AbstractSortedSetMultimapProto struct {

	// Types that are assignable to AbstractSortedSetMultimapProto:
	//
	//	*AbstractSortedSetMultimapProto_AbstractSortedKeySortedSetMultimapProto
	//	*AbstractSortedSetMultimapProto_TreeMultimapProto
	AbstractSortedSetMultimapProto isAbstractSortedSetMultimapProto_AbstractSortedSetMultimapProto `protobuf_oneof:"abstractSortedSetMultimapProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.AbstractSortedSetMultimap

func (*AbstractSortedSetMultimapProto) Descriptor deprecated

func (*AbstractSortedSetMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use AbstractSortedSetMultimapProto.ProtoReflect.Descriptor instead.

func (*AbstractSortedSetMultimapProto) GetAbstractSortedKeySortedSetMultimapProto

func (x *AbstractSortedSetMultimapProto) GetAbstractSortedKeySortedSetMultimapProto() *AbstractSortedKeySortedSetMultimapProto

func (*AbstractSortedSetMultimapProto) GetAbstractSortedSetMultimapProto

func (m *AbstractSortedSetMultimapProto) GetAbstractSortedSetMultimapProto() isAbstractSortedSetMultimapProto_AbstractSortedSetMultimapProto

func (*AbstractSortedSetMultimapProto) GetTreeMultimapProto

func (x *AbstractSortedSetMultimapProto) GetTreeMultimapProto() *TreeMultimapProto

func (*AbstractSortedSetMultimapProto) ProtoMessage

func (*AbstractSortedSetMultimapProto) ProtoMessage()

func (*AbstractSortedSetMultimapProto) ProtoReflect

func (*AbstractSortedSetMultimapProto) Reset

func (x *AbstractSortedSetMultimapProto) Reset()

func (*AbstractSortedSetMultimapProto) String

type AbstractSortedSetMultimapProto_AbstractSortedKeySortedSetMultimapProto

type AbstractSortedSetMultimapProto_AbstractSortedKeySortedSetMultimapProto struct {
	AbstractSortedKeySortedSetMultimapProto *AbstractSortedKeySortedSetMultimapProto `protobuf:"bytes,1,opt,name=abstractSortedKeySortedSetMultimapProto,proto3,oneof"`
}

type AbstractSortedSetMultimapProto_TreeMultimapProto

type AbstractSortedSetMultimapProto_TreeMultimapProto struct {
	TreeMultimapProto *TreeMultimapProto `protobuf:"bytes,2,opt,name=treeMultimapProto,proto3,oneof"`
}

type AbstractSqlTypeProto

type AbstractSqlTypeProto struct {

	// Types that are assignable to AbstractSqlTypeProto:
	//
	//	*AbstractSqlTypeProto_MultisetSqlTypeProto
	//	*AbstractSqlTypeProto_ArraySqlTypeProto
	//	*AbstractSqlTypeProto_MapSqlTypeProto
	//	*AbstractSqlTypeProto_BasicSqlTypeProto
	//	*AbstractSqlTypeProto_IntervalSqlTypeProto
	//	*AbstractSqlTypeProto_ObjectSqlTypeProto
	AbstractSqlTypeProto isAbstractSqlTypeProto_AbstractSqlTypeProto `protobuf_oneof:"abstractSqlTypeProto"`
	TypeName             SqlTypeNameProto                            `protobuf:"varint,7,opt,name=typeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeName,omitempty"`
	IsNullable           bool                                        `protobuf:"varint,8,opt,name=isNullable,proto3" json:"isNullable,omitempty"`
	FieldList            []*RelDataTypeFieldProto                    `protobuf:"bytes,9,rep,name=fieldList,proto3" json:"fieldList,omitempty"`
	Digest               string                                      `protobuf:"bytes,10,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.AbstractSqlType

func (*AbstractSqlTypeProto) Descriptor deprecated

func (*AbstractSqlTypeProto) Descriptor() ([]byte, []int)

Deprecated: Use AbstractSqlTypeProto.ProtoReflect.Descriptor instead.

func (*AbstractSqlTypeProto) GetAbstractSqlTypeProto

func (m *AbstractSqlTypeProto) GetAbstractSqlTypeProto() isAbstractSqlTypeProto_AbstractSqlTypeProto

func (*AbstractSqlTypeProto) GetArraySqlTypeProto

func (x *AbstractSqlTypeProto) GetArraySqlTypeProto() *ArraySqlTypeProto

func (*AbstractSqlTypeProto) GetBasicSqlTypeProto

func (x *AbstractSqlTypeProto) GetBasicSqlTypeProto() *BasicSqlTypeProto

func (*AbstractSqlTypeProto) GetDigest

func (x *AbstractSqlTypeProto) GetDigest() string

func (*AbstractSqlTypeProto) GetFieldList

func (x *AbstractSqlTypeProto) GetFieldList() []*RelDataTypeFieldProto

func (*AbstractSqlTypeProto) GetIntervalSqlTypeProto

func (x *AbstractSqlTypeProto) GetIntervalSqlTypeProto() *IntervalSqlTypeProto

func (*AbstractSqlTypeProto) GetIsNullable

func (x *AbstractSqlTypeProto) GetIsNullable() bool

func (*AbstractSqlTypeProto) GetMapSqlTypeProto

func (x *AbstractSqlTypeProto) GetMapSqlTypeProto() *MapSqlTypeProto

func (*AbstractSqlTypeProto) GetMultisetSqlTypeProto

func (x *AbstractSqlTypeProto) GetMultisetSqlTypeProto() *MultisetSqlTypeProto

func (*AbstractSqlTypeProto) GetObjectSqlTypeProto

func (x *AbstractSqlTypeProto) GetObjectSqlTypeProto() *ObjectSqlTypeProto

func (*AbstractSqlTypeProto) GetTypeName

func (x *AbstractSqlTypeProto) GetTypeName() SqlTypeNameProto

func (*AbstractSqlTypeProto) ProtoMessage

func (*AbstractSqlTypeProto) ProtoMessage()

func (*AbstractSqlTypeProto) ProtoReflect

func (x *AbstractSqlTypeProto) ProtoReflect() protoreflect.Message

func (*AbstractSqlTypeProto) Reset

func (x *AbstractSqlTypeProto) Reset()

func (*AbstractSqlTypeProto) String

func (x *AbstractSqlTypeProto) String() string

type AbstractSqlTypeProto_ArraySqlTypeProto

type AbstractSqlTypeProto_ArraySqlTypeProto struct {
	ArraySqlTypeProto *ArraySqlTypeProto `protobuf:"bytes,2,opt,name=arraySqlTypeProto,proto3,oneof"`
}

type AbstractSqlTypeProto_BasicSqlTypeProto

type AbstractSqlTypeProto_BasicSqlTypeProto struct {
	BasicSqlTypeProto *BasicSqlTypeProto `protobuf:"bytes,4,opt,name=basicSqlTypeProto,proto3,oneof"`
}

type AbstractSqlTypeProto_IntervalSqlTypeProto

type AbstractSqlTypeProto_IntervalSqlTypeProto struct {
	IntervalSqlTypeProto *IntervalSqlTypeProto `protobuf:"bytes,5,opt,name=intervalSqlTypeProto,proto3,oneof"`
}

type AbstractSqlTypeProto_MapSqlTypeProto

type AbstractSqlTypeProto_MapSqlTypeProto struct {
	MapSqlTypeProto *MapSqlTypeProto `protobuf:"bytes,3,opt,name=mapSqlTypeProto,proto3,oneof"`
}

type AbstractSqlTypeProto_MultisetSqlTypeProto

type AbstractSqlTypeProto_MultisetSqlTypeProto struct {
	MultisetSqlTypeProto *MultisetSqlTypeProto `protobuf:"bytes,1,opt,name=multisetSqlTypeProto,proto3,oneof"`
}

type AbstractSqlTypeProto_ObjectSqlTypeProto

type AbstractSqlTypeProto_ObjectSqlTypeProto struct {
	ObjectSqlTypeProto *ObjectSqlTypeProto `protobuf:"bytes,6,opt,name=objectSqlTypeProto,proto3,oneof"`
}

type AggregateFunctionImplProto

type AggregateFunctionImplProto struct {
	IsStatic        bool                      `protobuf:"varint,1,opt,name=isStatic,proto3" json:"isStatic,omitempty"`
	InitMethod      *MethodProto              `protobuf:"bytes,2,opt,name=initMethod,proto3" json:"initMethod,omitempty"`
	AddMethod       *MethodProto              `protobuf:"bytes,3,opt,name=addMethod,proto3" json:"addMethod,omitempty"`
	MergeMethod     *MethodProto              `protobuf:"bytes,4,opt,name=mergeMethod,proto3" json:"mergeMethod,omitempty"`
	ResultMethod    *MethodProto              `protobuf:"bytes,5,opt,name=resultMethod,proto3" json:"resultMethod,omitempty"`
	Parameters      []*FunctionParameterProto `protobuf:"bytes,6,rep,name=parameters,proto3" json:"parameters,omitempty"`
	AccumulatorType *ClassProto               `protobuf:"bytes,7,opt,name=accumulatorType,proto3" json:"accumulatorType,omitempty"`
	ResultType      *ClassProto               `protobuf:"bytes,8,opt,name=resultType,proto3" json:"resultType,omitempty"`
	DeclaringClass  *ClassProto               `protobuf:"bytes,9,opt,name=declaringClass,proto3" json:"declaringClass,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.impl.AggregateFunctionImpl

func (*AggregateFunctionImplProto) Descriptor deprecated

func (*AggregateFunctionImplProto) Descriptor() ([]byte, []int)

Deprecated: Use AggregateFunctionImplProto.ProtoReflect.Descriptor instead.

func (*AggregateFunctionImplProto) GetAccumulatorType

func (x *AggregateFunctionImplProto) GetAccumulatorType() *ClassProto

func (*AggregateFunctionImplProto) GetAddMethod

func (x *AggregateFunctionImplProto) GetAddMethod() *MethodProto

func (*AggregateFunctionImplProto) GetDeclaringClass

func (x *AggregateFunctionImplProto) GetDeclaringClass() *ClassProto

func (*AggregateFunctionImplProto) GetInitMethod

func (x *AggregateFunctionImplProto) GetInitMethod() *MethodProto

func (*AggregateFunctionImplProto) GetIsStatic

func (x *AggregateFunctionImplProto) GetIsStatic() bool

func (*AggregateFunctionImplProto) GetMergeMethod

func (x *AggregateFunctionImplProto) GetMergeMethod() *MethodProto

func (*AggregateFunctionImplProto) GetParameters

func (x *AggregateFunctionImplProto) GetParameters() []*FunctionParameterProto

func (*AggregateFunctionImplProto) GetResultMethod

func (x *AggregateFunctionImplProto) GetResultMethod() *MethodProto

func (*AggregateFunctionImplProto) GetResultType

func (x *AggregateFunctionImplProto) GetResultType() *ClassProto

func (*AggregateFunctionImplProto) ProtoMessage

func (*AggregateFunctionImplProto) ProtoMessage()

func (*AggregateFunctionImplProto) ProtoReflect

func (*AggregateFunctionImplProto) Reset

func (x *AggregateFunctionImplProto) Reset()

func (*AggregateFunctionImplProto) String

func (x *AggregateFunctionImplProto) String() string

type AggregateFunctionProto

type AggregateFunctionProto struct {

	// Types that are assignable to AggregateFunctionProto:
	//
	//	*AggregateFunctionProto_ImplementableAggFunctionProto
	//	*AggregateFunctionProto_AggregateFunctionImplProto
	AggregateFunctionProto isAggregateFunctionProto_AggregateFunctionProto `protobuf_oneof:"aggregateFunctionProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.AggregateFunction

func (*AggregateFunctionProto) Descriptor deprecated

func (*AggregateFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use AggregateFunctionProto.ProtoReflect.Descriptor instead.

func (*AggregateFunctionProto) GetAggregateFunctionImplProto

func (x *AggregateFunctionProto) GetAggregateFunctionImplProto() *AggregateFunctionImplProto

func (*AggregateFunctionProto) GetAggregateFunctionProto

func (m *AggregateFunctionProto) GetAggregateFunctionProto() isAggregateFunctionProto_AggregateFunctionProto

func (*AggregateFunctionProto) GetImplementableAggFunctionProto

func (x *AggregateFunctionProto) GetImplementableAggFunctionProto() *ImplementableAggFunctionProto

func (*AggregateFunctionProto) ProtoMessage

func (*AggregateFunctionProto) ProtoMessage()

func (*AggregateFunctionProto) ProtoReflect

func (x *AggregateFunctionProto) ProtoReflect() protoreflect.Message

func (*AggregateFunctionProto) Reset

func (x *AggregateFunctionProto) Reset()

func (*AggregateFunctionProto) String

func (x *AggregateFunctionProto) String() string

type AggregateFunctionProto_AggregateFunctionImplProto

type AggregateFunctionProto_AggregateFunctionImplProto struct {
	AggregateFunctionImplProto *AggregateFunctionImplProto `protobuf:"bytes,2,opt,name=aggregateFunctionImplProto,proto3,oneof"`
}

type AggregateFunctionProto_ImplementableAggFunctionProto

type AggregateFunctionProto_ImplementableAggFunctionProto struct {
	ImplementableAggFunctionProto *ImplementableAggFunctionProto `protobuf:"bytes,1,opt,name=implementableAggFunctionProto,proto3,oneof"`
}

type ArrayListMultimapGwtSerializationDependenciesProto

type ArrayListMultimapGwtSerializationDependenciesProto struct {

	// Types that are assignable to ArrayListMultimapGwtSerializationDependenciesProto:
	//
	//	*ArrayListMultimapGwtSerializationDependenciesProto_ArrayListMultimapProto
	ArrayListMultimapGwtSerializationDependenciesProto isArrayListMultimapGwtSerializationDependenciesProto_ArrayListMultimapGwtSerializationDependenciesProto `protobuf_oneof:"arrayListMultimapGwtSerializationDependenciesProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.ArrayListMultimapGwtSerializationDependencies

func (*ArrayListMultimapGwtSerializationDependenciesProto) Descriptor deprecated

Deprecated: Use ArrayListMultimapGwtSerializationDependenciesProto.ProtoReflect.Descriptor instead.

func (*ArrayListMultimapGwtSerializationDependenciesProto) GetArrayListMultimapGwtSerializationDependenciesProto

func (m *ArrayListMultimapGwtSerializationDependenciesProto) GetArrayListMultimapGwtSerializationDependenciesProto() isArrayListMultimapGwtSerializationDependenciesProto_ArrayListMultimapGwtSerializationDependenciesProto

func (*ArrayListMultimapGwtSerializationDependenciesProto) GetArrayListMultimapProto

func (*ArrayListMultimapGwtSerializationDependenciesProto) ProtoMessage

func (*ArrayListMultimapGwtSerializationDependenciesProto) ProtoReflect

func (*ArrayListMultimapGwtSerializationDependenciesProto) Reset

func (*ArrayListMultimapGwtSerializationDependenciesProto) String

type ArrayListMultimapGwtSerializationDependenciesProto_ArrayListMultimapProto

type ArrayListMultimapGwtSerializationDependenciesProto_ArrayListMultimapProto struct {
	ArrayListMultimapProto *ArrayListMultimapProto `protobuf:"bytes,1,opt,name=arrayListMultimapProto,proto3,oneof"`
}

type ArrayListMultimapProto

type ArrayListMultimapProto struct {
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.ArrayListMultimap

func (*ArrayListMultimapProto) Descriptor deprecated

func (*ArrayListMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use ArrayListMultimapProto.ProtoReflect.Descriptor instead.

func (*ArrayListMultimapProto) ProtoMessage

func (*ArrayListMultimapProto) ProtoMessage()

func (*ArrayListMultimapProto) ProtoReflect

func (x *ArrayListMultimapProto) ProtoReflect() protoreflect.Message

func (*ArrayListMultimapProto) Reset

func (x *ArrayListMultimapProto) Reset()

func (*ArrayListMultimapProto) String

func (x *ArrayListMultimapProto) String() string

type ArraySqlTypeProto

type ArraySqlTypeProto struct {
	ElementType *RelDataTypeProto        `protobuf:"bytes,1,opt,name=elementType,proto3" json:"elementType,omitempty"`
	TypeName    SqlTypeNameProto         `protobuf:"varint,2,opt,name=typeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeName,omitempty"`
	IsNullable  bool                     `protobuf:"varint,3,opt,name=isNullable,proto3" json:"isNullable,omitempty"`
	FieldList   []*RelDataTypeFieldProto `protobuf:"bytes,4,rep,name=fieldList,proto3" json:"fieldList,omitempty"`
	Digest      string                   `protobuf:"bytes,5,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.ArraySqlType

func (*ArraySqlTypeProto) Descriptor deprecated

func (*ArraySqlTypeProto) Descriptor() ([]byte, []int)

Deprecated: Use ArraySqlTypeProto.ProtoReflect.Descriptor instead.

func (*ArraySqlTypeProto) GetDigest

func (x *ArraySqlTypeProto) GetDigest() string

func (*ArraySqlTypeProto) GetElementType

func (x *ArraySqlTypeProto) GetElementType() *RelDataTypeProto

func (*ArraySqlTypeProto) GetFieldList

func (x *ArraySqlTypeProto) GetFieldList() []*RelDataTypeFieldProto

func (*ArraySqlTypeProto) GetIsNullable

func (x *ArraySqlTypeProto) GetIsNullable() bool

func (*ArraySqlTypeProto) GetTypeName

func (x *ArraySqlTypeProto) GetTypeName() SqlTypeNameProto

func (*ArraySqlTypeProto) ProtoMessage

func (*ArraySqlTypeProto) ProtoMessage()

func (*ArraySqlTypeProto) ProtoReflect

func (x *ArraySqlTypeProto) ProtoReflect() protoreflect.Message

func (*ArraySqlTypeProto) Reset

func (x *ArraySqlTypeProto) Reset()

func (*ArraySqlTypeProto) String

func (x *ArraySqlTypeProto) String() string

type AssignableOperandTypeCheckerProto

type AssignableOperandTypeCheckerProto struct {
	ParamTypes []*RelDataTypeProto `protobuf:"bytes,1,rep,name=paramTypes,proto3" json:"paramTypes,omitempty"`
	ParamNames []string            `protobuf:"bytes,2,rep,name=paramNames,proto3" json:"paramNames,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.AssignableOperandTypeChecker

func (*AssignableOperandTypeCheckerProto) Descriptor deprecated

func (*AssignableOperandTypeCheckerProto) Descriptor() ([]byte, []int)

Deprecated: Use AssignableOperandTypeCheckerProto.ProtoReflect.Descriptor instead.

func (*AssignableOperandTypeCheckerProto) GetParamNames

func (x *AssignableOperandTypeCheckerProto) GetParamNames() []string

func (*AssignableOperandTypeCheckerProto) GetParamTypes

func (*AssignableOperandTypeCheckerProto) ProtoMessage

func (*AssignableOperandTypeCheckerProto) ProtoMessage()

func (*AssignableOperandTypeCheckerProto) ProtoReflect

func (*AssignableOperandTypeCheckerProto) Reset

func (*AssignableOperandTypeCheckerProto) String

type BaseImmutableMultimapProto

type BaseImmutableMultimapProto struct {

	// Types that are assignable to BaseImmutableMultimapProto:
	//
	//	*BaseImmutableMultimapProto_ImmutableMultimapProto
	//	*BaseImmutableMultimapProto_ImmutableListMultimapProto
	//	*BaseImmutableMultimapProto_ImmutableSetMultimapProto
	//	*BaseImmutableMultimapProto_EmptyImmutableListMultimapProto
	//	*BaseImmutableMultimapProto_EmptyImmutableSetMultimapProto
	BaseImmutableMultimapProto isBaseImmutableMultimapProto_BaseImmutableMultimapProto `protobuf_oneof:"baseImmutableMultimapProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.BaseImmutableMultimap

func (*BaseImmutableMultimapProto) Descriptor deprecated

func (*BaseImmutableMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use BaseImmutableMultimapProto.ProtoReflect.Descriptor instead.

func (*BaseImmutableMultimapProto) GetBaseImmutableMultimapProto

func (m *BaseImmutableMultimapProto) GetBaseImmutableMultimapProto() isBaseImmutableMultimapProto_BaseImmutableMultimapProto

func (*BaseImmutableMultimapProto) GetEmptyImmutableListMultimapProto

func (x *BaseImmutableMultimapProto) GetEmptyImmutableListMultimapProto() *EmptyImmutableListMultimapProto

func (*BaseImmutableMultimapProto) GetEmptyImmutableSetMultimapProto

func (x *BaseImmutableMultimapProto) GetEmptyImmutableSetMultimapProto() *EmptyImmutableSetMultimapProto

func (*BaseImmutableMultimapProto) GetImmutableListMultimapProto

func (x *BaseImmutableMultimapProto) GetImmutableListMultimapProto() *ImmutableListMultimapProto

func (*BaseImmutableMultimapProto) GetImmutableMultimapProto

func (x *BaseImmutableMultimapProto) GetImmutableMultimapProto() *ImmutableMultimapProto

func (*BaseImmutableMultimapProto) GetImmutableSetMultimapProto

func (x *BaseImmutableMultimapProto) GetImmutableSetMultimapProto() *ImmutableSetMultimapProto

func (*BaseImmutableMultimapProto) ProtoMessage

func (*BaseImmutableMultimapProto) ProtoMessage()

func (*BaseImmutableMultimapProto) ProtoReflect

func (*BaseImmutableMultimapProto) Reset

func (x *BaseImmutableMultimapProto) Reset()

func (*BaseImmutableMultimapProto) String

func (x *BaseImmutableMultimapProto) String() string

type BaseImmutableMultimapProto_EmptyImmutableListMultimapProto

type BaseImmutableMultimapProto_EmptyImmutableListMultimapProto struct {
	EmptyImmutableListMultimapProto *EmptyImmutableListMultimapProto `protobuf:"bytes,4,opt,name=emptyImmutableListMultimapProto,proto3,oneof"`
}

type BaseImmutableMultimapProto_EmptyImmutableSetMultimapProto

type BaseImmutableMultimapProto_EmptyImmutableSetMultimapProto struct {
	EmptyImmutableSetMultimapProto *EmptyImmutableSetMultimapProto `protobuf:"bytes,5,opt,name=emptyImmutableSetMultimapProto,proto3,oneof"`
}

type BaseImmutableMultimapProto_ImmutableListMultimapProto

type BaseImmutableMultimapProto_ImmutableListMultimapProto struct {
	ImmutableListMultimapProto *ImmutableListMultimapProto `protobuf:"bytes,2,opt,name=immutableListMultimapProto,proto3,oneof"`
}

type BaseImmutableMultimapProto_ImmutableMultimapProto

type BaseImmutableMultimapProto_ImmutableMultimapProto struct {
	ImmutableMultimapProto *ImmutableMultimapProto `protobuf:"bytes,1,opt,name=immutableMultimapProto,proto3,oneof"`
}

type BaseImmutableMultimapProto_ImmutableSetMultimapProto

type BaseImmutableMultimapProto_ImmutableSetMultimapProto struct {
	ImmutableSetMultimapProto *ImmutableSetMultimapProto `protobuf:"bytes,3,opt,name=immutableSetMultimapProto,proto3,oneof"`
}

type BasicSqlTypeProto

type BasicSqlTypeProto struct {
	Precision      int32                     `protobuf:"zigzag32,1,opt,name=precision,proto3" json:"precision,omitempty"`
	Scale          int32                     `protobuf:"zigzag32,2,opt,name=scale,proto3" json:"scale,omitempty"`
	TypeSystem     *RelDataTypeSystemProto   `protobuf:"bytes,3,opt,name=typeSystem,proto3" json:"typeSystem,omitempty"`
	Collation      *SqlCollationProto        `protobuf:"bytes,4,opt,name=collation,proto3" json:"collation,omitempty"`
	WrappedCharset *SerializableCharsetProto `protobuf:"bytes,5,opt,name=wrappedCharset,proto3" json:"wrappedCharset,omitempty"`
	TypeName       SqlTypeNameProto          `protobuf:"varint,6,opt,name=typeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeName,omitempty"`
	IsNullable     bool                      `protobuf:"varint,7,opt,name=isNullable,proto3" json:"isNullable,omitempty"`
	FieldList      []*RelDataTypeFieldProto  `protobuf:"bytes,8,rep,name=fieldList,proto3" json:"fieldList,omitempty"`
	Digest         string                    `protobuf:"bytes,9,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.BasicSqlType

func (*BasicSqlTypeProto) Descriptor deprecated

func (*BasicSqlTypeProto) Descriptor() ([]byte, []int)

Deprecated: Use BasicSqlTypeProto.ProtoReflect.Descriptor instead.

func (*BasicSqlTypeProto) GetCollation

func (x *BasicSqlTypeProto) GetCollation() *SqlCollationProto

func (*BasicSqlTypeProto) GetDigest

func (x *BasicSqlTypeProto) GetDigest() string

func (*BasicSqlTypeProto) GetFieldList

func (x *BasicSqlTypeProto) GetFieldList() []*RelDataTypeFieldProto

func (*BasicSqlTypeProto) GetIsNullable

func (x *BasicSqlTypeProto) GetIsNullable() bool

func (*BasicSqlTypeProto) GetPrecision

func (x *BasicSqlTypeProto) GetPrecision() int32

func (*BasicSqlTypeProto) GetScale

func (x *BasicSqlTypeProto) GetScale() int32

func (*BasicSqlTypeProto) GetTypeName

func (x *BasicSqlTypeProto) GetTypeName() SqlTypeNameProto

func (*BasicSqlTypeProto) GetTypeSystem

func (x *BasicSqlTypeProto) GetTypeSystem() *RelDataTypeSystemProto

func (*BasicSqlTypeProto) GetWrappedCharset

func (x *BasicSqlTypeProto) GetWrappedCharset() *SerializableCharsetProto

func (*BasicSqlTypeProto) ProtoMessage

func (*BasicSqlTypeProto) ProtoMessage()

func (*BasicSqlTypeProto) ProtoReflect

func (x *BasicSqlTypeProto) ProtoReflect() protoreflect.Message

func (*BasicSqlTypeProto) Reset

func (x *BasicSqlTypeProto) Reset()

func (*BasicSqlTypeProto) String

func (x *BasicSqlTypeProto) String() string

type CachingCalciteSchemaProto

type CachingCalciteSchemaProto struct {

	// Types that are assignable to CachingCalciteSchemaProto:
	//
	//	*CachingCalciteSchemaProto_CalciteRootSchemaProto
	CachingCalciteSchemaProto isCachingCalciteSchemaProto_CachingCalciteSchemaProto `protobuf_oneof:"cachingCalciteSchemaProto"`
	Cache                     bool                                                  `protobuf:"varint,2,opt,name=cache,proto3" json:"cache,omitempty"`
	Parent                    *CalciteSchemaProto                                   `protobuf:"bytes,3,opt,name=parent,proto3" json:"parent,omitempty"`
	Schema                    *SchemaProto                                          `protobuf:"bytes,4,opt,name=schema,proto3" json:"schema,omitempty"`
	Name                      string                                                `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	TableMap                  *NameMapProto                                         `protobuf:"bytes,6,opt,name=tableMap,proto3" json:"tableMap,omitempty"`
	FunctionMap               *NameMultimapProto                                    `protobuf:"bytes,7,opt,name=functionMap,proto3" json:"functionMap,omitempty"`
	TypeMap                   *NameMapProto                                         `protobuf:"bytes,8,opt,name=typeMap,proto3" json:"typeMap,omitempty"`
	LatticeMap                *NameMapProto                                         `protobuf:"bytes,9,opt,name=latticeMap,proto3" json:"latticeMap,omitempty"`
	FunctionNames             *NameSetProto                                         `protobuf:"bytes,10,opt,name=functionNames,proto3" json:"functionNames,omitempty"`
	NullaryFunctionMap        *NameMapProto                                         `protobuf:"bytes,11,opt,name=nullaryFunctionMap,proto3" json:"nullaryFunctionMap,omitempty"`
	SubSchemaMap              *NameMapProto                                         `protobuf:"bytes,12,opt,name=subSchemaMap,proto3" json:"subSchemaMap,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.jdbc.CachingCalciteSchema

func (*CachingCalciteSchemaProto) Descriptor deprecated

func (*CachingCalciteSchemaProto) Descriptor() ([]byte, []int)

Deprecated: Use CachingCalciteSchemaProto.ProtoReflect.Descriptor instead.

func (*CachingCalciteSchemaProto) GetCache

func (x *CachingCalciteSchemaProto) GetCache() bool

func (*CachingCalciteSchemaProto) GetCachingCalciteSchemaProto

func (m *CachingCalciteSchemaProto) GetCachingCalciteSchemaProto() isCachingCalciteSchemaProto_CachingCalciteSchemaProto

func (*CachingCalciteSchemaProto) GetCalciteRootSchemaProto

func (x *CachingCalciteSchemaProto) GetCalciteRootSchemaProto() *CalciteRootSchemaProto

func (*CachingCalciteSchemaProto) GetFunctionMap

func (x *CachingCalciteSchemaProto) GetFunctionMap() *NameMultimapProto

func (*CachingCalciteSchemaProto) GetFunctionNames

func (x *CachingCalciteSchemaProto) GetFunctionNames() *NameSetProto

func (*CachingCalciteSchemaProto) GetLatticeMap

func (x *CachingCalciteSchemaProto) GetLatticeMap() *NameMapProto

func (*CachingCalciteSchemaProto) GetName

func (x *CachingCalciteSchemaProto) GetName() string

func (*CachingCalciteSchemaProto) GetNullaryFunctionMap

func (x *CachingCalciteSchemaProto) GetNullaryFunctionMap() *NameMapProto

func (*CachingCalciteSchemaProto) GetParent

func (*CachingCalciteSchemaProto) GetSchema

func (x *CachingCalciteSchemaProto) GetSchema() *SchemaProto

func (*CachingCalciteSchemaProto) GetSubSchemaMap

func (x *CachingCalciteSchemaProto) GetSubSchemaMap() *NameMapProto

func (*CachingCalciteSchemaProto) GetTableMap

func (x *CachingCalciteSchemaProto) GetTableMap() *NameMapProto

func (*CachingCalciteSchemaProto) GetTypeMap

func (x *CachingCalciteSchemaProto) GetTypeMap() *NameMapProto

func (*CachingCalciteSchemaProto) ProtoMessage

func (*CachingCalciteSchemaProto) ProtoMessage()

func (*CachingCalciteSchemaProto) ProtoReflect

func (*CachingCalciteSchemaProto) Reset

func (x *CachingCalciteSchemaProto) Reset()

func (*CachingCalciteSchemaProto) String

func (x *CachingCalciteSchemaProto) String() string

type CachingCalciteSchemaProto_CalciteRootSchemaProto

type CachingCalciteSchemaProto_CalciteRootSchemaProto struct {
	CalciteRootSchemaProto *CalciteRootSchemaProto `protobuf:"bytes,1,opt,name=calciteRootSchemaProto,proto3,oneof"`
}

type CalciteRootSchemaProto

type CalciteRootSchemaProto struct {
	Cache              bool                `protobuf:"varint,1,opt,name=cache,proto3" json:"cache,omitempty"`
	Parent             *CalciteSchemaProto `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	Schema             *SchemaProto        `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"`
	Name               string              `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	TableMap           *NameMapProto       `protobuf:"bytes,5,opt,name=tableMap,proto3" json:"tableMap,omitempty"`
	FunctionMap        *NameMultimapProto  `protobuf:"bytes,6,opt,name=functionMap,proto3" json:"functionMap,omitempty"`
	TypeMap            *NameMapProto       `protobuf:"bytes,7,opt,name=typeMap,proto3" json:"typeMap,omitempty"`
	LatticeMap         *NameMapProto       `protobuf:"bytes,8,opt,name=latticeMap,proto3" json:"latticeMap,omitempty"`
	FunctionNames      *NameSetProto       `protobuf:"bytes,9,opt,name=functionNames,proto3" json:"functionNames,omitempty"`
	NullaryFunctionMap *NameMapProto       `protobuf:"bytes,10,opt,name=nullaryFunctionMap,proto3" json:"nullaryFunctionMap,omitempty"`
	SubSchemaMap       *NameMapProto       `protobuf:"bytes,11,opt,name=subSchemaMap,proto3" json:"subSchemaMap,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.jdbc.CalciteRootSchema

func (*CalciteRootSchemaProto) Descriptor deprecated

func (*CalciteRootSchemaProto) Descriptor() ([]byte, []int)

Deprecated: Use CalciteRootSchemaProto.ProtoReflect.Descriptor instead.

func (*CalciteRootSchemaProto) GetCache

func (x *CalciteRootSchemaProto) GetCache() bool

func (*CalciteRootSchemaProto) GetFunctionMap

func (x *CalciteRootSchemaProto) GetFunctionMap() *NameMultimapProto

func (*CalciteRootSchemaProto) GetFunctionNames

func (x *CalciteRootSchemaProto) GetFunctionNames() *NameSetProto

func (*CalciteRootSchemaProto) GetLatticeMap

func (x *CalciteRootSchemaProto) GetLatticeMap() *NameMapProto

func (*CalciteRootSchemaProto) GetName

func (x *CalciteRootSchemaProto) GetName() string

func (*CalciteRootSchemaProto) GetNullaryFunctionMap

func (x *CalciteRootSchemaProto) GetNullaryFunctionMap() *NameMapProto

func (*CalciteRootSchemaProto) GetParent

func (*CalciteRootSchemaProto) GetSchema

func (x *CalciteRootSchemaProto) GetSchema() *SchemaProto

func (*CalciteRootSchemaProto) GetSubSchemaMap

func (x *CalciteRootSchemaProto) GetSubSchemaMap() *NameMapProto

func (*CalciteRootSchemaProto) GetTableMap

func (x *CalciteRootSchemaProto) GetTableMap() *NameMapProto

func (*CalciteRootSchemaProto) GetTypeMap

func (x *CalciteRootSchemaProto) GetTypeMap() *NameMapProto

func (*CalciteRootSchemaProto) ProtoMessage

func (*CalciteRootSchemaProto) ProtoMessage()

func (*CalciteRootSchemaProto) ProtoReflect

func (x *CalciteRootSchemaProto) ProtoReflect() protoreflect.Message

func (*CalciteRootSchemaProto) Reset

func (x *CalciteRootSchemaProto) Reset()

func (*CalciteRootSchemaProto) String

func (x *CalciteRootSchemaProto) String() string

type CalciteSchemaProto

type CalciteSchemaProto struct {

	// Types that are assignable to CalciteSchemaProto:
	//
	//	*CalciteSchemaProto_SimpleCalciteSchemaProto
	//	*CalciteSchemaProto_CachingCalciteSchemaProto
	//	*CalciteSchemaProto_CalciteRootSchemaProto
	CalciteSchemaProto isCalciteSchemaProto_CalciteSchemaProto `protobuf_oneof:"calciteSchemaProto"`
	Parent             *CalciteSchemaProto                     `protobuf:"bytes,4,opt,name=parent,proto3" json:"parent,omitempty"`
	Schema             *SchemaProto                            `protobuf:"bytes,5,opt,name=schema,proto3" json:"schema,omitempty"`
	Name               string                                  `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	TableMap           *NameMapProto                           `protobuf:"bytes,7,opt,name=tableMap,proto3" json:"tableMap,omitempty"`
	FunctionMap        *NameMultimapProto                      `protobuf:"bytes,8,opt,name=functionMap,proto3" json:"functionMap,omitempty"`
	TypeMap            *NameMapProto                           `protobuf:"bytes,9,opt,name=typeMap,proto3" json:"typeMap,omitempty"`
	LatticeMap         *NameMapProto                           `protobuf:"bytes,10,opt,name=latticeMap,proto3" json:"latticeMap,omitempty"`
	FunctionNames      *NameSetProto                           `protobuf:"bytes,11,opt,name=functionNames,proto3" json:"functionNames,omitempty"`
	NullaryFunctionMap *NameMapProto                           `protobuf:"bytes,12,opt,name=nullaryFunctionMap,proto3" json:"nullaryFunctionMap,omitempty"`
	SubSchemaMap       *NameMapProto                           `protobuf:"bytes,13,opt,name=subSchemaMap,proto3" json:"subSchemaMap,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.jdbc.CalciteSchema

func (*CalciteSchemaProto) Descriptor deprecated

func (*CalciteSchemaProto) Descriptor() ([]byte, []int)

Deprecated: Use CalciteSchemaProto.ProtoReflect.Descriptor instead.

func (*CalciteSchemaProto) GetCachingCalciteSchemaProto

func (x *CalciteSchemaProto) GetCachingCalciteSchemaProto() *CachingCalciteSchemaProto

func (*CalciteSchemaProto) GetCalciteRootSchemaProto

func (x *CalciteSchemaProto) GetCalciteRootSchemaProto() *CalciteRootSchemaProto

func (*CalciteSchemaProto) GetCalciteSchemaProto

func (m *CalciteSchemaProto) GetCalciteSchemaProto() isCalciteSchemaProto_CalciteSchemaProto

func (*CalciteSchemaProto) GetFunctionMap

func (x *CalciteSchemaProto) GetFunctionMap() *NameMultimapProto

func (*CalciteSchemaProto) GetFunctionNames

func (x *CalciteSchemaProto) GetFunctionNames() *NameSetProto

func (*CalciteSchemaProto) GetLatticeMap

func (x *CalciteSchemaProto) GetLatticeMap() *NameMapProto

func (*CalciteSchemaProto) GetName

func (x *CalciteSchemaProto) GetName() string

func (*CalciteSchemaProto) GetNullaryFunctionMap

func (x *CalciteSchemaProto) GetNullaryFunctionMap() *NameMapProto

func (*CalciteSchemaProto) GetParent

func (x *CalciteSchemaProto) GetParent() *CalciteSchemaProto

func (*CalciteSchemaProto) GetSchema

func (x *CalciteSchemaProto) GetSchema() *SchemaProto

func (*CalciteSchemaProto) GetSimpleCalciteSchemaProto

func (x *CalciteSchemaProto) GetSimpleCalciteSchemaProto() *SimpleCalciteSchemaProto

func (*CalciteSchemaProto) GetSubSchemaMap

func (x *CalciteSchemaProto) GetSubSchemaMap() *NameMapProto

func (*CalciteSchemaProto) GetTableMap

func (x *CalciteSchemaProto) GetTableMap() *NameMapProto

func (*CalciteSchemaProto) GetTypeMap

func (x *CalciteSchemaProto) GetTypeMap() *NameMapProto

func (*CalciteSchemaProto) ProtoMessage

func (*CalciteSchemaProto) ProtoMessage()

func (*CalciteSchemaProto) ProtoReflect

func (x *CalciteSchemaProto) ProtoReflect() protoreflect.Message

func (*CalciteSchemaProto) Reset

func (x *CalciteSchemaProto) Reset()

func (*CalciteSchemaProto) String

func (x *CalciteSchemaProto) String() string

type CalciteSchemaProto_CachingCalciteSchemaProto

type CalciteSchemaProto_CachingCalciteSchemaProto struct {
	CachingCalciteSchemaProto *CachingCalciteSchemaProto `protobuf:"bytes,2,opt,name=cachingCalciteSchemaProto,proto3,oneof"`
}

type CalciteSchemaProto_CalciteRootSchemaProto

type CalciteSchemaProto_CalciteRootSchemaProto struct {
	CalciteRootSchemaProto *CalciteRootSchemaProto `protobuf:"bytes,3,opt,name=calciteRootSchemaProto,proto3,oneof"`
}

type CalciteSchemaProto_SimpleCalciteSchemaProto

type CalciteSchemaProto_SimpleCalciteSchemaProto struct {
	SimpleCalciteSchemaProto *SimpleCalciteSchemaProto `protobuf:"bytes,1,opt,name=simpleCalciteSchemaProto,proto3,oneof"`
}

type CallImplementorProto

type CallImplementorProto struct {
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.adapter.enumerable.CallImplementor

func (*CallImplementorProto) Descriptor deprecated

func (*CallImplementorProto) Descriptor() ([]byte, []int)

Deprecated: Use CallImplementorProto.ProtoReflect.Descriptor instead.

func (*CallImplementorProto) ProtoMessage

func (*CallImplementorProto) ProtoMessage()

func (*CallImplementorProto) ProtoReflect

func (x *CallImplementorProto) ProtoReflect() protoreflect.Message

func (*CallImplementorProto) Reset

func (x *CallImplementorProto) Reset()

func (*CallImplementorProto) String

func (x *CallImplementorProto) String() string

type CharMatcherProto

type CharMatcherProto struct {

	// Types that are assignable to CharMatcherProto:
	//
	//	*CharMatcherProto_SmallCharMatcherProto
	CharMatcherProto isCharMatcherProto_CharMatcherProto `protobuf_oneof:"charMatcherProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.base.CharMatcher

func (*CharMatcherProto) Descriptor deprecated

func (*CharMatcherProto) Descriptor() ([]byte, []int)

Deprecated: Use CharMatcherProto.ProtoReflect.Descriptor instead.

func (*CharMatcherProto) GetCharMatcherProto

func (m *CharMatcherProto) GetCharMatcherProto() isCharMatcherProto_CharMatcherProto

func (*CharMatcherProto) GetSmallCharMatcherProto

func (x *CharMatcherProto) GetSmallCharMatcherProto() *SmallCharMatcherProto

func (*CharMatcherProto) ProtoMessage

func (*CharMatcherProto) ProtoMessage()

func (*CharMatcherProto) ProtoReflect

func (x *CharMatcherProto) ProtoReflect() protoreflect.Message

func (*CharMatcherProto) Reset

func (x *CharMatcherProto) Reset()

func (*CharMatcherProto) String

func (x *CharMatcherProto) String() string

type CharMatcherProto_SmallCharMatcherProto

type CharMatcherProto_SmallCharMatcherProto struct {
	SmallCharMatcherProto *SmallCharMatcherProto `protobuf:"bytes,1,opt,name=smallCharMatcherProto,proto3,oneof"`
}

type CharsetProto

type CharsetProto struct {
	// contains filtered or unexported fields
}

Java Class: java.nio.charset.Charset

func (*CharsetProto) Descriptor deprecated

func (*CharsetProto) Descriptor() ([]byte, []int)

Deprecated: Use CharsetProto.ProtoReflect.Descriptor instead.

func (*CharsetProto) ProtoMessage

func (*CharsetProto) ProtoMessage()

func (*CharsetProto) ProtoReflect

func (x *CharsetProto) ProtoReflect() protoreflect.Message

func (*CharsetProto) Reset

func (x *CharsetProto) Reset()

func (*CharsetProto) String

func (x *CharsetProto) String() string

type ClassProto

type ClassProto struct {
	// contains filtered or unexported fields
}

Java Class: java.lang.Class

func (*ClassProto) Descriptor deprecated

func (*ClassProto) Descriptor() ([]byte, []int)

Deprecated: Use ClassProto.ProtoReflect.Descriptor instead.

func (*ClassProto) ProtoMessage

func (*ClassProto) ProtoMessage()

func (*ClassProto) ProtoReflect

func (x *ClassProto) ProtoReflect() protoreflect.Message

func (*ClassProto) Reset

func (x *ClassProto) Reset()

func (*ClassProto) String

func (x *ClassProto) String() string

type CoercibilityProto

type CoercibilityProto int32
const (
	CoercibilityProto_CoercibilityProto_EXPLICIT_  CoercibilityProto = 0
	CoercibilityProto_CoercibilityProto_IMPLICIT_  CoercibilityProto = 1
	CoercibilityProto_CoercibilityProto_COERCIBLE_ CoercibilityProto = 2
	CoercibilityProto_CoercibilityProto_NONE_      CoercibilityProto = 3
)

func (CoercibilityProto) Descriptor

func (CoercibilityProto) Enum

func (CoercibilityProto) EnumDescriptor deprecated

func (CoercibilityProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use CoercibilityProto.Descriptor instead.

func (CoercibilityProto) Number

func (CoercibilityProto) String

func (x CoercibilityProto) String() string

func (CoercibilityProto) Type

type CollatorProto

type CollatorProto struct {
	// contains filtered or unexported fields
}

Java Class: java.text.Collator

func (*CollatorProto) Descriptor deprecated

func (*CollatorProto) Descriptor() ([]byte, []int)

Deprecated: Use CollatorProto.ProtoReflect.Descriptor instead.

func (*CollatorProto) ProtoMessage

func (*CollatorProto) ProtoMessage()

func (*CollatorProto) ProtoReflect

func (x *CollatorProto) ProtoReflect() protoreflect.Message

func (*CollatorProto) Reset

func (x *CollatorProto) Reset()

func (*CollatorProto) String

func (x *CollatorProto) String() string

type ColumnStrategyProto

type ColumnStrategyProto int32
const (
	ColumnStrategyProto_ColumnStrategyProto_NULLABLE_     ColumnStrategyProto = 0
	ColumnStrategyProto_ColumnStrategyProto_NOT_NULLABLE_ ColumnStrategyProto = 1
	ColumnStrategyProto_ColumnStrategyProto_DEFAULT_      ColumnStrategyProto = 2
	ColumnStrategyProto_ColumnStrategyProto_STORED_       ColumnStrategyProto = 3
	ColumnStrategyProto_ColumnStrategyProto_VIRTUAL_      ColumnStrategyProto = 4
)

func (ColumnStrategyProto) Descriptor

func (ColumnStrategyProto) Enum

func (ColumnStrategyProto) EnumDescriptor deprecated

func (ColumnStrategyProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use ColumnStrategyProto.Descriptor instead.

func (ColumnStrategyProto) Number

func (ColumnStrategyProto) String

func (x ColumnStrategyProto) String() string

func (ColumnStrategyProto) Type

type ComGoogleCommonBase_PredicateProto

type ComGoogleCommonBase_PredicateProto struct {

	// Types that are assignable to ComGoogleCommonBase_PredicateProto:
	//
	//	*ComGoogleCommonBase_PredicateProto_ObjectPredicateProto
	//	*ComGoogleCommonBase_PredicateProto_CharMatcherProto
	//	*ComGoogleCommonBase_PredicateProto_SmallCharMatcherProto
	ComGoogleCommonBase_PredicateProto isComGoogleCommonBase_PredicateProto_ComGoogleCommonBase_PredicateProto `protobuf_oneof:"com_google_common_base_PredicateProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.base.Predicate

func (*ComGoogleCommonBase_PredicateProto) Descriptor deprecated

func (*ComGoogleCommonBase_PredicateProto) Descriptor() ([]byte, []int)

Deprecated: Use ComGoogleCommonBase_PredicateProto.ProtoReflect.Descriptor instead.

func (*ComGoogleCommonBase_PredicateProto) GetCharMatcherProto

func (x *ComGoogleCommonBase_PredicateProto) GetCharMatcherProto() *CharMatcherProto

func (*ComGoogleCommonBase_PredicateProto) GetComGoogleCommonBase_PredicateProto

func (m *ComGoogleCommonBase_PredicateProto) GetComGoogleCommonBase_PredicateProto() isComGoogleCommonBase_PredicateProto_ComGoogleCommonBase_PredicateProto

func (*ComGoogleCommonBase_PredicateProto) GetObjectPredicateProto

func (x *ComGoogleCommonBase_PredicateProto) GetObjectPredicateProto() ObjectPredicateProto

func (*ComGoogleCommonBase_PredicateProto) GetSmallCharMatcherProto

func (x *ComGoogleCommonBase_PredicateProto) GetSmallCharMatcherProto() *SmallCharMatcherProto

func (*ComGoogleCommonBase_PredicateProto) ProtoMessage

func (*ComGoogleCommonBase_PredicateProto) ProtoMessage()

func (*ComGoogleCommonBase_PredicateProto) ProtoReflect

func (*ComGoogleCommonBase_PredicateProto) Reset

func (*ComGoogleCommonBase_PredicateProto) String

type ComGoogleCommonBase_PredicateProto_CharMatcherProto

type ComGoogleCommonBase_PredicateProto_CharMatcherProto struct {
	CharMatcherProto *CharMatcherProto `protobuf:"bytes,2,opt,name=charMatcherProto,proto3,oneof"`
}

type ComGoogleCommonBase_PredicateProto_ObjectPredicateProto

type ComGoogleCommonBase_PredicateProto_ObjectPredicateProto struct {
	ObjectPredicateProto ObjectPredicateProto `protobuf:"varint,1,opt,name=objectPredicateProto,proto3,enum=rill.sql.v1.ObjectPredicateProto,oneof"`
}

type ComGoogleCommonBase_PredicateProto_SmallCharMatcherProto

type ComGoogleCommonBase_PredicateProto_SmallCharMatcherProto struct {
	SmallCharMatcherProto *SmallCharMatcherProto `protobuf:"bytes,3,opt,name=smallCharMatcherProto,proto3,oneof"`
}

type ComparableOperandTypeCheckerProto

type ComparableOperandTypeCheckerProto struct {
	RequiredComparability RelDataTypeComparabilityProto `` /* 143-byte string literal not displayed */
	Consistency           ConsistencyProto              `protobuf:"varint,2,opt,name=consistency,proto3,enum=rill.sql.v1.ConsistencyProto" json:"consistency,omitempty"`
	NOperands             int32                         `protobuf:"zigzag32,3,opt,name=nOperands,proto3" json:"nOperands,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.ComparableOperandTypeChecker

func (*ComparableOperandTypeCheckerProto) Descriptor deprecated

func (*ComparableOperandTypeCheckerProto) Descriptor() ([]byte, []int)

Deprecated: Use ComparableOperandTypeCheckerProto.ProtoReflect.Descriptor instead.

func (*ComparableOperandTypeCheckerProto) GetConsistency

func (*ComparableOperandTypeCheckerProto) GetNOperands

func (x *ComparableOperandTypeCheckerProto) GetNOperands() int32

func (*ComparableOperandTypeCheckerProto) GetRequiredComparability

func (*ComparableOperandTypeCheckerProto) ProtoMessage

func (*ComparableOperandTypeCheckerProto) ProtoMessage()

func (*ComparableOperandTypeCheckerProto) ProtoReflect

func (*ComparableOperandTypeCheckerProto) Reset

func (*ComparableOperandTypeCheckerProto) String

type CompositeOperandTypeCheckerProto

type CompositeOperandTypeCheckerProto struct {

	// Types that are assignable to CompositeOperandTypeCheckerProto:
	//
	//	*CompositeOperandTypeCheckerProto_CompositeSingleOperandTypeCheckerProto
	CompositeOperandTypeCheckerProto isCompositeOperandTypeCheckerProto_CompositeOperandTypeCheckerProto `protobuf_oneof:"compositeOperandTypeCheckerProto"`
	Range                            *SqlOperandCountRangeProto                                          `protobuf:"bytes,2,opt,name=range,proto3" json:"range,omitempty"`
	Composition                      CompositionProto                                                    `protobuf:"varint,3,opt,name=composition,proto3,enum=rill.sql.v1.CompositionProto" json:"composition,omitempty"`
	AllowedSignatures                string                                                              `protobuf:"bytes,4,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.CompositeOperandTypeChecker

func (*CompositeOperandTypeCheckerProto) Descriptor deprecated

func (*CompositeOperandTypeCheckerProto) Descriptor() ([]byte, []int)

Deprecated: Use CompositeOperandTypeCheckerProto.ProtoReflect.Descriptor instead.

func (*CompositeOperandTypeCheckerProto) GetAllowedSignatures

func (x *CompositeOperandTypeCheckerProto) GetAllowedSignatures() string

func (*CompositeOperandTypeCheckerProto) GetCompositeOperandTypeCheckerProto

func (m *CompositeOperandTypeCheckerProto) GetCompositeOperandTypeCheckerProto() isCompositeOperandTypeCheckerProto_CompositeOperandTypeCheckerProto

func (*CompositeOperandTypeCheckerProto) GetCompositeSingleOperandTypeCheckerProto

func (x *CompositeOperandTypeCheckerProto) GetCompositeSingleOperandTypeCheckerProto() *CompositeSingleOperandTypeCheckerProto

func (*CompositeOperandTypeCheckerProto) GetComposition

func (*CompositeOperandTypeCheckerProto) GetRange

func (*CompositeOperandTypeCheckerProto) ProtoMessage

func (*CompositeOperandTypeCheckerProto) ProtoMessage()

func (*CompositeOperandTypeCheckerProto) ProtoReflect

func (*CompositeOperandTypeCheckerProto) Reset

func (*CompositeOperandTypeCheckerProto) String

type CompositeOperandTypeCheckerProto_CompositeSingleOperandTypeCheckerProto

type CompositeOperandTypeCheckerProto_CompositeSingleOperandTypeCheckerProto struct {
	CompositeSingleOperandTypeCheckerProto *CompositeSingleOperandTypeCheckerProto `protobuf:"bytes,1,opt,name=compositeSingleOperandTypeCheckerProto,proto3,oneof"`
}

type CompositeSingleOperandTypeCheckerProto

type CompositeSingleOperandTypeCheckerProto struct {
	Range             *SqlOperandCountRangeProto `protobuf:"bytes,1,opt,name=range,proto3" json:"range,omitempty"`
	Composition       CompositionProto           `protobuf:"varint,2,opt,name=composition,proto3,enum=rill.sql.v1.CompositionProto" json:"composition,omitempty"`
	AllowedSignatures string                     `protobuf:"bytes,3,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.CompositeSingleOperandTypeChecker

func (*CompositeSingleOperandTypeCheckerProto) Descriptor deprecated

func (*CompositeSingleOperandTypeCheckerProto) Descriptor() ([]byte, []int)

Deprecated: Use CompositeSingleOperandTypeCheckerProto.ProtoReflect.Descriptor instead.

func (*CompositeSingleOperandTypeCheckerProto) GetAllowedSignatures

func (x *CompositeSingleOperandTypeCheckerProto) GetAllowedSignatures() string

func (*CompositeSingleOperandTypeCheckerProto) GetComposition

func (*CompositeSingleOperandTypeCheckerProto) GetRange

func (*CompositeSingleOperandTypeCheckerProto) ProtoMessage

func (*CompositeSingleOperandTypeCheckerProto) ProtoReflect

func (*CompositeSingleOperandTypeCheckerProto) Reset

func (*CompositeSingleOperandTypeCheckerProto) String

type CompositionProto

type CompositionProto int32
const (
	CompositionProto_CompositionProto_AND_      CompositionProto = 0
	CompositionProto_CompositionProto_OR_       CompositionProto = 1
	CompositionProto_CompositionProto_SEQUENCE_ CompositionProto = 2
	CompositionProto_CompositionProto_REPEAT_   CompositionProto = 3
)

func (CompositionProto) Descriptor

func (CompositionProto) Enum

func (CompositionProto) EnumDescriptor deprecated

func (CompositionProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use CompositionProto.Descriptor instead.

func (CompositionProto) Number

func (CompositionProto) String

func (x CompositionProto) String() string

func (CompositionProto) Type

type ConsistencyProto

type ConsistencyProto int32
const (
	ConsistencyProto_ConsistencyProto_NONE_              ConsistencyProto = 0
	ConsistencyProto_ConsistencyProto_COMPARE_           ConsistencyProto = 1
	ConsistencyProto_ConsistencyProto_LEAST_RESTRICTIVE_ ConsistencyProto = 2
)

func (ConsistencyProto) Descriptor

func (ConsistencyProto) Enum

func (ConsistencyProto) EnumDescriptor deprecated

func (ConsistencyProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConsistencyProto.Descriptor instead.

func (ConsistencyProto) Number

func (ConsistencyProto) String

func (x ConsistencyProto) String() string

func (ConsistencyProto) Type

type CursorReturnTypeInferenceProto

type CursorReturnTypeInferenceProto struct {
	Ordinal int32 `protobuf:"zigzag32,1,opt,name=ordinal,proto3" json:"ordinal,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.CursorReturnTypeInference

func (*CursorReturnTypeInferenceProto) Descriptor deprecated

func (*CursorReturnTypeInferenceProto) Descriptor() ([]byte, []int)

Deprecated: Use CursorReturnTypeInferenceProto.ProtoReflect.Descriptor instead.

func (*CursorReturnTypeInferenceProto) GetOrdinal

func (x *CursorReturnTypeInferenceProto) GetOrdinal() int32

func (*CursorReturnTypeInferenceProto) ProtoMessage

func (*CursorReturnTypeInferenceProto) ProtoMessage()

func (*CursorReturnTypeInferenceProto) ProtoReflect

func (*CursorReturnTypeInferenceProto) Reset

func (x *CursorReturnTypeInferenceProto) Reset()

func (*CursorReturnTypeInferenceProto) String

type DelegatingSchemaProto

type DelegatingSchemaProto struct {
	Schema *SchemaProto `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.impl.DelegatingSchema

func (*DelegatingSchemaProto) Descriptor deprecated

func (*DelegatingSchemaProto) Descriptor() ([]byte, []int)

Deprecated: Use DelegatingSchemaProto.ProtoReflect.Descriptor instead.

func (*DelegatingSchemaProto) GetSchema

func (x *DelegatingSchemaProto) GetSchema() *SchemaProto

func (*DelegatingSchemaProto) ProtoMessage

func (*DelegatingSchemaProto) ProtoMessage()

func (*DelegatingSchemaProto) ProtoReflect

func (x *DelegatingSchemaProto) ProtoReflect() protoreflect.Message

func (*DelegatingSchemaProto) Reset

func (x *DelegatingSchemaProto) Reset()

func (*DelegatingSchemaProto) String

func (x *DelegatingSchemaProto) String() string

type DelegatingTypeSystemProto

type DelegatingTypeSystemProto struct {
	TypeSystem *RelDataTypeSystemProto `protobuf:"bytes,1,opt,name=typeSystem,proto3" json:"typeSystem,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.rel.type.DelegatingTypeSystem

func (*DelegatingTypeSystemProto) Descriptor deprecated

func (*DelegatingTypeSystemProto) Descriptor() ([]byte, []int)

Deprecated: Use DelegatingTypeSystemProto.ProtoReflect.Descriptor instead.

func (*DelegatingTypeSystemProto) GetTypeSystem

func (*DelegatingTypeSystemProto) ProtoMessage

func (*DelegatingTypeSystemProto) ProtoMessage()

func (*DelegatingTypeSystemProto) ProtoReflect

func (*DelegatingTypeSystemProto) Reset

func (x *DelegatingTypeSystemProto) Reset()

func (*DelegatingTypeSystemProto) String

func (x *DelegatingTypeSystemProto) String() string

type DynamicRecordTypeImplProto

type DynamicRecordTypeImplProto struct {
	Holder    *RelDataTypeHolderProto  `protobuf:"bytes,1,opt,name=holder,proto3" json:"holder,omitempty"`
	FieldList []*RelDataTypeFieldProto `protobuf:"bytes,2,rep,name=fieldList,proto3" json:"fieldList,omitempty"`
	Digest    string                   `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.rel.type.DynamicRecordTypeImpl

func (*DynamicRecordTypeImplProto) Descriptor deprecated

func (*DynamicRecordTypeImplProto) Descriptor() ([]byte, []int)

Deprecated: Use DynamicRecordTypeImplProto.ProtoReflect.Descriptor instead.

func (*DynamicRecordTypeImplProto) GetDigest

func (x *DynamicRecordTypeImplProto) GetDigest() string

func (*DynamicRecordTypeImplProto) GetFieldList

func (*DynamicRecordTypeImplProto) GetHolder

func (*DynamicRecordTypeImplProto) ProtoMessage

func (*DynamicRecordTypeImplProto) ProtoMessage()

func (*DynamicRecordTypeImplProto) ProtoReflect

func (*DynamicRecordTypeImplProto) Reset

func (x *DynamicRecordTypeImplProto) Reset()

func (*DynamicRecordTypeImplProto) String

func (x *DynamicRecordTypeImplProto) String() string

type DynamicRecordTypeProto

type DynamicRecordTypeProto struct {

	// Types that are assignable to DynamicRecordTypeProto:
	//
	//	*DynamicRecordTypeProto_DynamicRecordTypeImplProto
	DynamicRecordTypeProto isDynamicRecordTypeProto_DynamicRecordTypeProto `protobuf_oneof:"dynamicRecordTypeProto"`
	FieldList              []*RelDataTypeFieldProto                        `protobuf:"bytes,2,rep,name=fieldList,proto3" json:"fieldList,omitempty"`
	Digest                 string                                          `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.rel.type.DynamicRecordType

func (*DynamicRecordTypeProto) Descriptor deprecated

func (*DynamicRecordTypeProto) Descriptor() ([]byte, []int)

Deprecated: Use DynamicRecordTypeProto.ProtoReflect.Descriptor instead.

func (*DynamicRecordTypeProto) GetDigest

func (x *DynamicRecordTypeProto) GetDigest() string

func (*DynamicRecordTypeProto) GetDynamicRecordTypeImplProto

func (x *DynamicRecordTypeProto) GetDynamicRecordTypeImplProto() *DynamicRecordTypeImplProto

func (*DynamicRecordTypeProto) GetDynamicRecordTypeProto

func (m *DynamicRecordTypeProto) GetDynamicRecordTypeProto() isDynamicRecordTypeProto_DynamicRecordTypeProto

func (*DynamicRecordTypeProto) GetFieldList

func (x *DynamicRecordTypeProto) GetFieldList() []*RelDataTypeFieldProto

func (*DynamicRecordTypeProto) ProtoMessage

func (*DynamicRecordTypeProto) ProtoMessage()

func (*DynamicRecordTypeProto) ProtoReflect

func (x *DynamicRecordTypeProto) ProtoReflect() protoreflect.Message

func (*DynamicRecordTypeProto) Reset

func (x *DynamicRecordTypeProto) Reset()

func (*DynamicRecordTypeProto) String

func (x *DynamicRecordTypeProto) String() string

type DynamicRecordTypeProto_DynamicRecordTypeImplProto

type DynamicRecordTypeProto_DynamicRecordTypeImplProto struct {
	DynamicRecordTypeImplProto *DynamicRecordTypeImplProto `protobuf:"bytes,1,opt,name=dynamicRecordTypeImplProto,proto3,oneof"`
}

type EmptyImmutableListMultimapProto

type EmptyImmutableListMultimapProto struct {
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.EmptyImmutableListMultimap

func (*EmptyImmutableListMultimapProto) Descriptor deprecated

func (*EmptyImmutableListMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use EmptyImmutableListMultimapProto.ProtoReflect.Descriptor instead.

func (*EmptyImmutableListMultimapProto) ProtoMessage

func (*EmptyImmutableListMultimapProto) ProtoMessage()

func (*EmptyImmutableListMultimapProto) ProtoReflect

func (*EmptyImmutableListMultimapProto) Reset

func (*EmptyImmutableListMultimapProto) String

type EmptyImmutableSetMultimapProto

type EmptyImmutableSetMultimapProto struct {
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.EmptyImmutableSetMultimap

func (*EmptyImmutableSetMultimapProto) Descriptor deprecated

func (*EmptyImmutableSetMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use EmptyImmutableSetMultimapProto.ProtoReflect.Descriptor instead.

func (*EmptyImmutableSetMultimapProto) ProtoMessage

func (*EmptyImmutableSetMultimapProto) ProtoMessage()

func (*EmptyImmutableSetMultimapProto) ProtoReflect

func (*EmptyImmutableSetMultimapProto) Reset

func (x *EmptyImmutableSetMultimapProto) Reset()

func (*EmptyImmutableSetMultimapProto) String

type ExplicitOperandTypeCheckerProto

type ExplicitOperandTypeCheckerProto struct {
	Type *RelDataTypeProto `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.ExplicitOperandTypeChecker

func (*ExplicitOperandTypeCheckerProto) Descriptor deprecated

func (*ExplicitOperandTypeCheckerProto) Descriptor() ([]byte, []int)

Deprecated: Use ExplicitOperandTypeCheckerProto.ProtoReflect.Descriptor instead.

func (*ExplicitOperandTypeCheckerProto) GetType

func (*ExplicitOperandTypeCheckerProto) ProtoMessage

func (*ExplicitOperandTypeCheckerProto) ProtoMessage()

func (*ExplicitOperandTypeCheckerProto) ProtoReflect

func (*ExplicitOperandTypeCheckerProto) Reset

func (*ExplicitOperandTypeCheckerProto) String

type ExplicitOperandTypeInferenceProto

type ExplicitOperandTypeInferenceProto struct {
	ParamTypes []*RelDataTypeProto `protobuf:"bytes,1,rep,name=paramTypes,proto3" json:"paramTypes,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.ExplicitOperandTypeInference

func (*ExplicitOperandTypeInferenceProto) Descriptor deprecated

func (*ExplicitOperandTypeInferenceProto) Descriptor() ([]byte, []int)

Deprecated: Use ExplicitOperandTypeInferenceProto.ProtoReflect.Descriptor instead.

func (*ExplicitOperandTypeInferenceProto) GetParamTypes

func (*ExplicitOperandTypeInferenceProto) ProtoMessage

func (*ExplicitOperandTypeInferenceProto) ProtoMessage()

func (*ExplicitOperandTypeInferenceProto) ProtoReflect

func (*ExplicitOperandTypeInferenceProto) Reset

func (*ExplicitOperandTypeInferenceProto) String

type ExplicitReturnTypeInferenceProto

type ExplicitReturnTypeInferenceProto struct {

	// Types that are assignable to ExplicitReturnTypeInferenceProto:
	//
	//	*ExplicitReturnTypeInferenceProto_TableFunctionReturnTypeInferenceProto
	ExplicitReturnTypeInferenceProto isExplicitReturnTypeInferenceProto_ExplicitReturnTypeInferenceProto `protobuf_oneof:"explicitReturnTypeInferenceProto"`
	ProtoType                        *RelProtoDataTypeProto                                              `protobuf:"bytes,2,opt,name=protoType,proto3" json:"protoType,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.ExplicitReturnTypeInference

func (*ExplicitReturnTypeInferenceProto) Descriptor deprecated

func (*ExplicitReturnTypeInferenceProto) Descriptor() ([]byte, []int)

Deprecated: Use ExplicitReturnTypeInferenceProto.ProtoReflect.Descriptor instead.

func (*ExplicitReturnTypeInferenceProto) GetExplicitReturnTypeInferenceProto

func (m *ExplicitReturnTypeInferenceProto) GetExplicitReturnTypeInferenceProto() isExplicitReturnTypeInferenceProto_ExplicitReturnTypeInferenceProto

func (*ExplicitReturnTypeInferenceProto) GetProtoType

func (*ExplicitReturnTypeInferenceProto) GetTableFunctionReturnTypeInferenceProto

func (x *ExplicitReturnTypeInferenceProto) GetTableFunctionReturnTypeInferenceProto() *TableFunctionReturnTypeInferenceProto

func (*ExplicitReturnTypeInferenceProto) ProtoMessage

func (*ExplicitReturnTypeInferenceProto) ProtoMessage()

func (*ExplicitReturnTypeInferenceProto) ProtoReflect

func (*ExplicitReturnTypeInferenceProto) Reset

func (*ExplicitReturnTypeInferenceProto) String

type ExplicitReturnTypeInferenceProto_TableFunctionReturnTypeInferenceProto

type ExplicitReturnTypeInferenceProto_TableFunctionReturnTypeInferenceProto struct {
	TableFunctionReturnTypeInferenceProto *TableFunctionReturnTypeInferenceProto `protobuf:"bytes,1,opt,name=tableFunctionReturnTypeInferenceProto,proto3,oneof"`
}

type FamilyOperandTypeCheckerProto

type FamilyOperandTypeCheckerProto struct {

	// Types that are assignable to FamilyOperandTypeCheckerProto:
	//
	//	*FamilyOperandTypeCheckerProto_OperandMetadataImplProto
	FamilyOperandTypeCheckerProto isFamilyOperandTypeCheckerProto_FamilyOperandTypeCheckerProto `protobuf_oneof:"familyOperandTypeCheckerProto"`
	Families                      []SqlTypeFamilyProto                                          `protobuf:"varint,2,rep,packed,name=families,proto3,enum=rill.sql.v1.SqlTypeFamilyProto" json:"families,omitempty"`
	Optional                      *PredicateProto                                               `protobuf:"bytes,3,opt,name=optional,proto3" json:"optional,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.FamilyOperandTypeChecker

func (*FamilyOperandTypeCheckerProto) Descriptor deprecated

func (*FamilyOperandTypeCheckerProto) Descriptor() ([]byte, []int)

Deprecated: Use FamilyOperandTypeCheckerProto.ProtoReflect.Descriptor instead.

func (*FamilyOperandTypeCheckerProto) GetFamilies

func (*FamilyOperandTypeCheckerProto) GetFamilyOperandTypeCheckerProto

func (m *FamilyOperandTypeCheckerProto) GetFamilyOperandTypeCheckerProto() isFamilyOperandTypeCheckerProto_FamilyOperandTypeCheckerProto

func (*FamilyOperandTypeCheckerProto) GetOperandMetadataImplProto

func (x *FamilyOperandTypeCheckerProto) GetOperandMetadataImplProto() *OperandMetadataImplProto

func (*FamilyOperandTypeCheckerProto) GetOptional

func (*FamilyOperandTypeCheckerProto) ProtoMessage

func (*FamilyOperandTypeCheckerProto) ProtoMessage()

func (*FamilyOperandTypeCheckerProto) ProtoReflect

func (*FamilyOperandTypeCheckerProto) Reset

func (x *FamilyOperandTypeCheckerProto) Reset()

func (*FamilyOperandTypeCheckerProto) String

type FamilyOperandTypeCheckerProto_OperandMetadataImplProto

type FamilyOperandTypeCheckerProto_OperandMetadataImplProto struct {
	OperandMetadataImplProto *OperandMetadataImplProto `protobuf:"bytes,1,opt,name=operandMetadataImplProto,proto3,oneof"`
}

type FilteredEntryMultimapProto

type FilteredEntryMultimapProto struct {

	// Types that are assignable to FilteredEntryMultimapProto:
	//
	//	*FilteredEntryMultimapProto_FilteredEntrySetMultimapProto
	FilteredEntryMultimapProto isFilteredEntryMultimapProto_FilteredEntryMultimapProto `protobuf_oneof:"filteredEntryMultimapProto"`
	Unfiltered                 *MultimapProto                                          `protobuf:"bytes,2,opt,name=unfiltered,proto3" json:"unfiltered,omitempty"`
	Predicate                  *ComGoogleCommonBase_PredicateProto                     `protobuf:"bytes,3,opt,name=predicate,proto3" json:"predicate,omitempty"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.FilteredEntryMultimap

func (*FilteredEntryMultimapProto) Descriptor deprecated

func (*FilteredEntryMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use FilteredEntryMultimapProto.ProtoReflect.Descriptor instead.

func (*FilteredEntryMultimapProto) GetFilteredEntryMultimapProto

func (m *FilteredEntryMultimapProto) GetFilteredEntryMultimapProto() isFilteredEntryMultimapProto_FilteredEntryMultimapProto

func (*FilteredEntryMultimapProto) GetFilteredEntrySetMultimapProto

func (x *FilteredEntryMultimapProto) GetFilteredEntrySetMultimapProto() *FilteredEntrySetMultimapProto

func (*FilteredEntryMultimapProto) GetPredicate

func (*FilteredEntryMultimapProto) GetUnfiltered

func (x *FilteredEntryMultimapProto) GetUnfiltered() *MultimapProto

func (*FilteredEntryMultimapProto) ProtoMessage

func (*FilteredEntryMultimapProto) ProtoMessage()

func (*FilteredEntryMultimapProto) ProtoReflect

func (*FilteredEntryMultimapProto) Reset

func (x *FilteredEntryMultimapProto) Reset()

func (*FilteredEntryMultimapProto) String

func (x *FilteredEntryMultimapProto) String() string

type FilteredEntryMultimapProto_FilteredEntrySetMultimapProto

type FilteredEntryMultimapProto_FilteredEntrySetMultimapProto struct {
	FilteredEntrySetMultimapProto *FilteredEntrySetMultimapProto `protobuf:"bytes,1,opt,name=filteredEntrySetMultimapProto,proto3,oneof"`
}

type FilteredEntrySetMultimapProto

type FilteredEntrySetMultimapProto struct {
	Unfiltered *MultimapProto                      `protobuf:"bytes,1,opt,name=unfiltered,proto3" json:"unfiltered,omitempty"`
	Predicate  *ComGoogleCommonBase_PredicateProto `protobuf:"bytes,2,opt,name=predicate,proto3" json:"predicate,omitempty"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.FilteredEntrySetMultimap

func (*FilteredEntrySetMultimapProto) Descriptor deprecated

func (*FilteredEntrySetMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use FilteredEntrySetMultimapProto.ProtoReflect.Descriptor instead.

func (*FilteredEntrySetMultimapProto) GetPredicate

func (*FilteredEntrySetMultimapProto) GetUnfiltered

func (x *FilteredEntrySetMultimapProto) GetUnfiltered() *MultimapProto

func (*FilteredEntrySetMultimapProto) ProtoMessage

func (*FilteredEntrySetMultimapProto) ProtoMessage()

func (*FilteredEntrySetMultimapProto) ProtoReflect

func (*FilteredEntrySetMultimapProto) Reset

func (x *FilteredEntrySetMultimapProto) Reset()

func (*FilteredEntrySetMultimapProto) String

type FilteredKeyListMultimapProto

type FilteredKeyListMultimapProto struct {
	Unfiltered   *MultimapProto                      `protobuf:"bytes,1,opt,name=unfiltered,proto3" json:"unfiltered,omitempty"`
	KeyPredicate *ComGoogleCommonBase_PredicateProto `protobuf:"bytes,2,opt,name=keyPredicate,proto3" json:"keyPredicate,omitempty"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.FilteredKeyListMultimap

func (*FilteredKeyListMultimapProto) Descriptor deprecated

func (*FilteredKeyListMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use FilteredKeyListMultimapProto.ProtoReflect.Descriptor instead.

func (*FilteredKeyListMultimapProto) GetKeyPredicate

func (*FilteredKeyListMultimapProto) GetUnfiltered

func (x *FilteredKeyListMultimapProto) GetUnfiltered() *MultimapProto

func (*FilteredKeyListMultimapProto) ProtoMessage

func (*FilteredKeyListMultimapProto) ProtoMessage()

func (*FilteredKeyListMultimapProto) ProtoReflect

func (*FilteredKeyListMultimapProto) Reset

func (x *FilteredKeyListMultimapProto) Reset()

func (*FilteredKeyListMultimapProto) String

type FilteredKeyMultimapProto

type FilteredKeyMultimapProto struct {

	// Types that are assignable to FilteredKeyMultimapProto:
	//
	//	*FilteredKeyMultimapProto_FilteredKeyListMultimapProto
	//	*FilteredKeyMultimapProto_FilteredKeySetMultimapProto
	FilteredKeyMultimapProto isFilteredKeyMultimapProto_FilteredKeyMultimapProto `protobuf_oneof:"filteredKeyMultimapProto"`
	Unfiltered               *MultimapProto                                      `protobuf:"bytes,3,opt,name=unfiltered,proto3" json:"unfiltered,omitempty"`
	KeyPredicate             *ComGoogleCommonBase_PredicateProto                 `protobuf:"bytes,4,opt,name=keyPredicate,proto3" json:"keyPredicate,omitempty"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.FilteredKeyMultimap

func (*FilteredKeyMultimapProto) Descriptor deprecated

func (*FilteredKeyMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use FilteredKeyMultimapProto.ProtoReflect.Descriptor instead.

func (*FilteredKeyMultimapProto) GetFilteredKeyListMultimapProto

func (x *FilteredKeyMultimapProto) GetFilteredKeyListMultimapProto() *FilteredKeyListMultimapProto

func (*FilteredKeyMultimapProto) GetFilteredKeyMultimapProto

func (m *FilteredKeyMultimapProto) GetFilteredKeyMultimapProto() isFilteredKeyMultimapProto_FilteredKeyMultimapProto

func (*FilteredKeyMultimapProto) GetFilteredKeySetMultimapProto

func (x *FilteredKeyMultimapProto) GetFilteredKeySetMultimapProto() *FilteredKeySetMultimapProto

func (*FilteredKeyMultimapProto) GetKeyPredicate

func (*FilteredKeyMultimapProto) GetUnfiltered

func (x *FilteredKeyMultimapProto) GetUnfiltered() *MultimapProto

func (*FilteredKeyMultimapProto) ProtoMessage

func (*FilteredKeyMultimapProto) ProtoMessage()

func (*FilteredKeyMultimapProto) ProtoReflect

func (x *FilteredKeyMultimapProto) ProtoReflect() protoreflect.Message

func (*FilteredKeyMultimapProto) Reset

func (x *FilteredKeyMultimapProto) Reset()

func (*FilteredKeyMultimapProto) String

func (x *FilteredKeyMultimapProto) String() string

type FilteredKeyMultimapProto_FilteredKeyListMultimapProto

type FilteredKeyMultimapProto_FilteredKeyListMultimapProto struct {
	FilteredKeyListMultimapProto *FilteredKeyListMultimapProto `protobuf:"bytes,1,opt,name=filteredKeyListMultimapProto,proto3,oneof"`
}

type FilteredKeyMultimapProto_FilteredKeySetMultimapProto

type FilteredKeyMultimapProto_FilteredKeySetMultimapProto struct {
	FilteredKeySetMultimapProto *FilteredKeySetMultimapProto `protobuf:"bytes,2,opt,name=filteredKeySetMultimapProto,proto3,oneof"`
}

type FilteredKeySetMultimapProto

type FilteredKeySetMultimapProto struct {
	Unfiltered   *MultimapProto                      `protobuf:"bytes,1,opt,name=unfiltered,proto3" json:"unfiltered,omitempty"`
	KeyPredicate *ComGoogleCommonBase_PredicateProto `protobuf:"bytes,2,opt,name=keyPredicate,proto3" json:"keyPredicate,omitempty"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.FilteredKeySetMultimap

func (*FilteredKeySetMultimapProto) Descriptor deprecated

func (*FilteredKeySetMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use FilteredKeySetMultimapProto.ProtoReflect.Descriptor instead.

func (*FilteredKeySetMultimapProto) GetKeyPredicate

func (*FilteredKeySetMultimapProto) GetUnfiltered

func (x *FilteredKeySetMultimapProto) GetUnfiltered() *MultimapProto

func (*FilteredKeySetMultimapProto) ProtoMessage

func (*FilteredKeySetMultimapProto) ProtoMessage()

func (*FilteredKeySetMultimapProto) ProtoReflect

func (*FilteredKeySetMultimapProto) Reset

func (x *FilteredKeySetMultimapProto) Reset()

func (*FilteredKeySetMultimapProto) String

func (x *FilteredKeySetMultimapProto) String() string

type FilteredMultimapProto

type FilteredMultimapProto struct {

	// Types that are assignable to FilteredMultimapProto:
	//
	//	*FilteredMultimapProto_FilteredEntryMultimapProto
	//	*FilteredMultimapProto_FilteredKeyMultimapProto
	//	*FilteredMultimapProto_FilteredSetMultimapProto
	//	*FilteredMultimapProto_FilteredEntrySetMultimapProto
	//	*FilteredMultimapProto_FilteredKeyListMultimapProto
	//	*FilteredMultimapProto_FilteredKeySetMultimapProto
	FilteredMultimapProto isFilteredMultimapProto_FilteredMultimapProto `protobuf_oneof:"filteredMultimapProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.FilteredMultimap

func (*FilteredMultimapProto) Descriptor deprecated

func (*FilteredMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use FilteredMultimapProto.ProtoReflect.Descriptor instead.

func (*FilteredMultimapProto) GetFilteredEntryMultimapProto

func (x *FilteredMultimapProto) GetFilteredEntryMultimapProto() *FilteredEntryMultimapProto

func (*FilteredMultimapProto) GetFilteredEntrySetMultimapProto

func (x *FilteredMultimapProto) GetFilteredEntrySetMultimapProto() *FilteredEntrySetMultimapProto

func (*FilteredMultimapProto) GetFilteredKeyListMultimapProto

func (x *FilteredMultimapProto) GetFilteredKeyListMultimapProto() *FilteredKeyListMultimapProto

func (*FilteredMultimapProto) GetFilteredKeyMultimapProto

func (x *FilteredMultimapProto) GetFilteredKeyMultimapProto() *FilteredKeyMultimapProto

func (*FilteredMultimapProto) GetFilteredKeySetMultimapProto

func (x *FilteredMultimapProto) GetFilteredKeySetMultimapProto() *FilteredKeySetMultimapProto

func (*FilteredMultimapProto) GetFilteredMultimapProto

func (m *FilteredMultimapProto) GetFilteredMultimapProto() isFilteredMultimapProto_FilteredMultimapProto

func (*FilteredMultimapProto) GetFilteredSetMultimapProto

func (x *FilteredMultimapProto) GetFilteredSetMultimapProto() *FilteredSetMultimapProto

func (*FilteredMultimapProto) ProtoMessage

func (*FilteredMultimapProto) ProtoMessage()

func (*FilteredMultimapProto) ProtoReflect

func (x *FilteredMultimapProto) ProtoReflect() protoreflect.Message

func (*FilteredMultimapProto) Reset

func (x *FilteredMultimapProto) Reset()

func (*FilteredMultimapProto) String

func (x *FilteredMultimapProto) String() string

type FilteredMultimapProto_FilteredEntryMultimapProto

type FilteredMultimapProto_FilteredEntryMultimapProto struct {
	FilteredEntryMultimapProto *FilteredEntryMultimapProto `protobuf:"bytes,1,opt,name=filteredEntryMultimapProto,proto3,oneof"`
}

type FilteredMultimapProto_FilteredEntrySetMultimapProto

type FilteredMultimapProto_FilteredEntrySetMultimapProto struct {
	FilteredEntrySetMultimapProto *FilteredEntrySetMultimapProto `protobuf:"bytes,4,opt,name=filteredEntrySetMultimapProto,proto3,oneof"`
}

type FilteredMultimapProto_FilteredKeyListMultimapProto

type FilteredMultimapProto_FilteredKeyListMultimapProto struct {
	FilteredKeyListMultimapProto *FilteredKeyListMultimapProto `protobuf:"bytes,5,opt,name=filteredKeyListMultimapProto,proto3,oneof"`
}

type FilteredMultimapProto_FilteredKeyMultimapProto

type FilteredMultimapProto_FilteredKeyMultimapProto struct {
	FilteredKeyMultimapProto *FilteredKeyMultimapProto `protobuf:"bytes,2,opt,name=filteredKeyMultimapProto,proto3,oneof"`
}

type FilteredMultimapProto_FilteredKeySetMultimapProto

type FilteredMultimapProto_FilteredKeySetMultimapProto struct {
	FilteredKeySetMultimapProto *FilteredKeySetMultimapProto `protobuf:"bytes,6,opt,name=filteredKeySetMultimapProto,proto3,oneof"`
}

type FilteredMultimapProto_FilteredSetMultimapProto

type FilteredMultimapProto_FilteredSetMultimapProto struct {
	FilteredSetMultimapProto *FilteredSetMultimapProto `protobuf:"bytes,3,opt,name=filteredSetMultimapProto,proto3,oneof"`
}

type FilteredSetMultimapProto

type FilteredSetMultimapProto struct {

	// Types that are assignable to FilteredSetMultimapProto:
	//
	//	*FilteredSetMultimapProto_FilteredEntrySetMultimapProto
	//	*FilteredSetMultimapProto_FilteredKeySetMultimapProto
	FilteredSetMultimapProto isFilteredSetMultimapProto_FilteredSetMultimapProto `protobuf_oneof:"filteredSetMultimapProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.FilteredSetMultimap

func (*FilteredSetMultimapProto) Descriptor deprecated

func (*FilteredSetMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use FilteredSetMultimapProto.ProtoReflect.Descriptor instead.

func (*FilteredSetMultimapProto) GetFilteredEntrySetMultimapProto

func (x *FilteredSetMultimapProto) GetFilteredEntrySetMultimapProto() *FilteredEntrySetMultimapProto

func (*FilteredSetMultimapProto) GetFilteredKeySetMultimapProto

func (x *FilteredSetMultimapProto) GetFilteredKeySetMultimapProto() *FilteredKeySetMultimapProto

func (*FilteredSetMultimapProto) GetFilteredSetMultimapProto

func (m *FilteredSetMultimapProto) GetFilteredSetMultimapProto() isFilteredSetMultimapProto_FilteredSetMultimapProto

func (*FilteredSetMultimapProto) ProtoMessage

func (*FilteredSetMultimapProto) ProtoMessage()

func (*FilteredSetMultimapProto) ProtoReflect

func (x *FilteredSetMultimapProto) ProtoReflect() protoreflect.Message

func (*FilteredSetMultimapProto) Reset

func (x *FilteredSetMultimapProto) Reset()

func (*FilteredSetMultimapProto) String

func (x *FilteredSetMultimapProto) String() string

type FilteredSetMultimapProto_FilteredEntrySetMultimapProto

type FilteredSetMultimapProto_FilteredEntrySetMultimapProto struct {
	FilteredEntrySetMultimapProto *FilteredEntrySetMultimapProto `protobuf:"bytes,1,opt,name=filteredEntrySetMultimapProto,proto3,oneof"`
}

type FilteredSetMultimapProto_FilteredKeySetMultimapProto

type FilteredSetMultimapProto_FilteredKeySetMultimapProto struct {
	FilteredKeySetMultimapProto *FilteredKeySetMultimapProto `protobuf:"bytes,2,opt,name=filteredKeySetMultimapProto,proto3,oneof"`
}

type FlagProto

type FlagProto int32
const (
	FlagProto_FlagProto_ASYMMETRIC_ FlagProto = 0
	FlagProto_FlagProto_SYMMETRIC_  FlagProto = 1
)

func (FlagProto) Descriptor

func (FlagProto) Descriptor() protoreflect.EnumDescriptor

func (FlagProto) Enum

func (x FlagProto) Enum() *FlagProto

func (FlagProto) EnumDescriptor deprecated

func (FlagProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use FlagProto.Descriptor instead.

func (FlagProto) Number

func (x FlagProto) Number() protoreflect.EnumNumber

func (FlagProto) String

func (x FlagProto) String() string

func (FlagProto) Type

type ForwardingListMultimapProto

type ForwardingListMultimapProto struct {
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.ForwardingListMultimap

func (*ForwardingListMultimapProto) Descriptor deprecated

func (*ForwardingListMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use ForwardingListMultimapProto.ProtoReflect.Descriptor instead.

func (*ForwardingListMultimapProto) ProtoMessage

func (*ForwardingListMultimapProto) ProtoMessage()

func (*ForwardingListMultimapProto) ProtoReflect

func (*ForwardingListMultimapProto) Reset

func (x *ForwardingListMultimapProto) Reset()

func (*ForwardingListMultimapProto) String

func (x *ForwardingListMultimapProto) String() string

type ForwardingMultimapProto

type ForwardingMultimapProto struct {

	// Types that are assignable to ForwardingMultimapProto:
	//
	//	*ForwardingMultimapProto_ForwardingListMultimapProto
	//	*ForwardingMultimapProto_ForwardingSetMultimapProto
	//	*ForwardingMultimapProto_ForwardingSortedSetMultimapProto
	ForwardingMultimapProto isForwardingMultimapProto_ForwardingMultimapProto `protobuf_oneof:"forwardingMultimapProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.ForwardingMultimap

func (*ForwardingMultimapProto) Descriptor deprecated

func (*ForwardingMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use ForwardingMultimapProto.ProtoReflect.Descriptor instead.

func (*ForwardingMultimapProto) GetForwardingListMultimapProto

func (x *ForwardingMultimapProto) GetForwardingListMultimapProto() *ForwardingListMultimapProto

func (*ForwardingMultimapProto) GetForwardingMultimapProto

func (m *ForwardingMultimapProto) GetForwardingMultimapProto() isForwardingMultimapProto_ForwardingMultimapProto

func (*ForwardingMultimapProto) GetForwardingSetMultimapProto

func (x *ForwardingMultimapProto) GetForwardingSetMultimapProto() *ForwardingSetMultimapProto

func (*ForwardingMultimapProto) GetForwardingSortedSetMultimapProto

func (x *ForwardingMultimapProto) GetForwardingSortedSetMultimapProto() *ForwardingSortedSetMultimapProto

func (*ForwardingMultimapProto) ProtoMessage

func (*ForwardingMultimapProto) ProtoMessage()

func (*ForwardingMultimapProto) ProtoReflect

func (x *ForwardingMultimapProto) ProtoReflect() protoreflect.Message

func (*ForwardingMultimapProto) Reset

func (x *ForwardingMultimapProto) Reset()

func (*ForwardingMultimapProto) String

func (x *ForwardingMultimapProto) String() string

type ForwardingMultimapProto_ForwardingListMultimapProto

type ForwardingMultimapProto_ForwardingListMultimapProto struct {
	ForwardingListMultimapProto *ForwardingListMultimapProto `protobuf:"bytes,1,opt,name=forwardingListMultimapProto,proto3,oneof"`
}

type ForwardingMultimapProto_ForwardingSetMultimapProto

type ForwardingMultimapProto_ForwardingSetMultimapProto struct {
	ForwardingSetMultimapProto *ForwardingSetMultimapProto `protobuf:"bytes,2,opt,name=forwardingSetMultimapProto,proto3,oneof"`
}

type ForwardingMultimapProto_ForwardingSortedSetMultimapProto

type ForwardingMultimapProto_ForwardingSortedSetMultimapProto struct {
	ForwardingSortedSetMultimapProto *ForwardingSortedSetMultimapProto `protobuf:"bytes,3,opt,name=forwardingSortedSetMultimapProto,proto3,oneof"`
}

type ForwardingSetMultimapProto

type ForwardingSetMultimapProto struct {

	// Types that are assignable to ForwardingSetMultimapProto:
	//
	//	*ForwardingSetMultimapProto_ForwardingSortedSetMultimapProto
	ForwardingSetMultimapProto isForwardingSetMultimapProto_ForwardingSetMultimapProto `protobuf_oneof:"forwardingSetMultimapProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.ForwardingSetMultimap

func (*ForwardingSetMultimapProto) Descriptor deprecated

func (*ForwardingSetMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use ForwardingSetMultimapProto.ProtoReflect.Descriptor instead.

func (*ForwardingSetMultimapProto) GetForwardingSetMultimapProto

func (m *ForwardingSetMultimapProto) GetForwardingSetMultimapProto() isForwardingSetMultimapProto_ForwardingSetMultimapProto

func (*ForwardingSetMultimapProto) GetForwardingSortedSetMultimapProto

func (x *ForwardingSetMultimapProto) GetForwardingSortedSetMultimapProto() *ForwardingSortedSetMultimapProto

func (*ForwardingSetMultimapProto) ProtoMessage

func (*ForwardingSetMultimapProto) ProtoMessage()

func (*ForwardingSetMultimapProto) ProtoReflect

func (*ForwardingSetMultimapProto) Reset

func (x *ForwardingSetMultimapProto) Reset()

func (*ForwardingSetMultimapProto) String

func (x *ForwardingSetMultimapProto) String() string

type ForwardingSetMultimapProto_ForwardingSortedSetMultimapProto

type ForwardingSetMultimapProto_ForwardingSortedSetMultimapProto struct {
	ForwardingSortedSetMultimapProto *ForwardingSortedSetMultimapProto `protobuf:"bytes,1,opt,name=forwardingSortedSetMultimapProto,proto3,oneof"`
}

type ForwardingSortedSetMultimapProto

type ForwardingSortedSetMultimapProto struct {
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.ForwardingSortedSetMultimap

func (*ForwardingSortedSetMultimapProto) Descriptor deprecated

func (*ForwardingSortedSetMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use ForwardingSortedSetMultimapProto.ProtoReflect.Descriptor instead.

func (*ForwardingSortedSetMultimapProto) ProtoMessage

func (*ForwardingSortedSetMultimapProto) ProtoMessage()

func (*ForwardingSortedSetMultimapProto) ProtoReflect

func (*ForwardingSortedSetMultimapProto) Reset

func (*ForwardingSortedSetMultimapProto) String

type FunctionParameterProto

type FunctionParameterProto struct {
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.FunctionParameter

func (*FunctionParameterProto) Descriptor deprecated

func (*FunctionParameterProto) Descriptor() ([]byte, []int)

Deprecated: Use FunctionParameterProto.ProtoReflect.Descriptor instead.

func (*FunctionParameterProto) ProtoMessage

func (*FunctionParameterProto) ProtoMessage()

func (*FunctionParameterProto) ProtoReflect

func (x *FunctionParameterProto) ProtoReflect() protoreflect.Message

func (*FunctionParameterProto) Reset

func (x *FunctionParameterProto) Reset()

func (*FunctionParameterProto) String

func (x *FunctionParameterProto) String() string

type FunctionProto

type FunctionProto struct {
	// contains filtered or unexported fields
}

Java Class: java.util.function.Function

func (*FunctionProto) Descriptor deprecated

func (*FunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use FunctionProto.ProtoReflect.Descriptor instead.

func (*FunctionProto) ProtoMessage

func (*FunctionProto) ProtoMessage()

func (*FunctionProto) ProtoReflect

func (x *FunctionProto) ProtoReflect() protoreflect.Message

func (*FunctionProto) Reset

func (x *FunctionProto) Reset()

func (*FunctionProto) String

func (x *FunctionProto) String() string

type HashMultimapGwtSerializationDependenciesProto

type HashMultimapGwtSerializationDependenciesProto struct {

	// Types that are assignable to HashMultimapGwtSerializationDependenciesProto:
	//
	//	*HashMultimapGwtSerializationDependenciesProto_HashMultimapProto
	HashMultimapGwtSerializationDependenciesProto isHashMultimapGwtSerializationDependenciesProto_HashMultimapGwtSerializationDependenciesProto `protobuf_oneof:"hashMultimapGwtSerializationDependenciesProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.HashMultimapGwtSerializationDependencies

func (*HashMultimapGwtSerializationDependenciesProto) Descriptor deprecated

Deprecated: Use HashMultimapGwtSerializationDependenciesProto.ProtoReflect.Descriptor instead.

func (*HashMultimapGwtSerializationDependenciesProto) GetHashMultimapGwtSerializationDependenciesProto

func (m *HashMultimapGwtSerializationDependenciesProto) GetHashMultimapGwtSerializationDependenciesProto() isHashMultimapGwtSerializationDependenciesProto_HashMultimapGwtSerializationDependenciesProto

func (*HashMultimapGwtSerializationDependenciesProto) GetHashMultimapProto

func (*HashMultimapGwtSerializationDependenciesProto) ProtoMessage

func (*HashMultimapGwtSerializationDependenciesProto) ProtoReflect

func (*HashMultimapGwtSerializationDependenciesProto) Reset

func (*HashMultimapGwtSerializationDependenciesProto) String

type HashMultimapGwtSerializationDependenciesProto_HashMultimapProto

type HashMultimapGwtSerializationDependenciesProto_HashMultimapProto struct {
	HashMultimapProto *HashMultimapProto `protobuf:"bytes,1,opt,name=hashMultimapProto,proto3,oneof"`
}

type HashMultimapProto

type HashMultimapProto struct {
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.HashMultimap

func (*HashMultimapProto) Descriptor deprecated

func (*HashMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use HashMultimapProto.ProtoReflect.Descriptor instead.

func (*HashMultimapProto) ProtoMessage

func (*HashMultimapProto) ProtoMessage()

func (*HashMultimapProto) ProtoReflect

func (x *HashMultimapProto) ProtoReflect() protoreflect.Message

func (*HashMultimapProto) Reset

func (x *HashMultimapProto) Reset()

func (*HashMultimapProto) String

func (x *HashMultimapProto) String() string

type HintOptionFormatProto

type HintOptionFormatProto int32
const (
	HintOptionFormatProto_HintOptionFormatProto_EMPTY_        HintOptionFormatProto = 0
	HintOptionFormatProto_HintOptionFormatProto_LITERAL_LIST_ HintOptionFormatProto = 1
	HintOptionFormatProto_HintOptionFormatProto_ID_LIST_      HintOptionFormatProto = 2
	HintOptionFormatProto_HintOptionFormatProto_KV_LIST_      HintOptionFormatProto = 3
)

func (HintOptionFormatProto) Descriptor

func (HintOptionFormatProto) Enum

func (HintOptionFormatProto) EnumDescriptor deprecated

func (HintOptionFormatProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use HintOptionFormatProto.Descriptor instead.

func (HintOptionFormatProto) Number

func (HintOptionFormatProto) String

func (x HintOptionFormatProto) String() string

func (HintOptionFormatProto) Type

type ImmutableListMultimapProto

type ImmutableListMultimapProto struct {

	// Types that are assignable to ImmutableListMultimapProto:
	//
	//	*ImmutableListMultimapProto_EmptyImmutableListMultimapProto
	ImmutableListMultimapProto isImmutableListMultimapProto_ImmutableListMultimapProto `protobuf_oneof:"immutableListMultimapProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.ImmutableListMultimap

func (*ImmutableListMultimapProto) Descriptor deprecated

func (*ImmutableListMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use ImmutableListMultimapProto.ProtoReflect.Descriptor instead.

func (*ImmutableListMultimapProto) GetEmptyImmutableListMultimapProto

func (x *ImmutableListMultimapProto) GetEmptyImmutableListMultimapProto() *EmptyImmutableListMultimapProto

func (*ImmutableListMultimapProto) GetImmutableListMultimapProto

func (m *ImmutableListMultimapProto) GetImmutableListMultimapProto() isImmutableListMultimapProto_ImmutableListMultimapProto

func (*ImmutableListMultimapProto) ProtoMessage

func (*ImmutableListMultimapProto) ProtoMessage()

func (*ImmutableListMultimapProto) ProtoReflect

func (*ImmutableListMultimapProto) Reset

func (x *ImmutableListMultimapProto) Reset()

func (*ImmutableListMultimapProto) String

func (x *ImmutableListMultimapProto) String() string

type ImmutableListMultimapProto_EmptyImmutableListMultimapProto

type ImmutableListMultimapProto_EmptyImmutableListMultimapProto struct {
	EmptyImmutableListMultimapProto *EmptyImmutableListMultimapProto `protobuf:"bytes,1,opt,name=emptyImmutableListMultimapProto,proto3,oneof"`
}

type ImmutableMultimapProto

type ImmutableMultimapProto struct {

	// Types that are assignable to ImmutableMultimapProto:
	//
	//	*ImmutableMultimapProto_ImmutableListMultimapProto
	//	*ImmutableMultimapProto_ImmutableSetMultimapProto
	//	*ImmutableMultimapProto_EmptyImmutableListMultimapProto
	//	*ImmutableMultimapProto_EmptyImmutableSetMultimapProto
	ImmutableMultimapProto isImmutableMultimapProto_ImmutableMultimapProto `protobuf_oneof:"immutableMultimapProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.ImmutableMultimap

func (*ImmutableMultimapProto) Descriptor deprecated

func (*ImmutableMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use ImmutableMultimapProto.ProtoReflect.Descriptor instead.

func (*ImmutableMultimapProto) GetEmptyImmutableListMultimapProto

func (x *ImmutableMultimapProto) GetEmptyImmutableListMultimapProto() *EmptyImmutableListMultimapProto

func (*ImmutableMultimapProto) GetEmptyImmutableSetMultimapProto

func (x *ImmutableMultimapProto) GetEmptyImmutableSetMultimapProto() *EmptyImmutableSetMultimapProto

func (*ImmutableMultimapProto) GetImmutableListMultimapProto

func (x *ImmutableMultimapProto) GetImmutableListMultimapProto() *ImmutableListMultimapProto

func (*ImmutableMultimapProto) GetImmutableMultimapProto

func (m *ImmutableMultimapProto) GetImmutableMultimapProto() isImmutableMultimapProto_ImmutableMultimapProto

func (*ImmutableMultimapProto) GetImmutableSetMultimapProto

func (x *ImmutableMultimapProto) GetImmutableSetMultimapProto() *ImmutableSetMultimapProto

func (*ImmutableMultimapProto) ProtoMessage

func (*ImmutableMultimapProto) ProtoMessage()

func (*ImmutableMultimapProto) ProtoReflect

func (x *ImmutableMultimapProto) ProtoReflect() protoreflect.Message

func (*ImmutableMultimapProto) Reset

func (x *ImmutableMultimapProto) Reset()

func (*ImmutableMultimapProto) String

func (x *ImmutableMultimapProto) String() string

type ImmutableMultimapProto_EmptyImmutableListMultimapProto

type ImmutableMultimapProto_EmptyImmutableListMultimapProto struct {
	EmptyImmutableListMultimapProto *EmptyImmutableListMultimapProto `protobuf:"bytes,3,opt,name=emptyImmutableListMultimapProto,proto3,oneof"`
}

type ImmutableMultimapProto_EmptyImmutableSetMultimapProto

type ImmutableMultimapProto_EmptyImmutableSetMultimapProto struct {
	EmptyImmutableSetMultimapProto *EmptyImmutableSetMultimapProto `protobuf:"bytes,4,opt,name=emptyImmutableSetMultimapProto,proto3,oneof"`
}

type ImmutableMultimapProto_ImmutableListMultimapProto

type ImmutableMultimapProto_ImmutableListMultimapProto struct {
	ImmutableListMultimapProto *ImmutableListMultimapProto `protobuf:"bytes,1,opt,name=immutableListMultimapProto,proto3,oneof"`
}

type ImmutableMultimapProto_ImmutableSetMultimapProto

type ImmutableMultimapProto_ImmutableSetMultimapProto struct {
	ImmutableSetMultimapProto *ImmutableSetMultimapProto `protobuf:"bytes,2,opt,name=immutableSetMultimapProto,proto3,oneof"`
}

type ImmutableSetMultimapProto

type ImmutableSetMultimapProto struct {

	// Types that are assignable to ImmutableSetMultimapProto:
	//
	//	*ImmutableSetMultimapProto_EmptyImmutableSetMultimapProto
	ImmutableSetMultimapProto isImmutableSetMultimapProto_ImmutableSetMultimapProto `protobuf_oneof:"immutableSetMultimapProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.ImmutableSetMultimap

func (*ImmutableSetMultimapProto) Descriptor deprecated

func (*ImmutableSetMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use ImmutableSetMultimapProto.ProtoReflect.Descriptor instead.

func (*ImmutableSetMultimapProto) GetEmptyImmutableSetMultimapProto

func (x *ImmutableSetMultimapProto) GetEmptyImmutableSetMultimapProto() *EmptyImmutableSetMultimapProto

func (*ImmutableSetMultimapProto) GetImmutableSetMultimapProto

func (m *ImmutableSetMultimapProto) GetImmutableSetMultimapProto() isImmutableSetMultimapProto_ImmutableSetMultimapProto

func (*ImmutableSetMultimapProto) ProtoMessage

func (*ImmutableSetMultimapProto) ProtoMessage()

func (*ImmutableSetMultimapProto) ProtoReflect

func (*ImmutableSetMultimapProto) Reset

func (x *ImmutableSetMultimapProto) Reset()

func (*ImmutableSetMultimapProto) String

func (x *ImmutableSetMultimapProto) String() string

type ImmutableSetMultimapProto_EmptyImmutableSetMultimapProto

type ImmutableSetMultimapProto_EmptyImmutableSetMultimapProto struct {
	EmptyImmutableSetMultimapProto *EmptyImmutableSetMultimapProto `protobuf:"bytes,1,opt,name=emptyImmutableSetMultimapProto,proto3,oneof"`
}

type ImplementableAggFunctionProto

type ImplementableAggFunctionProto struct {

	// Types that are assignable to ImplementableAggFunctionProto:
	//
	//	*ImplementableAggFunctionProto_AggregateFunctionImplProto
	ImplementableAggFunctionProto isImplementableAggFunctionProto_ImplementableAggFunctionProto `protobuf_oneof:"implementableAggFunctionProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.ImplementableAggFunction

func (*ImplementableAggFunctionProto) Descriptor deprecated

func (*ImplementableAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use ImplementableAggFunctionProto.ProtoReflect.Descriptor instead.

func (*ImplementableAggFunctionProto) GetAggregateFunctionImplProto

func (x *ImplementableAggFunctionProto) GetAggregateFunctionImplProto() *AggregateFunctionImplProto

func (*ImplementableAggFunctionProto) GetImplementableAggFunctionProto

func (m *ImplementableAggFunctionProto) GetImplementableAggFunctionProto() isImplementableAggFunctionProto_ImplementableAggFunctionProto

func (*ImplementableAggFunctionProto) ProtoMessage

func (*ImplementableAggFunctionProto) ProtoMessage()

func (*ImplementableAggFunctionProto) ProtoReflect

func (*ImplementableAggFunctionProto) Reset

func (x *ImplementableAggFunctionProto) Reset()

func (*ImplementableAggFunctionProto) String

type ImplementableAggFunctionProto_AggregateFunctionImplProto

type ImplementableAggFunctionProto_AggregateFunctionImplProto struct {
	AggregateFunctionImplProto *AggregateFunctionImplProto `protobuf:"bytes,1,opt,name=aggregateFunctionImplProto,proto3,oneof"`
}

type ImplementableFunctionProto

type ImplementableFunctionProto struct {

	// Types that are assignable to ImplementableFunctionProto:
	//
	//	*ImplementableFunctionProto_TableFunctionImplProto
	//	*ImplementableFunctionProto_ScalarFunctionImplProto
	ImplementableFunctionProto isImplementableFunctionProto_ImplementableFunctionProto `protobuf_oneof:"implementableFunctionProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.ImplementableFunction

func (*ImplementableFunctionProto) Descriptor deprecated

func (*ImplementableFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use ImplementableFunctionProto.ProtoReflect.Descriptor instead.

func (*ImplementableFunctionProto) GetImplementableFunctionProto

func (m *ImplementableFunctionProto) GetImplementableFunctionProto() isImplementableFunctionProto_ImplementableFunctionProto

func (*ImplementableFunctionProto) GetScalarFunctionImplProto

func (x *ImplementableFunctionProto) GetScalarFunctionImplProto() *ScalarFunctionImplProto

func (*ImplementableFunctionProto) GetTableFunctionImplProto

func (x *ImplementableFunctionProto) GetTableFunctionImplProto() *TableFunctionImplProto

func (*ImplementableFunctionProto) ProtoMessage

func (*ImplementableFunctionProto) ProtoMessage()

func (*ImplementableFunctionProto) ProtoReflect

func (*ImplementableFunctionProto) Reset

func (x *ImplementableFunctionProto) Reset()

func (*ImplementableFunctionProto) String

func (x *ImplementableFunctionProto) String() string

type ImplementableFunctionProto_ScalarFunctionImplProto

type ImplementableFunctionProto_ScalarFunctionImplProto struct {
	ScalarFunctionImplProto *ScalarFunctionImplProto `protobuf:"bytes,2,opt,name=scalarFunctionImplProto,proto3,oneof"`
}

type ImplementableFunctionProto_TableFunctionImplProto

type ImplementableFunctionProto_TableFunctionImplProto struct {
	TableFunctionImplProto *TableFunctionImplProto `protobuf:"bytes,1,opt,name=tableFunctionImplProto,proto3,oneof"`
}

type IntFunctionProto

type IntFunctionProto struct {
	// contains filtered or unexported fields
}

Java Class: java.util.function.IntFunction

func (*IntFunctionProto) Descriptor deprecated

func (*IntFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use IntFunctionProto.ProtoReflect.Descriptor instead.

func (*IntFunctionProto) ProtoMessage

func (*IntFunctionProto) ProtoMessage()

func (*IntFunctionProto) ProtoReflect

func (x *IntFunctionProto) ProtoReflect() protoreflect.Message

func (*IntFunctionProto) Reset

func (x *IntFunctionProto) Reset()

func (*IntFunctionProto) String

func (x *IntFunctionProto) String() string

type IntervalSqlTypeProto

type IntervalSqlTypeProto struct {
	TypeSystem        *RelDataTypeSystemProto    `protobuf:"bytes,1,opt,name=typeSystem,proto3" json:"typeSystem,omitempty"`
	IntervalQualifier *SqlIntervalQualifierProto `protobuf:"bytes,2,opt,name=intervalQualifier,proto3" json:"intervalQualifier,omitempty"`
	TypeName          SqlTypeNameProto           `protobuf:"varint,3,opt,name=typeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeName,omitempty"`
	IsNullable        bool                       `protobuf:"varint,4,opt,name=isNullable,proto3" json:"isNullable,omitempty"`
	FieldList         []*RelDataTypeFieldProto   `protobuf:"bytes,5,rep,name=fieldList,proto3" json:"fieldList,omitempty"`
	Digest            string                     `protobuf:"bytes,6,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.IntervalSqlType

func (*IntervalSqlTypeProto) Descriptor deprecated

func (*IntervalSqlTypeProto) Descriptor() ([]byte, []int)

Deprecated: Use IntervalSqlTypeProto.ProtoReflect.Descriptor instead.

func (*IntervalSqlTypeProto) GetDigest

func (x *IntervalSqlTypeProto) GetDigest() string

func (*IntervalSqlTypeProto) GetFieldList

func (x *IntervalSqlTypeProto) GetFieldList() []*RelDataTypeFieldProto

func (*IntervalSqlTypeProto) GetIntervalQualifier

func (x *IntervalSqlTypeProto) GetIntervalQualifier() *SqlIntervalQualifierProto

func (*IntervalSqlTypeProto) GetIsNullable

func (x *IntervalSqlTypeProto) GetIsNullable() bool

func (*IntervalSqlTypeProto) GetTypeName

func (x *IntervalSqlTypeProto) GetTypeName() SqlTypeNameProto

func (*IntervalSqlTypeProto) GetTypeSystem

func (x *IntervalSqlTypeProto) GetTypeSystem() *RelDataTypeSystemProto

func (*IntervalSqlTypeProto) ProtoMessage

func (*IntervalSqlTypeProto) ProtoMessage()

func (*IntervalSqlTypeProto) ProtoReflect

func (x *IntervalSqlTypeProto) ProtoReflect() protoreflect.Message

func (*IntervalSqlTypeProto) Reset

func (x *IntervalSqlTypeProto) Reset()

func (*IntervalSqlTypeProto) String

func (x *IntervalSqlTypeProto) String() string

type JavaCollationProto

type JavaCollationProto struct {
	Collator       *CollatorProto            `protobuf:"bytes,1,opt,name=collator,proto3" json:"collator,omitempty"`
	CollationName  string                    `protobuf:"bytes,2,opt,name=collationName,proto3" json:"collationName,omitempty"`
	WrappedCharset *SerializableCharsetProto `protobuf:"bytes,3,opt,name=wrappedCharset,proto3" json:"wrappedCharset,omitempty"`
	Locale         *LocaleProto              `protobuf:"bytes,4,opt,name=locale,proto3" json:"locale,omitempty"`
	Strength       string                    `protobuf:"bytes,5,opt,name=strength,proto3" json:"strength,omitempty"`
	Coercibility   CoercibilityProto         `protobuf:"varint,6,opt,name=coercibility,proto3,enum=rill.sql.v1.CoercibilityProto" json:"coercibility,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.jdbc.JavaCollation

func (*JavaCollationProto) Descriptor deprecated

func (*JavaCollationProto) Descriptor() ([]byte, []int)

Deprecated: Use JavaCollationProto.ProtoReflect.Descriptor instead.

func (*JavaCollationProto) GetCoercibility

func (x *JavaCollationProto) GetCoercibility() CoercibilityProto

func (*JavaCollationProto) GetCollationName

func (x *JavaCollationProto) GetCollationName() string

func (*JavaCollationProto) GetCollator

func (x *JavaCollationProto) GetCollator() *CollatorProto

func (*JavaCollationProto) GetLocale

func (x *JavaCollationProto) GetLocale() *LocaleProto

func (*JavaCollationProto) GetStrength

func (x *JavaCollationProto) GetStrength() string

func (*JavaCollationProto) GetWrappedCharset

func (x *JavaCollationProto) GetWrappedCharset() *SerializableCharsetProto

func (*JavaCollationProto) ProtoMessage

func (*JavaCollationProto) ProtoMessage()

func (*JavaCollationProto) ProtoReflect

func (x *JavaCollationProto) ProtoReflect() protoreflect.Message

func (*JavaCollationProto) Reset

func (x *JavaCollationProto) Reset()

func (*JavaCollationProto) String

func (x *JavaCollationProto) String() string

type JavaRecordTypeProto

type JavaRecordTypeProto struct {
	Clazz        *ClassProto                       `protobuf:"bytes,1,opt,name=clazz,proto3" json:"clazz,omitempty"`
	Kind         StructKindProto                   `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.StructKindProto" json:"kind,omitempty"`
	Nullable     bool                              `protobuf:"varint,3,opt,name=nullable,proto3" json:"nullable,omitempty"`
	FieldNameMap map[string]*RelDataTypeFieldProto `` /* 165-byte string literal not displayed */
	FieldList    []*RelDataTypeFieldProto          `protobuf:"bytes,5,rep,name=fieldList,proto3" json:"fieldList,omitempty"`
	Digest       string                            `protobuf:"bytes,6,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.jdbc.JavaRecordType

func (*JavaRecordTypeProto) Descriptor deprecated

func (*JavaRecordTypeProto) Descriptor() ([]byte, []int)

Deprecated: Use JavaRecordTypeProto.ProtoReflect.Descriptor instead.

func (*JavaRecordTypeProto) GetClazz

func (x *JavaRecordTypeProto) GetClazz() *ClassProto

func (*JavaRecordTypeProto) GetDigest

func (x *JavaRecordTypeProto) GetDigest() string

func (*JavaRecordTypeProto) GetFieldList

func (x *JavaRecordTypeProto) GetFieldList() []*RelDataTypeFieldProto

func (*JavaRecordTypeProto) GetFieldNameMap

func (x *JavaRecordTypeProto) GetFieldNameMap() map[string]*RelDataTypeFieldProto

func (*JavaRecordTypeProto) GetKind

func (x *JavaRecordTypeProto) GetKind() StructKindProto

func (*JavaRecordTypeProto) GetNullable

func (x *JavaRecordTypeProto) GetNullable() bool

func (*JavaRecordTypeProto) ProtoMessage

func (*JavaRecordTypeProto) ProtoMessage()

func (*JavaRecordTypeProto) ProtoReflect

func (x *JavaRecordTypeProto) ProtoReflect() protoreflect.Message

func (*JavaRecordTypeProto) Reset

func (x *JavaRecordTypeProto) Reset()

func (*JavaRecordTypeProto) String

func (x *JavaRecordTypeProto) String() string

type JavaTypeFactoryImplProto

type JavaTypeFactoryImplProto struct {
	TypeSystem *RelDataTypeSystemProto `protobuf:"bytes,1,opt,name=typeSystem,proto3" json:"typeSystem,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.jdbc.JavaTypeFactoryImpl

func (*JavaTypeFactoryImplProto) Descriptor deprecated

func (*JavaTypeFactoryImplProto) Descriptor() ([]byte, []int)

Deprecated: Use JavaTypeFactoryImplProto.ProtoReflect.Descriptor instead.

func (*JavaTypeFactoryImplProto) GetTypeSystem

func (*JavaTypeFactoryImplProto) ProtoMessage

func (*JavaTypeFactoryImplProto) ProtoMessage()

func (*JavaTypeFactoryImplProto) ProtoReflect

func (x *JavaTypeFactoryImplProto) ProtoReflect() protoreflect.Message

func (*JavaTypeFactoryImplProto) Reset

func (x *JavaTypeFactoryImplProto) Reset()

func (*JavaTypeFactoryImplProto) String

func (x *JavaTypeFactoryImplProto) String() string

type JavaTypeFactoryProto

type JavaTypeFactoryProto struct {

	// Types that are assignable to JavaTypeFactoryProto:
	//
	//	*JavaTypeFactoryProto_JavaTypeFactoryImplProto
	JavaTypeFactoryProto isJavaTypeFactoryProto_JavaTypeFactoryProto `protobuf_oneof:"javaTypeFactoryProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.adapter.java.JavaTypeFactory

func (*JavaTypeFactoryProto) Descriptor deprecated

func (*JavaTypeFactoryProto) Descriptor() ([]byte, []int)

Deprecated: Use JavaTypeFactoryProto.ProtoReflect.Descriptor instead.

func (*JavaTypeFactoryProto) GetJavaTypeFactoryImplProto

func (x *JavaTypeFactoryProto) GetJavaTypeFactoryImplProto() *JavaTypeFactoryImplProto

func (*JavaTypeFactoryProto) GetJavaTypeFactoryProto

func (m *JavaTypeFactoryProto) GetJavaTypeFactoryProto() isJavaTypeFactoryProto_JavaTypeFactoryProto

func (*JavaTypeFactoryProto) ProtoMessage

func (*JavaTypeFactoryProto) ProtoMessage()

func (*JavaTypeFactoryProto) ProtoReflect

func (x *JavaTypeFactoryProto) ProtoReflect() protoreflect.Message

func (*JavaTypeFactoryProto) Reset

func (x *JavaTypeFactoryProto) Reset()

func (*JavaTypeFactoryProto) String

func (x *JavaTypeFactoryProto) String() string

type JavaTypeFactoryProto_JavaTypeFactoryImplProto

type JavaTypeFactoryProto_JavaTypeFactoryImplProto struct {
	JavaTypeFactoryImplProto *JavaTypeFactoryImplProto `protobuf:"bytes,1,opt,name=javaTypeFactoryImplProto,proto3,oneof"`
}

type LinkedHashMultimapGwtSerializationDependenciesProto

type LinkedHashMultimapGwtSerializationDependenciesProto struct {

	// Types that are assignable to LinkedHashMultimapGwtSerializationDependenciesProto:
	//
	//	*LinkedHashMultimapGwtSerializationDependenciesProto_LinkedHashMultimapProto
	LinkedHashMultimapGwtSerializationDependenciesProto isLinkedHashMultimapGwtSerializationDependenciesProto_LinkedHashMultimapGwtSerializationDependenciesProto `protobuf_oneof:"linkedHashMultimapGwtSerializationDependenciesProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.LinkedHashMultimapGwtSerializationDependencies

func (*LinkedHashMultimapGwtSerializationDependenciesProto) Descriptor deprecated

Deprecated: Use LinkedHashMultimapGwtSerializationDependenciesProto.ProtoReflect.Descriptor instead.

func (*LinkedHashMultimapGwtSerializationDependenciesProto) GetLinkedHashMultimapGwtSerializationDependenciesProto

func (m *LinkedHashMultimapGwtSerializationDependenciesProto) GetLinkedHashMultimapGwtSerializationDependenciesProto() isLinkedHashMultimapGwtSerializationDependenciesProto_LinkedHashMultimapGwtSerializationDependenciesProto

func (*LinkedHashMultimapGwtSerializationDependenciesProto) GetLinkedHashMultimapProto

func (*LinkedHashMultimapGwtSerializationDependenciesProto) ProtoMessage

func (*LinkedHashMultimapGwtSerializationDependenciesProto) ProtoReflect

func (*LinkedHashMultimapGwtSerializationDependenciesProto) Reset

func (*LinkedHashMultimapGwtSerializationDependenciesProto) String

type LinkedHashMultimapGwtSerializationDependenciesProto_LinkedHashMultimapProto

type LinkedHashMultimapGwtSerializationDependenciesProto_LinkedHashMultimapProto struct {
	LinkedHashMultimapProto *LinkedHashMultimapProto `protobuf:"bytes,1,opt,name=linkedHashMultimapProto,proto3,oneof"`
}

type LinkedHashMultimapProto

type LinkedHashMultimapProto struct {
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.LinkedHashMultimap

func (*LinkedHashMultimapProto) Descriptor deprecated

func (*LinkedHashMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use LinkedHashMultimapProto.ProtoReflect.Descriptor instead.

func (*LinkedHashMultimapProto) ProtoMessage

func (*LinkedHashMultimapProto) ProtoMessage()

func (*LinkedHashMultimapProto) ProtoReflect

func (x *LinkedHashMultimapProto) ProtoReflect() protoreflect.Message

func (*LinkedHashMultimapProto) Reset

func (x *LinkedHashMultimapProto) Reset()

func (*LinkedHashMultimapProto) String

func (x *LinkedHashMultimapProto) String() string

type LinkedListMultimapProto

type LinkedListMultimapProto struct {
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.LinkedListMultimap

func (*LinkedListMultimapProto) Descriptor deprecated

func (*LinkedListMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use LinkedListMultimapProto.ProtoReflect.Descriptor instead.

func (*LinkedListMultimapProto) ProtoMessage

func (*LinkedListMultimapProto) ProtoMessage()

func (*LinkedListMultimapProto) ProtoReflect

func (x *LinkedListMultimapProto) ProtoReflect() protoreflect.Message

func (*LinkedListMultimapProto) Reset

func (x *LinkedListMultimapProto) Reset()

func (*LinkedListMultimapProto) String

func (x *LinkedListMultimapProto) String() string

type ListMultimapProto

type ListMultimapProto struct {

	// Types that are assignable to ListMultimapProto:
	//
	//	*ListMultimapProto_LinkedListMultimapProto
	//	*ListMultimapProto_AbstractListMultimapProto
	//	*ListMultimapProto_FilteredKeyListMultimapProto
	//	*ListMultimapProto_ForwardingListMultimapProto
	//	*ListMultimapProto_ImmutableListMultimapProto
	//	*ListMultimapProto_ArrayListMultimapGwtSerializationDependenciesProto
	//	*ListMultimapProto_EmptyImmutableListMultimapProto
	//	*ListMultimapProto_ArrayListMultimapProto
	ListMultimapProto isListMultimapProto_ListMultimapProto `protobuf_oneof:"listMultimapProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.ListMultimap

func (*ListMultimapProto) Descriptor deprecated

func (*ListMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use ListMultimapProto.ProtoReflect.Descriptor instead.

func (*ListMultimapProto) GetAbstractListMultimapProto

func (x *ListMultimapProto) GetAbstractListMultimapProto() *AbstractListMultimapProto

func (*ListMultimapProto) GetArrayListMultimapGwtSerializationDependenciesProto

func (x *ListMultimapProto) GetArrayListMultimapGwtSerializationDependenciesProto() *ArrayListMultimapGwtSerializationDependenciesProto

func (*ListMultimapProto) GetArrayListMultimapProto

func (x *ListMultimapProto) GetArrayListMultimapProto() *ArrayListMultimapProto

func (*ListMultimapProto) GetEmptyImmutableListMultimapProto

func (x *ListMultimapProto) GetEmptyImmutableListMultimapProto() *EmptyImmutableListMultimapProto

func (*ListMultimapProto) GetFilteredKeyListMultimapProto

func (x *ListMultimapProto) GetFilteredKeyListMultimapProto() *FilteredKeyListMultimapProto

func (*ListMultimapProto) GetForwardingListMultimapProto

func (x *ListMultimapProto) GetForwardingListMultimapProto() *ForwardingListMultimapProto

func (*ListMultimapProto) GetImmutableListMultimapProto

func (x *ListMultimapProto) GetImmutableListMultimapProto() *ImmutableListMultimapProto

func (*ListMultimapProto) GetLinkedListMultimapProto

func (x *ListMultimapProto) GetLinkedListMultimapProto() *LinkedListMultimapProto

func (*ListMultimapProto) GetListMultimapProto

func (m *ListMultimapProto) GetListMultimapProto() isListMultimapProto_ListMultimapProto

func (*ListMultimapProto) ProtoMessage

func (*ListMultimapProto) ProtoMessage()

func (*ListMultimapProto) ProtoReflect

func (x *ListMultimapProto) ProtoReflect() protoreflect.Message

func (*ListMultimapProto) Reset

func (x *ListMultimapProto) Reset()

func (*ListMultimapProto) String

func (x *ListMultimapProto) String() string

type ListMultimapProto_AbstractListMultimapProto

type ListMultimapProto_AbstractListMultimapProto struct {
	AbstractListMultimapProto *AbstractListMultimapProto `protobuf:"bytes,2,opt,name=abstractListMultimapProto,proto3,oneof"`
}

type ListMultimapProto_ArrayListMultimapGwtSerializationDependenciesProto

type ListMultimapProto_ArrayListMultimapGwtSerializationDependenciesProto struct {
	ArrayListMultimapGwtSerializationDependenciesProto *ArrayListMultimapGwtSerializationDependenciesProto `protobuf:"bytes,6,opt,name=arrayListMultimapGwtSerializationDependenciesProto,proto3,oneof"`
}

type ListMultimapProto_ArrayListMultimapProto

type ListMultimapProto_ArrayListMultimapProto struct {
	ArrayListMultimapProto *ArrayListMultimapProto `protobuf:"bytes,8,opt,name=arrayListMultimapProto,proto3,oneof"`
}

type ListMultimapProto_EmptyImmutableListMultimapProto

type ListMultimapProto_EmptyImmutableListMultimapProto struct {
	EmptyImmutableListMultimapProto *EmptyImmutableListMultimapProto `protobuf:"bytes,7,opt,name=emptyImmutableListMultimapProto,proto3,oneof"`
}

type ListMultimapProto_FilteredKeyListMultimapProto

type ListMultimapProto_FilteredKeyListMultimapProto struct {
	FilteredKeyListMultimapProto *FilteredKeyListMultimapProto `protobuf:"bytes,3,opt,name=filteredKeyListMultimapProto,proto3,oneof"`
}

type ListMultimapProto_ForwardingListMultimapProto

type ListMultimapProto_ForwardingListMultimapProto struct {
	ForwardingListMultimapProto *ForwardingListMultimapProto `protobuf:"bytes,4,opt,name=forwardingListMultimapProto,proto3,oneof"`
}

type ListMultimapProto_ImmutableListMultimapProto

type ListMultimapProto_ImmutableListMultimapProto struct {
	ImmutableListMultimapProto *ImmutableListMultimapProto `protobuf:"bytes,5,opt,name=immutableListMultimapProto,proto3,oneof"`
}

type ListMultimapProto_LinkedListMultimapProto

type ListMultimapProto_LinkedListMultimapProto struct {
	LinkedListMultimapProto *LinkedListMultimapProto `protobuf:"bytes,1,opt,name=linkedListMultimapProto,proto3,oneof"`
}

type LiteralOperandTypeCheckerProto

type LiteralOperandTypeCheckerProto struct {
	AllowNull bool `protobuf:"varint,1,opt,name=allowNull,proto3" json:"allowNull,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.LiteralOperandTypeChecker

func (*LiteralOperandTypeCheckerProto) Descriptor deprecated

func (*LiteralOperandTypeCheckerProto) Descriptor() ([]byte, []int)

Deprecated: Use LiteralOperandTypeCheckerProto.ProtoReflect.Descriptor instead.

func (*LiteralOperandTypeCheckerProto) GetAllowNull

func (x *LiteralOperandTypeCheckerProto) GetAllowNull() bool

func (*LiteralOperandTypeCheckerProto) ProtoMessage

func (*LiteralOperandTypeCheckerProto) ProtoMessage()

func (*LiteralOperandTypeCheckerProto) ProtoReflect

func (*LiteralOperandTypeCheckerProto) Reset

func (x *LiteralOperandTypeCheckerProto) Reset()

func (*LiteralOperandTypeCheckerProto) String

type LocaleProto

type LocaleProto struct {
	// contains filtered or unexported fields
}

Java Class: java.util.Locale

func (*LocaleProto) Descriptor deprecated

func (*LocaleProto) Descriptor() ([]byte, []int)

Deprecated: Use LocaleProto.ProtoReflect.Descriptor instead.

func (*LocaleProto) ProtoMessage

func (*LocaleProto) ProtoMessage()

func (*LocaleProto) ProtoReflect

func (x *LocaleProto) ProtoReflect() protoreflect.Message

func (*LocaleProto) Reset

func (x *LocaleProto) Reset()

func (*LocaleProto) String

func (x *LocaleProto) String() string

type MapSqlTypeProto

type MapSqlTypeProto struct {
	KeyType    *RelDataTypeProto        `protobuf:"bytes,1,opt,name=keyType,proto3" json:"keyType,omitempty"`
	ValueType  *RelDataTypeProto        `protobuf:"bytes,2,opt,name=valueType,proto3" json:"valueType,omitempty"`
	TypeName   SqlTypeNameProto         `protobuf:"varint,3,opt,name=typeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeName,omitempty"`
	IsNullable bool                     `protobuf:"varint,4,opt,name=isNullable,proto3" json:"isNullable,omitempty"`
	FieldList  []*RelDataTypeFieldProto `protobuf:"bytes,5,rep,name=fieldList,proto3" json:"fieldList,omitempty"`
	Digest     string                   `protobuf:"bytes,6,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.MapSqlType

func (*MapSqlTypeProto) Descriptor deprecated

func (*MapSqlTypeProto) Descriptor() ([]byte, []int)

Deprecated: Use MapSqlTypeProto.ProtoReflect.Descriptor instead.

func (*MapSqlTypeProto) GetDigest

func (x *MapSqlTypeProto) GetDigest() string

func (*MapSqlTypeProto) GetFieldList

func (x *MapSqlTypeProto) GetFieldList() []*RelDataTypeFieldProto

func (*MapSqlTypeProto) GetIsNullable

func (x *MapSqlTypeProto) GetIsNullable() bool

func (*MapSqlTypeProto) GetKeyType

func (x *MapSqlTypeProto) GetKeyType() *RelDataTypeProto

func (*MapSqlTypeProto) GetTypeName

func (x *MapSqlTypeProto) GetTypeName() SqlTypeNameProto

func (*MapSqlTypeProto) GetValueType

func (x *MapSqlTypeProto) GetValueType() *RelDataTypeProto

func (*MapSqlTypeProto) ProtoMessage

func (*MapSqlTypeProto) ProtoMessage()

func (*MapSqlTypeProto) ProtoReflect

func (x *MapSqlTypeProto) ProtoReflect() protoreflect.Message

func (*MapSqlTypeProto) Reset

func (x *MapSqlTypeProto) Reset()

func (*MapSqlTypeProto) String

func (x *MapSqlTypeProto) String() string

type MatchReturnTypeInferenceProto

type MatchReturnTypeInferenceProto struct {
	Start     int32              `protobuf:"zigzag32,1,opt,name=start,proto3" json:"start,omitempty"`
	TypeNames []SqlTypeNameProto `protobuf:"varint,2,rep,packed,name=typeNames,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeNames,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.MatchReturnTypeInference

func (*MatchReturnTypeInferenceProto) Descriptor deprecated

func (*MatchReturnTypeInferenceProto) Descriptor() ([]byte, []int)

Deprecated: Use MatchReturnTypeInferenceProto.ProtoReflect.Descriptor instead.

func (*MatchReturnTypeInferenceProto) GetStart

func (x *MatchReturnTypeInferenceProto) GetStart() int32

func (*MatchReturnTypeInferenceProto) GetTypeNames

func (x *MatchReturnTypeInferenceProto) GetTypeNames() []SqlTypeNameProto

func (*MatchReturnTypeInferenceProto) ProtoMessage

func (*MatchReturnTypeInferenceProto) ProtoMessage()

func (*MatchReturnTypeInferenceProto) ProtoReflect

func (*MatchReturnTypeInferenceProto) Reset

func (x *MatchReturnTypeInferenceProto) Reset()

func (*MatchReturnTypeInferenceProto) String

type MethodProto

type MethodProto struct {
	// contains filtered or unexported fields
}

Java Class: java.lang.reflect.Method

func (*MethodProto) Descriptor deprecated

func (*MethodProto) Descriptor() ([]byte, []int)

Deprecated: Use MethodProto.ProtoReflect.Descriptor instead.

func (*MethodProto) ProtoMessage

func (*MethodProto) ProtoMessage()

func (*MethodProto) ProtoReflect

func (x *MethodProto) ProtoReflect() protoreflect.Message

func (*MethodProto) Reset

func (x *MethodProto) Reset()

func (*MethodProto) String

func (x *MethodProto) String() string

type MultimapProto

type MultimapProto struct {

	// Types that are assignable to MultimapProto:
	//
	//	*MultimapProto_ForwardingMultimapProto
	//	*MultimapProto_ListMultimapProto
	//	*MultimapProto_AbstractMultimapProto
	//	*MultimapProto_FilteredMultimapProto
	//	*MultimapProto_SetMultimapProto
	//	*MultimapProto_ForwardingListMultimapProto
	//	*MultimapProto_ForwardingSetMultimapProto
	//	*MultimapProto_LinkedListMultimapProto
	//	*MultimapProto_AbstractListMultimapProto
	//	*MultimapProto_FilteredKeyListMultimapProto
	//	*MultimapProto_ImmutableListMultimapProto
	//	*MultimapProto_AbstractMapBasedMultimapProto
	//	*MultimapProto_FilteredEntryMultimapProto
	//	*MultimapProto_BaseImmutableMultimapProto
	//	*MultimapProto_FilteredKeyMultimapProto
	//	*MultimapProto_FilteredSetMultimapProto
	//	*MultimapProto_AbstractSetMultimapProto
	//	*MultimapProto_SortedSetMultimapProto
	//	*MultimapProto_ImmutableSetMultimapProto
	//	*MultimapProto_ForwardingSortedSetMultimapProto
	//	*MultimapProto_ArrayListMultimapGwtSerializationDependenciesProto
	//	*MultimapProto_EmptyImmutableListMultimapProto
	//	*MultimapProto_FilteredEntrySetMultimapProto
	//	*MultimapProto_ImmutableMultimapProto
	//	*MultimapProto_FilteredKeySetMultimapProto
	//	*MultimapProto_LinkedHashMultimapGwtSerializationDependenciesProto
	//	*MultimapProto_HashMultimapGwtSerializationDependenciesProto
	//	*MultimapProto_AbstractSortedSetMultimapProto
	//	*MultimapProto_EmptyImmutableSetMultimapProto
	//	*MultimapProto_ArrayListMultimapProto
	//	*MultimapProto_LinkedHashMultimapProto
	//	*MultimapProto_HashMultimapProto
	//	*MultimapProto_AbstractSortedKeySortedSetMultimapProto
	//	*MultimapProto_TreeMultimapProto
	MultimapProto isMultimapProto_MultimapProto `protobuf_oneof:"multimapProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.Multimap

func (*MultimapProto) Descriptor deprecated

func (*MultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use MultimapProto.ProtoReflect.Descriptor instead.

func (*MultimapProto) GetAbstractListMultimapProto

func (x *MultimapProto) GetAbstractListMultimapProto() *AbstractListMultimapProto

func (*MultimapProto) GetAbstractMapBasedMultimapProto

func (x *MultimapProto) GetAbstractMapBasedMultimapProto() *AbstractMapBasedMultimapProto

func (*MultimapProto) GetAbstractMultimapProto

func (x *MultimapProto) GetAbstractMultimapProto() *AbstractMultimapProto

func (*MultimapProto) GetAbstractSetMultimapProto

func (x *MultimapProto) GetAbstractSetMultimapProto() *AbstractSetMultimapProto

func (*MultimapProto) GetAbstractSortedKeySortedSetMultimapProto

func (x *MultimapProto) GetAbstractSortedKeySortedSetMultimapProto() *AbstractSortedKeySortedSetMultimapProto

func (*MultimapProto) GetAbstractSortedSetMultimapProto

func (x *MultimapProto) GetAbstractSortedSetMultimapProto() *AbstractSortedSetMultimapProto

func (*MultimapProto) GetArrayListMultimapGwtSerializationDependenciesProto

func (x *MultimapProto) GetArrayListMultimapGwtSerializationDependenciesProto() *ArrayListMultimapGwtSerializationDependenciesProto

func (*MultimapProto) GetArrayListMultimapProto

func (x *MultimapProto) GetArrayListMultimapProto() *ArrayListMultimapProto

func (*MultimapProto) GetBaseImmutableMultimapProto

func (x *MultimapProto) GetBaseImmutableMultimapProto() *BaseImmutableMultimapProto

func (*MultimapProto) GetEmptyImmutableListMultimapProto

func (x *MultimapProto) GetEmptyImmutableListMultimapProto() *EmptyImmutableListMultimapProto

func (*MultimapProto) GetEmptyImmutableSetMultimapProto

func (x *MultimapProto) GetEmptyImmutableSetMultimapProto() *EmptyImmutableSetMultimapProto

func (*MultimapProto) GetFilteredEntryMultimapProto

func (x *MultimapProto) GetFilteredEntryMultimapProto() *FilteredEntryMultimapProto

func (*MultimapProto) GetFilteredEntrySetMultimapProto

func (x *MultimapProto) GetFilteredEntrySetMultimapProto() *FilteredEntrySetMultimapProto

func (*MultimapProto) GetFilteredKeyListMultimapProto

func (x *MultimapProto) GetFilteredKeyListMultimapProto() *FilteredKeyListMultimapProto

func (*MultimapProto) GetFilteredKeyMultimapProto

func (x *MultimapProto) GetFilteredKeyMultimapProto() *FilteredKeyMultimapProto

func (*MultimapProto) GetFilteredKeySetMultimapProto

func (x *MultimapProto) GetFilteredKeySetMultimapProto() *FilteredKeySetMultimapProto

func (*MultimapProto) GetFilteredMultimapProto

func (x *MultimapProto) GetFilteredMultimapProto() *FilteredMultimapProto

func (*MultimapProto) GetFilteredSetMultimapProto

func (x *MultimapProto) GetFilteredSetMultimapProto() *FilteredSetMultimapProto

func (*MultimapProto) GetForwardingListMultimapProto

func (x *MultimapProto) GetForwardingListMultimapProto() *ForwardingListMultimapProto

func (*MultimapProto) GetForwardingMultimapProto

func (x *MultimapProto) GetForwardingMultimapProto() *ForwardingMultimapProto

func (*MultimapProto) GetForwardingSetMultimapProto

func (x *MultimapProto) GetForwardingSetMultimapProto() *ForwardingSetMultimapProto

func (*MultimapProto) GetForwardingSortedSetMultimapProto

func (x *MultimapProto) GetForwardingSortedSetMultimapProto() *ForwardingSortedSetMultimapProto

func (*MultimapProto) GetHashMultimapGwtSerializationDependenciesProto

func (x *MultimapProto) GetHashMultimapGwtSerializationDependenciesProto() *HashMultimapGwtSerializationDependenciesProto

func (*MultimapProto) GetHashMultimapProto

func (x *MultimapProto) GetHashMultimapProto() *HashMultimapProto

func (*MultimapProto) GetImmutableListMultimapProto

func (x *MultimapProto) GetImmutableListMultimapProto() *ImmutableListMultimapProto

func (*MultimapProto) GetImmutableMultimapProto

func (x *MultimapProto) GetImmutableMultimapProto() *ImmutableMultimapProto

func (*MultimapProto) GetImmutableSetMultimapProto

func (x *MultimapProto) GetImmutableSetMultimapProto() *ImmutableSetMultimapProto

func (*MultimapProto) GetLinkedHashMultimapGwtSerializationDependenciesProto

func (x *MultimapProto) GetLinkedHashMultimapGwtSerializationDependenciesProto() *LinkedHashMultimapGwtSerializationDependenciesProto

func (*MultimapProto) GetLinkedHashMultimapProto

func (x *MultimapProto) GetLinkedHashMultimapProto() *LinkedHashMultimapProto

func (*MultimapProto) GetLinkedListMultimapProto

func (x *MultimapProto) GetLinkedListMultimapProto() *LinkedListMultimapProto

func (*MultimapProto) GetListMultimapProto

func (x *MultimapProto) GetListMultimapProto() *ListMultimapProto

func (*MultimapProto) GetMultimapProto

func (m *MultimapProto) GetMultimapProto() isMultimapProto_MultimapProto

func (*MultimapProto) GetSetMultimapProto

func (x *MultimapProto) GetSetMultimapProto() *SetMultimapProto

func (*MultimapProto) GetSortedSetMultimapProto

func (x *MultimapProto) GetSortedSetMultimapProto() *SortedSetMultimapProto

func (*MultimapProto) GetTreeMultimapProto

func (x *MultimapProto) GetTreeMultimapProto() *TreeMultimapProto

func (*MultimapProto) ProtoMessage

func (*MultimapProto) ProtoMessage()

func (*MultimapProto) ProtoReflect

func (x *MultimapProto) ProtoReflect() protoreflect.Message

func (*MultimapProto) Reset

func (x *MultimapProto) Reset()

func (*MultimapProto) String

func (x *MultimapProto) String() string

type MultimapProto_AbstractListMultimapProto

type MultimapProto_AbstractListMultimapProto struct {
	AbstractListMultimapProto *AbstractListMultimapProto `protobuf:"bytes,9,opt,name=abstractListMultimapProto,proto3,oneof"`
}

type MultimapProto_AbstractMapBasedMultimapProto

type MultimapProto_AbstractMapBasedMultimapProto struct {
	AbstractMapBasedMultimapProto *AbstractMapBasedMultimapProto `protobuf:"bytes,12,opt,name=abstractMapBasedMultimapProto,proto3,oneof"`
}

type MultimapProto_AbstractMultimapProto

type MultimapProto_AbstractMultimapProto struct {
	AbstractMultimapProto *AbstractMultimapProto `protobuf:"bytes,3,opt,name=abstractMultimapProto,proto3,oneof"`
}

type MultimapProto_AbstractSetMultimapProto

type MultimapProto_AbstractSetMultimapProto struct {
	AbstractSetMultimapProto *AbstractSetMultimapProto `protobuf:"bytes,17,opt,name=abstractSetMultimapProto,proto3,oneof"`
}

type MultimapProto_AbstractSortedKeySortedSetMultimapProto

type MultimapProto_AbstractSortedKeySortedSetMultimapProto struct {
	AbstractSortedKeySortedSetMultimapProto *AbstractSortedKeySortedSetMultimapProto `protobuf:"bytes,33,opt,name=abstractSortedKeySortedSetMultimapProto,proto3,oneof"`
}

type MultimapProto_AbstractSortedSetMultimapProto

type MultimapProto_AbstractSortedSetMultimapProto struct {
	AbstractSortedSetMultimapProto *AbstractSortedSetMultimapProto `protobuf:"bytes,28,opt,name=abstractSortedSetMultimapProto,proto3,oneof"`
}

type MultimapProto_ArrayListMultimapGwtSerializationDependenciesProto

type MultimapProto_ArrayListMultimapGwtSerializationDependenciesProto struct {
	ArrayListMultimapGwtSerializationDependenciesProto *ArrayListMultimapGwtSerializationDependenciesProto `protobuf:"bytes,21,opt,name=arrayListMultimapGwtSerializationDependenciesProto,proto3,oneof"`
}

type MultimapProto_ArrayListMultimapProto

type MultimapProto_ArrayListMultimapProto struct {
	ArrayListMultimapProto *ArrayListMultimapProto `protobuf:"bytes,30,opt,name=arrayListMultimapProto,proto3,oneof"`
}

type MultimapProto_BaseImmutableMultimapProto

type MultimapProto_BaseImmutableMultimapProto struct {
	BaseImmutableMultimapProto *BaseImmutableMultimapProto `protobuf:"bytes,14,opt,name=baseImmutableMultimapProto,proto3,oneof"`
}

type MultimapProto_EmptyImmutableListMultimapProto

type MultimapProto_EmptyImmutableListMultimapProto struct {
	EmptyImmutableListMultimapProto *EmptyImmutableListMultimapProto `protobuf:"bytes,22,opt,name=emptyImmutableListMultimapProto,proto3,oneof"`
}

type MultimapProto_EmptyImmutableSetMultimapProto

type MultimapProto_EmptyImmutableSetMultimapProto struct {
	EmptyImmutableSetMultimapProto *EmptyImmutableSetMultimapProto `protobuf:"bytes,29,opt,name=emptyImmutableSetMultimapProto,proto3,oneof"`
}

type MultimapProto_FilteredEntryMultimapProto

type MultimapProto_FilteredEntryMultimapProto struct {
	FilteredEntryMultimapProto *FilteredEntryMultimapProto `protobuf:"bytes,13,opt,name=filteredEntryMultimapProto,proto3,oneof"`
}

type MultimapProto_FilteredEntrySetMultimapProto

type MultimapProto_FilteredEntrySetMultimapProto struct {
	FilteredEntrySetMultimapProto *FilteredEntrySetMultimapProto `protobuf:"bytes,23,opt,name=filteredEntrySetMultimapProto,proto3,oneof"`
}

type MultimapProto_FilteredKeyListMultimapProto

type MultimapProto_FilteredKeyListMultimapProto struct {
	FilteredKeyListMultimapProto *FilteredKeyListMultimapProto `protobuf:"bytes,10,opt,name=filteredKeyListMultimapProto,proto3,oneof"`
}

type MultimapProto_FilteredKeyMultimapProto

type MultimapProto_FilteredKeyMultimapProto struct {
	FilteredKeyMultimapProto *FilteredKeyMultimapProto `protobuf:"bytes,15,opt,name=filteredKeyMultimapProto,proto3,oneof"`
}

type MultimapProto_FilteredKeySetMultimapProto

type MultimapProto_FilteredKeySetMultimapProto struct {
	FilteredKeySetMultimapProto *FilteredKeySetMultimapProto `protobuf:"bytes,25,opt,name=filteredKeySetMultimapProto,proto3,oneof"`
}

type MultimapProto_FilteredMultimapProto

type MultimapProto_FilteredMultimapProto struct {
	FilteredMultimapProto *FilteredMultimapProto `protobuf:"bytes,4,opt,name=filteredMultimapProto,proto3,oneof"`
}

type MultimapProto_FilteredSetMultimapProto

type MultimapProto_FilteredSetMultimapProto struct {
	FilteredSetMultimapProto *FilteredSetMultimapProto `protobuf:"bytes,16,opt,name=filteredSetMultimapProto,proto3,oneof"`
}

type MultimapProto_ForwardingListMultimapProto

type MultimapProto_ForwardingListMultimapProto struct {
	ForwardingListMultimapProto *ForwardingListMultimapProto `protobuf:"bytes,6,opt,name=forwardingListMultimapProto,proto3,oneof"`
}

type MultimapProto_ForwardingMultimapProto

type MultimapProto_ForwardingMultimapProto struct {
	ForwardingMultimapProto *ForwardingMultimapProto `protobuf:"bytes,1,opt,name=forwardingMultimapProto,proto3,oneof"`
}

type MultimapProto_ForwardingSetMultimapProto

type MultimapProto_ForwardingSetMultimapProto struct {
	ForwardingSetMultimapProto *ForwardingSetMultimapProto `protobuf:"bytes,7,opt,name=forwardingSetMultimapProto,proto3,oneof"`
}

type MultimapProto_ForwardingSortedSetMultimapProto

type MultimapProto_ForwardingSortedSetMultimapProto struct {
	ForwardingSortedSetMultimapProto *ForwardingSortedSetMultimapProto `protobuf:"bytes,20,opt,name=forwardingSortedSetMultimapProto,proto3,oneof"`
}

type MultimapProto_HashMultimapGwtSerializationDependenciesProto

type MultimapProto_HashMultimapGwtSerializationDependenciesProto struct {
	HashMultimapGwtSerializationDependenciesProto *HashMultimapGwtSerializationDependenciesProto `protobuf:"bytes,27,opt,name=hashMultimapGwtSerializationDependenciesProto,proto3,oneof"`
}

type MultimapProto_HashMultimapProto

type MultimapProto_HashMultimapProto struct {
	HashMultimapProto *HashMultimapProto `protobuf:"bytes,32,opt,name=hashMultimapProto,proto3,oneof"`
}

type MultimapProto_ImmutableListMultimapProto

type MultimapProto_ImmutableListMultimapProto struct {
	ImmutableListMultimapProto *ImmutableListMultimapProto `protobuf:"bytes,11,opt,name=immutableListMultimapProto,proto3,oneof"`
}

type MultimapProto_ImmutableMultimapProto

type MultimapProto_ImmutableMultimapProto struct {
	ImmutableMultimapProto *ImmutableMultimapProto `protobuf:"bytes,24,opt,name=immutableMultimapProto,proto3,oneof"`
}

type MultimapProto_ImmutableSetMultimapProto

type MultimapProto_ImmutableSetMultimapProto struct {
	ImmutableSetMultimapProto *ImmutableSetMultimapProto `protobuf:"bytes,19,opt,name=immutableSetMultimapProto,proto3,oneof"`
}

type MultimapProto_LinkedHashMultimapGwtSerializationDependenciesProto

type MultimapProto_LinkedHashMultimapGwtSerializationDependenciesProto struct {
	LinkedHashMultimapGwtSerializationDependenciesProto *LinkedHashMultimapGwtSerializationDependenciesProto `protobuf:"bytes,26,opt,name=linkedHashMultimapGwtSerializationDependenciesProto,proto3,oneof"`
}

type MultimapProto_LinkedHashMultimapProto

type MultimapProto_LinkedHashMultimapProto struct {
	LinkedHashMultimapProto *LinkedHashMultimapProto `protobuf:"bytes,31,opt,name=linkedHashMultimapProto,proto3,oneof"`
}

type MultimapProto_LinkedListMultimapProto

type MultimapProto_LinkedListMultimapProto struct {
	LinkedListMultimapProto *LinkedListMultimapProto `protobuf:"bytes,8,opt,name=linkedListMultimapProto,proto3,oneof"`
}

type MultimapProto_ListMultimapProto

type MultimapProto_ListMultimapProto struct {
	ListMultimapProto *ListMultimapProto `protobuf:"bytes,2,opt,name=listMultimapProto,proto3,oneof"`
}

type MultimapProto_SetMultimapProto

type MultimapProto_SetMultimapProto struct {
	SetMultimapProto *SetMultimapProto `protobuf:"bytes,5,opt,name=setMultimapProto,proto3,oneof"`
}

type MultimapProto_SortedSetMultimapProto

type MultimapProto_SortedSetMultimapProto struct {
	SortedSetMultimapProto *SortedSetMultimapProto `protobuf:"bytes,18,opt,name=sortedSetMultimapProto,proto3,oneof"`
}

type MultimapProto_TreeMultimapProto

type MultimapProto_TreeMultimapProto struct {
	TreeMultimapProto *TreeMultimapProto `protobuf:"bytes,34,opt,name=treeMultimapProto,proto3,oneof"`
}

type MultisetOperandTypeCheckerProto

type MultisetOperandTypeCheckerProto struct {
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.MultisetOperandTypeChecker

func (*MultisetOperandTypeCheckerProto) Descriptor deprecated

func (*MultisetOperandTypeCheckerProto) Descriptor() ([]byte, []int)

Deprecated: Use MultisetOperandTypeCheckerProto.ProtoReflect.Descriptor instead.

func (*MultisetOperandTypeCheckerProto) ProtoMessage

func (*MultisetOperandTypeCheckerProto) ProtoMessage()

func (*MultisetOperandTypeCheckerProto) ProtoReflect

func (*MultisetOperandTypeCheckerProto) Reset

func (*MultisetOperandTypeCheckerProto) String

type MultisetSqlTypeProto

type MultisetSqlTypeProto struct {
	ElementType *RelDataTypeProto        `protobuf:"bytes,1,opt,name=elementType,proto3" json:"elementType,omitempty"`
	TypeName    SqlTypeNameProto         `protobuf:"varint,2,opt,name=typeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeName,omitempty"`
	IsNullable  bool                     `protobuf:"varint,3,opt,name=isNullable,proto3" json:"isNullable,omitempty"`
	FieldList   []*RelDataTypeFieldProto `protobuf:"bytes,4,rep,name=fieldList,proto3" json:"fieldList,omitempty"`
	Digest      string                   `protobuf:"bytes,5,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.MultisetSqlType

func (*MultisetSqlTypeProto) Descriptor deprecated

func (*MultisetSqlTypeProto) Descriptor() ([]byte, []int)

Deprecated: Use MultisetSqlTypeProto.ProtoReflect.Descriptor instead.

func (*MultisetSqlTypeProto) GetDigest

func (x *MultisetSqlTypeProto) GetDigest() string

func (*MultisetSqlTypeProto) GetElementType

func (x *MultisetSqlTypeProto) GetElementType() *RelDataTypeProto

func (*MultisetSqlTypeProto) GetFieldList

func (x *MultisetSqlTypeProto) GetFieldList() []*RelDataTypeFieldProto

func (*MultisetSqlTypeProto) GetIsNullable

func (x *MultisetSqlTypeProto) GetIsNullable() bool

func (*MultisetSqlTypeProto) GetTypeName

func (x *MultisetSqlTypeProto) GetTypeName() SqlTypeNameProto

func (*MultisetSqlTypeProto) ProtoMessage

func (*MultisetSqlTypeProto) ProtoMessage()

func (*MultisetSqlTypeProto) ProtoReflect

func (x *MultisetSqlTypeProto) ProtoReflect() protoreflect.Message

func (*MultisetSqlTypeProto) Reset

func (x *MultisetSqlTypeProto) Reset()

func (*MultisetSqlTypeProto) String

func (x *MultisetSqlTypeProto) String() string

type NameMapProto

type NameMapProto struct {
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.util.NameMap

func (*NameMapProto) Descriptor deprecated

func (*NameMapProto) Descriptor() ([]byte, []int)

Deprecated: Use NameMapProto.ProtoReflect.Descriptor instead.

func (*NameMapProto) ProtoMessage

func (*NameMapProto) ProtoMessage()

func (*NameMapProto) ProtoReflect

func (x *NameMapProto) ProtoReflect() protoreflect.Message

func (*NameMapProto) Reset

func (x *NameMapProto) Reset()

func (*NameMapProto) String

func (x *NameMapProto) String() string

type NameMultimapProto

type NameMultimapProto struct {
	Map *NameMapProto `protobuf:"bytes,1,opt,name=map,proto3" json:"map,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.util.NameMultimap

func (*NameMultimapProto) Descriptor deprecated

func (*NameMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use NameMultimapProto.ProtoReflect.Descriptor instead.

func (*NameMultimapProto) GetMap

func (x *NameMultimapProto) GetMap() *NameMapProto

func (*NameMultimapProto) ProtoMessage

func (*NameMultimapProto) ProtoMessage()

func (*NameMultimapProto) ProtoReflect

func (x *NameMultimapProto) ProtoReflect() protoreflect.Message

func (*NameMultimapProto) Reset

func (x *NameMultimapProto) Reset()

func (*NameMultimapProto) String

func (x *NameMultimapProto) String() string

type NameSetProto

type NameSetProto struct {
	Names *NameMapProto `protobuf:"bytes,1,opt,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.util.NameSet

func (*NameSetProto) Descriptor deprecated

func (*NameSetProto) Descriptor() ([]byte, []int)

Deprecated: Use NameSetProto.ProtoReflect.Descriptor instead.

func (*NameSetProto) GetNames

func (x *NameSetProto) GetNames() *NameMapProto

func (*NameSetProto) ProtoMessage

func (*NameSetProto) ProtoMessage()

func (*NameSetProto) ProtoReflect

func (x *NameSetProto) ProtoReflect() protoreflect.Message

func (*NameSetProto) Reset

func (x *NameSetProto) Reset()

func (*NameSetProto) String

func (x *NameSetProto) String() string

type ObjectPredicateProto

type ObjectPredicateProto int32
const (
	ObjectPredicateProto_ObjectPredicateProto_ALWAYS_TRUE_  ObjectPredicateProto = 0
	ObjectPredicateProto_ObjectPredicateProto_ALWAYS_FALSE_ ObjectPredicateProto = 1
	ObjectPredicateProto_ObjectPredicateProto_IS_NULL_      ObjectPredicateProto = 2
	ObjectPredicateProto_ObjectPredicateProto_NOT_NULL_     ObjectPredicateProto = 3
)

func (ObjectPredicateProto) Descriptor

func (ObjectPredicateProto) Enum

func (ObjectPredicateProto) EnumDescriptor deprecated

func (ObjectPredicateProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use ObjectPredicateProto.Descriptor instead.

func (ObjectPredicateProto) Number

func (ObjectPredicateProto) String

func (x ObjectPredicateProto) String() string

func (ObjectPredicateProto) Type

type ObjectSqlTypeProto

type ObjectSqlTypeProto struct {
	SqlIdentifier *SqlIdentifierProto           `protobuf:"bytes,1,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Comparability RelDataTypeComparabilityProto `` /* 127-byte string literal not displayed */
	Family        *RelDataTypeFamilyProto       `protobuf:"bytes,3,opt,name=family,proto3" json:"family,omitempty"`
	TypeName      SqlTypeNameProto              `protobuf:"varint,4,opt,name=typeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeName,omitempty"`
	IsNullable    bool                          `protobuf:"varint,5,opt,name=isNullable,proto3" json:"isNullable,omitempty"`
	FieldList     []*RelDataTypeFieldProto      `protobuf:"bytes,6,rep,name=fieldList,proto3" json:"fieldList,omitempty"`
	Digest        string                        `protobuf:"bytes,7,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.ObjectSqlType

func (*ObjectSqlTypeProto) Descriptor deprecated

func (*ObjectSqlTypeProto) Descriptor() ([]byte, []int)

Deprecated: Use ObjectSqlTypeProto.ProtoReflect.Descriptor instead.

func (*ObjectSqlTypeProto) GetComparability

func (x *ObjectSqlTypeProto) GetComparability() RelDataTypeComparabilityProto

func (*ObjectSqlTypeProto) GetDigest

func (x *ObjectSqlTypeProto) GetDigest() string

func (*ObjectSqlTypeProto) GetFamily

func (*ObjectSqlTypeProto) GetFieldList

func (x *ObjectSqlTypeProto) GetFieldList() []*RelDataTypeFieldProto

func (*ObjectSqlTypeProto) GetIsNullable

func (x *ObjectSqlTypeProto) GetIsNullable() bool

func (*ObjectSqlTypeProto) GetSqlIdentifier

func (x *ObjectSqlTypeProto) GetSqlIdentifier() *SqlIdentifierProto

func (*ObjectSqlTypeProto) GetTypeName

func (x *ObjectSqlTypeProto) GetTypeName() SqlTypeNameProto

func (*ObjectSqlTypeProto) ProtoMessage

func (*ObjectSqlTypeProto) ProtoMessage()

func (*ObjectSqlTypeProto) ProtoReflect

func (x *ObjectSqlTypeProto) ProtoReflect() protoreflect.Message

func (*ObjectSqlTypeProto) Reset

func (x *ObjectSqlTypeProto) Reset()

func (*ObjectSqlTypeProto) String

func (x *ObjectSqlTypeProto) String() string

type OperandMetadataImplProto

type OperandMetadataImplProto struct {
	ParamTypesFactory *FunctionProto       `protobuf:"bytes,1,opt,name=paramTypesFactory,proto3" json:"paramTypesFactory,omitempty"`
	ParamNameFn       *IntFunctionProto    `protobuf:"bytes,2,opt,name=paramNameFn,proto3" json:"paramNameFn,omitempty"`
	Families          []SqlTypeFamilyProto `protobuf:"varint,3,rep,packed,name=families,proto3,enum=rill.sql.v1.SqlTypeFamilyProto" json:"families,omitempty"`
	Optional          *PredicateProto      `protobuf:"bytes,4,opt,name=optional,proto3" json:"optional,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.OperandMetadataImpl

func (*OperandMetadataImplProto) Descriptor deprecated

func (*OperandMetadataImplProto) Descriptor() ([]byte, []int)

Deprecated: Use OperandMetadataImplProto.ProtoReflect.Descriptor instead.

func (*OperandMetadataImplProto) GetFamilies

func (x *OperandMetadataImplProto) GetFamilies() []SqlTypeFamilyProto

func (*OperandMetadataImplProto) GetOptional

func (x *OperandMetadataImplProto) GetOptional() *PredicateProto

func (*OperandMetadataImplProto) GetParamNameFn

func (x *OperandMetadataImplProto) GetParamNameFn() *IntFunctionProto

func (*OperandMetadataImplProto) GetParamTypesFactory

func (x *OperandMetadataImplProto) GetParamTypesFactory() *FunctionProto

func (*OperandMetadataImplProto) ProtoMessage

func (*OperandMetadataImplProto) ProtoMessage()

func (*OperandMetadataImplProto) ProtoReflect

func (x *OperandMetadataImplProto) ProtoReflect() protoreflect.Message

func (*OperandMetadataImplProto) Reset

func (x *OperandMetadataImplProto) Reset()

func (*OperandMetadataImplProto) String

func (x *OperandMetadataImplProto) String() string

type OptionalityProto

type OptionalityProto int32
const (
	OptionalityProto_OptionalityProto_MANDATORY_ OptionalityProto = 0
	OptionalityProto_OptionalityProto_OPTIONAL_  OptionalityProto = 1
	OptionalityProto_OptionalityProto_IGNORED_   OptionalityProto = 2
	OptionalityProto_OptionalityProto_FORBIDDEN_ OptionalityProto = 3
)

func (OptionalityProto) Descriptor

func (OptionalityProto) Enum

func (OptionalityProto) EnumDescriptor deprecated

func (OptionalityProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use OptionalityProto.Descriptor instead.

func (OptionalityProto) Number

func (OptionalityProto) String

func (x OptionalityProto) String() string

func (OptionalityProto) Type

type OrdinalReturnTypeInferenceProto

type OrdinalReturnTypeInferenceProto struct {
	Ordinal int32 `protobuf:"zigzag32,1,opt,name=ordinal,proto3" json:"ordinal,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.OrdinalReturnTypeInference

func (*OrdinalReturnTypeInferenceProto) Descriptor deprecated

func (*OrdinalReturnTypeInferenceProto) Descriptor() ([]byte, []int)

Deprecated: Use OrdinalReturnTypeInferenceProto.ProtoReflect.Descriptor instead.

func (*OrdinalReturnTypeInferenceProto) GetOrdinal

func (x *OrdinalReturnTypeInferenceProto) GetOrdinal() int32

func (*OrdinalReturnTypeInferenceProto) ProtoMessage

func (*OrdinalReturnTypeInferenceProto) ProtoMessage()

func (*OrdinalReturnTypeInferenceProto) ProtoReflect

func (*OrdinalReturnTypeInferenceProto) Reset

func (*OrdinalReturnTypeInferenceProto) String

type OrgApacheCalciteSchema_FunctionProto

type OrgApacheCalciteSchema_FunctionProto struct {

	// Types that are assignable to OrgApacheCalciteSchema_FunctionProto:
	//
	//	*OrgApacheCalciteSchema_FunctionProto_TableFunctionProto
	//	*OrgApacheCalciteSchema_FunctionProto_ReflectiveFunctionBaseProto
	//	*OrgApacheCalciteSchema_FunctionProto_ImplementableFunctionProto
	//	*OrgApacheCalciteSchema_FunctionProto_TableMacroProto
	//	*OrgApacheCalciteSchema_FunctionProto_ScalarFunctionProto
	//	*OrgApacheCalciteSchema_FunctionProto_AggregateFunctionProto
	//	*OrgApacheCalciteSchema_FunctionProto_TableFunctionImplProto
	//	*OrgApacheCalciteSchema_FunctionProto_TableMacroImplProto
	//	*OrgApacheCalciteSchema_FunctionProto_ScalarFunctionImplProto
	//	*OrgApacheCalciteSchema_FunctionProto_ViewTableMacroProto
	//	*OrgApacheCalciteSchema_FunctionProto_ImplementableAggFunctionProto
	//	*OrgApacheCalciteSchema_FunctionProto_AggregateFunctionImplProto
	OrgApacheCalciteSchema_FunctionProto isOrgApacheCalciteSchema_FunctionProto_OrgApacheCalciteSchema_FunctionProto `protobuf_oneof:"org_apache_calcite_schema_FunctionProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.Function

func (*OrgApacheCalciteSchema_FunctionProto) Descriptor deprecated

func (*OrgApacheCalciteSchema_FunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use OrgApacheCalciteSchema_FunctionProto.ProtoReflect.Descriptor instead.

func (*OrgApacheCalciteSchema_FunctionProto) GetAggregateFunctionImplProto

func (x *OrgApacheCalciteSchema_FunctionProto) GetAggregateFunctionImplProto() *AggregateFunctionImplProto

func (*OrgApacheCalciteSchema_FunctionProto) GetAggregateFunctionProto

func (x *OrgApacheCalciteSchema_FunctionProto) GetAggregateFunctionProto() *AggregateFunctionProto

func (*OrgApacheCalciteSchema_FunctionProto) GetImplementableAggFunctionProto

func (x *OrgApacheCalciteSchema_FunctionProto) GetImplementableAggFunctionProto() *ImplementableAggFunctionProto

func (*OrgApacheCalciteSchema_FunctionProto) GetImplementableFunctionProto

func (x *OrgApacheCalciteSchema_FunctionProto) GetImplementableFunctionProto() *ImplementableFunctionProto

func (*OrgApacheCalciteSchema_FunctionProto) GetOrgApacheCalciteSchema_FunctionProto

func (m *OrgApacheCalciteSchema_FunctionProto) GetOrgApacheCalciteSchema_FunctionProto() isOrgApacheCalciteSchema_FunctionProto_OrgApacheCalciteSchema_FunctionProto

func (*OrgApacheCalciteSchema_FunctionProto) GetReflectiveFunctionBaseProto

func (x *OrgApacheCalciteSchema_FunctionProto) GetReflectiveFunctionBaseProto() *ReflectiveFunctionBaseProto

func (*OrgApacheCalciteSchema_FunctionProto) GetScalarFunctionImplProto

func (x *OrgApacheCalciteSchema_FunctionProto) GetScalarFunctionImplProto() *ScalarFunctionImplProto

func (*OrgApacheCalciteSchema_FunctionProto) GetScalarFunctionProto

func (x *OrgApacheCalciteSchema_FunctionProto) GetScalarFunctionProto() *ScalarFunctionProto

func (*OrgApacheCalciteSchema_FunctionProto) GetTableFunctionImplProto

func (x *OrgApacheCalciteSchema_FunctionProto) GetTableFunctionImplProto() *TableFunctionImplProto

func (*OrgApacheCalciteSchema_FunctionProto) GetTableFunctionProto

func (x *OrgApacheCalciteSchema_FunctionProto) GetTableFunctionProto() *TableFunctionProto

func (*OrgApacheCalciteSchema_FunctionProto) GetTableMacroImplProto

func (x *OrgApacheCalciteSchema_FunctionProto) GetTableMacroImplProto() *TableMacroImplProto

func (*OrgApacheCalciteSchema_FunctionProto) GetTableMacroProto

func (x *OrgApacheCalciteSchema_FunctionProto) GetTableMacroProto() *TableMacroProto

func (*OrgApacheCalciteSchema_FunctionProto) GetViewTableMacroProto

func (x *OrgApacheCalciteSchema_FunctionProto) GetViewTableMacroProto() *ViewTableMacroProto

func (*OrgApacheCalciteSchema_FunctionProto) ProtoMessage

func (*OrgApacheCalciteSchema_FunctionProto) ProtoMessage()

func (*OrgApacheCalciteSchema_FunctionProto) ProtoReflect

func (*OrgApacheCalciteSchema_FunctionProto) Reset

func (*OrgApacheCalciteSchema_FunctionProto) String

type OrgApacheCalciteSchema_FunctionProto_AggregateFunctionImplProto

type OrgApacheCalciteSchema_FunctionProto_AggregateFunctionImplProto struct {
	AggregateFunctionImplProto *AggregateFunctionImplProto `protobuf:"bytes,12,opt,name=aggregateFunctionImplProto,proto3,oneof"`
}

type OrgApacheCalciteSchema_FunctionProto_AggregateFunctionProto

type OrgApacheCalciteSchema_FunctionProto_AggregateFunctionProto struct {
	AggregateFunctionProto *AggregateFunctionProto `protobuf:"bytes,6,opt,name=aggregateFunctionProto,proto3,oneof"`
}

type OrgApacheCalciteSchema_FunctionProto_ImplementableAggFunctionProto

type OrgApacheCalciteSchema_FunctionProto_ImplementableAggFunctionProto struct {
	ImplementableAggFunctionProto *ImplementableAggFunctionProto `protobuf:"bytes,11,opt,name=implementableAggFunctionProto,proto3,oneof"`
}

type OrgApacheCalciteSchema_FunctionProto_ImplementableFunctionProto

type OrgApacheCalciteSchema_FunctionProto_ImplementableFunctionProto struct {
	ImplementableFunctionProto *ImplementableFunctionProto `protobuf:"bytes,3,opt,name=implementableFunctionProto,proto3,oneof"`
}

type OrgApacheCalciteSchema_FunctionProto_ReflectiveFunctionBaseProto

type OrgApacheCalciteSchema_FunctionProto_ReflectiveFunctionBaseProto struct {
	ReflectiveFunctionBaseProto *ReflectiveFunctionBaseProto `protobuf:"bytes,2,opt,name=reflectiveFunctionBaseProto,proto3,oneof"`
}

type OrgApacheCalciteSchema_FunctionProto_ScalarFunctionImplProto

type OrgApacheCalciteSchema_FunctionProto_ScalarFunctionImplProto struct {
	ScalarFunctionImplProto *ScalarFunctionImplProto `protobuf:"bytes,9,opt,name=scalarFunctionImplProto,proto3,oneof"`
}

type OrgApacheCalciteSchema_FunctionProto_ScalarFunctionProto

type OrgApacheCalciteSchema_FunctionProto_ScalarFunctionProto struct {
	ScalarFunctionProto *ScalarFunctionProto `protobuf:"bytes,5,opt,name=scalarFunctionProto,proto3,oneof"`
}

type OrgApacheCalciteSchema_FunctionProto_TableFunctionImplProto

type OrgApacheCalciteSchema_FunctionProto_TableFunctionImplProto struct {
	TableFunctionImplProto *TableFunctionImplProto `protobuf:"bytes,7,opt,name=tableFunctionImplProto,proto3,oneof"`
}

type OrgApacheCalciteSchema_FunctionProto_TableFunctionProto

type OrgApacheCalciteSchema_FunctionProto_TableFunctionProto struct {
	TableFunctionProto *TableFunctionProto `protobuf:"bytes,1,opt,name=tableFunctionProto,proto3,oneof"`
}

type OrgApacheCalciteSchema_FunctionProto_TableMacroImplProto

type OrgApacheCalciteSchema_FunctionProto_TableMacroImplProto struct {
	TableMacroImplProto *TableMacroImplProto `protobuf:"bytes,8,opt,name=tableMacroImplProto,proto3,oneof"`
}

type OrgApacheCalciteSchema_FunctionProto_TableMacroProto

type OrgApacheCalciteSchema_FunctionProto_TableMacroProto struct {
	TableMacroProto *TableMacroProto `protobuf:"bytes,4,opt,name=tableMacroProto,proto3,oneof"`
}

type OrgApacheCalciteSchema_FunctionProto_ViewTableMacroProto

type OrgApacheCalciteSchema_FunctionProto_ViewTableMacroProto struct {
	ViewTableMacroProto *ViewTableMacroProto `protobuf:"bytes,10,opt,name=viewTableMacroProto,proto3,oneof"`
}

type PredicateProto

type PredicateProto struct {
	// contains filtered or unexported fields
}

Java Class: java.util.function.Predicate

func (*PredicateProto) Descriptor deprecated

func (*PredicateProto) Descriptor() ([]byte, []int)

Deprecated: Use PredicateProto.ProtoReflect.Descriptor instead.

func (*PredicateProto) ProtoMessage

func (*PredicateProto) ProtoMessage()

func (*PredicateProto) ProtoReflect

func (x *PredicateProto) ProtoReflect() protoreflect.Message

func (*PredicateProto) Reset

func (x *PredicateProto) Reset()

func (*PredicateProto) String

func (x *PredicateProto) String() string

type ReflectiveFunctionBaseProto

type ReflectiveFunctionBaseProto struct {

	// Types that are assignable to ReflectiveFunctionBaseProto:
	//
	//	*ReflectiveFunctionBaseProto_TableFunctionImplProto
	//	*ReflectiveFunctionBaseProto_TableMacroImplProto
	//	*ReflectiveFunctionBaseProto_ScalarFunctionImplProto
	ReflectiveFunctionBaseProto isReflectiveFunctionBaseProto_ReflectiveFunctionBaseProto `protobuf_oneof:"reflectiveFunctionBaseProto"`
	Method                      *MethodProto                                              `protobuf:"bytes,4,opt,name=method,proto3" json:"method,omitempty"`
	Parameters                  []*FunctionParameterProto                                 `protobuf:"bytes,5,rep,name=parameters,proto3" json:"parameters,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.impl.ReflectiveFunctionBase

func (*ReflectiveFunctionBaseProto) Descriptor deprecated

func (*ReflectiveFunctionBaseProto) Descriptor() ([]byte, []int)

Deprecated: Use ReflectiveFunctionBaseProto.ProtoReflect.Descriptor instead.

func (*ReflectiveFunctionBaseProto) GetMethod

func (x *ReflectiveFunctionBaseProto) GetMethod() *MethodProto

func (*ReflectiveFunctionBaseProto) GetParameters

func (*ReflectiveFunctionBaseProto) GetReflectiveFunctionBaseProto

func (m *ReflectiveFunctionBaseProto) GetReflectiveFunctionBaseProto() isReflectiveFunctionBaseProto_ReflectiveFunctionBaseProto

func (*ReflectiveFunctionBaseProto) GetScalarFunctionImplProto

func (x *ReflectiveFunctionBaseProto) GetScalarFunctionImplProto() *ScalarFunctionImplProto

func (*ReflectiveFunctionBaseProto) GetTableFunctionImplProto

func (x *ReflectiveFunctionBaseProto) GetTableFunctionImplProto() *TableFunctionImplProto

func (*ReflectiveFunctionBaseProto) GetTableMacroImplProto

func (x *ReflectiveFunctionBaseProto) GetTableMacroImplProto() *TableMacroImplProto

func (*ReflectiveFunctionBaseProto) ProtoMessage

func (*ReflectiveFunctionBaseProto) ProtoMessage()

func (*ReflectiveFunctionBaseProto) ProtoReflect

func (*ReflectiveFunctionBaseProto) Reset

func (x *ReflectiveFunctionBaseProto) Reset()

func (*ReflectiveFunctionBaseProto) String

func (x *ReflectiveFunctionBaseProto) String() string

type ReflectiveFunctionBaseProto_ScalarFunctionImplProto

type ReflectiveFunctionBaseProto_ScalarFunctionImplProto struct {
	ScalarFunctionImplProto *ScalarFunctionImplProto `protobuf:"bytes,3,opt,name=scalarFunctionImplProto,proto3,oneof"`
}

type ReflectiveFunctionBaseProto_TableFunctionImplProto

type ReflectiveFunctionBaseProto_TableFunctionImplProto struct {
	TableFunctionImplProto *TableFunctionImplProto `protobuf:"bytes,1,opt,name=tableFunctionImplProto,proto3,oneof"`
}

type ReflectiveFunctionBaseProto_TableMacroImplProto

type ReflectiveFunctionBaseProto_TableMacroImplProto struct {
	TableMacroImplProto *TableMacroImplProto `protobuf:"bytes,2,opt,name=tableMacroImplProto,proto3,oneof"`
}

type RelColumnMappingProto

type RelColumnMappingProto struct {
	IOutputColumn int32 `protobuf:"zigzag32,1,opt,name=iOutputColumn,proto3" json:"iOutputColumn,omitempty"`
	IInputRel     int32 `protobuf:"zigzag32,2,opt,name=iInputRel,proto3" json:"iInputRel,omitempty"`
	IInputColumn  int32 `protobuf:"zigzag32,3,opt,name=iInputColumn,proto3" json:"iInputColumn,omitempty"`
	Derived       bool  `protobuf:"varint,4,opt,name=derived,proto3" json:"derived,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.rel.metadata.RelColumnMapping

func (*RelColumnMappingProto) Descriptor deprecated

func (*RelColumnMappingProto) Descriptor() ([]byte, []int)

Deprecated: Use RelColumnMappingProto.ProtoReflect.Descriptor instead.

func (*RelColumnMappingProto) GetDerived

func (x *RelColumnMappingProto) GetDerived() bool

func (*RelColumnMappingProto) GetIInputColumn

func (x *RelColumnMappingProto) GetIInputColumn() int32

func (*RelColumnMappingProto) GetIInputRel

func (x *RelColumnMappingProto) GetIInputRel() int32

func (*RelColumnMappingProto) GetIOutputColumn

func (x *RelColumnMappingProto) GetIOutputColumn() int32

func (*RelColumnMappingProto) ProtoMessage

func (*RelColumnMappingProto) ProtoMessage()

func (*RelColumnMappingProto) ProtoReflect

func (x *RelColumnMappingProto) ProtoReflect() protoreflect.Message

func (*RelColumnMappingProto) Reset

func (x *RelColumnMappingProto) Reset()

func (*RelColumnMappingProto) String

func (x *RelColumnMappingProto) String() string

type RelCrossTypeProto

type RelCrossTypeProto struct {
	Types     []*RelDataTypeProto      `protobuf:"bytes,1,rep,name=types,proto3" json:"types,omitempty"`
	FieldList []*RelDataTypeFieldProto `protobuf:"bytes,2,rep,name=fieldList,proto3" json:"fieldList,omitempty"`
	Digest    string                   `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.rel.type.RelCrossType

func (*RelCrossTypeProto) Descriptor deprecated

func (*RelCrossTypeProto) Descriptor() ([]byte, []int)

Deprecated: Use RelCrossTypeProto.ProtoReflect.Descriptor instead.

func (*RelCrossTypeProto) GetDigest

func (x *RelCrossTypeProto) GetDigest() string

func (*RelCrossTypeProto) GetFieldList

func (x *RelCrossTypeProto) GetFieldList() []*RelDataTypeFieldProto

func (*RelCrossTypeProto) GetTypes

func (x *RelCrossTypeProto) GetTypes() []*RelDataTypeProto

func (*RelCrossTypeProto) ProtoMessage

func (*RelCrossTypeProto) ProtoMessage()

func (*RelCrossTypeProto) ProtoReflect

func (x *RelCrossTypeProto) ProtoReflect() protoreflect.Message

func (*RelCrossTypeProto) Reset

func (x *RelCrossTypeProto) Reset()

func (*RelCrossTypeProto) String

func (x *RelCrossTypeProto) String() string

type RelDataTypeComparabilityProto

type RelDataTypeComparabilityProto int32
const (
	RelDataTypeComparabilityProto_RelDataTypeComparabilityProto_NONE_      RelDataTypeComparabilityProto = 0
	RelDataTypeComparabilityProto_RelDataTypeComparabilityProto_UNORDERED_ RelDataTypeComparabilityProto = 1
	RelDataTypeComparabilityProto_RelDataTypeComparabilityProto_ALL_       RelDataTypeComparabilityProto = 2
)

func (RelDataTypeComparabilityProto) Descriptor

func (RelDataTypeComparabilityProto) Enum

func (RelDataTypeComparabilityProto) EnumDescriptor deprecated

func (RelDataTypeComparabilityProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use RelDataTypeComparabilityProto.Descriptor instead.

func (RelDataTypeComparabilityProto) Number

func (RelDataTypeComparabilityProto) String

func (RelDataTypeComparabilityProto) Type

type RelDataTypeFactoryImplProto

type RelDataTypeFactoryImplProto struct {

	// Types that are assignable to RelDataTypeFactoryImplProto:
	//
	//	*RelDataTypeFactoryImplProto_SqlTypeFactoryImplProto
	//	*RelDataTypeFactoryImplProto_JavaTypeFactoryImplProto
	RelDataTypeFactoryImplProto isRelDataTypeFactoryImplProto_RelDataTypeFactoryImplProto `protobuf_oneof:"relDataTypeFactoryImplProto"`
	TypeSystem                  *RelDataTypeSystemProto                                   `protobuf:"bytes,3,opt,name=typeSystem,proto3" json:"typeSystem,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.rel.type.RelDataTypeFactoryImpl

func (*RelDataTypeFactoryImplProto) Descriptor deprecated

func (*RelDataTypeFactoryImplProto) Descriptor() ([]byte, []int)

Deprecated: Use RelDataTypeFactoryImplProto.ProtoReflect.Descriptor instead.

func (*RelDataTypeFactoryImplProto) GetJavaTypeFactoryImplProto

func (x *RelDataTypeFactoryImplProto) GetJavaTypeFactoryImplProto() *JavaTypeFactoryImplProto

func (*RelDataTypeFactoryImplProto) GetRelDataTypeFactoryImplProto

func (m *RelDataTypeFactoryImplProto) GetRelDataTypeFactoryImplProto() isRelDataTypeFactoryImplProto_RelDataTypeFactoryImplProto

func (*RelDataTypeFactoryImplProto) GetSqlTypeFactoryImplProto

func (x *RelDataTypeFactoryImplProto) GetSqlTypeFactoryImplProto() *SqlTypeFactoryImplProto

func (*RelDataTypeFactoryImplProto) GetTypeSystem

func (*RelDataTypeFactoryImplProto) ProtoMessage

func (*RelDataTypeFactoryImplProto) ProtoMessage()

func (*RelDataTypeFactoryImplProto) ProtoReflect

func (*RelDataTypeFactoryImplProto) Reset

func (x *RelDataTypeFactoryImplProto) Reset()

func (*RelDataTypeFactoryImplProto) String

func (x *RelDataTypeFactoryImplProto) String() string

type RelDataTypeFactoryImplProto_JavaTypeFactoryImplProto

type RelDataTypeFactoryImplProto_JavaTypeFactoryImplProto struct {
	JavaTypeFactoryImplProto *JavaTypeFactoryImplProto `protobuf:"bytes,2,opt,name=javaTypeFactoryImplProto,proto3,oneof"`
}

type RelDataTypeFactoryImplProto_SqlTypeFactoryImplProto

type RelDataTypeFactoryImplProto_SqlTypeFactoryImplProto struct {
	SqlTypeFactoryImplProto *SqlTypeFactoryImplProto `protobuf:"bytes,1,opt,name=sqlTypeFactoryImplProto,proto3,oneof"`
}

type RelDataTypeFactoryProto

type RelDataTypeFactoryProto struct {

	// Types that are assignable to RelDataTypeFactoryProto:
	//
	//	*RelDataTypeFactoryProto_JavaTypeFactoryProto
	//	*RelDataTypeFactoryProto_RelDataTypeFactoryImplProto
	//	*RelDataTypeFactoryProto_JavaTypeFactoryImplProto
	//	*RelDataTypeFactoryProto_SqlTypeFactoryImplProto
	RelDataTypeFactoryProto isRelDataTypeFactoryProto_RelDataTypeFactoryProto `protobuf_oneof:"relDataTypeFactoryProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.rel.type.RelDataTypeFactory

func (*RelDataTypeFactoryProto) Descriptor deprecated

func (*RelDataTypeFactoryProto) Descriptor() ([]byte, []int)

Deprecated: Use RelDataTypeFactoryProto.ProtoReflect.Descriptor instead.

func (*RelDataTypeFactoryProto) GetJavaTypeFactoryImplProto

func (x *RelDataTypeFactoryProto) GetJavaTypeFactoryImplProto() *JavaTypeFactoryImplProto

func (*RelDataTypeFactoryProto) GetJavaTypeFactoryProto

func (x *RelDataTypeFactoryProto) GetJavaTypeFactoryProto() *JavaTypeFactoryProto

func (*RelDataTypeFactoryProto) GetRelDataTypeFactoryImplProto

func (x *RelDataTypeFactoryProto) GetRelDataTypeFactoryImplProto() *RelDataTypeFactoryImplProto

func (*RelDataTypeFactoryProto) GetRelDataTypeFactoryProto

func (m *RelDataTypeFactoryProto) GetRelDataTypeFactoryProto() isRelDataTypeFactoryProto_RelDataTypeFactoryProto

func (*RelDataTypeFactoryProto) GetSqlTypeFactoryImplProto

func (x *RelDataTypeFactoryProto) GetSqlTypeFactoryImplProto() *SqlTypeFactoryImplProto

func (*RelDataTypeFactoryProto) ProtoMessage

func (*RelDataTypeFactoryProto) ProtoMessage()

func (*RelDataTypeFactoryProto) ProtoReflect

func (x *RelDataTypeFactoryProto) ProtoReflect() protoreflect.Message

func (*RelDataTypeFactoryProto) Reset

func (x *RelDataTypeFactoryProto) Reset()

func (*RelDataTypeFactoryProto) String

func (x *RelDataTypeFactoryProto) String() string

type RelDataTypeFactoryProto_JavaTypeFactoryImplProto

type RelDataTypeFactoryProto_JavaTypeFactoryImplProto struct {
	JavaTypeFactoryImplProto *JavaTypeFactoryImplProto `protobuf:"bytes,3,opt,name=javaTypeFactoryImplProto,proto3,oneof"`
}

type RelDataTypeFactoryProto_JavaTypeFactoryProto

type RelDataTypeFactoryProto_JavaTypeFactoryProto struct {
	JavaTypeFactoryProto *JavaTypeFactoryProto `protobuf:"bytes,1,opt,name=javaTypeFactoryProto,proto3,oneof"`
}

type RelDataTypeFactoryProto_RelDataTypeFactoryImplProto

type RelDataTypeFactoryProto_RelDataTypeFactoryImplProto struct {
	RelDataTypeFactoryImplProto *RelDataTypeFactoryImplProto `protobuf:"bytes,2,opt,name=relDataTypeFactoryImplProto,proto3,oneof"`
}

type RelDataTypeFactoryProto_SqlTypeFactoryImplProto

type RelDataTypeFactoryProto_SqlTypeFactoryImplProto struct {
	SqlTypeFactoryImplProto *SqlTypeFactoryImplProto `protobuf:"bytes,4,opt,name=sqlTypeFactoryImplProto,proto3,oneof"`
}

type RelDataTypeFamilyProto

type RelDataTypeFamilyProto struct {

	// Types that are assignable to RelDataTypeFamilyProto:
	//
	//	*RelDataTypeFamilyProto_RelDataTypeImplProto
	//	*RelDataTypeFamilyProto_SqlTypeFamilyProto
	//	*RelDataTypeFamilyProto_AbstractSqlTypeProto
	//	*RelDataTypeFamilyProto_RelCrossTypeProto
	//	*RelDataTypeFamilyProto_RelRecordTypeProto
	//	*RelDataTypeFamilyProto_DynamicRecordTypeProto
	//	*RelDataTypeFamilyProto_MultisetSqlTypeProto
	//	*RelDataTypeFamilyProto_ArraySqlTypeProto
	//	*RelDataTypeFamilyProto_MapSqlTypeProto
	//	*RelDataTypeFamilyProto_BasicSqlTypeProto
	//	*RelDataTypeFamilyProto_IntervalSqlTypeProto
	//	*RelDataTypeFamilyProto_ObjectSqlTypeProto
	//	*RelDataTypeFamilyProto_JavaRecordTypeProto
	//	*RelDataTypeFamilyProto_DynamicRecordTypeImplProto
	RelDataTypeFamilyProto isRelDataTypeFamilyProto_RelDataTypeFamilyProto `protobuf_oneof:"relDataTypeFamilyProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.rel.type.RelDataTypeFamily

func (*RelDataTypeFamilyProto) Descriptor deprecated

func (*RelDataTypeFamilyProto) Descriptor() ([]byte, []int)

Deprecated: Use RelDataTypeFamilyProto.ProtoReflect.Descriptor instead.

func (*RelDataTypeFamilyProto) GetAbstractSqlTypeProto

func (x *RelDataTypeFamilyProto) GetAbstractSqlTypeProto() *AbstractSqlTypeProto

func (*RelDataTypeFamilyProto) GetArraySqlTypeProto

func (x *RelDataTypeFamilyProto) GetArraySqlTypeProto() *ArraySqlTypeProto

func (*RelDataTypeFamilyProto) GetBasicSqlTypeProto

func (x *RelDataTypeFamilyProto) GetBasicSqlTypeProto() *BasicSqlTypeProto

func (*RelDataTypeFamilyProto) GetDynamicRecordTypeImplProto

func (x *RelDataTypeFamilyProto) GetDynamicRecordTypeImplProto() *DynamicRecordTypeImplProto

func (*RelDataTypeFamilyProto) GetDynamicRecordTypeProto

func (x *RelDataTypeFamilyProto) GetDynamicRecordTypeProto() *DynamicRecordTypeProto

func (*RelDataTypeFamilyProto) GetIntervalSqlTypeProto

func (x *RelDataTypeFamilyProto) GetIntervalSqlTypeProto() *IntervalSqlTypeProto

func (*RelDataTypeFamilyProto) GetJavaRecordTypeProto

func (x *RelDataTypeFamilyProto) GetJavaRecordTypeProto() *JavaRecordTypeProto

func (*RelDataTypeFamilyProto) GetMapSqlTypeProto

func (x *RelDataTypeFamilyProto) GetMapSqlTypeProto() *MapSqlTypeProto

func (*RelDataTypeFamilyProto) GetMultisetSqlTypeProto

func (x *RelDataTypeFamilyProto) GetMultisetSqlTypeProto() *MultisetSqlTypeProto

func (*RelDataTypeFamilyProto) GetObjectSqlTypeProto

func (x *RelDataTypeFamilyProto) GetObjectSqlTypeProto() *ObjectSqlTypeProto

func (*RelDataTypeFamilyProto) GetRelCrossTypeProto

func (x *RelDataTypeFamilyProto) GetRelCrossTypeProto() *RelCrossTypeProto

func (*RelDataTypeFamilyProto) GetRelDataTypeFamilyProto

func (m *RelDataTypeFamilyProto) GetRelDataTypeFamilyProto() isRelDataTypeFamilyProto_RelDataTypeFamilyProto

func (*RelDataTypeFamilyProto) GetRelDataTypeImplProto

func (x *RelDataTypeFamilyProto) GetRelDataTypeImplProto() *RelDataTypeImplProto

func (*RelDataTypeFamilyProto) GetRelRecordTypeProto

func (x *RelDataTypeFamilyProto) GetRelRecordTypeProto() *RelRecordTypeProto

func (*RelDataTypeFamilyProto) GetSqlTypeFamilyProto

func (x *RelDataTypeFamilyProto) GetSqlTypeFamilyProto() SqlTypeFamilyProto

func (*RelDataTypeFamilyProto) ProtoMessage

func (*RelDataTypeFamilyProto) ProtoMessage()

func (*RelDataTypeFamilyProto) ProtoReflect

func (x *RelDataTypeFamilyProto) ProtoReflect() protoreflect.Message

func (*RelDataTypeFamilyProto) Reset

func (x *RelDataTypeFamilyProto) Reset()

func (*RelDataTypeFamilyProto) String

func (x *RelDataTypeFamilyProto) String() string

type RelDataTypeFamilyProto_AbstractSqlTypeProto

type RelDataTypeFamilyProto_AbstractSqlTypeProto struct {
	AbstractSqlTypeProto *AbstractSqlTypeProto `protobuf:"bytes,3,opt,name=abstractSqlTypeProto,proto3,oneof"`
}

type RelDataTypeFamilyProto_ArraySqlTypeProto

type RelDataTypeFamilyProto_ArraySqlTypeProto struct {
	ArraySqlTypeProto *ArraySqlTypeProto `protobuf:"bytes,8,opt,name=arraySqlTypeProto,proto3,oneof"`
}

type RelDataTypeFamilyProto_BasicSqlTypeProto

type RelDataTypeFamilyProto_BasicSqlTypeProto struct {
	BasicSqlTypeProto *BasicSqlTypeProto `protobuf:"bytes,10,opt,name=basicSqlTypeProto,proto3,oneof"`
}

type RelDataTypeFamilyProto_DynamicRecordTypeImplProto

type RelDataTypeFamilyProto_DynamicRecordTypeImplProto struct {
	DynamicRecordTypeImplProto *DynamicRecordTypeImplProto `protobuf:"bytes,14,opt,name=dynamicRecordTypeImplProto,proto3,oneof"`
}

type RelDataTypeFamilyProto_DynamicRecordTypeProto

type RelDataTypeFamilyProto_DynamicRecordTypeProto struct {
	DynamicRecordTypeProto *DynamicRecordTypeProto `protobuf:"bytes,6,opt,name=dynamicRecordTypeProto,proto3,oneof"`
}

type RelDataTypeFamilyProto_IntervalSqlTypeProto

type RelDataTypeFamilyProto_IntervalSqlTypeProto struct {
	IntervalSqlTypeProto *IntervalSqlTypeProto `protobuf:"bytes,11,opt,name=intervalSqlTypeProto,proto3,oneof"`
}

type RelDataTypeFamilyProto_JavaRecordTypeProto

type RelDataTypeFamilyProto_JavaRecordTypeProto struct {
	JavaRecordTypeProto *JavaRecordTypeProto `protobuf:"bytes,13,opt,name=javaRecordTypeProto,proto3,oneof"`
}

type RelDataTypeFamilyProto_MapSqlTypeProto

type RelDataTypeFamilyProto_MapSqlTypeProto struct {
	MapSqlTypeProto *MapSqlTypeProto `protobuf:"bytes,9,opt,name=mapSqlTypeProto,proto3,oneof"`
}

type RelDataTypeFamilyProto_MultisetSqlTypeProto

type RelDataTypeFamilyProto_MultisetSqlTypeProto struct {
	MultisetSqlTypeProto *MultisetSqlTypeProto `protobuf:"bytes,7,opt,name=multisetSqlTypeProto,proto3,oneof"`
}

type RelDataTypeFamilyProto_ObjectSqlTypeProto

type RelDataTypeFamilyProto_ObjectSqlTypeProto struct {
	ObjectSqlTypeProto *ObjectSqlTypeProto `protobuf:"bytes,12,opt,name=objectSqlTypeProto,proto3,oneof"`
}

type RelDataTypeFamilyProto_RelCrossTypeProto

type RelDataTypeFamilyProto_RelCrossTypeProto struct {
	RelCrossTypeProto *RelCrossTypeProto `protobuf:"bytes,4,opt,name=relCrossTypeProto,proto3,oneof"`
}

type RelDataTypeFamilyProto_RelDataTypeImplProto

type RelDataTypeFamilyProto_RelDataTypeImplProto struct {
	RelDataTypeImplProto *RelDataTypeImplProto `protobuf:"bytes,1,opt,name=relDataTypeImplProto,proto3,oneof"`
}

type RelDataTypeFamilyProto_RelRecordTypeProto

type RelDataTypeFamilyProto_RelRecordTypeProto struct {
	RelRecordTypeProto *RelRecordTypeProto `protobuf:"bytes,5,opt,name=relRecordTypeProto,proto3,oneof"`
}

type RelDataTypeFamilyProto_SqlTypeFamilyProto

type RelDataTypeFamilyProto_SqlTypeFamilyProto struct {
	SqlTypeFamilyProto SqlTypeFamilyProto `protobuf:"varint,2,opt,name=sqlTypeFamilyProto,proto3,enum=rill.sql.v1.SqlTypeFamilyProto,oneof"`
}

type RelDataTypeFieldImplProto

type RelDataTypeFieldImplProto struct {
	Type  *RelDataTypeProto `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Name  string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Index int32             `protobuf:"zigzag32,3,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.rel.type.RelDataTypeFieldImpl

func (*RelDataTypeFieldImplProto) Descriptor deprecated

func (*RelDataTypeFieldImplProto) Descriptor() ([]byte, []int)

Deprecated: Use RelDataTypeFieldImplProto.ProtoReflect.Descriptor instead.

func (*RelDataTypeFieldImplProto) GetIndex

func (x *RelDataTypeFieldImplProto) GetIndex() int32

func (*RelDataTypeFieldImplProto) GetName

func (x *RelDataTypeFieldImplProto) GetName() string

func (*RelDataTypeFieldImplProto) GetType

func (*RelDataTypeFieldImplProto) ProtoMessage

func (*RelDataTypeFieldImplProto) ProtoMessage()

func (*RelDataTypeFieldImplProto) ProtoReflect

func (*RelDataTypeFieldImplProto) Reset

func (x *RelDataTypeFieldImplProto) Reset()

func (*RelDataTypeFieldImplProto) String

func (x *RelDataTypeFieldImplProto) String() string

type RelDataTypeFieldProto

type RelDataTypeFieldProto struct {

	// Types that are assignable to RelDataTypeFieldProto:
	//
	//	*RelDataTypeFieldProto_RelDataTypeFieldImplProto
	RelDataTypeFieldProto isRelDataTypeFieldProto_RelDataTypeFieldProto `protobuf_oneof:"relDataTypeFieldProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.rel.type.RelDataTypeField

func (*RelDataTypeFieldProto) Descriptor deprecated

func (*RelDataTypeFieldProto) Descriptor() ([]byte, []int)

Deprecated: Use RelDataTypeFieldProto.ProtoReflect.Descriptor instead.

func (*RelDataTypeFieldProto) GetRelDataTypeFieldImplProto

func (x *RelDataTypeFieldProto) GetRelDataTypeFieldImplProto() *RelDataTypeFieldImplProto

func (*RelDataTypeFieldProto) GetRelDataTypeFieldProto

func (m *RelDataTypeFieldProto) GetRelDataTypeFieldProto() isRelDataTypeFieldProto_RelDataTypeFieldProto

func (*RelDataTypeFieldProto) ProtoMessage

func (*RelDataTypeFieldProto) ProtoMessage()

func (*RelDataTypeFieldProto) ProtoReflect

func (x *RelDataTypeFieldProto) ProtoReflect() protoreflect.Message

func (*RelDataTypeFieldProto) Reset

func (x *RelDataTypeFieldProto) Reset()

func (*RelDataTypeFieldProto) String

func (x *RelDataTypeFieldProto) String() string

type RelDataTypeFieldProto_RelDataTypeFieldImplProto

type RelDataTypeFieldProto_RelDataTypeFieldImplProto struct {
	RelDataTypeFieldImplProto *RelDataTypeFieldImplProto `protobuf:"bytes,1,opt,name=relDataTypeFieldImplProto,proto3,oneof"`
}

type RelDataTypeHolderProto

type RelDataTypeHolderProto struct {
	Fields      []*RelDataTypeFieldProto `protobuf:"bytes,1,rep,name=fields,proto3" json:"fields,omitempty"`
	TypeFactory *RelDataTypeFactoryProto `protobuf:"bytes,2,opt,name=typeFactory,proto3" json:"typeFactory,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.rel.type.RelDataTypeHolder

func (*RelDataTypeHolderProto) Descriptor deprecated

func (*RelDataTypeHolderProto) Descriptor() ([]byte, []int)

Deprecated: Use RelDataTypeHolderProto.ProtoReflect.Descriptor instead.

func (*RelDataTypeHolderProto) GetFields

func (*RelDataTypeHolderProto) GetTypeFactory

func (x *RelDataTypeHolderProto) GetTypeFactory() *RelDataTypeFactoryProto

func (*RelDataTypeHolderProto) ProtoMessage

func (*RelDataTypeHolderProto) ProtoMessage()

func (*RelDataTypeHolderProto) ProtoReflect

func (x *RelDataTypeHolderProto) ProtoReflect() protoreflect.Message

func (*RelDataTypeHolderProto) Reset

func (x *RelDataTypeHolderProto) Reset()

func (*RelDataTypeHolderProto) String

func (x *RelDataTypeHolderProto) String() string

type RelDataTypeImplProto

type RelDataTypeImplProto struct {

	// Types that are assignable to RelDataTypeImplProto:
	//
	//	*RelDataTypeImplProto_AbstractSqlTypeProto
	//	*RelDataTypeImplProto_RelCrossTypeProto
	//	*RelDataTypeImplProto_RelRecordTypeProto
	//	*RelDataTypeImplProto_DynamicRecordTypeProto
	//	*RelDataTypeImplProto_MultisetSqlTypeProto
	//	*RelDataTypeImplProto_ArraySqlTypeProto
	//	*RelDataTypeImplProto_MapSqlTypeProto
	//	*RelDataTypeImplProto_BasicSqlTypeProto
	//	*RelDataTypeImplProto_IntervalSqlTypeProto
	//	*RelDataTypeImplProto_ObjectSqlTypeProto
	//	*RelDataTypeImplProto_JavaRecordTypeProto
	//	*RelDataTypeImplProto_DynamicRecordTypeImplProto
	RelDataTypeImplProto isRelDataTypeImplProto_RelDataTypeImplProto `protobuf_oneof:"relDataTypeImplProto"`
	FieldList            []*RelDataTypeFieldProto                    `protobuf:"bytes,13,rep,name=fieldList,proto3" json:"fieldList,omitempty"`
	Digest               string                                      `protobuf:"bytes,14,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.rel.type.RelDataTypeImpl

func (*RelDataTypeImplProto) Descriptor deprecated

func (*RelDataTypeImplProto) Descriptor() ([]byte, []int)

Deprecated: Use RelDataTypeImplProto.ProtoReflect.Descriptor instead.

func (*RelDataTypeImplProto) GetAbstractSqlTypeProto

func (x *RelDataTypeImplProto) GetAbstractSqlTypeProto() *AbstractSqlTypeProto

func (*RelDataTypeImplProto) GetArraySqlTypeProto

func (x *RelDataTypeImplProto) GetArraySqlTypeProto() *ArraySqlTypeProto

func (*RelDataTypeImplProto) GetBasicSqlTypeProto

func (x *RelDataTypeImplProto) GetBasicSqlTypeProto() *BasicSqlTypeProto

func (*RelDataTypeImplProto) GetDigest

func (x *RelDataTypeImplProto) GetDigest() string

func (*RelDataTypeImplProto) GetDynamicRecordTypeImplProto

func (x *RelDataTypeImplProto) GetDynamicRecordTypeImplProto() *DynamicRecordTypeImplProto

func (*RelDataTypeImplProto) GetDynamicRecordTypeProto

func (x *RelDataTypeImplProto) GetDynamicRecordTypeProto() *DynamicRecordTypeProto

func (*RelDataTypeImplProto) GetFieldList

func (x *RelDataTypeImplProto) GetFieldList() []*RelDataTypeFieldProto

func (*RelDataTypeImplProto) GetIntervalSqlTypeProto

func (x *RelDataTypeImplProto) GetIntervalSqlTypeProto() *IntervalSqlTypeProto

func (*RelDataTypeImplProto) GetJavaRecordTypeProto

func (x *RelDataTypeImplProto) GetJavaRecordTypeProto() *JavaRecordTypeProto

func (*RelDataTypeImplProto) GetMapSqlTypeProto

func (x *RelDataTypeImplProto) GetMapSqlTypeProto() *MapSqlTypeProto

func (*RelDataTypeImplProto) GetMultisetSqlTypeProto

func (x *RelDataTypeImplProto) GetMultisetSqlTypeProto() *MultisetSqlTypeProto

func (*RelDataTypeImplProto) GetObjectSqlTypeProto

func (x *RelDataTypeImplProto) GetObjectSqlTypeProto() *ObjectSqlTypeProto

func (*RelDataTypeImplProto) GetRelCrossTypeProto

func (x *RelDataTypeImplProto) GetRelCrossTypeProto() *RelCrossTypeProto

func (*RelDataTypeImplProto) GetRelDataTypeImplProto

func (m *RelDataTypeImplProto) GetRelDataTypeImplProto() isRelDataTypeImplProto_RelDataTypeImplProto

func (*RelDataTypeImplProto) GetRelRecordTypeProto

func (x *RelDataTypeImplProto) GetRelRecordTypeProto() *RelRecordTypeProto

func (*RelDataTypeImplProto) ProtoMessage

func (*RelDataTypeImplProto) ProtoMessage()

func (*RelDataTypeImplProto) ProtoReflect

func (x *RelDataTypeImplProto) ProtoReflect() protoreflect.Message

func (*RelDataTypeImplProto) Reset

func (x *RelDataTypeImplProto) Reset()

func (*RelDataTypeImplProto) String

func (x *RelDataTypeImplProto) String() string

type RelDataTypeImplProto_AbstractSqlTypeProto

type RelDataTypeImplProto_AbstractSqlTypeProto struct {
	AbstractSqlTypeProto *AbstractSqlTypeProto `protobuf:"bytes,1,opt,name=abstractSqlTypeProto,proto3,oneof"`
}

type RelDataTypeImplProto_ArraySqlTypeProto

type RelDataTypeImplProto_ArraySqlTypeProto struct {
	ArraySqlTypeProto *ArraySqlTypeProto `protobuf:"bytes,6,opt,name=arraySqlTypeProto,proto3,oneof"`
}

type RelDataTypeImplProto_BasicSqlTypeProto

type RelDataTypeImplProto_BasicSqlTypeProto struct {
	BasicSqlTypeProto *BasicSqlTypeProto `protobuf:"bytes,8,opt,name=basicSqlTypeProto,proto3,oneof"`
}

type RelDataTypeImplProto_DynamicRecordTypeImplProto

type RelDataTypeImplProto_DynamicRecordTypeImplProto struct {
	DynamicRecordTypeImplProto *DynamicRecordTypeImplProto `protobuf:"bytes,12,opt,name=dynamicRecordTypeImplProto,proto3,oneof"`
}

type RelDataTypeImplProto_DynamicRecordTypeProto

type RelDataTypeImplProto_DynamicRecordTypeProto struct {
	DynamicRecordTypeProto *DynamicRecordTypeProto `protobuf:"bytes,4,opt,name=dynamicRecordTypeProto,proto3,oneof"`
}

type RelDataTypeImplProto_IntervalSqlTypeProto

type RelDataTypeImplProto_IntervalSqlTypeProto struct {
	IntervalSqlTypeProto *IntervalSqlTypeProto `protobuf:"bytes,9,opt,name=intervalSqlTypeProto,proto3,oneof"`
}

type RelDataTypeImplProto_JavaRecordTypeProto

type RelDataTypeImplProto_JavaRecordTypeProto struct {
	JavaRecordTypeProto *JavaRecordTypeProto `protobuf:"bytes,11,opt,name=javaRecordTypeProto,proto3,oneof"`
}

type RelDataTypeImplProto_MapSqlTypeProto

type RelDataTypeImplProto_MapSqlTypeProto struct {
	MapSqlTypeProto *MapSqlTypeProto `protobuf:"bytes,7,opt,name=mapSqlTypeProto,proto3,oneof"`
}

type RelDataTypeImplProto_MultisetSqlTypeProto

type RelDataTypeImplProto_MultisetSqlTypeProto struct {
	MultisetSqlTypeProto *MultisetSqlTypeProto `protobuf:"bytes,5,opt,name=multisetSqlTypeProto,proto3,oneof"`
}

type RelDataTypeImplProto_ObjectSqlTypeProto

type RelDataTypeImplProto_ObjectSqlTypeProto struct {
	ObjectSqlTypeProto *ObjectSqlTypeProto `protobuf:"bytes,10,opt,name=objectSqlTypeProto,proto3,oneof"`
}

type RelDataTypeImplProto_RelCrossTypeProto

type RelDataTypeImplProto_RelCrossTypeProto struct {
	RelCrossTypeProto *RelCrossTypeProto `protobuf:"bytes,2,opt,name=relCrossTypeProto,proto3,oneof"`
}

type RelDataTypeImplProto_RelRecordTypeProto

type RelDataTypeImplProto_RelRecordTypeProto struct {
	RelRecordTypeProto *RelRecordTypeProto `protobuf:"bytes,3,opt,name=relRecordTypeProto,proto3,oneof"`
}

type RelDataTypeProto

type RelDataTypeProto struct {

	// Types that are assignable to RelDataTypeProto:
	//
	//	*RelDataTypeProto_RelDataTypeImplProto
	//	*RelDataTypeProto_AbstractSqlTypeProto
	//	*RelDataTypeProto_RelCrossTypeProto
	//	*RelDataTypeProto_RelRecordTypeProto
	//	*RelDataTypeProto_DynamicRecordTypeProto
	//	*RelDataTypeProto_MultisetSqlTypeProto
	//	*RelDataTypeProto_ArraySqlTypeProto
	//	*RelDataTypeProto_MapSqlTypeProto
	//	*RelDataTypeProto_BasicSqlTypeProto
	//	*RelDataTypeProto_IntervalSqlTypeProto
	//	*RelDataTypeProto_ObjectSqlTypeProto
	//	*RelDataTypeProto_JavaRecordTypeProto
	//	*RelDataTypeProto_DynamicRecordTypeImplProto
	RelDataTypeProto isRelDataTypeProto_RelDataTypeProto `protobuf_oneof:"relDataTypeProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.rel.type.RelDataType

func (*RelDataTypeProto) Descriptor deprecated

func (*RelDataTypeProto) Descriptor() ([]byte, []int)

Deprecated: Use RelDataTypeProto.ProtoReflect.Descriptor instead.

func (*RelDataTypeProto) GetAbstractSqlTypeProto

func (x *RelDataTypeProto) GetAbstractSqlTypeProto() *AbstractSqlTypeProto

func (*RelDataTypeProto) GetArraySqlTypeProto

func (x *RelDataTypeProto) GetArraySqlTypeProto() *ArraySqlTypeProto

func (*RelDataTypeProto) GetBasicSqlTypeProto

func (x *RelDataTypeProto) GetBasicSqlTypeProto() *BasicSqlTypeProto

func (*RelDataTypeProto) GetDynamicRecordTypeImplProto

func (x *RelDataTypeProto) GetDynamicRecordTypeImplProto() *DynamicRecordTypeImplProto

func (*RelDataTypeProto) GetDynamicRecordTypeProto

func (x *RelDataTypeProto) GetDynamicRecordTypeProto() *DynamicRecordTypeProto

func (*RelDataTypeProto) GetIntervalSqlTypeProto

func (x *RelDataTypeProto) GetIntervalSqlTypeProto() *IntervalSqlTypeProto

func (*RelDataTypeProto) GetJavaRecordTypeProto

func (x *RelDataTypeProto) GetJavaRecordTypeProto() *JavaRecordTypeProto

func (*RelDataTypeProto) GetMapSqlTypeProto

func (x *RelDataTypeProto) GetMapSqlTypeProto() *MapSqlTypeProto

func (*RelDataTypeProto) GetMultisetSqlTypeProto

func (x *RelDataTypeProto) GetMultisetSqlTypeProto() *MultisetSqlTypeProto

func (*RelDataTypeProto) GetObjectSqlTypeProto

func (x *RelDataTypeProto) GetObjectSqlTypeProto() *ObjectSqlTypeProto

func (*RelDataTypeProto) GetRelCrossTypeProto

func (x *RelDataTypeProto) GetRelCrossTypeProto() *RelCrossTypeProto

func (*RelDataTypeProto) GetRelDataTypeImplProto

func (x *RelDataTypeProto) GetRelDataTypeImplProto() *RelDataTypeImplProto

func (*RelDataTypeProto) GetRelDataTypeProto

func (m *RelDataTypeProto) GetRelDataTypeProto() isRelDataTypeProto_RelDataTypeProto

func (*RelDataTypeProto) GetRelRecordTypeProto

func (x *RelDataTypeProto) GetRelRecordTypeProto() *RelRecordTypeProto

func (*RelDataTypeProto) ProtoMessage

func (*RelDataTypeProto) ProtoMessage()

func (*RelDataTypeProto) ProtoReflect

func (x *RelDataTypeProto) ProtoReflect() protoreflect.Message

func (*RelDataTypeProto) Reset

func (x *RelDataTypeProto) Reset()

func (*RelDataTypeProto) String

func (x *RelDataTypeProto) String() string

type RelDataTypeProto_AbstractSqlTypeProto

type RelDataTypeProto_AbstractSqlTypeProto struct {
	AbstractSqlTypeProto *AbstractSqlTypeProto `protobuf:"bytes,2,opt,name=abstractSqlTypeProto,proto3,oneof"`
}

type RelDataTypeProto_ArraySqlTypeProto

type RelDataTypeProto_ArraySqlTypeProto struct {
	ArraySqlTypeProto *ArraySqlTypeProto `protobuf:"bytes,7,opt,name=arraySqlTypeProto,proto3,oneof"`
}

type RelDataTypeProto_BasicSqlTypeProto

type RelDataTypeProto_BasicSqlTypeProto struct {
	BasicSqlTypeProto *BasicSqlTypeProto `protobuf:"bytes,9,opt,name=basicSqlTypeProto,proto3,oneof"`
}

type RelDataTypeProto_DynamicRecordTypeImplProto

type RelDataTypeProto_DynamicRecordTypeImplProto struct {
	DynamicRecordTypeImplProto *DynamicRecordTypeImplProto `protobuf:"bytes,13,opt,name=dynamicRecordTypeImplProto,proto3,oneof"`
}

type RelDataTypeProto_DynamicRecordTypeProto

type RelDataTypeProto_DynamicRecordTypeProto struct {
	DynamicRecordTypeProto *DynamicRecordTypeProto `protobuf:"bytes,5,opt,name=dynamicRecordTypeProto,proto3,oneof"`
}

type RelDataTypeProto_IntervalSqlTypeProto

type RelDataTypeProto_IntervalSqlTypeProto struct {
	IntervalSqlTypeProto *IntervalSqlTypeProto `protobuf:"bytes,10,opt,name=intervalSqlTypeProto,proto3,oneof"`
}

type RelDataTypeProto_JavaRecordTypeProto

type RelDataTypeProto_JavaRecordTypeProto struct {
	JavaRecordTypeProto *JavaRecordTypeProto `protobuf:"bytes,12,opt,name=javaRecordTypeProto,proto3,oneof"`
}

type RelDataTypeProto_MapSqlTypeProto

type RelDataTypeProto_MapSqlTypeProto struct {
	MapSqlTypeProto *MapSqlTypeProto `protobuf:"bytes,8,opt,name=mapSqlTypeProto,proto3,oneof"`
}

type RelDataTypeProto_MultisetSqlTypeProto

type RelDataTypeProto_MultisetSqlTypeProto struct {
	MultisetSqlTypeProto *MultisetSqlTypeProto `protobuf:"bytes,6,opt,name=multisetSqlTypeProto,proto3,oneof"`
}

type RelDataTypeProto_ObjectSqlTypeProto

type RelDataTypeProto_ObjectSqlTypeProto struct {
	ObjectSqlTypeProto *ObjectSqlTypeProto `protobuf:"bytes,11,opt,name=objectSqlTypeProto,proto3,oneof"`
}

type RelDataTypeProto_RelCrossTypeProto

type RelDataTypeProto_RelCrossTypeProto struct {
	RelCrossTypeProto *RelCrossTypeProto `protobuf:"bytes,3,opt,name=relCrossTypeProto,proto3,oneof"`
}

type RelDataTypeProto_RelDataTypeImplProto

type RelDataTypeProto_RelDataTypeImplProto struct {
	RelDataTypeImplProto *RelDataTypeImplProto `protobuf:"bytes,1,opt,name=relDataTypeImplProto,proto3,oneof"`
}

type RelDataTypeProto_RelRecordTypeProto

type RelDataTypeProto_RelRecordTypeProto struct {
	RelRecordTypeProto *RelRecordTypeProto `protobuf:"bytes,4,opt,name=relRecordTypeProto,proto3,oneof"`
}

type RelDataTypeSystemImplProto

type RelDataTypeSystemImplProto struct {
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.rel.type.RelDataTypeSystemImpl

func (*RelDataTypeSystemImplProto) Descriptor deprecated

func (*RelDataTypeSystemImplProto) Descriptor() ([]byte, []int)

Deprecated: Use RelDataTypeSystemImplProto.ProtoReflect.Descriptor instead.

func (*RelDataTypeSystemImplProto) ProtoMessage

func (*RelDataTypeSystemImplProto) ProtoMessage()

func (*RelDataTypeSystemImplProto) ProtoReflect

func (*RelDataTypeSystemImplProto) Reset

func (x *RelDataTypeSystemImplProto) Reset()

func (*RelDataTypeSystemImplProto) String

func (x *RelDataTypeSystemImplProto) String() string

type RelDataTypeSystemProto

type RelDataTypeSystemProto struct {

	// Types that are assignable to RelDataTypeSystemProto:
	//
	//	*RelDataTypeSystemProto_RelDataTypeSystemImplProto
	//	*RelDataTypeSystemProto_DelegatingTypeSystemProto
	RelDataTypeSystemProto isRelDataTypeSystemProto_RelDataTypeSystemProto `protobuf_oneof:"relDataTypeSystemProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.rel.type.RelDataTypeSystem

func (*RelDataTypeSystemProto) Descriptor deprecated

func (*RelDataTypeSystemProto) Descriptor() ([]byte, []int)

Deprecated: Use RelDataTypeSystemProto.ProtoReflect.Descriptor instead.

func (*RelDataTypeSystemProto) GetDelegatingTypeSystemProto

func (x *RelDataTypeSystemProto) GetDelegatingTypeSystemProto() *DelegatingTypeSystemProto

func (*RelDataTypeSystemProto) GetRelDataTypeSystemImplProto

func (x *RelDataTypeSystemProto) GetRelDataTypeSystemImplProto() *RelDataTypeSystemImplProto

func (*RelDataTypeSystemProto) GetRelDataTypeSystemProto

func (m *RelDataTypeSystemProto) GetRelDataTypeSystemProto() isRelDataTypeSystemProto_RelDataTypeSystemProto

func (*RelDataTypeSystemProto) ProtoMessage

func (*RelDataTypeSystemProto) ProtoMessage()

func (*RelDataTypeSystemProto) ProtoReflect

func (x *RelDataTypeSystemProto) ProtoReflect() protoreflect.Message

func (*RelDataTypeSystemProto) Reset

func (x *RelDataTypeSystemProto) Reset()

func (*RelDataTypeSystemProto) String

func (x *RelDataTypeSystemProto) String() string

type RelDataTypeSystemProto_DelegatingTypeSystemProto

type RelDataTypeSystemProto_DelegatingTypeSystemProto struct {
	DelegatingTypeSystemProto *DelegatingTypeSystemProto `protobuf:"bytes,2,opt,name=delegatingTypeSystemProto,proto3,oneof"`
}

type RelDataTypeSystemProto_RelDataTypeSystemImplProto

type RelDataTypeSystemProto_RelDataTypeSystemImplProto struct {
	RelDataTypeSystemImplProto *RelDataTypeSystemImplProto `protobuf:"bytes,1,opt,name=relDataTypeSystemImplProto,proto3,oneof"`
}

type RelProtoDataTypeProto

type RelProtoDataTypeProto struct {
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.rel.type.RelProtoDataType

func (*RelProtoDataTypeProto) Descriptor deprecated

func (*RelProtoDataTypeProto) Descriptor() ([]byte, []int)

Deprecated: Use RelProtoDataTypeProto.ProtoReflect.Descriptor instead.

func (*RelProtoDataTypeProto) ProtoMessage

func (*RelProtoDataTypeProto) ProtoMessage()

func (*RelProtoDataTypeProto) ProtoReflect

func (x *RelProtoDataTypeProto) ProtoReflect() protoreflect.Message

func (*RelProtoDataTypeProto) Reset

func (x *RelProtoDataTypeProto) Reset()

func (*RelProtoDataTypeProto) String

func (x *RelProtoDataTypeProto) String() string

type RelRecordTypeProto

type RelRecordTypeProto struct {

	// Types that are assignable to RelRecordTypeProto:
	//
	//	*RelRecordTypeProto_JavaRecordTypeProto
	RelRecordTypeProto isRelRecordTypeProto_RelRecordTypeProto `protobuf_oneof:"relRecordTypeProto"`
	Kind               StructKindProto                         `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.StructKindProto" json:"kind,omitempty"`
	Nullable           bool                                    `protobuf:"varint,3,opt,name=nullable,proto3" json:"nullable,omitempty"`
	FieldNameMap       map[string]*RelDataTypeFieldProto       `` /* 165-byte string literal not displayed */
	FieldList          []*RelDataTypeFieldProto                `protobuf:"bytes,5,rep,name=fieldList,proto3" json:"fieldList,omitempty"`
	Digest             string                                  `protobuf:"bytes,6,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.rel.type.RelRecordType

func (*RelRecordTypeProto) Descriptor deprecated

func (*RelRecordTypeProto) Descriptor() ([]byte, []int)

Deprecated: Use RelRecordTypeProto.ProtoReflect.Descriptor instead.

func (*RelRecordTypeProto) GetDigest

func (x *RelRecordTypeProto) GetDigest() string

func (*RelRecordTypeProto) GetFieldList

func (x *RelRecordTypeProto) GetFieldList() []*RelDataTypeFieldProto

func (*RelRecordTypeProto) GetFieldNameMap

func (x *RelRecordTypeProto) GetFieldNameMap() map[string]*RelDataTypeFieldProto

func (*RelRecordTypeProto) GetJavaRecordTypeProto

func (x *RelRecordTypeProto) GetJavaRecordTypeProto() *JavaRecordTypeProto

func (*RelRecordTypeProto) GetKind

func (x *RelRecordTypeProto) GetKind() StructKindProto

func (*RelRecordTypeProto) GetNullable

func (x *RelRecordTypeProto) GetNullable() bool

func (*RelRecordTypeProto) GetRelRecordTypeProto

func (m *RelRecordTypeProto) GetRelRecordTypeProto() isRelRecordTypeProto_RelRecordTypeProto

func (*RelRecordTypeProto) ProtoMessage

func (*RelRecordTypeProto) ProtoMessage()

func (*RelRecordTypeProto) ProtoReflect

func (x *RelRecordTypeProto) ProtoReflect() protoreflect.Message

func (*RelRecordTypeProto) Reset

func (x *RelRecordTypeProto) Reset()

func (*RelRecordTypeProto) String

func (x *RelRecordTypeProto) String() string

type RelRecordTypeProto_JavaRecordTypeProto

type RelRecordTypeProto_JavaRecordTypeProto struct {
	JavaRecordTypeProto *JavaRecordTypeProto `protobuf:"bytes,1,opt,name=javaRecordTypeProto,proto3,oneof"`
}

type SameOperandTypeCheckerProto

type SameOperandTypeCheckerProto struct {

	// Types that are assignable to SameOperandTypeCheckerProto:
	//
	//	*SameOperandTypeCheckerProto_SameOperandTypeExceptLastOperandCheckerProto
	//	*SameOperandTypeCheckerProto_ComparableOperandTypeCheckerProto
	SameOperandTypeCheckerProto isSameOperandTypeCheckerProto_SameOperandTypeCheckerProto `protobuf_oneof:"sameOperandTypeCheckerProto"`
	NOperands                   int32                                                     `protobuf:"zigzag32,3,opt,name=nOperands,proto3" json:"nOperands,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.SameOperandTypeChecker

func (*SameOperandTypeCheckerProto) Descriptor deprecated

func (*SameOperandTypeCheckerProto) Descriptor() ([]byte, []int)

Deprecated: Use SameOperandTypeCheckerProto.ProtoReflect.Descriptor instead.

func (*SameOperandTypeCheckerProto) GetComparableOperandTypeCheckerProto

func (x *SameOperandTypeCheckerProto) GetComparableOperandTypeCheckerProto() *ComparableOperandTypeCheckerProto

func (*SameOperandTypeCheckerProto) GetNOperands

func (x *SameOperandTypeCheckerProto) GetNOperands() int32

func (*SameOperandTypeCheckerProto) GetSameOperandTypeCheckerProto

func (m *SameOperandTypeCheckerProto) GetSameOperandTypeCheckerProto() isSameOperandTypeCheckerProto_SameOperandTypeCheckerProto

func (*SameOperandTypeCheckerProto) GetSameOperandTypeExceptLastOperandCheckerProto

func (x *SameOperandTypeCheckerProto) GetSameOperandTypeExceptLastOperandCheckerProto() *SameOperandTypeExceptLastOperandCheckerProto

func (*SameOperandTypeCheckerProto) ProtoMessage

func (*SameOperandTypeCheckerProto) ProtoMessage()

func (*SameOperandTypeCheckerProto) ProtoReflect

func (*SameOperandTypeCheckerProto) Reset

func (x *SameOperandTypeCheckerProto) Reset()

func (*SameOperandTypeCheckerProto) String

func (x *SameOperandTypeCheckerProto) String() string

type SameOperandTypeCheckerProto_ComparableOperandTypeCheckerProto

type SameOperandTypeCheckerProto_ComparableOperandTypeCheckerProto struct {
	ComparableOperandTypeCheckerProto *ComparableOperandTypeCheckerProto `protobuf:"bytes,2,opt,name=comparableOperandTypeCheckerProto,proto3,oneof"`
}

type SameOperandTypeCheckerProto_SameOperandTypeExceptLastOperandCheckerProto

type SameOperandTypeCheckerProto_SameOperandTypeExceptLastOperandCheckerProto struct {
	SameOperandTypeExceptLastOperandCheckerProto *SameOperandTypeExceptLastOperandCheckerProto `protobuf:"bytes,1,opt,name=sameOperandTypeExceptLastOperandCheckerProto,proto3,oneof"`
}

type SameOperandTypeExceptLastOperandCheckerProto

type SameOperandTypeExceptLastOperandCheckerProto struct {
	LastOperandTypeName string `protobuf:"bytes,1,opt,name=lastOperandTypeName,proto3" json:"lastOperandTypeName,omitempty"`
	NOperands           int32  `protobuf:"zigzag32,2,opt,name=nOperands,proto3" json:"nOperands,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.SameOperandTypeExceptLastOperandChecker

func (*SameOperandTypeExceptLastOperandCheckerProto) Descriptor deprecated

Deprecated: Use SameOperandTypeExceptLastOperandCheckerProto.ProtoReflect.Descriptor instead.

func (*SameOperandTypeExceptLastOperandCheckerProto) GetLastOperandTypeName

func (x *SameOperandTypeExceptLastOperandCheckerProto) GetLastOperandTypeName() string

func (*SameOperandTypeExceptLastOperandCheckerProto) GetNOperands

func (*SameOperandTypeExceptLastOperandCheckerProto) ProtoMessage

func (*SameOperandTypeExceptLastOperandCheckerProto) ProtoReflect

func (*SameOperandTypeExceptLastOperandCheckerProto) Reset

func (*SameOperandTypeExceptLastOperandCheckerProto) String

type ScalarFunctionImplProto

type ScalarFunctionImplProto struct {
	Implementor *CallImplementorProto     `protobuf:"bytes,1,opt,name=implementor,proto3" json:"implementor,omitempty"`
	Method      *MethodProto              `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"`
	Parameters  []*FunctionParameterProto `protobuf:"bytes,3,rep,name=parameters,proto3" json:"parameters,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.impl.ScalarFunctionImpl

func (*ScalarFunctionImplProto) Descriptor deprecated

func (*ScalarFunctionImplProto) Descriptor() ([]byte, []int)

Deprecated: Use ScalarFunctionImplProto.ProtoReflect.Descriptor instead.

func (*ScalarFunctionImplProto) GetImplementor

func (x *ScalarFunctionImplProto) GetImplementor() *CallImplementorProto

func (*ScalarFunctionImplProto) GetMethod

func (x *ScalarFunctionImplProto) GetMethod() *MethodProto

func (*ScalarFunctionImplProto) GetParameters

func (x *ScalarFunctionImplProto) GetParameters() []*FunctionParameterProto

func (*ScalarFunctionImplProto) ProtoMessage

func (*ScalarFunctionImplProto) ProtoMessage()

func (*ScalarFunctionImplProto) ProtoReflect

func (x *ScalarFunctionImplProto) ProtoReflect() protoreflect.Message

func (*ScalarFunctionImplProto) Reset

func (x *ScalarFunctionImplProto) Reset()

func (*ScalarFunctionImplProto) String

func (x *ScalarFunctionImplProto) String() string

type ScalarFunctionProto

type ScalarFunctionProto struct {

	// Types that are assignable to ScalarFunctionProto:
	//
	//	*ScalarFunctionProto_ScalarFunctionImplProto
	ScalarFunctionProto isScalarFunctionProto_ScalarFunctionProto `protobuf_oneof:"scalarFunctionProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.ScalarFunction

func (*ScalarFunctionProto) Descriptor deprecated

func (*ScalarFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use ScalarFunctionProto.ProtoReflect.Descriptor instead.

func (*ScalarFunctionProto) GetScalarFunctionImplProto

func (x *ScalarFunctionProto) GetScalarFunctionImplProto() *ScalarFunctionImplProto

func (*ScalarFunctionProto) GetScalarFunctionProto

func (m *ScalarFunctionProto) GetScalarFunctionProto() isScalarFunctionProto_ScalarFunctionProto

func (*ScalarFunctionProto) ProtoMessage

func (*ScalarFunctionProto) ProtoMessage()

func (*ScalarFunctionProto) ProtoReflect

func (x *ScalarFunctionProto) ProtoReflect() protoreflect.Message

func (*ScalarFunctionProto) Reset

func (x *ScalarFunctionProto) Reset()

func (*ScalarFunctionProto) String

func (x *ScalarFunctionProto) String() string

type ScalarFunctionProto_ScalarFunctionImplProto

type ScalarFunctionProto_ScalarFunctionImplProto struct {
	ScalarFunctionImplProto *ScalarFunctionImplProto `protobuf:"bytes,1,opt,name=scalarFunctionImplProto,proto3,oneof"`
}

type SchemaPlusProto

type SchemaPlusProto struct {
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.SchemaPlus

func (*SchemaPlusProto) Descriptor deprecated

func (*SchemaPlusProto) Descriptor() ([]byte, []int)

Deprecated: Use SchemaPlusProto.ProtoReflect.Descriptor instead.

func (*SchemaPlusProto) ProtoMessage

func (*SchemaPlusProto) ProtoMessage()

func (*SchemaPlusProto) ProtoReflect

func (x *SchemaPlusProto) ProtoReflect() protoreflect.Message

func (*SchemaPlusProto) Reset

func (x *SchemaPlusProto) Reset()

func (*SchemaPlusProto) String

func (x *SchemaPlusProto) String() string

type SchemaProto

type SchemaProto struct {

	// Types that are assignable to SchemaProto:
	//
	//	*SchemaProto_SchemaPlusProto
	//	*SchemaProto_DelegatingSchemaProto
	//	*SchemaProto_AbstractSchemaProto
	//	*SchemaProto_SemiMutableSchemaProto
	SchemaProto isSchemaProto_SchemaProto `protobuf_oneof:"schemaProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.Schema

func (*SchemaProto) Descriptor deprecated

func (*SchemaProto) Descriptor() ([]byte, []int)

Deprecated: Use SchemaProto.ProtoReflect.Descriptor instead.

func (*SchemaProto) GetAbstractSchemaProto

func (x *SchemaProto) GetAbstractSchemaProto() *AbstractSchemaProto

func (*SchemaProto) GetDelegatingSchemaProto

func (x *SchemaProto) GetDelegatingSchemaProto() *DelegatingSchemaProto

func (*SchemaProto) GetSchemaPlusProto

func (x *SchemaProto) GetSchemaPlusProto() *SchemaPlusProto

func (*SchemaProto) GetSchemaProto

func (m *SchemaProto) GetSchemaProto() isSchemaProto_SchemaProto

func (*SchemaProto) GetSemiMutableSchemaProto

func (x *SchemaProto) GetSemiMutableSchemaProto() *SemiMutableSchemaProto

func (*SchemaProto) ProtoMessage

func (*SchemaProto) ProtoMessage()

func (*SchemaProto) ProtoReflect

func (x *SchemaProto) ProtoReflect() protoreflect.Message

func (*SchemaProto) Reset

func (x *SchemaProto) Reset()

func (*SchemaProto) String

func (x *SchemaProto) String() string

type SchemaProto_AbstractSchemaProto

type SchemaProto_AbstractSchemaProto struct {
	AbstractSchemaProto *AbstractSchemaProto `protobuf:"bytes,3,opt,name=abstractSchemaProto,proto3,oneof"`
}

type SchemaProto_DelegatingSchemaProto

type SchemaProto_DelegatingSchemaProto struct {
	DelegatingSchemaProto *DelegatingSchemaProto `protobuf:"bytes,2,opt,name=delegatingSchemaProto,proto3,oneof"`
}

type SchemaProto_SchemaPlusProto

type SchemaProto_SchemaPlusProto struct {
	SchemaPlusProto *SchemaPlusProto `protobuf:"bytes,1,opt,name=schemaPlusProto,proto3,oneof"`
}

type SchemaProto_SemiMutableSchemaProto

type SchemaProto_SemiMutableSchemaProto struct {
	SemiMutableSchemaProto *SemiMutableSchemaProto `protobuf:"bytes,4,opt,name=semiMutableSchemaProto,proto3,oneof"`
}

type SemiMutableSchemaProto

type SemiMutableSchemaProto struct {
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.SemiMutableSchema

func (*SemiMutableSchemaProto) Descriptor deprecated

func (*SemiMutableSchemaProto) Descriptor() ([]byte, []int)

Deprecated: Use SemiMutableSchemaProto.ProtoReflect.Descriptor instead.

func (*SemiMutableSchemaProto) ProtoMessage

func (*SemiMutableSchemaProto) ProtoMessage()

func (*SemiMutableSchemaProto) ProtoReflect

func (x *SemiMutableSchemaProto) ProtoReflect() protoreflect.Message

func (*SemiMutableSchemaProto) Reset

func (x *SemiMutableSchemaProto) Reset()

func (*SemiMutableSchemaProto) String

func (x *SemiMutableSchemaProto) String() string

type SerializableCharsetProto

type SerializableCharsetProto struct {
	Charset     *CharsetProto `protobuf:"bytes,1,opt,name=charset,proto3" json:"charset,omitempty"`
	CharsetName string        `protobuf:"bytes,2,opt,name=charsetName,proto3" json:"charsetName,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.util.SerializableCharset

func (*SerializableCharsetProto) Descriptor deprecated

func (*SerializableCharsetProto) Descriptor() ([]byte, []int)

Deprecated: Use SerializableCharsetProto.ProtoReflect.Descriptor instead.

func (*SerializableCharsetProto) GetCharset

func (x *SerializableCharsetProto) GetCharset() *CharsetProto

func (*SerializableCharsetProto) GetCharsetName

func (x *SerializableCharsetProto) GetCharsetName() string

func (*SerializableCharsetProto) ProtoMessage

func (*SerializableCharsetProto) ProtoMessage()

func (*SerializableCharsetProto) ProtoReflect

func (x *SerializableCharsetProto) ProtoReflect() protoreflect.Message

func (*SerializableCharsetProto) Reset

func (x *SerializableCharsetProto) Reset()

func (*SerializableCharsetProto) String

func (x *SerializableCharsetProto) String() string

type SetMultimapProto

type SetMultimapProto struct {

	// Types that are assignable to SetMultimapProto:
	//
	//	*SetMultimapProto_AbstractSetMultimapProto
	//	*SetMultimapProto_SortedSetMultimapProto
	//	*SetMultimapProto_ForwardingSetMultimapProto
	//	*SetMultimapProto_FilteredSetMultimapProto
	//	*SetMultimapProto_ImmutableSetMultimapProto
	//	*SetMultimapProto_LinkedHashMultimapGwtSerializationDependenciesProto
	//	*SetMultimapProto_HashMultimapGwtSerializationDependenciesProto
	//	*SetMultimapProto_AbstractSortedSetMultimapProto
	//	*SetMultimapProto_ForwardingSortedSetMultimapProto
	//	*SetMultimapProto_FilteredEntrySetMultimapProto
	//	*SetMultimapProto_FilteredKeySetMultimapProto
	//	*SetMultimapProto_EmptyImmutableSetMultimapProto
	//	*SetMultimapProto_LinkedHashMultimapProto
	//	*SetMultimapProto_HashMultimapProto
	//	*SetMultimapProto_AbstractSortedKeySortedSetMultimapProto
	//	*SetMultimapProto_TreeMultimapProto
	SetMultimapProto isSetMultimapProto_SetMultimapProto `protobuf_oneof:"setMultimapProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.SetMultimap

func (*SetMultimapProto) Descriptor deprecated

func (*SetMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use SetMultimapProto.ProtoReflect.Descriptor instead.

func (*SetMultimapProto) GetAbstractSetMultimapProto

func (x *SetMultimapProto) GetAbstractSetMultimapProto() *AbstractSetMultimapProto

func (*SetMultimapProto) GetAbstractSortedKeySortedSetMultimapProto

func (x *SetMultimapProto) GetAbstractSortedKeySortedSetMultimapProto() *AbstractSortedKeySortedSetMultimapProto

func (*SetMultimapProto) GetAbstractSortedSetMultimapProto

func (x *SetMultimapProto) GetAbstractSortedSetMultimapProto() *AbstractSortedSetMultimapProto

func (*SetMultimapProto) GetEmptyImmutableSetMultimapProto

func (x *SetMultimapProto) GetEmptyImmutableSetMultimapProto() *EmptyImmutableSetMultimapProto

func (*SetMultimapProto) GetFilteredEntrySetMultimapProto

func (x *SetMultimapProto) GetFilteredEntrySetMultimapProto() *FilteredEntrySetMultimapProto

func (*SetMultimapProto) GetFilteredKeySetMultimapProto

func (x *SetMultimapProto) GetFilteredKeySetMultimapProto() *FilteredKeySetMultimapProto

func (*SetMultimapProto) GetFilteredSetMultimapProto

func (x *SetMultimapProto) GetFilteredSetMultimapProto() *FilteredSetMultimapProto

func (*SetMultimapProto) GetForwardingSetMultimapProto

func (x *SetMultimapProto) GetForwardingSetMultimapProto() *ForwardingSetMultimapProto

func (*SetMultimapProto) GetForwardingSortedSetMultimapProto

func (x *SetMultimapProto) GetForwardingSortedSetMultimapProto() *ForwardingSortedSetMultimapProto

func (*SetMultimapProto) GetHashMultimapGwtSerializationDependenciesProto

func (x *SetMultimapProto) GetHashMultimapGwtSerializationDependenciesProto() *HashMultimapGwtSerializationDependenciesProto

func (*SetMultimapProto) GetHashMultimapProto

func (x *SetMultimapProto) GetHashMultimapProto() *HashMultimapProto

func (*SetMultimapProto) GetImmutableSetMultimapProto

func (x *SetMultimapProto) GetImmutableSetMultimapProto() *ImmutableSetMultimapProto

func (*SetMultimapProto) GetLinkedHashMultimapGwtSerializationDependenciesProto

func (x *SetMultimapProto) GetLinkedHashMultimapGwtSerializationDependenciesProto() *LinkedHashMultimapGwtSerializationDependenciesProto

func (*SetMultimapProto) GetLinkedHashMultimapProto

func (x *SetMultimapProto) GetLinkedHashMultimapProto() *LinkedHashMultimapProto

func (*SetMultimapProto) GetSetMultimapProto

func (m *SetMultimapProto) GetSetMultimapProto() isSetMultimapProto_SetMultimapProto

func (*SetMultimapProto) GetSortedSetMultimapProto

func (x *SetMultimapProto) GetSortedSetMultimapProto() *SortedSetMultimapProto

func (*SetMultimapProto) GetTreeMultimapProto

func (x *SetMultimapProto) GetTreeMultimapProto() *TreeMultimapProto

func (*SetMultimapProto) ProtoMessage

func (*SetMultimapProto) ProtoMessage()

func (*SetMultimapProto) ProtoReflect

func (x *SetMultimapProto) ProtoReflect() protoreflect.Message

func (*SetMultimapProto) Reset

func (x *SetMultimapProto) Reset()

func (*SetMultimapProto) String

func (x *SetMultimapProto) String() string

type SetMultimapProto_AbstractSetMultimapProto

type SetMultimapProto_AbstractSetMultimapProto struct {
	AbstractSetMultimapProto *AbstractSetMultimapProto `protobuf:"bytes,1,opt,name=abstractSetMultimapProto,proto3,oneof"`
}

type SetMultimapProto_AbstractSortedKeySortedSetMultimapProto

type SetMultimapProto_AbstractSortedKeySortedSetMultimapProto struct {
	AbstractSortedKeySortedSetMultimapProto *AbstractSortedKeySortedSetMultimapProto `protobuf:"bytes,15,opt,name=abstractSortedKeySortedSetMultimapProto,proto3,oneof"`
}

type SetMultimapProto_AbstractSortedSetMultimapProto

type SetMultimapProto_AbstractSortedSetMultimapProto struct {
	AbstractSortedSetMultimapProto *AbstractSortedSetMultimapProto `protobuf:"bytes,8,opt,name=abstractSortedSetMultimapProto,proto3,oneof"`
}

type SetMultimapProto_EmptyImmutableSetMultimapProto

type SetMultimapProto_EmptyImmutableSetMultimapProto struct {
	EmptyImmutableSetMultimapProto *EmptyImmutableSetMultimapProto `protobuf:"bytes,12,opt,name=emptyImmutableSetMultimapProto,proto3,oneof"`
}

type SetMultimapProto_FilteredEntrySetMultimapProto

type SetMultimapProto_FilteredEntrySetMultimapProto struct {
	FilteredEntrySetMultimapProto *FilteredEntrySetMultimapProto `protobuf:"bytes,10,opt,name=filteredEntrySetMultimapProto,proto3,oneof"`
}

type SetMultimapProto_FilteredKeySetMultimapProto

type SetMultimapProto_FilteredKeySetMultimapProto struct {
	FilteredKeySetMultimapProto *FilteredKeySetMultimapProto `protobuf:"bytes,11,opt,name=filteredKeySetMultimapProto,proto3,oneof"`
}

type SetMultimapProto_FilteredSetMultimapProto

type SetMultimapProto_FilteredSetMultimapProto struct {
	FilteredSetMultimapProto *FilteredSetMultimapProto `protobuf:"bytes,4,opt,name=filteredSetMultimapProto,proto3,oneof"`
}

type SetMultimapProto_ForwardingSetMultimapProto

type SetMultimapProto_ForwardingSetMultimapProto struct {
	ForwardingSetMultimapProto *ForwardingSetMultimapProto `protobuf:"bytes,3,opt,name=forwardingSetMultimapProto,proto3,oneof"`
}

type SetMultimapProto_ForwardingSortedSetMultimapProto

type SetMultimapProto_ForwardingSortedSetMultimapProto struct {
	ForwardingSortedSetMultimapProto *ForwardingSortedSetMultimapProto `protobuf:"bytes,9,opt,name=forwardingSortedSetMultimapProto,proto3,oneof"`
}

type SetMultimapProto_HashMultimapGwtSerializationDependenciesProto

type SetMultimapProto_HashMultimapGwtSerializationDependenciesProto struct {
	HashMultimapGwtSerializationDependenciesProto *HashMultimapGwtSerializationDependenciesProto `protobuf:"bytes,7,opt,name=hashMultimapGwtSerializationDependenciesProto,proto3,oneof"`
}

type SetMultimapProto_HashMultimapProto

type SetMultimapProto_HashMultimapProto struct {
	HashMultimapProto *HashMultimapProto `protobuf:"bytes,14,opt,name=hashMultimapProto,proto3,oneof"`
}

type SetMultimapProto_ImmutableSetMultimapProto

type SetMultimapProto_ImmutableSetMultimapProto struct {
	ImmutableSetMultimapProto *ImmutableSetMultimapProto `protobuf:"bytes,5,opt,name=immutableSetMultimapProto,proto3,oneof"`
}

type SetMultimapProto_LinkedHashMultimapGwtSerializationDependenciesProto

type SetMultimapProto_LinkedHashMultimapGwtSerializationDependenciesProto struct {
	LinkedHashMultimapGwtSerializationDependenciesProto *LinkedHashMultimapGwtSerializationDependenciesProto `protobuf:"bytes,6,opt,name=linkedHashMultimapGwtSerializationDependenciesProto,proto3,oneof"`
}

type SetMultimapProto_LinkedHashMultimapProto

type SetMultimapProto_LinkedHashMultimapProto struct {
	LinkedHashMultimapProto *LinkedHashMultimapProto `protobuf:"bytes,13,opt,name=linkedHashMultimapProto,proto3,oneof"`
}

type SetMultimapProto_SortedSetMultimapProto

type SetMultimapProto_SortedSetMultimapProto struct {
	SortedSetMultimapProto *SortedSetMultimapProto `protobuf:"bytes,2,opt,name=sortedSetMultimapProto,proto3,oneof"`
}

type SetMultimapProto_TreeMultimapProto

type SetMultimapProto_TreeMultimapProto struct {
	TreeMultimapProto *TreeMultimapProto `protobuf:"bytes,16,opt,name=treeMultimapProto,proto3,oneof"`
}

type SetopOperandTypeCheckerProto

type SetopOperandTypeCheckerProto struct {
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.SetopOperandTypeChecker

func (*SetopOperandTypeCheckerProto) Descriptor deprecated

func (*SetopOperandTypeCheckerProto) Descriptor() ([]byte, []int)

Deprecated: Use SetopOperandTypeCheckerProto.ProtoReflect.Descriptor instead.

func (*SetopOperandTypeCheckerProto) ProtoMessage

func (*SetopOperandTypeCheckerProto) ProtoMessage()

func (*SetopOperandTypeCheckerProto) ProtoReflect

func (*SetopOperandTypeCheckerProto) Reset

func (x *SetopOperandTypeCheckerProto) Reset()

func (*SetopOperandTypeCheckerProto) String

type SimpleCalciteSchemaProto

type SimpleCalciteSchemaProto struct {
	Parent             *CalciteSchemaProto `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	Schema             *SchemaProto        `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	Name               string              `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	TableMap           *NameMapProto       `protobuf:"bytes,4,opt,name=tableMap,proto3" json:"tableMap,omitempty"`
	FunctionMap        *NameMultimapProto  `protobuf:"bytes,5,opt,name=functionMap,proto3" json:"functionMap,omitempty"`
	TypeMap            *NameMapProto       `protobuf:"bytes,6,opt,name=typeMap,proto3" json:"typeMap,omitempty"`
	LatticeMap         *NameMapProto       `protobuf:"bytes,7,opt,name=latticeMap,proto3" json:"latticeMap,omitempty"`
	FunctionNames      *NameSetProto       `protobuf:"bytes,8,opt,name=functionNames,proto3" json:"functionNames,omitempty"`
	NullaryFunctionMap *NameMapProto       `protobuf:"bytes,9,opt,name=nullaryFunctionMap,proto3" json:"nullaryFunctionMap,omitempty"`
	SubSchemaMap       *NameMapProto       `protobuf:"bytes,10,opt,name=subSchemaMap,proto3" json:"subSchemaMap,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.jdbc.SimpleCalciteSchema

func (*SimpleCalciteSchemaProto) Descriptor deprecated

func (*SimpleCalciteSchemaProto) Descriptor() ([]byte, []int)

Deprecated: Use SimpleCalciteSchemaProto.ProtoReflect.Descriptor instead.

func (*SimpleCalciteSchemaProto) GetFunctionMap

func (x *SimpleCalciteSchemaProto) GetFunctionMap() *NameMultimapProto

func (*SimpleCalciteSchemaProto) GetFunctionNames

func (x *SimpleCalciteSchemaProto) GetFunctionNames() *NameSetProto

func (*SimpleCalciteSchemaProto) GetLatticeMap

func (x *SimpleCalciteSchemaProto) GetLatticeMap() *NameMapProto

func (*SimpleCalciteSchemaProto) GetName

func (x *SimpleCalciteSchemaProto) GetName() string

func (*SimpleCalciteSchemaProto) GetNullaryFunctionMap

func (x *SimpleCalciteSchemaProto) GetNullaryFunctionMap() *NameMapProto

func (*SimpleCalciteSchemaProto) GetParent

func (*SimpleCalciteSchemaProto) GetSchema

func (x *SimpleCalciteSchemaProto) GetSchema() *SchemaProto

func (*SimpleCalciteSchemaProto) GetSubSchemaMap

func (x *SimpleCalciteSchemaProto) GetSubSchemaMap() *NameMapProto

func (*SimpleCalciteSchemaProto) GetTableMap

func (x *SimpleCalciteSchemaProto) GetTableMap() *NameMapProto

func (*SimpleCalciteSchemaProto) GetTypeMap

func (x *SimpleCalciteSchemaProto) GetTypeMap() *NameMapProto

func (*SimpleCalciteSchemaProto) ProtoMessage

func (*SimpleCalciteSchemaProto) ProtoMessage()

func (*SimpleCalciteSchemaProto) ProtoReflect

func (x *SimpleCalciteSchemaProto) ProtoReflect() protoreflect.Message

func (*SimpleCalciteSchemaProto) Reset

func (x *SimpleCalciteSchemaProto) Reset()

func (*SimpleCalciteSchemaProto) String

func (x *SimpleCalciteSchemaProto) String() string

type SmallCharMatcherProto

type SmallCharMatcherProto struct {
	Table        []int32 `protobuf:"zigzag32,1,rep,packed,name=table,proto3" json:"table,omitempty"`
	ContainsZero bool    `protobuf:"varint,2,opt,name=containsZero,proto3" json:"containsZero,omitempty"`
	Filter       int64   `protobuf:"zigzag64,3,opt,name=filter,proto3" json:"filter,omitempty"`
	Description  string  `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.base.SmallCharMatcher

func (*SmallCharMatcherProto) Descriptor deprecated

func (*SmallCharMatcherProto) Descriptor() ([]byte, []int)

Deprecated: Use SmallCharMatcherProto.ProtoReflect.Descriptor instead.

func (*SmallCharMatcherProto) GetContainsZero

func (x *SmallCharMatcherProto) GetContainsZero() bool

func (*SmallCharMatcherProto) GetDescription

func (x *SmallCharMatcherProto) GetDescription() string

func (*SmallCharMatcherProto) GetFilter

func (x *SmallCharMatcherProto) GetFilter() int64

func (*SmallCharMatcherProto) GetTable

func (x *SmallCharMatcherProto) GetTable() []int32

func (*SmallCharMatcherProto) ProtoMessage

func (*SmallCharMatcherProto) ProtoMessage()

func (*SmallCharMatcherProto) ProtoReflect

func (x *SmallCharMatcherProto) ProtoReflect() protoreflect.Message

func (*SmallCharMatcherProto) Reset

func (x *SmallCharMatcherProto) Reset()

func (*SmallCharMatcherProto) String

func (x *SmallCharMatcherProto) String() string

type SortedSetMultimapProto

type SortedSetMultimapProto struct {

	// Types that are assignable to SortedSetMultimapProto:
	//
	//	*SortedSetMultimapProto_ForwardingSortedSetMultimapProto
	//	*SortedSetMultimapProto_AbstractSortedSetMultimapProto
	//	*SortedSetMultimapProto_AbstractSortedKeySortedSetMultimapProto
	//	*SortedSetMultimapProto_TreeMultimapProto
	SortedSetMultimapProto isSortedSetMultimapProto_SortedSetMultimapProto `protobuf_oneof:"sortedSetMultimapProto"`
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.SortedSetMultimap

func (*SortedSetMultimapProto) Descriptor deprecated

func (*SortedSetMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use SortedSetMultimapProto.ProtoReflect.Descriptor instead.

func (*SortedSetMultimapProto) GetAbstractSortedKeySortedSetMultimapProto

func (x *SortedSetMultimapProto) GetAbstractSortedKeySortedSetMultimapProto() *AbstractSortedKeySortedSetMultimapProto

func (*SortedSetMultimapProto) GetAbstractSortedSetMultimapProto

func (x *SortedSetMultimapProto) GetAbstractSortedSetMultimapProto() *AbstractSortedSetMultimapProto

func (*SortedSetMultimapProto) GetForwardingSortedSetMultimapProto

func (x *SortedSetMultimapProto) GetForwardingSortedSetMultimapProto() *ForwardingSortedSetMultimapProto

func (*SortedSetMultimapProto) GetSortedSetMultimapProto

func (m *SortedSetMultimapProto) GetSortedSetMultimapProto() isSortedSetMultimapProto_SortedSetMultimapProto

func (*SortedSetMultimapProto) GetTreeMultimapProto

func (x *SortedSetMultimapProto) GetTreeMultimapProto() *TreeMultimapProto

func (*SortedSetMultimapProto) ProtoMessage

func (*SortedSetMultimapProto) ProtoMessage()

func (*SortedSetMultimapProto) ProtoReflect

func (x *SortedSetMultimapProto) ProtoReflect() protoreflect.Message

func (*SortedSetMultimapProto) Reset

func (x *SortedSetMultimapProto) Reset()

func (*SortedSetMultimapProto) String

func (x *SortedSetMultimapProto) String() string

type SortedSetMultimapProto_AbstractSortedKeySortedSetMultimapProto

type SortedSetMultimapProto_AbstractSortedKeySortedSetMultimapProto struct {
	AbstractSortedKeySortedSetMultimapProto *AbstractSortedKeySortedSetMultimapProto `protobuf:"bytes,3,opt,name=abstractSortedKeySortedSetMultimapProto,proto3,oneof"`
}

type SortedSetMultimapProto_AbstractSortedSetMultimapProto

type SortedSetMultimapProto_AbstractSortedSetMultimapProto struct {
	AbstractSortedSetMultimapProto *AbstractSortedSetMultimapProto `protobuf:"bytes,2,opt,name=abstractSortedSetMultimapProto,proto3,oneof"`
}

type SortedSetMultimapProto_ForwardingSortedSetMultimapProto

type SortedSetMultimapProto_ForwardingSortedSetMultimapProto struct {
	ForwardingSortedSetMultimapProto *ForwardingSortedSetMultimapProto `protobuf:"bytes,1,opt,name=forwardingSortedSetMultimapProto,proto3,oneof"`
}

type SortedSetMultimapProto_TreeMultimapProto

type SortedSetMultimapProto_TreeMultimapProto struct {
	TreeMultimapProto *TreeMultimapProto `protobuf:"bytes,4,opt,name=treeMultimapProto,proto3,oneof"`
}

type SqlAbstractDateTimeLiteralProto

type SqlAbstractDateTimeLiteralProto struct {

	// Types that are assignable to SqlAbstractDateTimeLiteralProto:
	//
	//	*SqlAbstractDateTimeLiteralProto_SqlDateLiteralProto
	//	*SqlAbstractDateTimeLiteralProto_SqlTimestampLiteralProto
	//	*SqlAbstractDateTimeLiteralProto_SqlTimeLiteralProto
	SqlAbstractDateTimeLiteralProto isSqlAbstractDateTimeLiteralProto_SqlAbstractDateTimeLiteralProto `protobuf_oneof:"sqlAbstractDateTimeLiteralProto"`
	HasTimeZone                     bool                                                              `protobuf:"varint,4,opt,name=hasTimeZone,proto3" json:"hasTimeZone,omitempty"`
	Precision                       int32                                                             `protobuf:"zigzag32,5,opt,name=precision,proto3" json:"precision,omitempty"`
	TypeName                        SqlTypeNameProto                                                  `protobuf:"varint,6,opt,name=typeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeName,omitempty"`
	Value                           string                                                            `protobuf:"bytes,7,opt,name=value,proto3" json:"value,omitempty"`
	Pos                             *SqlParserPosProto                                                `protobuf:"bytes,8,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation                 *RelDataTypeProto                                                 `protobuf:"bytes,9,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlAbstractDateTimeLiteral

func (*SqlAbstractDateTimeLiteralProto) Descriptor deprecated

func (*SqlAbstractDateTimeLiteralProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlAbstractDateTimeLiteralProto.ProtoReflect.Descriptor instead.

func (*SqlAbstractDateTimeLiteralProto) GetHasTimeZone

func (x *SqlAbstractDateTimeLiteralProto) GetHasTimeZone() bool

func (*SqlAbstractDateTimeLiteralProto) GetPos

func (*SqlAbstractDateTimeLiteralProto) GetPrecision

func (x *SqlAbstractDateTimeLiteralProto) GetPrecision() int32

func (*SqlAbstractDateTimeLiteralProto) GetSqlAbstractDateTimeLiteralProto

func (m *SqlAbstractDateTimeLiteralProto) GetSqlAbstractDateTimeLiteralProto() isSqlAbstractDateTimeLiteralProto_SqlAbstractDateTimeLiteralProto

func (*SqlAbstractDateTimeLiteralProto) GetSqlDateLiteralProto

func (x *SqlAbstractDateTimeLiteralProto) GetSqlDateLiteralProto() *SqlDateLiteralProto

func (*SqlAbstractDateTimeLiteralProto) GetSqlTimeLiteralProto

func (x *SqlAbstractDateTimeLiteralProto) GetSqlTimeLiteralProto() *SqlTimeLiteralProto

func (*SqlAbstractDateTimeLiteralProto) GetSqlTimestampLiteralProto

func (x *SqlAbstractDateTimeLiteralProto) GetSqlTimestampLiteralProto() *SqlTimestampLiteralProto

func (*SqlAbstractDateTimeLiteralProto) GetTypeInformation

func (x *SqlAbstractDateTimeLiteralProto) GetTypeInformation() *RelDataTypeProto

func (*SqlAbstractDateTimeLiteralProto) GetTypeName

func (*SqlAbstractDateTimeLiteralProto) GetValue

func (*SqlAbstractDateTimeLiteralProto) ProtoMessage

func (*SqlAbstractDateTimeLiteralProto) ProtoMessage()

func (*SqlAbstractDateTimeLiteralProto) ProtoReflect

func (*SqlAbstractDateTimeLiteralProto) Reset

func (*SqlAbstractDateTimeLiteralProto) String

type SqlAbstractDateTimeLiteralProto_SqlDateLiteralProto

type SqlAbstractDateTimeLiteralProto_SqlDateLiteralProto struct {
	SqlDateLiteralProto *SqlDateLiteralProto `protobuf:"bytes,1,opt,name=sqlDateLiteralProto,proto3,oneof"`
}

type SqlAbstractDateTimeLiteralProto_SqlTimeLiteralProto

type SqlAbstractDateTimeLiteralProto_SqlTimeLiteralProto struct {
	SqlTimeLiteralProto *SqlTimeLiteralProto `protobuf:"bytes,3,opt,name=sqlTimeLiteralProto,proto3,oneof"`
}

type SqlAbstractDateTimeLiteralProto_SqlTimestampLiteralProto

type SqlAbstractDateTimeLiteralProto_SqlTimestampLiteralProto struct {
	SqlTimestampLiteralProto *SqlTimestampLiteralProto `protobuf:"bytes,2,opt,name=sqlTimestampLiteralProto,proto3,oneof"`
}

type SqlAbstractGroupFunctionProto

type SqlAbstractGroupFunctionProto struct {

	// Types that are assignable to SqlAbstractGroupFunctionProto:
	//
	//	*SqlAbstractGroupFunctionProto_SqlGroupIdFunctionProto
	//	*SqlAbstractGroupFunctionProto_SqlGroupingIdFunctionProto
	//	*SqlAbstractGroupFunctionProto_SqlGroupingFunctionProto
	SqlAbstractGroupFunctionProto isSqlAbstractGroupFunctionProto_SqlAbstractGroupFunctionProto `protobuf_oneof:"sqlAbstractGroupFunctionProto"`
	RequiresOrder                 bool                                                          `protobuf:"varint,4,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver                  bool                                                          `protobuf:"varint,5,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder            OptionalityProto                                              `protobuf:"varint,6,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category                      SqlFunctionCategoryProto                                      `protobuf:"varint,7,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier                 *SqlIdentifierProto                                           `protobuf:"bytes,8,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                          string                                                        `protobuf:"bytes,9,opt,name=name,proto3" json:"name,omitempty"`
	Kind                          SqlKindProto                                                  `protobuf:"varint,10,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec                      int32                                                         `protobuf:"zigzag32,11,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec                     int32                                                         `protobuf:"zigzag32,12,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference           *SqlReturnTypeInferenceProto                                  `protobuf:"bytes,13,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference          *SqlOperandTypeInferenceProto                                 `protobuf:"bytes,14,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker            *SqlOperandTypeCheckerProto                                   `protobuf:"bytes,15,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures             string                                                        `protobuf:"bytes,16,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlAbstractGroupFunction

func (*SqlAbstractGroupFunctionProto) Descriptor deprecated

func (*SqlAbstractGroupFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlAbstractGroupFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlAbstractGroupFunctionProto) GetAllowedSignatures

func (x *SqlAbstractGroupFunctionProto) GetAllowedSignatures() string

func (*SqlAbstractGroupFunctionProto) GetCategory

func (*SqlAbstractGroupFunctionProto) GetKind

func (*SqlAbstractGroupFunctionProto) GetLeftPrec

func (x *SqlAbstractGroupFunctionProto) GetLeftPrec() int32

func (*SqlAbstractGroupFunctionProto) GetName

func (*SqlAbstractGroupFunctionProto) GetOperandTypeChecker

func (x *SqlAbstractGroupFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlAbstractGroupFunctionProto) GetOperandTypeInference

func (x *SqlAbstractGroupFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlAbstractGroupFunctionProto) GetRequiresGroupOrder

func (x *SqlAbstractGroupFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlAbstractGroupFunctionProto) GetRequiresOrder

func (x *SqlAbstractGroupFunctionProto) GetRequiresOrder() bool

func (*SqlAbstractGroupFunctionProto) GetRequiresOver

func (x *SqlAbstractGroupFunctionProto) GetRequiresOver() bool

func (*SqlAbstractGroupFunctionProto) GetReturnTypeInference

func (x *SqlAbstractGroupFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlAbstractGroupFunctionProto) GetRightPrec

func (x *SqlAbstractGroupFunctionProto) GetRightPrec() int32

func (*SqlAbstractGroupFunctionProto) GetSqlAbstractGroupFunctionProto

func (m *SqlAbstractGroupFunctionProto) GetSqlAbstractGroupFunctionProto() isSqlAbstractGroupFunctionProto_SqlAbstractGroupFunctionProto

func (*SqlAbstractGroupFunctionProto) GetSqlGroupIdFunctionProto

func (x *SqlAbstractGroupFunctionProto) GetSqlGroupIdFunctionProto() *SqlGroupIdFunctionProto

func (*SqlAbstractGroupFunctionProto) GetSqlGroupingFunctionProto

func (x *SqlAbstractGroupFunctionProto) GetSqlGroupingFunctionProto() *SqlGroupingFunctionProto

func (*SqlAbstractGroupFunctionProto) GetSqlGroupingIdFunctionProto

func (x *SqlAbstractGroupFunctionProto) GetSqlGroupingIdFunctionProto() *SqlGroupingIdFunctionProto

func (*SqlAbstractGroupFunctionProto) GetSqlIdentifier

func (x *SqlAbstractGroupFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlAbstractGroupFunctionProto) ProtoMessage

func (*SqlAbstractGroupFunctionProto) ProtoMessage()

func (*SqlAbstractGroupFunctionProto) ProtoReflect

func (*SqlAbstractGroupFunctionProto) Reset

func (x *SqlAbstractGroupFunctionProto) Reset()

func (*SqlAbstractGroupFunctionProto) String

type SqlAbstractGroupFunctionProto_SqlGroupIdFunctionProto

type SqlAbstractGroupFunctionProto_SqlGroupIdFunctionProto struct {
	SqlGroupIdFunctionProto *SqlGroupIdFunctionProto `protobuf:"bytes,1,opt,name=sqlGroupIdFunctionProto,proto3,oneof"`
}

type SqlAbstractGroupFunctionProto_SqlGroupingFunctionProto

type SqlAbstractGroupFunctionProto_SqlGroupingFunctionProto struct {
	SqlGroupingFunctionProto *SqlGroupingFunctionProto `protobuf:"bytes,3,opt,name=sqlGroupingFunctionProto,proto3,oneof"`
}

type SqlAbstractGroupFunctionProto_SqlGroupingIdFunctionProto

type SqlAbstractGroupFunctionProto_SqlGroupingIdFunctionProto struct {
	SqlGroupingIdFunctionProto *SqlGroupingIdFunctionProto `protobuf:"bytes,2,opt,name=sqlGroupingIdFunctionProto,proto3,oneof"`
}

type SqlAbstractStringLiteralProto

type SqlAbstractStringLiteralProto struct {

	// Types that are assignable to SqlAbstractStringLiteralProto:
	//
	//	*SqlAbstractStringLiteralProto_SqlBinaryStringLiteralProto
	//	*SqlAbstractStringLiteralProto_SqlCharStringLiteralProto
	SqlAbstractStringLiteralProto isSqlAbstractStringLiteralProto_SqlAbstractStringLiteralProto `protobuf_oneof:"sqlAbstractStringLiteralProto"`
	TypeName                      SqlTypeNameProto                                              `protobuf:"varint,3,opt,name=typeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeName,omitempty"`
	Value                         string                                                        `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	Pos                           *SqlParserPosProto                                            `protobuf:"bytes,5,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation               *RelDataTypeProto                                             `protobuf:"bytes,6,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlAbstractStringLiteral

func (*SqlAbstractStringLiteralProto) Descriptor deprecated

func (*SqlAbstractStringLiteralProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlAbstractStringLiteralProto.ProtoReflect.Descriptor instead.

func (*SqlAbstractStringLiteralProto) GetPos

func (*SqlAbstractStringLiteralProto) GetSqlAbstractStringLiteralProto

func (m *SqlAbstractStringLiteralProto) GetSqlAbstractStringLiteralProto() isSqlAbstractStringLiteralProto_SqlAbstractStringLiteralProto

func (*SqlAbstractStringLiteralProto) GetSqlBinaryStringLiteralProto

func (x *SqlAbstractStringLiteralProto) GetSqlBinaryStringLiteralProto() *SqlBinaryStringLiteralProto

func (*SqlAbstractStringLiteralProto) GetSqlCharStringLiteralProto

func (x *SqlAbstractStringLiteralProto) GetSqlCharStringLiteralProto() *SqlCharStringLiteralProto

func (*SqlAbstractStringLiteralProto) GetTypeInformation

func (x *SqlAbstractStringLiteralProto) GetTypeInformation() *RelDataTypeProto

func (*SqlAbstractStringLiteralProto) GetTypeName

func (*SqlAbstractStringLiteralProto) GetValue

func (x *SqlAbstractStringLiteralProto) GetValue() string

func (*SqlAbstractStringLiteralProto) ProtoMessage

func (*SqlAbstractStringLiteralProto) ProtoMessage()

func (*SqlAbstractStringLiteralProto) ProtoReflect

func (*SqlAbstractStringLiteralProto) Reset

func (x *SqlAbstractStringLiteralProto) Reset()

func (*SqlAbstractStringLiteralProto) String

type SqlAbstractStringLiteralProto_SqlBinaryStringLiteralProto

type SqlAbstractStringLiteralProto_SqlBinaryStringLiteralProto struct {
	SqlBinaryStringLiteralProto *SqlBinaryStringLiteralProto `protobuf:"bytes,1,opt,name=sqlBinaryStringLiteralProto,proto3,oneof"`
}

type SqlAbstractStringLiteralProto_SqlCharStringLiteralProto

type SqlAbstractStringLiteralProto_SqlCharStringLiteralProto struct {
	SqlCharStringLiteralProto *SqlCharStringLiteralProto `protobuf:"bytes,2,opt,name=sqlCharStringLiteralProto,proto3,oneof"`
}

type SqlAbstractTimeFunctionProto

type SqlAbstractTimeFunctionProto struct {
	TypeName             SqlTypeNameProto              `protobuf:"varint,1,opt,name=typeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeName,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,2,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,3,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,5,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,6,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,7,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,8,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,9,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,10,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,11,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlAbstractTimeFunction

func (*SqlAbstractTimeFunctionProto) Descriptor deprecated

func (*SqlAbstractTimeFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlAbstractTimeFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlAbstractTimeFunctionProto) GetAllowedSignatures

func (x *SqlAbstractTimeFunctionProto) GetAllowedSignatures() string

func (*SqlAbstractTimeFunctionProto) GetCategory

func (*SqlAbstractTimeFunctionProto) GetKind

func (*SqlAbstractTimeFunctionProto) GetLeftPrec

func (x *SqlAbstractTimeFunctionProto) GetLeftPrec() int32

func (*SqlAbstractTimeFunctionProto) GetName

func (x *SqlAbstractTimeFunctionProto) GetName() string

func (*SqlAbstractTimeFunctionProto) GetOperandTypeChecker

func (x *SqlAbstractTimeFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlAbstractTimeFunctionProto) GetOperandTypeInference

func (x *SqlAbstractTimeFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlAbstractTimeFunctionProto) GetReturnTypeInference

func (x *SqlAbstractTimeFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlAbstractTimeFunctionProto) GetRightPrec

func (x *SqlAbstractTimeFunctionProto) GetRightPrec() int32

func (*SqlAbstractTimeFunctionProto) GetSqlIdentifier

func (x *SqlAbstractTimeFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlAbstractTimeFunctionProto) GetTypeName

func (*SqlAbstractTimeFunctionProto) ProtoMessage

func (*SqlAbstractTimeFunctionProto) ProtoMessage()

func (*SqlAbstractTimeFunctionProto) ProtoReflect

func (*SqlAbstractTimeFunctionProto) Reset

func (x *SqlAbstractTimeFunctionProto) Reset()

func (*SqlAbstractTimeFunctionProto) String

type SqlAggFunctionProto

type SqlAggFunctionProto struct {

	// Types that are assignable to SqlAggFunctionProto:
	//
	//	*SqlAggFunctionProto_SqlUserDefinedAggFunctionProto
	//	*SqlAggFunctionProto_SqlCovarAggFunctionProto
	//	*SqlAggFunctionProto_SqlJsonArrayAggAggFunctionProto
	//	*SqlAggFunctionProto_SqlSumAggFunctionProto
	//	*SqlAggFunctionProto_SqlMinMaxAggFunctionProto
	//	*SqlAggFunctionProto_SqlCountAggFunctionProto
	//	*SqlAggFunctionProto_SqlAnyValueAggFunctionProto
	//	*SqlAggFunctionProto_SqlAvgAggFunctionProto
	//	*SqlAggFunctionProto_SqlNthValueAggFunctionProto
	//	*SqlAggFunctionProto_SqlBasicAggFunctionProto
	//	*SqlAggFunctionProto_SqlSingleValueAggFunctionProto
	//	*SqlAggFunctionProto_SqlSumEmptyIsZeroAggFunctionProto
	//	*SqlAggFunctionProto_SqlListaggAggFunctionProto
	//	*SqlAggFunctionProto_SqlNtileAggFunctionProto
	//	*SqlAggFunctionProto_SqlJsonObjectAggAggFunctionProto
	//	*SqlAggFunctionProto_SqlFirstLastValueAggFunctionProto
	//	*SqlAggFunctionProto_SqlAbstractGroupFunctionProto
	//	*SqlAggFunctionProto_SqlHistogramAggFunctionProto
	//	*SqlAggFunctionProto_SqlRankFunctionProto
	//	*SqlAggFunctionProto_SqlLeadLagAggFunctionProto
	//	*SqlAggFunctionProto_SqlBitOpAggFunctionProto
	//	*SqlAggFunctionProto_SqlRegrCountAggFunctionProto
	//	*SqlAggFunctionProto_SqlGroupIdFunctionProto
	//	*SqlAggFunctionProto_SqlGroupingIdFunctionProto
	//	*SqlAggFunctionProto_SqlGroupingFunctionProto
	SqlAggFunctionProto  isSqlAggFunctionProto_SqlAggFunctionProto `protobuf_oneof:"sqlAggFunctionProto"`
	RequiresOrder        bool                                      `protobuf:"varint,26,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                                      `protobuf:"varint,27,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto                          `protobuf:"varint,28,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto                  `protobuf:"varint,29,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto                       `protobuf:"bytes,30,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                                    `protobuf:"bytes,31,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                              `protobuf:"varint,32,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                                     `protobuf:"zigzag32,33,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                                     `protobuf:"zigzag32,34,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto              `protobuf:"bytes,35,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto             `protobuf:"bytes,36,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto               `protobuf:"bytes,37,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                                    `protobuf:"bytes,38,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlAggFunction

func (*SqlAggFunctionProto) Descriptor deprecated

func (*SqlAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlAggFunctionProto) GetAllowedSignatures

func (x *SqlAggFunctionProto) GetAllowedSignatures() string

func (*SqlAggFunctionProto) GetCategory

func (*SqlAggFunctionProto) GetKind

func (x *SqlAggFunctionProto) GetKind() SqlKindProto

func (*SqlAggFunctionProto) GetLeftPrec

func (x *SqlAggFunctionProto) GetLeftPrec() int32

func (*SqlAggFunctionProto) GetName

func (x *SqlAggFunctionProto) GetName() string

func (*SqlAggFunctionProto) GetOperandTypeChecker

func (x *SqlAggFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlAggFunctionProto) GetOperandTypeInference

func (x *SqlAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlAggFunctionProto) GetRequiresGroupOrder

func (x *SqlAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlAggFunctionProto) GetRequiresOrder

func (x *SqlAggFunctionProto) GetRequiresOrder() bool

func (*SqlAggFunctionProto) GetRequiresOver

func (x *SqlAggFunctionProto) GetRequiresOver() bool

func (*SqlAggFunctionProto) GetReturnTypeInference

func (x *SqlAggFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlAggFunctionProto) GetRightPrec

func (x *SqlAggFunctionProto) GetRightPrec() int32

func (*SqlAggFunctionProto) GetSqlAbstractGroupFunctionProto

func (x *SqlAggFunctionProto) GetSqlAbstractGroupFunctionProto() *SqlAbstractGroupFunctionProto

func (*SqlAggFunctionProto) GetSqlAggFunctionProto

func (m *SqlAggFunctionProto) GetSqlAggFunctionProto() isSqlAggFunctionProto_SqlAggFunctionProto

func (*SqlAggFunctionProto) GetSqlAnyValueAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlAnyValueAggFunctionProto() *SqlAnyValueAggFunctionProto

func (*SqlAggFunctionProto) GetSqlAvgAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlAvgAggFunctionProto() *SqlAvgAggFunctionProto

func (*SqlAggFunctionProto) GetSqlBasicAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlBasicAggFunctionProto() *SqlBasicAggFunctionProto

func (*SqlAggFunctionProto) GetSqlBitOpAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlBitOpAggFunctionProto() *SqlBitOpAggFunctionProto

func (*SqlAggFunctionProto) GetSqlCountAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlCountAggFunctionProto() *SqlCountAggFunctionProto

func (*SqlAggFunctionProto) GetSqlCovarAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlCovarAggFunctionProto() *SqlCovarAggFunctionProto

func (*SqlAggFunctionProto) GetSqlFirstLastValueAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlFirstLastValueAggFunctionProto() *SqlFirstLastValueAggFunctionProto

func (*SqlAggFunctionProto) GetSqlGroupIdFunctionProto

func (x *SqlAggFunctionProto) GetSqlGroupIdFunctionProto() *SqlGroupIdFunctionProto

func (*SqlAggFunctionProto) GetSqlGroupingFunctionProto

func (x *SqlAggFunctionProto) GetSqlGroupingFunctionProto() *SqlGroupingFunctionProto

func (*SqlAggFunctionProto) GetSqlGroupingIdFunctionProto

func (x *SqlAggFunctionProto) GetSqlGroupingIdFunctionProto() *SqlGroupingIdFunctionProto

func (*SqlAggFunctionProto) GetSqlHistogramAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlHistogramAggFunctionProto() *SqlHistogramAggFunctionProto

func (*SqlAggFunctionProto) GetSqlIdentifier

func (x *SqlAggFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlAggFunctionProto) GetSqlJsonArrayAggAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlJsonArrayAggAggFunctionProto() *SqlJsonArrayAggAggFunctionProto

func (*SqlAggFunctionProto) GetSqlJsonObjectAggAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlJsonObjectAggAggFunctionProto() *SqlJsonObjectAggAggFunctionProto

func (*SqlAggFunctionProto) GetSqlLeadLagAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlLeadLagAggFunctionProto() *SqlLeadLagAggFunctionProto

func (*SqlAggFunctionProto) GetSqlListaggAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlListaggAggFunctionProto() *SqlListaggAggFunctionProto

func (*SqlAggFunctionProto) GetSqlMinMaxAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlMinMaxAggFunctionProto() *SqlMinMaxAggFunctionProto

func (*SqlAggFunctionProto) GetSqlNthValueAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlNthValueAggFunctionProto() *SqlNthValueAggFunctionProto

func (*SqlAggFunctionProto) GetSqlNtileAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlNtileAggFunctionProto() *SqlNtileAggFunctionProto

func (*SqlAggFunctionProto) GetSqlRankFunctionProto

func (x *SqlAggFunctionProto) GetSqlRankFunctionProto() *SqlRankFunctionProto

func (*SqlAggFunctionProto) GetSqlRegrCountAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlRegrCountAggFunctionProto() *SqlRegrCountAggFunctionProto

func (*SqlAggFunctionProto) GetSqlSingleValueAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlSingleValueAggFunctionProto() *SqlSingleValueAggFunctionProto

func (*SqlAggFunctionProto) GetSqlSumAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlSumAggFunctionProto() *SqlSumAggFunctionProto

func (*SqlAggFunctionProto) GetSqlSumEmptyIsZeroAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlSumEmptyIsZeroAggFunctionProto() *SqlSumEmptyIsZeroAggFunctionProto

func (*SqlAggFunctionProto) GetSqlUserDefinedAggFunctionProto

func (x *SqlAggFunctionProto) GetSqlUserDefinedAggFunctionProto() *SqlUserDefinedAggFunctionProto

func (*SqlAggFunctionProto) ProtoMessage

func (*SqlAggFunctionProto) ProtoMessage()

func (*SqlAggFunctionProto) ProtoReflect

func (x *SqlAggFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlAggFunctionProto) Reset

func (x *SqlAggFunctionProto) Reset()

func (*SqlAggFunctionProto) String

func (x *SqlAggFunctionProto) String() string

type SqlAggFunctionProto_SqlAbstractGroupFunctionProto

type SqlAggFunctionProto_SqlAbstractGroupFunctionProto struct {
	SqlAbstractGroupFunctionProto *SqlAbstractGroupFunctionProto `protobuf:"bytes,17,opt,name=sqlAbstractGroupFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlAnyValueAggFunctionProto

type SqlAggFunctionProto_SqlAnyValueAggFunctionProto struct {
	SqlAnyValueAggFunctionProto *SqlAnyValueAggFunctionProto `protobuf:"bytes,7,opt,name=sqlAnyValueAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlAvgAggFunctionProto

type SqlAggFunctionProto_SqlAvgAggFunctionProto struct {
	SqlAvgAggFunctionProto *SqlAvgAggFunctionProto `protobuf:"bytes,8,opt,name=sqlAvgAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlBasicAggFunctionProto

type SqlAggFunctionProto_SqlBasicAggFunctionProto struct {
	SqlBasicAggFunctionProto *SqlBasicAggFunctionProto `protobuf:"bytes,10,opt,name=sqlBasicAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlBitOpAggFunctionProto

type SqlAggFunctionProto_SqlBitOpAggFunctionProto struct {
	SqlBitOpAggFunctionProto *SqlBitOpAggFunctionProto `protobuf:"bytes,21,opt,name=sqlBitOpAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlCountAggFunctionProto

type SqlAggFunctionProto_SqlCountAggFunctionProto struct {
	SqlCountAggFunctionProto *SqlCountAggFunctionProto `protobuf:"bytes,6,opt,name=sqlCountAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlCovarAggFunctionProto

type SqlAggFunctionProto_SqlCovarAggFunctionProto struct {
	SqlCovarAggFunctionProto *SqlCovarAggFunctionProto `protobuf:"bytes,2,opt,name=sqlCovarAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlFirstLastValueAggFunctionProto

type SqlAggFunctionProto_SqlFirstLastValueAggFunctionProto struct {
	SqlFirstLastValueAggFunctionProto *SqlFirstLastValueAggFunctionProto `protobuf:"bytes,16,opt,name=sqlFirstLastValueAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlGroupIdFunctionProto

type SqlAggFunctionProto_SqlGroupIdFunctionProto struct {
	SqlGroupIdFunctionProto *SqlGroupIdFunctionProto `protobuf:"bytes,23,opt,name=sqlGroupIdFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlGroupingFunctionProto

type SqlAggFunctionProto_SqlGroupingFunctionProto struct {
	SqlGroupingFunctionProto *SqlGroupingFunctionProto `protobuf:"bytes,25,opt,name=sqlGroupingFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlGroupingIdFunctionProto

type SqlAggFunctionProto_SqlGroupingIdFunctionProto struct {
	SqlGroupingIdFunctionProto *SqlGroupingIdFunctionProto `protobuf:"bytes,24,opt,name=sqlGroupingIdFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlHistogramAggFunctionProto

type SqlAggFunctionProto_SqlHistogramAggFunctionProto struct {
	SqlHistogramAggFunctionProto *SqlHistogramAggFunctionProto `protobuf:"bytes,18,opt,name=sqlHistogramAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlJsonArrayAggAggFunctionProto

type SqlAggFunctionProto_SqlJsonArrayAggAggFunctionProto struct {
	SqlJsonArrayAggAggFunctionProto *SqlJsonArrayAggAggFunctionProto `protobuf:"bytes,3,opt,name=sqlJsonArrayAggAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlJsonObjectAggAggFunctionProto

type SqlAggFunctionProto_SqlJsonObjectAggAggFunctionProto struct {
	SqlJsonObjectAggAggFunctionProto *SqlJsonObjectAggAggFunctionProto `protobuf:"bytes,15,opt,name=sqlJsonObjectAggAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlLeadLagAggFunctionProto

type SqlAggFunctionProto_SqlLeadLagAggFunctionProto struct {
	SqlLeadLagAggFunctionProto *SqlLeadLagAggFunctionProto `protobuf:"bytes,20,opt,name=sqlLeadLagAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlListaggAggFunctionProto

type SqlAggFunctionProto_SqlListaggAggFunctionProto struct {
	SqlListaggAggFunctionProto *SqlListaggAggFunctionProto `protobuf:"bytes,13,opt,name=sqlListaggAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlMinMaxAggFunctionProto

type SqlAggFunctionProto_SqlMinMaxAggFunctionProto struct {
	SqlMinMaxAggFunctionProto *SqlMinMaxAggFunctionProto `protobuf:"bytes,5,opt,name=sqlMinMaxAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlNthValueAggFunctionProto

type SqlAggFunctionProto_SqlNthValueAggFunctionProto struct {
	SqlNthValueAggFunctionProto *SqlNthValueAggFunctionProto `protobuf:"bytes,9,opt,name=sqlNthValueAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlNtileAggFunctionProto

type SqlAggFunctionProto_SqlNtileAggFunctionProto struct {
	SqlNtileAggFunctionProto *SqlNtileAggFunctionProto `protobuf:"bytes,14,opt,name=sqlNtileAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlRankFunctionProto

type SqlAggFunctionProto_SqlRankFunctionProto struct {
	SqlRankFunctionProto *SqlRankFunctionProto `protobuf:"bytes,19,opt,name=sqlRankFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlRegrCountAggFunctionProto

type SqlAggFunctionProto_SqlRegrCountAggFunctionProto struct {
	SqlRegrCountAggFunctionProto *SqlRegrCountAggFunctionProto `protobuf:"bytes,22,opt,name=sqlRegrCountAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlSingleValueAggFunctionProto

type SqlAggFunctionProto_SqlSingleValueAggFunctionProto struct {
	SqlSingleValueAggFunctionProto *SqlSingleValueAggFunctionProto `protobuf:"bytes,11,opt,name=sqlSingleValueAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlSumAggFunctionProto

type SqlAggFunctionProto_SqlSumAggFunctionProto struct {
	SqlSumAggFunctionProto *SqlSumAggFunctionProto `protobuf:"bytes,4,opt,name=sqlSumAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlSumEmptyIsZeroAggFunctionProto

type SqlAggFunctionProto_SqlSumEmptyIsZeroAggFunctionProto struct {
	SqlSumEmptyIsZeroAggFunctionProto *SqlSumEmptyIsZeroAggFunctionProto `protobuf:"bytes,12,opt,name=sqlSumEmptyIsZeroAggFunctionProto,proto3,oneof"`
}

type SqlAggFunctionProto_SqlUserDefinedAggFunctionProto

type SqlAggFunctionProto_SqlUserDefinedAggFunctionProto struct {
	SqlUserDefinedAggFunctionProto *SqlUserDefinedAggFunctionProto `protobuf:"bytes,1,opt,name=sqlUserDefinedAggFunctionProto,proto3,oneof"`
}

type SqlAlienSystemTypeNameSpecProto

type SqlAlienSystemTypeNameSpecProto struct {
	TypeAlias   string              `protobuf:"bytes,1,opt,name=typeAlias,proto3" json:"typeAlias,omitempty"`
	SqlTypeName SqlTypeNameProto    `protobuf:"varint,2,opt,name=sqlTypeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"sqlTypeName,omitempty"`
	Precision   int32               `protobuf:"zigzag32,3,opt,name=precision,proto3" json:"precision,omitempty"`
	Scale       int32               `protobuf:"zigzag32,4,opt,name=scale,proto3" json:"scale,omitempty"`
	CharSetName string              `protobuf:"bytes,5,opt,name=charSetName,proto3" json:"charSetName,omitempty"`
	TypeName    *SqlIdentifierProto `protobuf:"bytes,6,opt,name=typeName,proto3" json:"typeName,omitempty"`
	Pos         *SqlParserPosProto  `protobuf:"bytes,7,opt,name=pos,proto3" json:"pos,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlAlienSystemTypeNameSpec

func (*SqlAlienSystemTypeNameSpecProto) Descriptor deprecated

func (*SqlAlienSystemTypeNameSpecProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlAlienSystemTypeNameSpecProto.ProtoReflect.Descriptor instead.

func (*SqlAlienSystemTypeNameSpecProto) GetCharSetName

func (x *SqlAlienSystemTypeNameSpecProto) GetCharSetName() string

func (*SqlAlienSystemTypeNameSpecProto) GetPos

func (*SqlAlienSystemTypeNameSpecProto) GetPrecision

func (x *SqlAlienSystemTypeNameSpecProto) GetPrecision() int32

func (*SqlAlienSystemTypeNameSpecProto) GetScale

func (x *SqlAlienSystemTypeNameSpecProto) GetScale() int32

func (*SqlAlienSystemTypeNameSpecProto) GetSqlTypeName

func (*SqlAlienSystemTypeNameSpecProto) GetTypeAlias

func (x *SqlAlienSystemTypeNameSpecProto) GetTypeAlias() string

func (*SqlAlienSystemTypeNameSpecProto) GetTypeName

func (*SqlAlienSystemTypeNameSpecProto) ProtoMessage

func (*SqlAlienSystemTypeNameSpecProto) ProtoMessage()

func (*SqlAlienSystemTypeNameSpecProto) ProtoReflect

func (*SqlAlienSystemTypeNameSpecProto) Reset

func (*SqlAlienSystemTypeNameSpecProto) String

type SqlAlterProto

type SqlAlterProto struct {

	// Types that are assignable to SqlAlterProto:
	//
	//	*SqlAlterProto_SqlSetOptionProto
	SqlAlterProto   isSqlAlterProto_SqlAlterProto `protobuf_oneof:"sqlAlterProto"`
	Scope           string                        `protobuf:"bytes,2,opt,name=scope,proto3" json:"scope,omitempty"`
	Pos             *SqlParserPosProto            `protobuf:"bytes,3,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto             `protobuf:"bytes,4,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlAlter

func (*SqlAlterProto) Descriptor deprecated

func (*SqlAlterProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlAlterProto.ProtoReflect.Descriptor instead.

func (*SqlAlterProto) GetPos

func (x *SqlAlterProto) GetPos() *SqlParserPosProto

func (*SqlAlterProto) GetScope

func (x *SqlAlterProto) GetScope() string

func (*SqlAlterProto) GetSqlAlterProto

func (m *SqlAlterProto) GetSqlAlterProto() isSqlAlterProto_SqlAlterProto

func (*SqlAlterProto) GetSqlSetOptionProto

func (x *SqlAlterProto) GetSqlSetOptionProto() *SqlSetOptionProto

func (*SqlAlterProto) GetTypeInformation

func (x *SqlAlterProto) GetTypeInformation() *RelDataTypeProto

func (*SqlAlterProto) ProtoMessage

func (*SqlAlterProto) ProtoMessage()

func (*SqlAlterProto) ProtoReflect

func (x *SqlAlterProto) ProtoReflect() protoreflect.Message

func (*SqlAlterProto) Reset

func (x *SqlAlterProto) Reset()

func (*SqlAlterProto) String

func (x *SqlAlterProto) String() string

type SqlAlterProto_SqlSetOptionProto

type SqlAlterProto_SqlSetOptionProto struct {
	SqlSetOptionProto *SqlSetOptionProto `protobuf:"bytes,1,opt,name=sqlSetOptionProto,proto3,oneof"`
}

type SqlAnyValueAggFunctionProto

type SqlAnyValueAggFunctionProto struct {
	RequiresOrder        bool                          `protobuf:"varint,1,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,2,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,3,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,4,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,5,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,7,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,8,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,9,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,10,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,11,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,12,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,13,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlAnyValueAggFunction

func (*SqlAnyValueAggFunctionProto) Descriptor deprecated

func (*SqlAnyValueAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlAnyValueAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlAnyValueAggFunctionProto) GetAllowedSignatures

func (x *SqlAnyValueAggFunctionProto) GetAllowedSignatures() string

func (*SqlAnyValueAggFunctionProto) GetCategory

func (*SqlAnyValueAggFunctionProto) GetKind

func (*SqlAnyValueAggFunctionProto) GetLeftPrec

func (x *SqlAnyValueAggFunctionProto) GetLeftPrec() int32

func (*SqlAnyValueAggFunctionProto) GetName

func (x *SqlAnyValueAggFunctionProto) GetName() string

func (*SqlAnyValueAggFunctionProto) GetOperandTypeChecker

func (x *SqlAnyValueAggFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlAnyValueAggFunctionProto) GetOperandTypeInference

func (x *SqlAnyValueAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlAnyValueAggFunctionProto) GetRequiresGroupOrder

func (x *SqlAnyValueAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlAnyValueAggFunctionProto) GetRequiresOrder

func (x *SqlAnyValueAggFunctionProto) GetRequiresOrder() bool

func (*SqlAnyValueAggFunctionProto) GetRequiresOver

func (x *SqlAnyValueAggFunctionProto) GetRequiresOver() bool

func (*SqlAnyValueAggFunctionProto) GetReturnTypeInference

func (x *SqlAnyValueAggFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlAnyValueAggFunctionProto) GetRightPrec

func (x *SqlAnyValueAggFunctionProto) GetRightPrec() int32

func (*SqlAnyValueAggFunctionProto) GetSqlIdentifier

func (x *SqlAnyValueAggFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlAnyValueAggFunctionProto) ProtoMessage

func (*SqlAnyValueAggFunctionProto) ProtoMessage()

func (*SqlAnyValueAggFunctionProto) ProtoReflect

func (*SqlAnyValueAggFunctionProto) Reset

func (x *SqlAnyValueAggFunctionProto) Reset()

func (*SqlAnyValueAggFunctionProto) String

func (x *SqlAnyValueAggFunctionProto) String() string

type SqlArgumentAssignmentOperatorProto

type SqlArgumentAssignmentOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlArgumentAssignmentOperator

func (*SqlArgumentAssignmentOperatorProto) Descriptor deprecated

func (*SqlArgumentAssignmentOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlArgumentAssignmentOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlArgumentAssignmentOperatorProto) GetAllowedSignatures

func (x *SqlArgumentAssignmentOperatorProto) GetAllowedSignatures() string

func (*SqlArgumentAssignmentOperatorProto) GetKind

func (*SqlArgumentAssignmentOperatorProto) GetLeftPrec

func (x *SqlArgumentAssignmentOperatorProto) GetLeftPrec() int32

func (*SqlArgumentAssignmentOperatorProto) GetName

func (*SqlArgumentAssignmentOperatorProto) GetOperandTypeChecker

func (*SqlArgumentAssignmentOperatorProto) GetOperandTypeInference

func (*SqlArgumentAssignmentOperatorProto) GetReturnTypeInference

func (*SqlArgumentAssignmentOperatorProto) GetRightPrec

func (x *SqlArgumentAssignmentOperatorProto) GetRightPrec() int32

func (*SqlArgumentAssignmentOperatorProto) ProtoMessage

func (*SqlArgumentAssignmentOperatorProto) ProtoMessage()

func (*SqlArgumentAssignmentOperatorProto) ProtoReflect

func (*SqlArgumentAssignmentOperatorProto) Reset

func (*SqlArgumentAssignmentOperatorProto) String

type SqlArrayQueryConstructorProto

type SqlArrayQueryConstructorProto struct {
	TypeTransform        *SqlTypeTransformProto        `protobuf:"bytes,1,opt,name=typeTransform,proto3" json:"typeTransform,omitempty"`
	Name                 string                        `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,3,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,4,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,5,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,6,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,7,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,8,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,9,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlArrayQueryConstructor

func (*SqlArrayQueryConstructorProto) Descriptor deprecated

func (*SqlArrayQueryConstructorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlArrayQueryConstructorProto.ProtoReflect.Descriptor instead.

func (*SqlArrayQueryConstructorProto) GetAllowedSignatures

func (x *SqlArrayQueryConstructorProto) GetAllowedSignatures() string

func (*SqlArrayQueryConstructorProto) GetKind

func (*SqlArrayQueryConstructorProto) GetLeftPrec

func (x *SqlArrayQueryConstructorProto) GetLeftPrec() int32

func (*SqlArrayQueryConstructorProto) GetName

func (*SqlArrayQueryConstructorProto) GetOperandTypeChecker

func (x *SqlArrayQueryConstructorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlArrayQueryConstructorProto) GetOperandTypeInference

func (x *SqlArrayQueryConstructorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlArrayQueryConstructorProto) GetReturnTypeInference

func (x *SqlArrayQueryConstructorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlArrayQueryConstructorProto) GetRightPrec

func (x *SqlArrayQueryConstructorProto) GetRightPrec() int32

func (*SqlArrayQueryConstructorProto) GetTypeTransform

func (*SqlArrayQueryConstructorProto) ProtoMessage

func (*SqlArrayQueryConstructorProto) ProtoMessage()

func (*SqlArrayQueryConstructorProto) ProtoReflect

func (*SqlArrayQueryConstructorProto) Reset

func (x *SqlArrayQueryConstructorProto) Reset()

func (*SqlArrayQueryConstructorProto) String

type SqlArrayValueConstructorProto

type SqlArrayValueConstructorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlArrayValueConstructor

func (*SqlArrayValueConstructorProto) Descriptor deprecated

func (*SqlArrayValueConstructorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlArrayValueConstructorProto.ProtoReflect.Descriptor instead.

func (*SqlArrayValueConstructorProto) GetAllowedSignatures

func (x *SqlArrayValueConstructorProto) GetAllowedSignatures() string

func (*SqlArrayValueConstructorProto) GetKind

func (*SqlArrayValueConstructorProto) GetLeftPrec

func (x *SqlArrayValueConstructorProto) GetLeftPrec() int32

func (*SqlArrayValueConstructorProto) GetName

func (*SqlArrayValueConstructorProto) GetOperandTypeChecker

func (x *SqlArrayValueConstructorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlArrayValueConstructorProto) GetOperandTypeInference

func (x *SqlArrayValueConstructorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlArrayValueConstructorProto) GetReturnTypeInference

func (x *SqlArrayValueConstructorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlArrayValueConstructorProto) GetRightPrec

func (x *SqlArrayValueConstructorProto) GetRightPrec() int32

func (*SqlArrayValueConstructorProto) ProtoMessage

func (*SqlArrayValueConstructorProto) ProtoMessage()

func (*SqlArrayValueConstructorProto) ProtoReflect

func (*SqlArrayValueConstructorProto) Reset

func (x *SqlArrayValueConstructorProto) Reset()

func (*SqlArrayValueConstructorProto) String

type SqlAsOperatorProto

type SqlAsOperatorProto struct {

	// Types that are assignable to SqlAsOperatorProto:
	//
	//	*SqlAsOperatorProto_SqlArgumentAssignmentOperatorProto
	SqlAsOperatorProto   isSqlAsOperatorProto_SqlAsOperatorProto `protobuf_oneof:"sqlAsOperatorProto"`
	Name                 string                                  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                            `protobuf:"varint,3,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                                   `protobuf:"zigzag32,4,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                                   `protobuf:"zigzag32,5,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto            `protobuf:"bytes,6,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto           `protobuf:"bytes,7,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto             `protobuf:"bytes,8,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                                  `protobuf:"bytes,9,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlAsOperator

func (*SqlAsOperatorProto) Descriptor deprecated

func (*SqlAsOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlAsOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlAsOperatorProto) GetAllowedSignatures

func (x *SqlAsOperatorProto) GetAllowedSignatures() string

func (*SqlAsOperatorProto) GetKind

func (x *SqlAsOperatorProto) GetKind() SqlKindProto

func (*SqlAsOperatorProto) GetLeftPrec

func (x *SqlAsOperatorProto) GetLeftPrec() int32

func (*SqlAsOperatorProto) GetName

func (x *SqlAsOperatorProto) GetName() string

func (*SqlAsOperatorProto) GetOperandTypeChecker

func (x *SqlAsOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlAsOperatorProto) GetOperandTypeInference

func (x *SqlAsOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlAsOperatorProto) GetReturnTypeInference

func (x *SqlAsOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlAsOperatorProto) GetRightPrec

func (x *SqlAsOperatorProto) GetRightPrec() int32

func (*SqlAsOperatorProto) GetSqlArgumentAssignmentOperatorProto

func (x *SqlAsOperatorProto) GetSqlArgumentAssignmentOperatorProto() *SqlArgumentAssignmentOperatorProto

func (*SqlAsOperatorProto) GetSqlAsOperatorProto

func (m *SqlAsOperatorProto) GetSqlAsOperatorProto() isSqlAsOperatorProto_SqlAsOperatorProto

func (*SqlAsOperatorProto) ProtoMessage

func (*SqlAsOperatorProto) ProtoMessage()

func (*SqlAsOperatorProto) ProtoReflect

func (x *SqlAsOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlAsOperatorProto) Reset

func (x *SqlAsOperatorProto) Reset()

func (*SqlAsOperatorProto) String

func (x *SqlAsOperatorProto) String() string

type SqlAsOperatorProto_SqlArgumentAssignmentOperatorProto

type SqlAsOperatorProto_SqlArgumentAssignmentOperatorProto struct {
	SqlArgumentAssignmentOperatorProto *SqlArgumentAssignmentOperatorProto `protobuf:"bytes,1,opt,name=sqlArgumentAssignmentOperatorProto,proto3,oneof"`
}

type SqlAttributeDefinitionProto

type SqlAttributeDefinitionProto struct {
	Name            *SqlIdentifierProto   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	DataType        *SqlDataTypeSpecProto `protobuf:"bytes,2,opt,name=dataType,proto3" json:"dataType,omitempty"`
	Expression      *SqlNodeProto         `protobuf:"bytes,3,opt,name=expression,proto3" json:"expression,omitempty"`
	Collation       *SqlCollationProto    `protobuf:"bytes,4,opt,name=collation,proto3" json:"collation,omitempty"`
	Pos             *SqlParserPosProto    `protobuf:"bytes,5,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto     `protobuf:"bytes,6,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.ddl.SqlAttributeDefinition

func (*SqlAttributeDefinitionProto) Descriptor deprecated

func (*SqlAttributeDefinitionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlAttributeDefinitionProto.ProtoReflect.Descriptor instead.

func (*SqlAttributeDefinitionProto) GetCollation

func (*SqlAttributeDefinitionProto) GetDataType

func (*SqlAttributeDefinitionProto) GetExpression

func (x *SqlAttributeDefinitionProto) GetExpression() *SqlNodeProto

func (*SqlAttributeDefinitionProto) GetName

func (*SqlAttributeDefinitionProto) GetPos

func (*SqlAttributeDefinitionProto) GetTypeInformation

func (x *SqlAttributeDefinitionProto) GetTypeInformation() *RelDataTypeProto

func (*SqlAttributeDefinitionProto) ProtoMessage

func (*SqlAttributeDefinitionProto) ProtoMessage()

func (*SqlAttributeDefinitionProto) ProtoReflect

func (*SqlAttributeDefinitionProto) Reset

func (x *SqlAttributeDefinitionProto) Reset()

func (*SqlAttributeDefinitionProto) String

func (x *SqlAttributeDefinitionProto) String() string

type SqlAvgAggFunctionProto

type SqlAvgAggFunctionProto struct {
	RequiresOrder        bool                          `protobuf:"varint,1,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,2,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,3,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,4,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,5,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,7,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,8,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,9,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,10,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,11,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,12,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,13,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlAvgAggFunction

func (*SqlAvgAggFunctionProto) Descriptor deprecated

func (*SqlAvgAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlAvgAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlAvgAggFunctionProto) GetAllowedSignatures

func (x *SqlAvgAggFunctionProto) GetAllowedSignatures() string

func (*SqlAvgAggFunctionProto) GetCategory

func (*SqlAvgAggFunctionProto) GetKind

func (x *SqlAvgAggFunctionProto) GetKind() SqlKindProto

func (*SqlAvgAggFunctionProto) GetLeftPrec

func (x *SqlAvgAggFunctionProto) GetLeftPrec() int32

func (*SqlAvgAggFunctionProto) GetName

func (x *SqlAvgAggFunctionProto) GetName() string

func (*SqlAvgAggFunctionProto) GetOperandTypeChecker

func (x *SqlAvgAggFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlAvgAggFunctionProto) GetOperandTypeInference

func (x *SqlAvgAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlAvgAggFunctionProto) GetRequiresGroupOrder

func (x *SqlAvgAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlAvgAggFunctionProto) GetRequiresOrder

func (x *SqlAvgAggFunctionProto) GetRequiresOrder() bool

func (*SqlAvgAggFunctionProto) GetRequiresOver

func (x *SqlAvgAggFunctionProto) GetRequiresOver() bool

func (*SqlAvgAggFunctionProto) GetReturnTypeInference

func (x *SqlAvgAggFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlAvgAggFunctionProto) GetRightPrec

func (x *SqlAvgAggFunctionProto) GetRightPrec() int32

func (*SqlAvgAggFunctionProto) GetSqlIdentifier

func (x *SqlAvgAggFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlAvgAggFunctionProto) ProtoMessage

func (*SqlAvgAggFunctionProto) ProtoMessage()

func (*SqlAvgAggFunctionProto) ProtoReflect

func (x *SqlAvgAggFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlAvgAggFunctionProto) Reset

func (x *SqlAvgAggFunctionProto) Reset()

func (*SqlAvgAggFunctionProto) String

func (x *SqlAvgAggFunctionProto) String() string

type SqlBaseContextVariableProto

type SqlBaseContextVariableProto struct {

	// Types that are assignable to SqlBaseContextVariableProto:
	//
	//	*SqlBaseContextVariableProto_SqlStringContextVariableProto
	SqlBaseContextVariableProto isSqlBaseContextVariableProto_SqlBaseContextVariableProto `protobuf_oneof:"sqlBaseContextVariableProto"`
	Category                    SqlFunctionCategoryProto                                  `protobuf:"varint,2,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier               *SqlIdentifierProto                                       `protobuf:"bytes,3,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                        string                                                    `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Kind                        SqlKindProto                                              `protobuf:"varint,5,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec                    int32                                                     `protobuf:"zigzag32,6,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec                   int32                                                     `protobuf:"zigzag32,7,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference         *SqlReturnTypeInferenceProto                              `protobuf:"bytes,8,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference        *SqlOperandTypeInferenceProto                             `protobuf:"bytes,9,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker          *SqlOperandTypeCheckerProto                               `protobuf:"bytes,10,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures           string                                                    `protobuf:"bytes,11,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlBaseContextVariable

func (*SqlBaseContextVariableProto) Descriptor deprecated

func (*SqlBaseContextVariableProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlBaseContextVariableProto.ProtoReflect.Descriptor instead.

func (*SqlBaseContextVariableProto) GetAllowedSignatures

func (x *SqlBaseContextVariableProto) GetAllowedSignatures() string

func (*SqlBaseContextVariableProto) GetCategory

func (*SqlBaseContextVariableProto) GetKind

func (*SqlBaseContextVariableProto) GetLeftPrec

func (x *SqlBaseContextVariableProto) GetLeftPrec() int32

func (*SqlBaseContextVariableProto) GetName

func (x *SqlBaseContextVariableProto) GetName() string

func (*SqlBaseContextVariableProto) GetOperandTypeChecker

func (x *SqlBaseContextVariableProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlBaseContextVariableProto) GetOperandTypeInference

func (x *SqlBaseContextVariableProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlBaseContextVariableProto) GetReturnTypeInference

func (x *SqlBaseContextVariableProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlBaseContextVariableProto) GetRightPrec

func (x *SqlBaseContextVariableProto) GetRightPrec() int32

func (*SqlBaseContextVariableProto) GetSqlBaseContextVariableProto

func (m *SqlBaseContextVariableProto) GetSqlBaseContextVariableProto() isSqlBaseContextVariableProto_SqlBaseContextVariableProto

func (*SqlBaseContextVariableProto) GetSqlIdentifier

func (x *SqlBaseContextVariableProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlBaseContextVariableProto) GetSqlStringContextVariableProto

func (x *SqlBaseContextVariableProto) GetSqlStringContextVariableProto() *SqlStringContextVariableProto

func (*SqlBaseContextVariableProto) ProtoMessage

func (*SqlBaseContextVariableProto) ProtoMessage()

func (*SqlBaseContextVariableProto) ProtoReflect

func (*SqlBaseContextVariableProto) Reset

func (x *SqlBaseContextVariableProto) Reset()

func (*SqlBaseContextVariableProto) String

func (x *SqlBaseContextVariableProto) String() string

type SqlBaseContextVariableProto_SqlStringContextVariableProto

type SqlBaseContextVariableProto_SqlStringContextVariableProto struct {
	SqlStringContextVariableProto *SqlStringContextVariableProto `protobuf:"bytes,1,opt,name=sqlStringContextVariableProto,proto3,oneof"`
}

type SqlBasicAggFunctionProto

type SqlBasicAggFunctionProto struct {
	DistinctOptionality  OptionalityProto              `` /* 126-byte string literal not displayed */
	Syntax               SqlSyntaxProto                `protobuf:"varint,2,opt,name=syntax,proto3,enum=rill.sql.v1.SqlSyntaxProto" json:"syntax,omitempty"`
	AllowsNullTreatment  bool                          `protobuf:"varint,3,opt,name=allowsNullTreatment,proto3" json:"allowsNullTreatment,omitempty"`
	AllowsSeparator      bool                          `protobuf:"varint,4,opt,name=allowsSeparator,proto3" json:"allowsSeparator,omitempty"`
	Percentile           bool                          `protobuf:"varint,5,opt,name=percentile,proto3" json:"percentile,omitempty"`
	RequiresOrder        bool                          `protobuf:"varint,6,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,7,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,8,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,9,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,10,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,11,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,12,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,13,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,14,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,15,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,16,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,17,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,18,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlBasicAggFunction

func (*SqlBasicAggFunctionProto) Descriptor deprecated

func (*SqlBasicAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlBasicAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlBasicAggFunctionProto) GetAllowedSignatures

func (x *SqlBasicAggFunctionProto) GetAllowedSignatures() string

func (*SqlBasicAggFunctionProto) GetAllowsNullTreatment

func (x *SqlBasicAggFunctionProto) GetAllowsNullTreatment() bool

func (*SqlBasicAggFunctionProto) GetAllowsSeparator

func (x *SqlBasicAggFunctionProto) GetAllowsSeparator() bool

func (*SqlBasicAggFunctionProto) GetCategory

func (*SqlBasicAggFunctionProto) GetDistinctOptionality

func (x *SqlBasicAggFunctionProto) GetDistinctOptionality() OptionalityProto

func (*SqlBasicAggFunctionProto) GetKind

func (*SqlBasicAggFunctionProto) GetLeftPrec

func (x *SqlBasicAggFunctionProto) GetLeftPrec() int32

func (*SqlBasicAggFunctionProto) GetName

func (x *SqlBasicAggFunctionProto) GetName() string

func (*SqlBasicAggFunctionProto) GetOperandTypeChecker

func (x *SqlBasicAggFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlBasicAggFunctionProto) GetOperandTypeInference

func (x *SqlBasicAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlBasicAggFunctionProto) GetPercentile

func (x *SqlBasicAggFunctionProto) GetPercentile() bool

func (*SqlBasicAggFunctionProto) GetRequiresGroupOrder

func (x *SqlBasicAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlBasicAggFunctionProto) GetRequiresOrder

func (x *SqlBasicAggFunctionProto) GetRequiresOrder() bool

func (*SqlBasicAggFunctionProto) GetRequiresOver

func (x *SqlBasicAggFunctionProto) GetRequiresOver() bool

func (*SqlBasicAggFunctionProto) GetReturnTypeInference

func (x *SqlBasicAggFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlBasicAggFunctionProto) GetRightPrec

func (x *SqlBasicAggFunctionProto) GetRightPrec() int32

func (*SqlBasicAggFunctionProto) GetSqlIdentifier

func (x *SqlBasicAggFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlBasicAggFunctionProto) GetSyntax

func (*SqlBasicAggFunctionProto) ProtoMessage

func (*SqlBasicAggFunctionProto) ProtoMessage()

func (*SqlBasicAggFunctionProto) ProtoReflect

func (x *SqlBasicAggFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlBasicAggFunctionProto) Reset

func (x *SqlBasicAggFunctionProto) Reset()

func (*SqlBasicAggFunctionProto) String

func (x *SqlBasicAggFunctionProto) String() string

type SqlBasicCallProto

type SqlBasicCallProto struct {
	Operator           *SqlOperatorProto  `protobuf:"bytes,1,opt,name=operator,proto3" json:"operator,omitempty"`
	OperandList        []*SqlNodeProto    `protobuf:"bytes,2,rep,name=operandList,proto3" json:"operandList,omitempty"`
	FunctionQuantifier *SqlLiteralProto   `protobuf:"bytes,3,opt,name=functionQuantifier,proto3" json:"functionQuantifier,omitempty"`
	Pos                *SqlParserPosProto `protobuf:"bytes,4,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation    *RelDataTypeProto  `protobuf:"bytes,5,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlBasicCall

func (*SqlBasicCallProto) Descriptor deprecated

func (*SqlBasicCallProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlBasicCallProto.ProtoReflect.Descriptor instead.

func (*SqlBasicCallProto) GetFunctionQuantifier

func (x *SqlBasicCallProto) GetFunctionQuantifier() *SqlLiteralProto

func (*SqlBasicCallProto) GetOperandList

func (x *SqlBasicCallProto) GetOperandList() []*SqlNodeProto

func (*SqlBasicCallProto) GetOperator

func (x *SqlBasicCallProto) GetOperator() *SqlOperatorProto

func (*SqlBasicCallProto) GetPos

func (x *SqlBasicCallProto) GetPos() *SqlParserPosProto

func (*SqlBasicCallProto) GetTypeInformation

func (x *SqlBasicCallProto) GetTypeInformation() *RelDataTypeProto

func (*SqlBasicCallProto) ProtoMessage

func (*SqlBasicCallProto) ProtoMessage()

func (*SqlBasicCallProto) ProtoReflect

func (x *SqlBasicCallProto) ProtoReflect() protoreflect.Message

func (*SqlBasicCallProto) Reset

func (x *SqlBasicCallProto) Reset()

func (*SqlBasicCallProto) String

func (x *SqlBasicCallProto) String() string

type SqlBasicTypeNameSpecProto

type SqlBasicTypeNameSpecProto struct {

	// Types that are assignable to SqlBasicTypeNameSpecProto:
	//
	//	*SqlBasicTypeNameSpecProto_SqlAlienSystemTypeNameSpecProto
	SqlBasicTypeNameSpecProto isSqlBasicTypeNameSpecProto_SqlBasicTypeNameSpecProto `protobuf_oneof:"sqlBasicTypeNameSpecProto"`
	SqlTypeName               SqlTypeNameProto                                      `protobuf:"varint,2,opt,name=sqlTypeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"sqlTypeName,omitempty"`
	Precision                 int32                                                 `protobuf:"zigzag32,3,opt,name=precision,proto3" json:"precision,omitempty"`
	Scale                     int32                                                 `protobuf:"zigzag32,4,opt,name=scale,proto3" json:"scale,omitempty"`
	CharSetName               string                                                `protobuf:"bytes,5,opt,name=charSetName,proto3" json:"charSetName,omitempty"`
	TypeName                  *SqlIdentifierProto                                   `protobuf:"bytes,6,opt,name=typeName,proto3" json:"typeName,omitempty"`
	Pos                       *SqlParserPosProto                                    `protobuf:"bytes,7,opt,name=pos,proto3" json:"pos,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlBasicTypeNameSpec

func (*SqlBasicTypeNameSpecProto) Descriptor deprecated

func (*SqlBasicTypeNameSpecProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlBasicTypeNameSpecProto.ProtoReflect.Descriptor instead.

func (*SqlBasicTypeNameSpecProto) GetCharSetName

func (x *SqlBasicTypeNameSpecProto) GetCharSetName() string

func (*SqlBasicTypeNameSpecProto) GetPos

func (*SqlBasicTypeNameSpecProto) GetPrecision

func (x *SqlBasicTypeNameSpecProto) GetPrecision() int32

func (*SqlBasicTypeNameSpecProto) GetScale

func (x *SqlBasicTypeNameSpecProto) GetScale() int32

func (*SqlBasicTypeNameSpecProto) GetSqlAlienSystemTypeNameSpecProto

func (x *SqlBasicTypeNameSpecProto) GetSqlAlienSystemTypeNameSpecProto() *SqlAlienSystemTypeNameSpecProto

func (*SqlBasicTypeNameSpecProto) GetSqlBasicTypeNameSpecProto

func (m *SqlBasicTypeNameSpecProto) GetSqlBasicTypeNameSpecProto() isSqlBasicTypeNameSpecProto_SqlBasicTypeNameSpecProto

func (*SqlBasicTypeNameSpecProto) GetSqlTypeName

func (x *SqlBasicTypeNameSpecProto) GetSqlTypeName() SqlTypeNameProto

func (*SqlBasicTypeNameSpecProto) GetTypeName

func (*SqlBasicTypeNameSpecProto) ProtoMessage

func (*SqlBasicTypeNameSpecProto) ProtoMessage()

func (*SqlBasicTypeNameSpecProto) ProtoReflect

func (*SqlBasicTypeNameSpecProto) Reset

func (x *SqlBasicTypeNameSpecProto) Reset()

func (*SqlBasicTypeNameSpecProto) String

func (x *SqlBasicTypeNameSpecProto) String() string

type SqlBasicTypeNameSpecProto_SqlAlienSystemTypeNameSpecProto

type SqlBasicTypeNameSpecProto_SqlAlienSystemTypeNameSpecProto struct {
	SqlAlienSystemTypeNameSpecProto *SqlAlienSystemTypeNameSpecProto `protobuf:"bytes,1,opt,name=sqlAlienSystemTypeNameSpecProto,proto3,oneof"`
}

type SqlBetweenOperatorProto

type SqlBetweenOperatorProto struct {
	Flag                 FlagProto                     `protobuf:"varint,1,opt,name=flag,proto3,enum=rill.sql.v1.FlagProto" json:"flag,omitempty"`
	Negated              bool                          `protobuf:"varint,2,opt,name=negated,proto3" json:"negated,omitempty"`
	Names                []string                      `protobuf:"bytes,3,rep,name=names,proto3" json:"names,omitempty"`
	Name                 string                        `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,5,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,6,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,7,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,8,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,9,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,10,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,11,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlBetweenOperator

func (*SqlBetweenOperatorProto) Descriptor deprecated

func (*SqlBetweenOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlBetweenOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlBetweenOperatorProto) GetAllowedSignatures

func (x *SqlBetweenOperatorProto) GetAllowedSignatures() string

func (*SqlBetweenOperatorProto) GetFlag

func (x *SqlBetweenOperatorProto) GetFlag() FlagProto

func (*SqlBetweenOperatorProto) GetKind

func (*SqlBetweenOperatorProto) GetLeftPrec

func (x *SqlBetweenOperatorProto) GetLeftPrec() int32

func (*SqlBetweenOperatorProto) GetName

func (x *SqlBetweenOperatorProto) GetName() string

func (*SqlBetweenOperatorProto) GetNames

func (x *SqlBetweenOperatorProto) GetNames() []string

func (*SqlBetweenOperatorProto) GetNegated

func (x *SqlBetweenOperatorProto) GetNegated() bool

func (*SqlBetweenOperatorProto) GetOperandTypeChecker

func (x *SqlBetweenOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlBetweenOperatorProto) GetOperandTypeInference

func (x *SqlBetweenOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlBetweenOperatorProto) GetReturnTypeInference

func (x *SqlBetweenOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlBetweenOperatorProto) GetRightPrec

func (x *SqlBetweenOperatorProto) GetRightPrec() int32

func (*SqlBetweenOperatorProto) ProtoMessage

func (*SqlBetweenOperatorProto) ProtoMessage()

func (*SqlBetweenOperatorProto) ProtoReflect

func (x *SqlBetweenOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlBetweenOperatorProto) Reset

func (x *SqlBetweenOperatorProto) Reset()

func (*SqlBetweenOperatorProto) String

func (x *SqlBetweenOperatorProto) String() string

type SqlBinaryOperatorProto

type SqlBinaryOperatorProto struct {

	// Types that are assignable to SqlBinaryOperatorProto:
	//
	//	*SqlBinaryOperatorProto_SqlSetOperatorProto
	//	*SqlBinaryOperatorProto_SqlOverlapsOperatorProto
	//	*SqlBinaryOperatorProto_SqlCastOperatorProto
	//	*SqlBinaryOperatorProto_SqlMonotonicBinaryOperatorProto
	//	*SqlBinaryOperatorProto_SqlMultisetMemberOfOperatorProto
	//	*SqlBinaryOperatorProto_SqlMultisetSetOperatorProto
	//	*SqlBinaryOperatorProto_SqlWithinGroupOperatorProto
	//	*SqlBinaryOperatorProto_SqlFilterOperatorProto
	//	*SqlBinaryOperatorProto_SqlOverOperatorProto
	//	*SqlBinaryOperatorProto_SqlInOperatorProto
	//	*SqlBinaryOperatorProto_SqlPosixRegexOperatorProto
	//	*SqlBinaryOperatorProto_SqlWithinDistinctOperatorProto
	//	*SqlBinaryOperatorProto_SqlQuantifyOperatorProto
	SqlBinaryOperatorProto isSqlBinaryOperatorProto_SqlBinaryOperatorProto `protobuf_oneof:"sqlBinaryOperatorProto"`
	Name                   string                                          `protobuf:"bytes,14,opt,name=name,proto3" json:"name,omitempty"`
	Kind                   SqlKindProto                                    `protobuf:"varint,15,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec               int32                                           `protobuf:"zigzag32,16,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec              int32                                           `protobuf:"zigzag32,17,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference    *SqlReturnTypeInferenceProto                    `protobuf:"bytes,18,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference   *SqlOperandTypeInferenceProto                   `protobuf:"bytes,19,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker     *SqlOperandTypeCheckerProto                     `protobuf:"bytes,20,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures      string                                          `protobuf:"bytes,21,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlBinaryOperator

func (*SqlBinaryOperatorProto) Descriptor deprecated

func (*SqlBinaryOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlBinaryOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlBinaryOperatorProto) GetAllowedSignatures

func (x *SqlBinaryOperatorProto) GetAllowedSignatures() string

func (*SqlBinaryOperatorProto) GetKind

func (x *SqlBinaryOperatorProto) GetKind() SqlKindProto

func (*SqlBinaryOperatorProto) GetLeftPrec

func (x *SqlBinaryOperatorProto) GetLeftPrec() int32

func (*SqlBinaryOperatorProto) GetName

func (x *SqlBinaryOperatorProto) GetName() string

func (*SqlBinaryOperatorProto) GetOperandTypeChecker

func (x *SqlBinaryOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlBinaryOperatorProto) GetOperandTypeInference

func (x *SqlBinaryOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlBinaryOperatorProto) GetReturnTypeInference

func (x *SqlBinaryOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlBinaryOperatorProto) GetRightPrec

func (x *SqlBinaryOperatorProto) GetRightPrec() int32

func (*SqlBinaryOperatorProto) GetSqlBinaryOperatorProto

func (m *SqlBinaryOperatorProto) GetSqlBinaryOperatorProto() isSqlBinaryOperatorProto_SqlBinaryOperatorProto

func (*SqlBinaryOperatorProto) GetSqlCastOperatorProto

func (x *SqlBinaryOperatorProto) GetSqlCastOperatorProto() *SqlCastOperatorProto

func (*SqlBinaryOperatorProto) GetSqlFilterOperatorProto

func (x *SqlBinaryOperatorProto) GetSqlFilterOperatorProto() *SqlFilterOperatorProto

func (*SqlBinaryOperatorProto) GetSqlInOperatorProto

func (x *SqlBinaryOperatorProto) GetSqlInOperatorProto() *SqlInOperatorProto

func (*SqlBinaryOperatorProto) GetSqlMonotonicBinaryOperatorProto

func (x *SqlBinaryOperatorProto) GetSqlMonotonicBinaryOperatorProto() *SqlMonotonicBinaryOperatorProto

func (*SqlBinaryOperatorProto) GetSqlMultisetMemberOfOperatorProto

func (x *SqlBinaryOperatorProto) GetSqlMultisetMemberOfOperatorProto() *SqlMultisetMemberOfOperatorProto

func (*SqlBinaryOperatorProto) GetSqlMultisetSetOperatorProto

func (x *SqlBinaryOperatorProto) GetSqlMultisetSetOperatorProto() *SqlMultisetSetOperatorProto

func (*SqlBinaryOperatorProto) GetSqlOverOperatorProto

func (x *SqlBinaryOperatorProto) GetSqlOverOperatorProto() *SqlOverOperatorProto

func (*SqlBinaryOperatorProto) GetSqlOverlapsOperatorProto

func (x *SqlBinaryOperatorProto) GetSqlOverlapsOperatorProto() *SqlOverlapsOperatorProto

func (*SqlBinaryOperatorProto) GetSqlPosixRegexOperatorProto

func (x *SqlBinaryOperatorProto) GetSqlPosixRegexOperatorProto() *SqlPosixRegexOperatorProto

func (*SqlBinaryOperatorProto) GetSqlQuantifyOperatorProto

func (x *SqlBinaryOperatorProto) GetSqlQuantifyOperatorProto() *SqlQuantifyOperatorProto

func (*SqlBinaryOperatorProto) GetSqlSetOperatorProto

func (x *SqlBinaryOperatorProto) GetSqlSetOperatorProto() *SqlSetOperatorProto

func (*SqlBinaryOperatorProto) GetSqlWithinDistinctOperatorProto

func (x *SqlBinaryOperatorProto) GetSqlWithinDistinctOperatorProto() *SqlWithinDistinctOperatorProto

func (*SqlBinaryOperatorProto) GetSqlWithinGroupOperatorProto

func (x *SqlBinaryOperatorProto) GetSqlWithinGroupOperatorProto() *SqlWithinGroupOperatorProto

func (*SqlBinaryOperatorProto) ProtoMessage

func (*SqlBinaryOperatorProto) ProtoMessage()

func (*SqlBinaryOperatorProto) ProtoReflect

func (x *SqlBinaryOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlBinaryOperatorProto) Reset

func (x *SqlBinaryOperatorProto) Reset()

func (*SqlBinaryOperatorProto) String

func (x *SqlBinaryOperatorProto) String() string

type SqlBinaryOperatorProto_SqlCastOperatorProto

type SqlBinaryOperatorProto_SqlCastOperatorProto struct {
	SqlCastOperatorProto *SqlCastOperatorProto `protobuf:"bytes,3,opt,name=sqlCastOperatorProto,proto3,oneof"`
}

type SqlBinaryOperatorProto_SqlFilterOperatorProto

type SqlBinaryOperatorProto_SqlFilterOperatorProto struct {
	SqlFilterOperatorProto *SqlFilterOperatorProto `protobuf:"bytes,8,opt,name=sqlFilterOperatorProto,proto3,oneof"`
}

type SqlBinaryOperatorProto_SqlInOperatorProto

type SqlBinaryOperatorProto_SqlInOperatorProto struct {
	SqlInOperatorProto *SqlInOperatorProto `protobuf:"bytes,10,opt,name=sqlInOperatorProto,proto3,oneof"`
}

type SqlBinaryOperatorProto_SqlMonotonicBinaryOperatorProto

type SqlBinaryOperatorProto_SqlMonotonicBinaryOperatorProto struct {
	SqlMonotonicBinaryOperatorProto *SqlMonotonicBinaryOperatorProto `protobuf:"bytes,4,opt,name=sqlMonotonicBinaryOperatorProto,proto3,oneof"`
}

type SqlBinaryOperatorProto_SqlMultisetMemberOfOperatorProto

type SqlBinaryOperatorProto_SqlMultisetMemberOfOperatorProto struct {
	SqlMultisetMemberOfOperatorProto *SqlMultisetMemberOfOperatorProto `protobuf:"bytes,5,opt,name=sqlMultisetMemberOfOperatorProto,proto3,oneof"`
}

type SqlBinaryOperatorProto_SqlMultisetSetOperatorProto

type SqlBinaryOperatorProto_SqlMultisetSetOperatorProto struct {
	SqlMultisetSetOperatorProto *SqlMultisetSetOperatorProto `protobuf:"bytes,6,opt,name=sqlMultisetSetOperatorProto,proto3,oneof"`
}

type SqlBinaryOperatorProto_SqlOverOperatorProto

type SqlBinaryOperatorProto_SqlOverOperatorProto struct {
	SqlOverOperatorProto *SqlOverOperatorProto `protobuf:"bytes,9,opt,name=sqlOverOperatorProto,proto3,oneof"`
}

type SqlBinaryOperatorProto_SqlOverlapsOperatorProto

type SqlBinaryOperatorProto_SqlOverlapsOperatorProto struct {
	SqlOverlapsOperatorProto *SqlOverlapsOperatorProto `protobuf:"bytes,2,opt,name=sqlOverlapsOperatorProto,proto3,oneof"`
}

type SqlBinaryOperatorProto_SqlPosixRegexOperatorProto

type SqlBinaryOperatorProto_SqlPosixRegexOperatorProto struct {
	SqlPosixRegexOperatorProto *SqlPosixRegexOperatorProto `protobuf:"bytes,11,opt,name=sqlPosixRegexOperatorProto,proto3,oneof"`
}

type SqlBinaryOperatorProto_SqlQuantifyOperatorProto

type SqlBinaryOperatorProto_SqlQuantifyOperatorProto struct {
	SqlQuantifyOperatorProto *SqlQuantifyOperatorProto `protobuf:"bytes,13,opt,name=sqlQuantifyOperatorProto,proto3,oneof"`
}

type SqlBinaryOperatorProto_SqlSetOperatorProto

type SqlBinaryOperatorProto_SqlSetOperatorProto struct {
	SqlSetOperatorProto *SqlSetOperatorProto `protobuf:"bytes,1,opt,name=sqlSetOperatorProto,proto3,oneof"`
}

type SqlBinaryOperatorProto_SqlWithinDistinctOperatorProto

type SqlBinaryOperatorProto_SqlWithinDistinctOperatorProto struct {
	SqlWithinDistinctOperatorProto *SqlWithinDistinctOperatorProto `protobuf:"bytes,12,opt,name=sqlWithinDistinctOperatorProto,proto3,oneof"`
}

type SqlBinaryOperatorProto_SqlWithinGroupOperatorProto

type SqlBinaryOperatorProto_SqlWithinGroupOperatorProto struct {
	SqlWithinGroupOperatorProto *SqlWithinGroupOperatorProto `protobuf:"bytes,7,opt,name=sqlWithinGroupOperatorProto,proto3,oneof"`
}

type SqlBinaryStringLiteralProto

type SqlBinaryStringLiteralProto struct {
	TypeName        SqlTypeNameProto   `protobuf:"varint,1,opt,name=typeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeName,omitempty"`
	Value           string             `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,3,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,4,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlBinaryStringLiteral

func (*SqlBinaryStringLiteralProto) Descriptor deprecated

func (*SqlBinaryStringLiteralProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlBinaryStringLiteralProto.ProtoReflect.Descriptor instead.

func (*SqlBinaryStringLiteralProto) GetPos

func (*SqlBinaryStringLiteralProto) GetTypeInformation

func (x *SqlBinaryStringLiteralProto) GetTypeInformation() *RelDataTypeProto

func (*SqlBinaryStringLiteralProto) GetTypeName

func (*SqlBinaryStringLiteralProto) GetValue

func (x *SqlBinaryStringLiteralProto) GetValue() string

func (*SqlBinaryStringLiteralProto) ProtoMessage

func (*SqlBinaryStringLiteralProto) ProtoMessage()

func (*SqlBinaryStringLiteralProto) ProtoReflect

func (*SqlBinaryStringLiteralProto) Reset

func (x *SqlBinaryStringLiteralProto) Reset()

func (*SqlBinaryStringLiteralProto) String

func (x *SqlBinaryStringLiteralProto) String() string

type SqlBitOpAggFunctionProto

type SqlBitOpAggFunctionProto struct {
	RequiresOrder        bool                          `protobuf:"varint,1,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,2,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,3,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,4,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,5,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,7,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,8,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,9,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,10,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,11,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,12,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,13,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlBitOpAggFunction

func (*SqlBitOpAggFunctionProto) Descriptor deprecated

func (*SqlBitOpAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlBitOpAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlBitOpAggFunctionProto) GetAllowedSignatures

func (x *SqlBitOpAggFunctionProto) GetAllowedSignatures() string

func (*SqlBitOpAggFunctionProto) GetCategory

func (*SqlBitOpAggFunctionProto) GetKind

func (*SqlBitOpAggFunctionProto) GetLeftPrec

func (x *SqlBitOpAggFunctionProto) GetLeftPrec() int32

func (*SqlBitOpAggFunctionProto) GetName

func (x *SqlBitOpAggFunctionProto) GetName() string

func (*SqlBitOpAggFunctionProto) GetOperandTypeChecker

func (x *SqlBitOpAggFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlBitOpAggFunctionProto) GetOperandTypeInference

func (x *SqlBitOpAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlBitOpAggFunctionProto) GetRequiresGroupOrder

func (x *SqlBitOpAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlBitOpAggFunctionProto) GetRequiresOrder

func (x *SqlBitOpAggFunctionProto) GetRequiresOrder() bool

func (*SqlBitOpAggFunctionProto) GetRequiresOver

func (x *SqlBitOpAggFunctionProto) GetRequiresOver() bool

func (*SqlBitOpAggFunctionProto) GetReturnTypeInference

func (x *SqlBitOpAggFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlBitOpAggFunctionProto) GetRightPrec

func (x *SqlBitOpAggFunctionProto) GetRightPrec() int32

func (*SqlBitOpAggFunctionProto) GetSqlIdentifier

func (x *SqlBitOpAggFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlBitOpAggFunctionProto) ProtoMessage

func (*SqlBitOpAggFunctionProto) ProtoMessage()

func (*SqlBitOpAggFunctionProto) ProtoReflect

func (x *SqlBitOpAggFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlBitOpAggFunctionProto) Reset

func (x *SqlBitOpAggFunctionProto) Reset()

func (*SqlBitOpAggFunctionProto) String

func (x *SqlBitOpAggFunctionProto) String() string

type SqlCallProto

type SqlCallProto struct {

	// Types that are assignable to SqlCallProto:
	//
	//	*SqlCallProto_SqlUpdateProto
	//	*SqlCallProto_SqlInsertProto
	//	*SqlCallProto_SqlCaseProto
	//	*SqlCallProto_SqlDeleteProto
	//	*SqlCallProto_SqlCheckConstraintProto
	//	*SqlCallProto_SqlPivotProto
	//	*SqlCallProto_SqlTableRefProto
	//	*SqlCallProto_SqlKeyConstraintProto
	//	*SqlCallProto_SqlWithProto
	//	*SqlCallProto_SqlSnapshotProto
	//	*SqlCallProto_SqlOrderByProto
	//	*SqlCallProto_SqlWindowProto
	//	*SqlCallProto_SqlSelectProto
	//	*SqlCallProto_SqlAttributeDefinitionProto
	//	*SqlCallProto_SqlExplainProto
	//	*SqlCallProto_SqlWithItemProto
	//	*SqlCallProto_SqlUnpivotProto
	//	*SqlCallProto_SqlMergeProto
	//	*SqlCallProto_SqlHintProto
	//	*SqlCallProto_SqlBasicCallProto
	//	*SqlCallProto_SqlMatchRecognizeProto
	//	*SqlCallProto_SqlAlterProto
	//	*SqlCallProto_SqlDdlProto
	//	*SqlCallProto_SqlDescribeSchemaProto
	//	*SqlCallProto_SqlJoinProto
	//	*SqlCallProto_SqlDescribeTableProto
	//	*SqlCallProto_SqlColumnDeclarationProto
	//	*SqlCallProto_SqlSetOptionProto
	//	*SqlCallProto_SqlDropProto
	//	*SqlCallProto_SqlCreateProto
	//	*SqlCallProto_SqlDropSchemaProto
	//	*SqlCallProto_SqlDropObjectProto
	//	*SqlCallProto_SqlCreateTypeProto
	//	*SqlCallProto_SqlCreateTableProto
	//	*SqlCallProto_SqlCreateViewProto
	//	*SqlCallProto_SqlCreateFunctionProto
	//	*SqlCallProto_SqlCreateForeignSchemaProto
	//	*SqlCallProto_SqlCreateSchemaProto
	//	*SqlCallProto_SqlCreateMaterializedViewProto
	//	*SqlCallProto_SqlDropTableProto
	//	*SqlCallProto_SqlDropMaterializedViewProto
	//	*SqlCallProto_SqlDropViewProto
	//	*SqlCallProto_SqlDropFunctionProto
	//	*SqlCallProto_SqlDropTypeProto
	SqlCallProto    isSqlCallProto_SqlCallProto `protobuf_oneof:"sqlCallProto"`
	Pos             *SqlParserPosProto          `protobuf:"bytes,45,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto           `protobuf:"bytes,46,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlCall

func (*SqlCallProto) Descriptor deprecated

func (*SqlCallProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCallProto.ProtoReflect.Descriptor instead.

func (*SqlCallProto) GetPos

func (x *SqlCallProto) GetPos() *SqlParserPosProto

func (*SqlCallProto) GetSqlAlterProto

func (x *SqlCallProto) GetSqlAlterProto() *SqlAlterProto

func (*SqlCallProto) GetSqlAttributeDefinitionProto

func (x *SqlCallProto) GetSqlAttributeDefinitionProto() *SqlAttributeDefinitionProto

func (*SqlCallProto) GetSqlBasicCallProto

func (x *SqlCallProto) GetSqlBasicCallProto() *SqlBasicCallProto

func (*SqlCallProto) GetSqlCallProto

func (m *SqlCallProto) GetSqlCallProto() isSqlCallProto_SqlCallProto

func (*SqlCallProto) GetSqlCaseProto

func (x *SqlCallProto) GetSqlCaseProto() *SqlCaseProto

func (*SqlCallProto) GetSqlCheckConstraintProto

func (x *SqlCallProto) GetSqlCheckConstraintProto() *SqlCheckConstraintProto

func (*SqlCallProto) GetSqlColumnDeclarationProto

func (x *SqlCallProto) GetSqlColumnDeclarationProto() *SqlColumnDeclarationProto

func (*SqlCallProto) GetSqlCreateForeignSchemaProto

func (x *SqlCallProto) GetSqlCreateForeignSchemaProto() *SqlCreateForeignSchemaProto

func (*SqlCallProto) GetSqlCreateFunctionProto

func (x *SqlCallProto) GetSqlCreateFunctionProto() *SqlCreateFunctionProto

func (*SqlCallProto) GetSqlCreateMaterializedViewProto

func (x *SqlCallProto) GetSqlCreateMaterializedViewProto() *SqlCreateMaterializedViewProto

func (*SqlCallProto) GetSqlCreateProto

func (x *SqlCallProto) GetSqlCreateProto() *SqlCreateProto

func (*SqlCallProto) GetSqlCreateSchemaProto

func (x *SqlCallProto) GetSqlCreateSchemaProto() *SqlCreateSchemaProto

func (*SqlCallProto) GetSqlCreateTableProto

func (x *SqlCallProto) GetSqlCreateTableProto() *SqlCreateTableProto

func (*SqlCallProto) GetSqlCreateTypeProto

func (x *SqlCallProto) GetSqlCreateTypeProto() *SqlCreateTypeProto

func (*SqlCallProto) GetSqlCreateViewProto

func (x *SqlCallProto) GetSqlCreateViewProto() *SqlCreateViewProto

func (*SqlCallProto) GetSqlDdlProto

func (x *SqlCallProto) GetSqlDdlProto() *SqlDdlProto

func (*SqlCallProto) GetSqlDeleteProto

func (x *SqlCallProto) GetSqlDeleteProto() *SqlDeleteProto

func (*SqlCallProto) GetSqlDescribeSchemaProto

func (x *SqlCallProto) GetSqlDescribeSchemaProto() *SqlDescribeSchemaProto

func (*SqlCallProto) GetSqlDescribeTableProto

func (x *SqlCallProto) GetSqlDescribeTableProto() *SqlDescribeTableProto

func (*SqlCallProto) GetSqlDropFunctionProto

func (x *SqlCallProto) GetSqlDropFunctionProto() *SqlDropFunctionProto

func (*SqlCallProto) GetSqlDropMaterializedViewProto

func (x *SqlCallProto) GetSqlDropMaterializedViewProto() *SqlDropMaterializedViewProto

func (*SqlCallProto) GetSqlDropObjectProto

func (x *SqlCallProto) GetSqlDropObjectProto() *SqlDropObjectProto

func (*SqlCallProto) GetSqlDropProto

func (x *SqlCallProto) GetSqlDropProto() *SqlDropProto

func (*SqlCallProto) GetSqlDropSchemaProto

func (x *SqlCallProto) GetSqlDropSchemaProto() *SqlDropSchemaProto

func (*SqlCallProto) GetSqlDropTableProto

func (x *SqlCallProto) GetSqlDropTableProto() *SqlDropTableProto

func (*SqlCallProto) GetSqlDropTypeProto

func (x *SqlCallProto) GetSqlDropTypeProto() *SqlDropTypeProto

func (*SqlCallProto) GetSqlDropViewProto

func (x *SqlCallProto) GetSqlDropViewProto() *SqlDropViewProto

func (*SqlCallProto) GetSqlExplainProto

func (x *SqlCallProto) GetSqlExplainProto() *SqlExplainProto

func (*SqlCallProto) GetSqlHintProto

func (x *SqlCallProto) GetSqlHintProto() *SqlHintProto

func (*SqlCallProto) GetSqlInsertProto

func (x *SqlCallProto) GetSqlInsertProto() *SqlInsertProto

func (*SqlCallProto) GetSqlJoinProto

func (x *SqlCallProto) GetSqlJoinProto() *SqlJoinProto

func (*SqlCallProto) GetSqlKeyConstraintProto

func (x *SqlCallProto) GetSqlKeyConstraintProto() *SqlKeyConstraintProto

func (*SqlCallProto) GetSqlMatchRecognizeProto

func (x *SqlCallProto) GetSqlMatchRecognizeProto() *SqlMatchRecognizeProto

func (*SqlCallProto) GetSqlMergeProto

func (x *SqlCallProto) GetSqlMergeProto() *SqlMergeProto

func (*SqlCallProto) GetSqlOrderByProto

func (x *SqlCallProto) GetSqlOrderByProto() *SqlOrderByProto

func (*SqlCallProto) GetSqlPivotProto

func (x *SqlCallProto) GetSqlPivotProto() *SqlPivotProto

func (*SqlCallProto) GetSqlSelectProto

func (x *SqlCallProto) GetSqlSelectProto() *SqlSelectProto

func (*SqlCallProto) GetSqlSetOptionProto

func (x *SqlCallProto) GetSqlSetOptionProto() *SqlSetOptionProto

func (*SqlCallProto) GetSqlSnapshotProto

func (x *SqlCallProto) GetSqlSnapshotProto() *SqlSnapshotProto

func (*SqlCallProto) GetSqlTableRefProto

func (x *SqlCallProto) GetSqlTableRefProto() *SqlTableRefProto

func (*SqlCallProto) GetSqlUnpivotProto

func (x *SqlCallProto) GetSqlUnpivotProto() *SqlUnpivotProto

func (*SqlCallProto) GetSqlUpdateProto

func (x *SqlCallProto) GetSqlUpdateProto() *SqlUpdateProto

func (*SqlCallProto) GetSqlWindowProto

func (x *SqlCallProto) GetSqlWindowProto() *SqlWindowProto

func (*SqlCallProto) GetSqlWithItemProto

func (x *SqlCallProto) GetSqlWithItemProto() *SqlWithItemProto

func (*SqlCallProto) GetSqlWithProto

func (x *SqlCallProto) GetSqlWithProto() *SqlWithProto

func (*SqlCallProto) GetTypeInformation

func (x *SqlCallProto) GetTypeInformation() *RelDataTypeProto

func (*SqlCallProto) ProtoMessage

func (*SqlCallProto) ProtoMessage()

func (*SqlCallProto) ProtoReflect

func (x *SqlCallProto) ProtoReflect() protoreflect.Message

func (*SqlCallProto) Reset

func (x *SqlCallProto) Reset()

func (*SqlCallProto) String

func (x *SqlCallProto) String() string

type SqlCallProto_SqlAlterProto

type SqlCallProto_SqlAlterProto struct {
	SqlAlterProto *SqlAlterProto `protobuf:"bytes,22,opt,name=sqlAlterProto,proto3,oneof"`
}

type SqlCallProto_SqlAttributeDefinitionProto

type SqlCallProto_SqlAttributeDefinitionProto struct {
	SqlAttributeDefinitionProto *SqlAttributeDefinitionProto `protobuf:"bytes,14,opt,name=sqlAttributeDefinitionProto,proto3,oneof"`
}

type SqlCallProto_SqlBasicCallProto

type SqlCallProto_SqlBasicCallProto struct {
	SqlBasicCallProto *SqlBasicCallProto `protobuf:"bytes,20,opt,name=sqlBasicCallProto,proto3,oneof"`
}

type SqlCallProto_SqlCaseProto

type SqlCallProto_SqlCaseProto struct {
	SqlCaseProto *SqlCaseProto `protobuf:"bytes,3,opt,name=sqlCaseProto,proto3,oneof"`
}

type SqlCallProto_SqlCheckConstraintProto

type SqlCallProto_SqlCheckConstraintProto struct {
	SqlCheckConstraintProto *SqlCheckConstraintProto `protobuf:"bytes,5,opt,name=sqlCheckConstraintProto,proto3,oneof"`
}

type SqlCallProto_SqlColumnDeclarationProto

type SqlCallProto_SqlColumnDeclarationProto struct {
	SqlColumnDeclarationProto *SqlColumnDeclarationProto `protobuf:"bytes,27,opt,name=sqlColumnDeclarationProto,proto3,oneof"`
}

type SqlCallProto_SqlCreateForeignSchemaProto

type SqlCallProto_SqlCreateForeignSchemaProto struct {
	SqlCreateForeignSchemaProto *SqlCreateForeignSchemaProto `protobuf:"bytes,37,opt,name=sqlCreateForeignSchemaProto,proto3,oneof"`
}

type SqlCallProto_SqlCreateFunctionProto

type SqlCallProto_SqlCreateFunctionProto struct {
	SqlCreateFunctionProto *SqlCreateFunctionProto `protobuf:"bytes,36,opt,name=sqlCreateFunctionProto,proto3,oneof"`
}

type SqlCallProto_SqlCreateMaterializedViewProto

type SqlCallProto_SqlCreateMaterializedViewProto struct {
	SqlCreateMaterializedViewProto *SqlCreateMaterializedViewProto `protobuf:"bytes,39,opt,name=sqlCreateMaterializedViewProto,proto3,oneof"`
}

type SqlCallProto_SqlCreateProto

type SqlCallProto_SqlCreateProto struct {
	SqlCreateProto *SqlCreateProto `protobuf:"bytes,30,opt,name=sqlCreateProto,proto3,oneof"`
}

type SqlCallProto_SqlCreateSchemaProto

type SqlCallProto_SqlCreateSchemaProto struct {
	SqlCreateSchemaProto *SqlCreateSchemaProto `protobuf:"bytes,38,opt,name=sqlCreateSchemaProto,proto3,oneof"`
}

type SqlCallProto_SqlCreateTableProto

type SqlCallProto_SqlCreateTableProto struct {
	SqlCreateTableProto *SqlCreateTableProto `protobuf:"bytes,34,opt,name=sqlCreateTableProto,proto3,oneof"`
}

type SqlCallProto_SqlCreateTypeProto

type SqlCallProto_SqlCreateTypeProto struct {
	SqlCreateTypeProto *SqlCreateTypeProto `protobuf:"bytes,33,opt,name=sqlCreateTypeProto,proto3,oneof"`
}

type SqlCallProto_SqlCreateViewProto

type SqlCallProto_SqlCreateViewProto struct {
	SqlCreateViewProto *SqlCreateViewProto `protobuf:"bytes,35,opt,name=sqlCreateViewProto,proto3,oneof"`
}

type SqlCallProto_SqlDdlProto

type SqlCallProto_SqlDdlProto struct {
	SqlDdlProto *SqlDdlProto `protobuf:"bytes,23,opt,name=sqlDdlProto,proto3,oneof"`
}

type SqlCallProto_SqlDeleteProto

type SqlCallProto_SqlDeleteProto struct {
	SqlDeleteProto *SqlDeleteProto `protobuf:"bytes,4,opt,name=sqlDeleteProto,proto3,oneof"`
}

type SqlCallProto_SqlDescribeSchemaProto

type SqlCallProto_SqlDescribeSchemaProto struct {
	SqlDescribeSchemaProto *SqlDescribeSchemaProto `protobuf:"bytes,24,opt,name=sqlDescribeSchemaProto,proto3,oneof"`
}

type SqlCallProto_SqlDescribeTableProto

type SqlCallProto_SqlDescribeTableProto struct {
	SqlDescribeTableProto *SqlDescribeTableProto `protobuf:"bytes,26,opt,name=sqlDescribeTableProto,proto3,oneof"`
}

type SqlCallProto_SqlDropFunctionProto

type SqlCallProto_SqlDropFunctionProto struct {
	SqlDropFunctionProto *SqlDropFunctionProto `protobuf:"bytes,43,opt,name=sqlDropFunctionProto,proto3,oneof"`
}

type SqlCallProto_SqlDropMaterializedViewProto

type SqlCallProto_SqlDropMaterializedViewProto struct {
	SqlDropMaterializedViewProto *SqlDropMaterializedViewProto `protobuf:"bytes,41,opt,name=sqlDropMaterializedViewProto,proto3,oneof"`
}

type SqlCallProto_SqlDropObjectProto

type SqlCallProto_SqlDropObjectProto struct {
	SqlDropObjectProto *SqlDropObjectProto `protobuf:"bytes,32,opt,name=sqlDropObjectProto,proto3,oneof"`
}

type SqlCallProto_SqlDropProto

type SqlCallProto_SqlDropProto struct {
	SqlDropProto *SqlDropProto `protobuf:"bytes,29,opt,name=sqlDropProto,proto3,oneof"`
}

type SqlCallProto_SqlDropSchemaProto

type SqlCallProto_SqlDropSchemaProto struct {
	SqlDropSchemaProto *SqlDropSchemaProto `protobuf:"bytes,31,opt,name=sqlDropSchemaProto,proto3,oneof"`
}

type SqlCallProto_SqlDropTableProto

type SqlCallProto_SqlDropTableProto struct {
	SqlDropTableProto *SqlDropTableProto `protobuf:"bytes,40,opt,name=sqlDropTableProto,proto3,oneof"`
}

type SqlCallProto_SqlDropTypeProto

type SqlCallProto_SqlDropTypeProto struct {
	SqlDropTypeProto *SqlDropTypeProto `protobuf:"bytes,44,opt,name=sqlDropTypeProto,proto3,oneof"`
}

type SqlCallProto_SqlDropViewProto

type SqlCallProto_SqlDropViewProto struct {
	SqlDropViewProto *SqlDropViewProto `protobuf:"bytes,42,opt,name=sqlDropViewProto,proto3,oneof"`
}

type SqlCallProto_SqlExplainProto

type SqlCallProto_SqlExplainProto struct {
	SqlExplainProto *SqlExplainProto `protobuf:"bytes,15,opt,name=sqlExplainProto,proto3,oneof"`
}

type SqlCallProto_SqlHintProto

type SqlCallProto_SqlHintProto struct {
	SqlHintProto *SqlHintProto `protobuf:"bytes,19,opt,name=sqlHintProto,proto3,oneof"`
}

type SqlCallProto_SqlInsertProto

type SqlCallProto_SqlInsertProto struct {
	SqlInsertProto *SqlInsertProto `protobuf:"bytes,2,opt,name=sqlInsertProto,proto3,oneof"`
}

type SqlCallProto_SqlJoinProto

type SqlCallProto_SqlJoinProto struct {
	SqlJoinProto *SqlJoinProto `protobuf:"bytes,25,opt,name=sqlJoinProto,proto3,oneof"`
}

type SqlCallProto_SqlKeyConstraintProto

type SqlCallProto_SqlKeyConstraintProto struct {
	SqlKeyConstraintProto *SqlKeyConstraintProto `protobuf:"bytes,8,opt,name=sqlKeyConstraintProto,proto3,oneof"`
}

type SqlCallProto_SqlMatchRecognizeProto

type SqlCallProto_SqlMatchRecognizeProto struct {
	SqlMatchRecognizeProto *SqlMatchRecognizeProto `protobuf:"bytes,21,opt,name=sqlMatchRecognizeProto,proto3,oneof"`
}

type SqlCallProto_SqlMergeProto

type SqlCallProto_SqlMergeProto struct {
	SqlMergeProto *SqlMergeProto `protobuf:"bytes,18,opt,name=sqlMergeProto,proto3,oneof"`
}

type SqlCallProto_SqlOrderByProto

type SqlCallProto_SqlOrderByProto struct {
	SqlOrderByProto *SqlOrderByProto `protobuf:"bytes,11,opt,name=sqlOrderByProto,proto3,oneof"`
}

type SqlCallProto_SqlPivotProto

type SqlCallProto_SqlPivotProto struct {
	SqlPivotProto *SqlPivotProto `protobuf:"bytes,6,opt,name=sqlPivotProto,proto3,oneof"`
}

type SqlCallProto_SqlSelectProto

type SqlCallProto_SqlSelectProto struct {
	SqlSelectProto *SqlSelectProto `protobuf:"bytes,13,opt,name=sqlSelectProto,proto3,oneof"`
}

type SqlCallProto_SqlSetOptionProto

type SqlCallProto_SqlSetOptionProto struct {
	SqlSetOptionProto *SqlSetOptionProto `protobuf:"bytes,28,opt,name=sqlSetOptionProto,proto3,oneof"`
}

type SqlCallProto_SqlSnapshotProto

type SqlCallProto_SqlSnapshotProto struct {
	SqlSnapshotProto *SqlSnapshotProto `protobuf:"bytes,10,opt,name=sqlSnapshotProto,proto3,oneof"`
}

type SqlCallProto_SqlTableRefProto

type SqlCallProto_SqlTableRefProto struct {
	SqlTableRefProto *SqlTableRefProto `protobuf:"bytes,7,opt,name=sqlTableRefProto,proto3,oneof"`
}

type SqlCallProto_SqlUnpivotProto

type SqlCallProto_SqlUnpivotProto struct {
	SqlUnpivotProto *SqlUnpivotProto `protobuf:"bytes,17,opt,name=sqlUnpivotProto,proto3,oneof"`
}

type SqlCallProto_SqlUpdateProto

type SqlCallProto_SqlUpdateProto struct {
	SqlUpdateProto *SqlUpdateProto `protobuf:"bytes,1,opt,name=sqlUpdateProto,proto3,oneof"`
}

type SqlCallProto_SqlWindowProto

type SqlCallProto_SqlWindowProto struct {
	SqlWindowProto *SqlWindowProto `protobuf:"bytes,12,opt,name=sqlWindowProto,proto3,oneof"`
}

type SqlCallProto_SqlWithItemProto

type SqlCallProto_SqlWithItemProto struct {
	SqlWithItemProto *SqlWithItemProto `protobuf:"bytes,16,opt,name=sqlWithItemProto,proto3,oneof"`
}

type SqlCallProto_SqlWithProto

type SqlCallProto_SqlWithProto struct {
	SqlWithProto *SqlWithProto `protobuf:"bytes,9,opt,name=sqlWithProto,proto3,oneof"`
}

type SqlCaseOperatorProto

type SqlCaseOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlCaseOperator

func (*SqlCaseOperatorProto) Descriptor deprecated

func (*SqlCaseOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCaseOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlCaseOperatorProto) GetAllowedSignatures

func (x *SqlCaseOperatorProto) GetAllowedSignatures() string

func (*SqlCaseOperatorProto) GetKind

func (x *SqlCaseOperatorProto) GetKind() SqlKindProto

func (*SqlCaseOperatorProto) GetLeftPrec

func (x *SqlCaseOperatorProto) GetLeftPrec() int32

func (*SqlCaseOperatorProto) GetName

func (x *SqlCaseOperatorProto) GetName() string

func (*SqlCaseOperatorProto) GetOperandTypeChecker

func (x *SqlCaseOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlCaseOperatorProto) GetOperandTypeInference

func (x *SqlCaseOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlCaseOperatorProto) GetReturnTypeInference

func (x *SqlCaseOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlCaseOperatorProto) GetRightPrec

func (x *SqlCaseOperatorProto) GetRightPrec() int32

func (*SqlCaseOperatorProto) ProtoMessage

func (*SqlCaseOperatorProto) ProtoMessage()

func (*SqlCaseOperatorProto) ProtoReflect

func (x *SqlCaseOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlCaseOperatorProto) Reset

func (x *SqlCaseOperatorProto) Reset()

func (*SqlCaseOperatorProto) String

func (x *SqlCaseOperatorProto) String() string

type SqlCaseProto

type SqlCaseProto struct {
	Value           *SqlNodeProto      `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	WhenList        *SqlNodeListProto  `protobuf:"bytes,2,opt,name=whenList,proto3" json:"whenList,omitempty"`
	ThenList        *SqlNodeListProto  `protobuf:"bytes,3,opt,name=thenList,proto3" json:"thenList,omitempty"`
	ElseExpr        *SqlNodeProto      `protobuf:"bytes,4,opt,name=elseExpr,proto3" json:"elseExpr,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,5,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,6,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlCase

func (*SqlCaseProto) Descriptor deprecated

func (*SqlCaseProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCaseProto.ProtoReflect.Descriptor instead.

func (*SqlCaseProto) GetElseExpr

func (x *SqlCaseProto) GetElseExpr() *SqlNodeProto

func (*SqlCaseProto) GetPos

func (x *SqlCaseProto) GetPos() *SqlParserPosProto

func (*SqlCaseProto) GetThenList

func (x *SqlCaseProto) GetThenList() *SqlNodeListProto

func (*SqlCaseProto) GetTypeInformation

func (x *SqlCaseProto) GetTypeInformation() *RelDataTypeProto

func (*SqlCaseProto) GetValue

func (x *SqlCaseProto) GetValue() *SqlNodeProto

func (*SqlCaseProto) GetWhenList

func (x *SqlCaseProto) GetWhenList() *SqlNodeListProto

func (*SqlCaseProto) ProtoMessage

func (*SqlCaseProto) ProtoMessage()

func (*SqlCaseProto) ProtoReflect

func (x *SqlCaseProto) ProtoReflect() protoreflect.Message

func (*SqlCaseProto) Reset

func (x *SqlCaseProto) Reset()

func (*SqlCaseProto) String

func (x *SqlCaseProto) String() string

type SqlCastFunctionProto

type SqlCastFunctionProto struct {
	NonMonotonicCasts    *SetMultimapProto             `protobuf:"bytes,1,opt,name=nonMonotonicCasts,proto3" json:"nonMonotonicCasts,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,2,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,3,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,5,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,6,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,7,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,8,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,9,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,10,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,11,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlCastFunction

func (*SqlCastFunctionProto) Descriptor deprecated

func (*SqlCastFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCastFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlCastFunctionProto) GetAllowedSignatures

func (x *SqlCastFunctionProto) GetAllowedSignatures() string

func (*SqlCastFunctionProto) GetCategory

func (*SqlCastFunctionProto) GetKind

func (x *SqlCastFunctionProto) GetKind() SqlKindProto

func (*SqlCastFunctionProto) GetLeftPrec

func (x *SqlCastFunctionProto) GetLeftPrec() int32

func (*SqlCastFunctionProto) GetName

func (x *SqlCastFunctionProto) GetName() string

func (*SqlCastFunctionProto) GetNonMonotonicCasts

func (x *SqlCastFunctionProto) GetNonMonotonicCasts() *SetMultimapProto

func (*SqlCastFunctionProto) GetOperandTypeChecker

func (x *SqlCastFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlCastFunctionProto) GetOperandTypeInference

func (x *SqlCastFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlCastFunctionProto) GetReturnTypeInference

func (x *SqlCastFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlCastFunctionProto) GetRightPrec

func (x *SqlCastFunctionProto) GetRightPrec() int32

func (*SqlCastFunctionProto) GetSqlIdentifier

func (x *SqlCastFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlCastFunctionProto) ProtoMessage

func (*SqlCastFunctionProto) ProtoMessage()

func (*SqlCastFunctionProto) ProtoReflect

func (x *SqlCastFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlCastFunctionProto) Reset

func (x *SqlCastFunctionProto) Reset()

func (*SqlCastFunctionProto) String

func (x *SqlCastFunctionProto) String() string

type SqlCastOperatorProto

type SqlCastOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlCastOperator

func (*SqlCastOperatorProto) Descriptor deprecated

func (*SqlCastOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCastOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlCastOperatorProto) GetAllowedSignatures

func (x *SqlCastOperatorProto) GetAllowedSignatures() string

func (*SqlCastOperatorProto) GetKind

func (x *SqlCastOperatorProto) GetKind() SqlKindProto

func (*SqlCastOperatorProto) GetLeftPrec

func (x *SqlCastOperatorProto) GetLeftPrec() int32

func (*SqlCastOperatorProto) GetName

func (x *SqlCastOperatorProto) GetName() string

func (*SqlCastOperatorProto) GetOperandTypeChecker

func (x *SqlCastOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlCastOperatorProto) GetOperandTypeInference

func (x *SqlCastOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlCastOperatorProto) GetReturnTypeInference

func (x *SqlCastOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlCastOperatorProto) GetRightPrec

func (x *SqlCastOperatorProto) GetRightPrec() int32

func (*SqlCastOperatorProto) ProtoMessage

func (*SqlCastOperatorProto) ProtoMessage()

func (*SqlCastOperatorProto) ProtoReflect

func (x *SqlCastOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlCastOperatorProto) Reset

func (x *SqlCastOperatorProto) Reset()

func (*SqlCastOperatorProto) String

func (x *SqlCastOperatorProto) String() string

type SqlCharStringLiteralProto

type SqlCharStringLiteralProto struct {
	TypeName        SqlTypeNameProto   `protobuf:"varint,1,opt,name=typeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeName,omitempty"`
	Value           string             `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,3,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,4,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlCharStringLiteral

func (*SqlCharStringLiteralProto) Descriptor deprecated

func (*SqlCharStringLiteralProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCharStringLiteralProto.ProtoReflect.Descriptor instead.

func (*SqlCharStringLiteralProto) GetPos

func (*SqlCharStringLiteralProto) GetTypeInformation

func (x *SqlCharStringLiteralProto) GetTypeInformation() *RelDataTypeProto

func (*SqlCharStringLiteralProto) GetTypeName

func (*SqlCharStringLiteralProto) GetValue

func (x *SqlCharStringLiteralProto) GetValue() string

func (*SqlCharStringLiteralProto) ProtoMessage

func (*SqlCharStringLiteralProto) ProtoMessage()

func (*SqlCharStringLiteralProto) ProtoReflect

func (*SqlCharStringLiteralProto) Reset

func (x *SqlCharStringLiteralProto) Reset()

func (*SqlCharStringLiteralProto) String

func (x *SqlCharStringLiteralProto) String() string

type SqlCheckConstraintProto

type SqlCheckConstraintProto struct {
	Name            *SqlIdentifierProto `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Expression      *SqlNodeProto       `protobuf:"bytes,2,opt,name=expression,proto3" json:"expression,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,3,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,4,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.ddl.SqlCheckConstraint

func (*SqlCheckConstraintProto) Descriptor deprecated

func (*SqlCheckConstraintProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCheckConstraintProto.ProtoReflect.Descriptor instead.

func (*SqlCheckConstraintProto) GetExpression

func (x *SqlCheckConstraintProto) GetExpression() *SqlNodeProto

func (*SqlCheckConstraintProto) GetName

func (*SqlCheckConstraintProto) GetPos

func (*SqlCheckConstraintProto) GetTypeInformation

func (x *SqlCheckConstraintProto) GetTypeInformation() *RelDataTypeProto

func (*SqlCheckConstraintProto) ProtoMessage

func (*SqlCheckConstraintProto) ProtoMessage()

func (*SqlCheckConstraintProto) ProtoReflect

func (x *SqlCheckConstraintProto) ProtoReflect() protoreflect.Message

func (*SqlCheckConstraintProto) Reset

func (x *SqlCheckConstraintProto) Reset()

func (*SqlCheckConstraintProto) String

func (x *SqlCheckConstraintProto) String() string

type SqlCoalesceFunctionProto

type SqlCoalesceFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlCoalesceFunction

func (*SqlCoalesceFunctionProto) Descriptor deprecated

func (*SqlCoalesceFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCoalesceFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlCoalesceFunctionProto) GetAllowedSignatures

func (x *SqlCoalesceFunctionProto) GetAllowedSignatures() string

func (*SqlCoalesceFunctionProto) GetCategory

func (*SqlCoalesceFunctionProto) GetKind

func (*SqlCoalesceFunctionProto) GetLeftPrec

func (x *SqlCoalesceFunctionProto) GetLeftPrec() int32

func (*SqlCoalesceFunctionProto) GetName

func (x *SqlCoalesceFunctionProto) GetName() string

func (*SqlCoalesceFunctionProto) GetOperandTypeChecker

func (x *SqlCoalesceFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlCoalesceFunctionProto) GetOperandTypeInference

func (x *SqlCoalesceFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlCoalesceFunctionProto) GetReturnTypeInference

func (x *SqlCoalesceFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlCoalesceFunctionProto) GetRightPrec

func (x *SqlCoalesceFunctionProto) GetRightPrec() int32

func (*SqlCoalesceFunctionProto) GetSqlIdentifier

func (x *SqlCoalesceFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlCoalesceFunctionProto) ProtoMessage

func (*SqlCoalesceFunctionProto) ProtoMessage()

func (*SqlCoalesceFunctionProto) ProtoReflect

func (x *SqlCoalesceFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlCoalesceFunctionProto) Reset

func (x *SqlCoalesceFunctionProto) Reset()

func (*SqlCoalesceFunctionProto) String

func (x *SqlCoalesceFunctionProto) String() string

type SqlCollationProto

type SqlCollationProto struct {

	// Types that are assignable to SqlCollationProto:
	//
	//	*SqlCollationProto_JavaCollationProto
	SqlCollationProto isSqlCollationProto_SqlCollationProto `protobuf_oneof:"sqlCollationProto"`
	CollationName     string                                `protobuf:"bytes,2,opt,name=collationName,proto3" json:"collationName,omitempty"`
	WrappedCharset    *SerializableCharsetProto             `protobuf:"bytes,3,opt,name=wrappedCharset,proto3" json:"wrappedCharset,omitempty"`
	Locale            *LocaleProto                          `protobuf:"bytes,4,opt,name=locale,proto3" json:"locale,omitempty"`
	Strength          string                                `protobuf:"bytes,5,opt,name=strength,proto3" json:"strength,omitempty"`
	Coercibility      CoercibilityProto                     `protobuf:"varint,6,opt,name=coercibility,proto3,enum=rill.sql.v1.CoercibilityProto" json:"coercibility,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlCollation

func (*SqlCollationProto) Descriptor deprecated

func (*SqlCollationProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCollationProto.ProtoReflect.Descriptor instead.

func (*SqlCollationProto) GetCoercibility

func (x *SqlCollationProto) GetCoercibility() CoercibilityProto

func (*SqlCollationProto) GetCollationName

func (x *SqlCollationProto) GetCollationName() string

func (*SqlCollationProto) GetJavaCollationProto

func (x *SqlCollationProto) GetJavaCollationProto() *JavaCollationProto

func (*SqlCollationProto) GetLocale

func (x *SqlCollationProto) GetLocale() *LocaleProto

func (*SqlCollationProto) GetSqlCollationProto

func (m *SqlCollationProto) GetSqlCollationProto() isSqlCollationProto_SqlCollationProto

func (*SqlCollationProto) GetStrength

func (x *SqlCollationProto) GetStrength() string

func (*SqlCollationProto) GetWrappedCharset

func (x *SqlCollationProto) GetWrappedCharset() *SerializableCharsetProto

func (*SqlCollationProto) ProtoMessage

func (*SqlCollationProto) ProtoMessage()

func (*SqlCollationProto) ProtoReflect

func (x *SqlCollationProto) ProtoReflect() protoreflect.Message

func (*SqlCollationProto) Reset

func (x *SqlCollationProto) Reset()

func (*SqlCollationProto) String

func (x *SqlCollationProto) String() string

type SqlCollationProto_JavaCollationProto

type SqlCollationProto_JavaCollationProto struct {
	JavaCollationProto *JavaCollationProto `protobuf:"bytes,1,opt,name=javaCollationProto,proto3,oneof"`
}

type SqlCollectionTableOperatorProto

type SqlCollectionTableOperatorProto struct {
	Modality             SqlModalityProto              `protobuf:"varint,1,opt,name=modality,proto3,enum=rill.sql.v1.SqlModalityProto" json:"modality,omitempty"`
	Name                 string                        `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,3,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,4,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,5,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,6,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,7,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,8,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,9,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlCollectionTableOperator

func (*SqlCollectionTableOperatorProto) Descriptor deprecated

func (*SqlCollectionTableOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCollectionTableOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlCollectionTableOperatorProto) GetAllowedSignatures

func (x *SqlCollectionTableOperatorProto) GetAllowedSignatures() string

func (*SqlCollectionTableOperatorProto) GetKind

func (*SqlCollectionTableOperatorProto) GetLeftPrec

func (x *SqlCollectionTableOperatorProto) GetLeftPrec() int32

func (*SqlCollectionTableOperatorProto) GetModality

func (*SqlCollectionTableOperatorProto) GetName

func (*SqlCollectionTableOperatorProto) GetOperandTypeChecker

func (x *SqlCollectionTableOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlCollectionTableOperatorProto) GetOperandTypeInference

func (x *SqlCollectionTableOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlCollectionTableOperatorProto) GetReturnTypeInference

func (x *SqlCollectionTableOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlCollectionTableOperatorProto) GetRightPrec

func (x *SqlCollectionTableOperatorProto) GetRightPrec() int32

func (*SqlCollectionTableOperatorProto) ProtoMessage

func (*SqlCollectionTableOperatorProto) ProtoMessage()

func (*SqlCollectionTableOperatorProto) ProtoReflect

func (*SqlCollectionTableOperatorProto) Reset

func (*SqlCollectionTableOperatorProto) String

type SqlCollectionTypeNameSpecProto

type SqlCollectionTypeNameSpecProto struct {
	ElementTypeName    *SqlTypeNameSpecProto `protobuf:"bytes,1,opt,name=elementTypeName,proto3" json:"elementTypeName,omitempty"`
	CollectionTypeName SqlTypeNameProto      `protobuf:"varint,2,opt,name=collectionTypeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"collectionTypeName,omitempty"`
	TypeName           *SqlIdentifierProto   `protobuf:"bytes,3,opt,name=typeName,proto3" json:"typeName,omitempty"`
	Pos                *SqlParserPosProto    `protobuf:"bytes,4,opt,name=pos,proto3" json:"pos,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlCollectionTypeNameSpec

func (*SqlCollectionTypeNameSpecProto) Descriptor deprecated

func (*SqlCollectionTypeNameSpecProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCollectionTypeNameSpecProto.ProtoReflect.Descriptor instead.

func (*SqlCollectionTypeNameSpecProto) GetCollectionTypeName

func (x *SqlCollectionTypeNameSpecProto) GetCollectionTypeName() SqlTypeNameProto

func (*SqlCollectionTypeNameSpecProto) GetElementTypeName

func (x *SqlCollectionTypeNameSpecProto) GetElementTypeName() *SqlTypeNameSpecProto

func (*SqlCollectionTypeNameSpecProto) GetPos

func (*SqlCollectionTypeNameSpecProto) GetTypeName

func (*SqlCollectionTypeNameSpecProto) ProtoMessage

func (*SqlCollectionTypeNameSpecProto) ProtoMessage()

func (*SqlCollectionTypeNameSpecProto) ProtoReflect

func (*SqlCollectionTypeNameSpecProto) Reset

func (x *SqlCollectionTypeNameSpecProto) Reset()

func (*SqlCollectionTypeNameSpecProto) String

type SqlColumnDeclarationProto

type SqlColumnDeclarationProto struct {
	Name            *SqlIdentifierProto   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	DataType        *SqlDataTypeSpecProto `protobuf:"bytes,2,opt,name=dataType,proto3" json:"dataType,omitempty"`
	Expression      *SqlNodeProto         `protobuf:"bytes,3,opt,name=expression,proto3" json:"expression,omitempty"`
	Strategy        ColumnStrategyProto   `protobuf:"varint,4,opt,name=strategy,proto3,enum=rill.sql.v1.ColumnStrategyProto" json:"strategy,omitempty"`
	Pos             *SqlParserPosProto    `protobuf:"bytes,5,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto     `protobuf:"bytes,6,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.ddl.SqlColumnDeclaration

func (*SqlColumnDeclarationProto) Descriptor deprecated

func (*SqlColumnDeclarationProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlColumnDeclarationProto.ProtoReflect.Descriptor instead.

func (*SqlColumnDeclarationProto) GetDataType

func (*SqlColumnDeclarationProto) GetExpression

func (x *SqlColumnDeclarationProto) GetExpression() *SqlNodeProto

func (*SqlColumnDeclarationProto) GetName

func (*SqlColumnDeclarationProto) GetPos

func (*SqlColumnDeclarationProto) GetStrategy

func (*SqlColumnDeclarationProto) GetTypeInformation

func (x *SqlColumnDeclarationProto) GetTypeInformation() *RelDataTypeProto

func (*SqlColumnDeclarationProto) ProtoMessage

func (*SqlColumnDeclarationProto) ProtoMessage()

func (*SqlColumnDeclarationProto) ProtoReflect

func (*SqlColumnDeclarationProto) Reset

func (x *SqlColumnDeclarationProto) Reset()

func (*SqlColumnDeclarationProto) String

func (x *SqlColumnDeclarationProto) String() string

type SqlColumnListConstructorProto

type SqlColumnListConstructorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlColumnListConstructor

func (*SqlColumnListConstructorProto) Descriptor deprecated

func (*SqlColumnListConstructorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlColumnListConstructorProto.ProtoReflect.Descriptor instead.

func (*SqlColumnListConstructorProto) GetAllowedSignatures

func (x *SqlColumnListConstructorProto) GetAllowedSignatures() string

func (*SqlColumnListConstructorProto) GetKind

func (*SqlColumnListConstructorProto) GetLeftPrec

func (x *SqlColumnListConstructorProto) GetLeftPrec() int32

func (*SqlColumnListConstructorProto) GetName

func (*SqlColumnListConstructorProto) GetOperandTypeChecker

func (x *SqlColumnListConstructorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlColumnListConstructorProto) GetOperandTypeInference

func (x *SqlColumnListConstructorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlColumnListConstructorProto) GetReturnTypeInference

func (x *SqlColumnListConstructorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlColumnListConstructorProto) GetRightPrec

func (x *SqlColumnListConstructorProto) GetRightPrec() int32

func (*SqlColumnListConstructorProto) ProtoMessage

func (*SqlColumnListConstructorProto) ProtoMessage()

func (*SqlColumnListConstructorProto) ProtoReflect

func (*SqlColumnListConstructorProto) Reset

func (x *SqlColumnListConstructorProto) Reset()

func (*SqlColumnListConstructorProto) String

type SqlConvertFunctionProto

type SqlConvertFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlConvertFunction

func (*SqlConvertFunctionProto) Descriptor deprecated

func (*SqlConvertFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlConvertFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlConvertFunctionProto) GetAllowedSignatures

func (x *SqlConvertFunctionProto) GetAllowedSignatures() string

func (*SqlConvertFunctionProto) GetCategory

func (*SqlConvertFunctionProto) GetKind

func (*SqlConvertFunctionProto) GetLeftPrec

func (x *SqlConvertFunctionProto) GetLeftPrec() int32

func (*SqlConvertFunctionProto) GetName

func (x *SqlConvertFunctionProto) GetName() string

func (*SqlConvertFunctionProto) GetOperandTypeChecker

func (x *SqlConvertFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlConvertFunctionProto) GetOperandTypeInference

func (x *SqlConvertFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlConvertFunctionProto) GetReturnTypeInference

func (x *SqlConvertFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlConvertFunctionProto) GetRightPrec

func (x *SqlConvertFunctionProto) GetRightPrec() int32

func (*SqlConvertFunctionProto) GetSqlIdentifier

func (x *SqlConvertFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlConvertFunctionProto) ProtoMessage

func (*SqlConvertFunctionProto) ProtoMessage()

func (*SqlConvertFunctionProto) ProtoReflect

func (x *SqlConvertFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlConvertFunctionProto) Reset

func (x *SqlConvertFunctionProto) Reset()

func (*SqlConvertFunctionProto) String

func (x *SqlConvertFunctionProto) String() string

type SqlCountAggFunctionProto

type SqlCountAggFunctionProto struct {

	// Types that are assignable to SqlCountAggFunctionProto:
	//
	//	*SqlCountAggFunctionProto_SqlRegrCountAggFunctionProto
	SqlCountAggFunctionProto isSqlCountAggFunctionProto_SqlCountAggFunctionProto `protobuf_oneof:"sqlCountAggFunctionProto"`
	RequiresOrder            bool                                                `protobuf:"varint,2,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver             bool                                                `protobuf:"varint,3,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder       OptionalityProto                                    `protobuf:"varint,4,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category                 SqlFunctionCategoryProto                            `protobuf:"varint,5,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier            *SqlIdentifierProto                                 `protobuf:"bytes,6,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                     string                                              `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	Kind                     SqlKindProto                                        `protobuf:"varint,8,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec                 int32                                               `protobuf:"zigzag32,9,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec                int32                                               `protobuf:"zigzag32,10,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference      *SqlReturnTypeInferenceProto                        `protobuf:"bytes,11,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference     *SqlOperandTypeInferenceProto                       `protobuf:"bytes,12,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker       *SqlOperandTypeCheckerProto                         `protobuf:"bytes,13,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures        string                                              `protobuf:"bytes,14,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlCountAggFunction

func (*SqlCountAggFunctionProto) Descriptor deprecated

func (*SqlCountAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCountAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlCountAggFunctionProto) GetAllowedSignatures

func (x *SqlCountAggFunctionProto) GetAllowedSignatures() string

func (*SqlCountAggFunctionProto) GetCategory

func (*SqlCountAggFunctionProto) GetKind

func (*SqlCountAggFunctionProto) GetLeftPrec

func (x *SqlCountAggFunctionProto) GetLeftPrec() int32

func (*SqlCountAggFunctionProto) GetName

func (x *SqlCountAggFunctionProto) GetName() string

func (*SqlCountAggFunctionProto) GetOperandTypeChecker

func (x *SqlCountAggFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlCountAggFunctionProto) GetOperandTypeInference

func (x *SqlCountAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlCountAggFunctionProto) GetRequiresGroupOrder

func (x *SqlCountAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlCountAggFunctionProto) GetRequiresOrder

func (x *SqlCountAggFunctionProto) GetRequiresOrder() bool

func (*SqlCountAggFunctionProto) GetRequiresOver

func (x *SqlCountAggFunctionProto) GetRequiresOver() bool

func (*SqlCountAggFunctionProto) GetReturnTypeInference

func (x *SqlCountAggFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlCountAggFunctionProto) GetRightPrec

func (x *SqlCountAggFunctionProto) GetRightPrec() int32

func (*SqlCountAggFunctionProto) GetSqlCountAggFunctionProto

func (m *SqlCountAggFunctionProto) GetSqlCountAggFunctionProto() isSqlCountAggFunctionProto_SqlCountAggFunctionProto

func (*SqlCountAggFunctionProto) GetSqlIdentifier

func (x *SqlCountAggFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlCountAggFunctionProto) GetSqlRegrCountAggFunctionProto

func (x *SqlCountAggFunctionProto) GetSqlRegrCountAggFunctionProto() *SqlRegrCountAggFunctionProto

func (*SqlCountAggFunctionProto) ProtoMessage

func (*SqlCountAggFunctionProto) ProtoMessage()

func (*SqlCountAggFunctionProto) ProtoReflect

func (x *SqlCountAggFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlCountAggFunctionProto) Reset

func (x *SqlCountAggFunctionProto) Reset()

func (*SqlCountAggFunctionProto) String

func (x *SqlCountAggFunctionProto) String() string

type SqlCountAggFunctionProto_SqlRegrCountAggFunctionProto

type SqlCountAggFunctionProto_SqlRegrCountAggFunctionProto struct {
	SqlRegrCountAggFunctionProto *SqlRegrCountAggFunctionProto `protobuf:"bytes,1,opt,name=sqlRegrCountAggFunctionProto,proto3,oneof"`
}

type SqlCovarAggFunctionProto

type SqlCovarAggFunctionProto struct {
	RequiresOrder        bool                          `protobuf:"varint,1,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,2,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,3,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,4,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,5,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,7,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,8,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,9,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,10,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,11,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,12,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,13,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlCovarAggFunction

func (*SqlCovarAggFunctionProto) Descriptor deprecated

func (*SqlCovarAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCovarAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlCovarAggFunctionProto) GetAllowedSignatures

func (x *SqlCovarAggFunctionProto) GetAllowedSignatures() string

func (*SqlCovarAggFunctionProto) GetCategory

func (*SqlCovarAggFunctionProto) GetKind

func (*SqlCovarAggFunctionProto) GetLeftPrec

func (x *SqlCovarAggFunctionProto) GetLeftPrec() int32

func (*SqlCovarAggFunctionProto) GetName

func (x *SqlCovarAggFunctionProto) GetName() string

func (*SqlCovarAggFunctionProto) GetOperandTypeChecker

func (x *SqlCovarAggFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlCovarAggFunctionProto) GetOperandTypeInference

func (x *SqlCovarAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlCovarAggFunctionProto) GetRequiresGroupOrder

func (x *SqlCovarAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlCovarAggFunctionProto) GetRequiresOrder

func (x *SqlCovarAggFunctionProto) GetRequiresOrder() bool

func (*SqlCovarAggFunctionProto) GetRequiresOver

func (x *SqlCovarAggFunctionProto) GetRequiresOver() bool

func (*SqlCovarAggFunctionProto) GetReturnTypeInference

func (x *SqlCovarAggFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlCovarAggFunctionProto) GetRightPrec

func (x *SqlCovarAggFunctionProto) GetRightPrec() int32

func (*SqlCovarAggFunctionProto) GetSqlIdentifier

func (x *SqlCovarAggFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlCovarAggFunctionProto) ProtoMessage

func (*SqlCovarAggFunctionProto) ProtoMessage()

func (*SqlCovarAggFunctionProto) ProtoReflect

func (x *SqlCovarAggFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlCovarAggFunctionProto) Reset

func (x *SqlCovarAggFunctionProto) Reset()

func (*SqlCovarAggFunctionProto) String

func (x *SqlCovarAggFunctionProto) String() string

type SqlCreateForeignSchemaProto

type SqlCreateForeignSchemaProto struct {
	Name            *SqlIdentifierProto `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type            *SqlNodeProto       `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Library         *SqlNodeProto       `protobuf:"bytes,3,opt,name=library,proto3" json:"library,omitempty"`
	OptionList      *SqlNodeListProto   `protobuf:"bytes,4,opt,name=optionList,proto3" json:"optionList,omitempty"`
	Replace         bool                `protobuf:"varint,5,opt,name=replace,proto3" json:"replace,omitempty"`
	IfNotExists     bool                `protobuf:"varint,6,opt,name=ifNotExists,proto3" json:"ifNotExists,omitempty"`
	Operator        *SqlOperatorProto   `protobuf:"bytes,7,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,8,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,9,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.ddl.SqlCreateForeignSchema

func (*SqlCreateForeignSchemaProto) Descriptor deprecated

func (*SqlCreateForeignSchemaProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCreateForeignSchemaProto.ProtoReflect.Descriptor instead.

func (*SqlCreateForeignSchemaProto) GetIfNotExists

func (x *SqlCreateForeignSchemaProto) GetIfNotExists() bool

func (*SqlCreateForeignSchemaProto) GetLibrary

func (x *SqlCreateForeignSchemaProto) GetLibrary() *SqlNodeProto

func (*SqlCreateForeignSchemaProto) GetName

func (*SqlCreateForeignSchemaProto) GetOperator

func (*SqlCreateForeignSchemaProto) GetOptionList

func (x *SqlCreateForeignSchemaProto) GetOptionList() *SqlNodeListProto

func (*SqlCreateForeignSchemaProto) GetPos

func (*SqlCreateForeignSchemaProto) GetReplace

func (x *SqlCreateForeignSchemaProto) GetReplace() bool

func (*SqlCreateForeignSchemaProto) GetType

func (*SqlCreateForeignSchemaProto) GetTypeInformation

func (x *SqlCreateForeignSchemaProto) GetTypeInformation() *RelDataTypeProto

func (*SqlCreateForeignSchemaProto) ProtoMessage

func (*SqlCreateForeignSchemaProto) ProtoMessage()

func (*SqlCreateForeignSchemaProto) ProtoReflect

func (*SqlCreateForeignSchemaProto) Reset

func (x *SqlCreateForeignSchemaProto) Reset()

func (*SqlCreateForeignSchemaProto) String

func (x *SqlCreateForeignSchemaProto) String() string

type SqlCreateFunctionProto

type SqlCreateFunctionProto struct {
	Name            *SqlIdentifierProto `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ClassName       *SqlNodeProto       `protobuf:"bytes,2,opt,name=className,proto3" json:"className,omitempty"`
	UsingList       *SqlNodeListProto   `protobuf:"bytes,3,opt,name=usingList,proto3" json:"usingList,omitempty"`
	Replace         bool                `protobuf:"varint,4,opt,name=replace,proto3" json:"replace,omitempty"`
	IfNotExists     bool                `protobuf:"varint,5,opt,name=ifNotExists,proto3" json:"ifNotExists,omitempty"`
	Operator        *SqlOperatorProto   `protobuf:"bytes,6,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,7,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,8,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.ddl.SqlCreateFunction

func (*SqlCreateFunctionProto) Descriptor deprecated

func (*SqlCreateFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCreateFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlCreateFunctionProto) GetClassName

func (x *SqlCreateFunctionProto) GetClassName() *SqlNodeProto

func (*SqlCreateFunctionProto) GetIfNotExists

func (x *SqlCreateFunctionProto) GetIfNotExists() bool

func (*SqlCreateFunctionProto) GetName

func (*SqlCreateFunctionProto) GetOperator

func (x *SqlCreateFunctionProto) GetOperator() *SqlOperatorProto

func (*SqlCreateFunctionProto) GetPos

func (*SqlCreateFunctionProto) GetReplace

func (x *SqlCreateFunctionProto) GetReplace() bool

func (*SqlCreateFunctionProto) GetTypeInformation

func (x *SqlCreateFunctionProto) GetTypeInformation() *RelDataTypeProto

func (*SqlCreateFunctionProto) GetUsingList

func (x *SqlCreateFunctionProto) GetUsingList() *SqlNodeListProto

func (*SqlCreateFunctionProto) ProtoMessage

func (*SqlCreateFunctionProto) ProtoMessage()

func (*SqlCreateFunctionProto) ProtoReflect

func (x *SqlCreateFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlCreateFunctionProto) Reset

func (x *SqlCreateFunctionProto) Reset()

func (*SqlCreateFunctionProto) String

func (x *SqlCreateFunctionProto) String() string

type SqlCreateMaterializedViewProto

type SqlCreateMaterializedViewProto struct {
	Name            *SqlIdentifierProto `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ColumnList      *SqlNodeListProto   `protobuf:"bytes,2,opt,name=columnList,proto3" json:"columnList,omitempty"`
	Query           *SqlNodeProto       `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"`
	Replace         bool                `protobuf:"varint,4,opt,name=replace,proto3" json:"replace,omitempty"`
	IfNotExists     bool                `protobuf:"varint,5,opt,name=ifNotExists,proto3" json:"ifNotExists,omitempty"`
	Operator        *SqlOperatorProto   `protobuf:"bytes,6,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,7,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,8,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.ddl.SqlCreateMaterializedView

func (*SqlCreateMaterializedViewProto) Descriptor deprecated

func (*SqlCreateMaterializedViewProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCreateMaterializedViewProto.ProtoReflect.Descriptor instead.

func (*SqlCreateMaterializedViewProto) GetColumnList

func (*SqlCreateMaterializedViewProto) GetIfNotExists

func (x *SqlCreateMaterializedViewProto) GetIfNotExists() bool

func (*SqlCreateMaterializedViewProto) GetName

func (*SqlCreateMaterializedViewProto) GetOperator

func (*SqlCreateMaterializedViewProto) GetPos

func (*SqlCreateMaterializedViewProto) GetQuery

func (*SqlCreateMaterializedViewProto) GetReplace

func (x *SqlCreateMaterializedViewProto) GetReplace() bool

func (*SqlCreateMaterializedViewProto) GetTypeInformation

func (x *SqlCreateMaterializedViewProto) GetTypeInformation() *RelDataTypeProto

func (*SqlCreateMaterializedViewProto) ProtoMessage

func (*SqlCreateMaterializedViewProto) ProtoMessage()

func (*SqlCreateMaterializedViewProto) ProtoReflect

func (*SqlCreateMaterializedViewProto) Reset

func (x *SqlCreateMaterializedViewProto) Reset()

func (*SqlCreateMaterializedViewProto) String

type SqlCreateMetricsViewProto

type SqlCreateMetricsViewProto struct {
	Name            *SqlIdentifierProto      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Dimensions      *SqlNodeListProto        `protobuf:"bytes,2,opt,name=dimensions,proto3" json:"dimensions,omitempty"`
	Measures        *SqlNodeListProto        `protobuf:"bytes,3,opt,name=measures,proto3" json:"measures,omitempty"`
	From            *SqlNodeProto            `protobuf:"bytes,4,opt,name=from,proto3" json:"from,omitempty"`
	DimensionsMap   map[string]*SqlNodeProto `` /* 167-byte string literal not displayed */
	MeasuresMap     map[string]*SqlNodeProto `` /* 163-byte string literal not displayed */
	Replace         bool                     `protobuf:"varint,7,opt,name=replace,proto3" json:"replace,omitempty"`
	IfNotExists     bool                     `protobuf:"varint,8,opt,name=ifNotExists,proto3" json:"ifNotExists,omitempty"`
	Operator        *SqlOperatorProto        `protobuf:"bytes,9,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos             *SqlParserPosProto       `protobuf:"bytes,10,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto        `protobuf:"bytes,11,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: com.rilldata.calcite.extensions.SqlCreateMetricsView

func (*SqlCreateMetricsViewProto) Descriptor deprecated

func (*SqlCreateMetricsViewProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCreateMetricsViewProto.ProtoReflect.Descriptor instead.

func (*SqlCreateMetricsViewProto) GetDimensions

func (x *SqlCreateMetricsViewProto) GetDimensions() *SqlNodeListProto

func (*SqlCreateMetricsViewProto) GetDimensionsMap

func (x *SqlCreateMetricsViewProto) GetDimensionsMap() map[string]*SqlNodeProto

func (*SqlCreateMetricsViewProto) GetFrom

func (*SqlCreateMetricsViewProto) GetIfNotExists

func (x *SqlCreateMetricsViewProto) GetIfNotExists() bool

func (*SqlCreateMetricsViewProto) GetMeasures

func (x *SqlCreateMetricsViewProto) GetMeasures() *SqlNodeListProto

func (*SqlCreateMetricsViewProto) GetMeasuresMap

func (x *SqlCreateMetricsViewProto) GetMeasuresMap() map[string]*SqlNodeProto

func (*SqlCreateMetricsViewProto) GetName

func (*SqlCreateMetricsViewProto) GetOperator

func (x *SqlCreateMetricsViewProto) GetOperator() *SqlOperatorProto

func (*SqlCreateMetricsViewProto) GetPos

func (*SqlCreateMetricsViewProto) GetReplace

func (x *SqlCreateMetricsViewProto) GetReplace() bool

func (*SqlCreateMetricsViewProto) GetTypeInformation

func (x *SqlCreateMetricsViewProto) GetTypeInformation() *RelDataTypeProto

func (*SqlCreateMetricsViewProto) ProtoMessage

func (*SqlCreateMetricsViewProto) ProtoMessage()

func (*SqlCreateMetricsViewProto) ProtoReflect

func (*SqlCreateMetricsViewProto) Reset

func (x *SqlCreateMetricsViewProto) Reset()

func (*SqlCreateMetricsViewProto) String

func (x *SqlCreateMetricsViewProto) String() string

type SqlCreateProto

type SqlCreateProto struct {

	// Types that are assignable to SqlCreateProto:
	//
	//	*SqlCreateProto_SqlCreateTypeProto
	//	*SqlCreateProto_SqlCreateTableProto
	//	*SqlCreateProto_SqlCreateViewProto
	//	*SqlCreateProto_SqlCreateFunctionProto
	//	*SqlCreateProto_SqlCreateForeignSchemaProto
	//	*SqlCreateProto_SqlCreateSchemaProto
	//	*SqlCreateProto_SqlCreateMaterializedViewProto
	SqlCreateProto  isSqlCreateProto_SqlCreateProto `protobuf_oneof:"sqlCreateProto"`
	Replace         bool                            `protobuf:"varint,8,opt,name=replace,proto3" json:"replace,omitempty"`
	IfNotExists     bool                            `protobuf:"varint,9,opt,name=ifNotExists,proto3" json:"ifNotExists,omitempty"`
	Operator        *SqlOperatorProto               `protobuf:"bytes,10,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos             *SqlParserPosProto              `protobuf:"bytes,11,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto               `protobuf:"bytes,12,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlCreate

func (*SqlCreateProto) Descriptor deprecated

func (*SqlCreateProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCreateProto.ProtoReflect.Descriptor instead.

func (*SqlCreateProto) GetIfNotExists

func (x *SqlCreateProto) GetIfNotExists() bool

func (*SqlCreateProto) GetOperator

func (x *SqlCreateProto) GetOperator() *SqlOperatorProto

func (*SqlCreateProto) GetPos

func (x *SqlCreateProto) GetPos() *SqlParserPosProto

func (*SqlCreateProto) GetReplace

func (x *SqlCreateProto) GetReplace() bool

func (*SqlCreateProto) GetSqlCreateForeignSchemaProto

func (x *SqlCreateProto) GetSqlCreateForeignSchemaProto() *SqlCreateForeignSchemaProto

func (*SqlCreateProto) GetSqlCreateFunctionProto

func (x *SqlCreateProto) GetSqlCreateFunctionProto() *SqlCreateFunctionProto

func (*SqlCreateProto) GetSqlCreateMaterializedViewProto

func (x *SqlCreateProto) GetSqlCreateMaterializedViewProto() *SqlCreateMaterializedViewProto

func (*SqlCreateProto) GetSqlCreateProto

func (m *SqlCreateProto) GetSqlCreateProto() isSqlCreateProto_SqlCreateProto

func (*SqlCreateProto) GetSqlCreateSchemaProto

func (x *SqlCreateProto) GetSqlCreateSchemaProto() *SqlCreateSchemaProto

func (*SqlCreateProto) GetSqlCreateTableProto

func (x *SqlCreateProto) GetSqlCreateTableProto() *SqlCreateTableProto

func (*SqlCreateProto) GetSqlCreateTypeProto

func (x *SqlCreateProto) GetSqlCreateTypeProto() *SqlCreateTypeProto

func (*SqlCreateProto) GetSqlCreateViewProto

func (x *SqlCreateProto) GetSqlCreateViewProto() *SqlCreateViewProto

func (*SqlCreateProto) GetTypeInformation

func (x *SqlCreateProto) GetTypeInformation() *RelDataTypeProto

func (*SqlCreateProto) ProtoMessage

func (*SqlCreateProto) ProtoMessage()

func (*SqlCreateProto) ProtoReflect

func (x *SqlCreateProto) ProtoReflect() protoreflect.Message

func (*SqlCreateProto) Reset

func (x *SqlCreateProto) Reset()

func (*SqlCreateProto) String

func (x *SqlCreateProto) String() string

type SqlCreateProto_SqlCreateForeignSchemaProto

type SqlCreateProto_SqlCreateForeignSchemaProto struct {
	SqlCreateForeignSchemaProto *SqlCreateForeignSchemaProto `protobuf:"bytes,5,opt,name=sqlCreateForeignSchemaProto,proto3,oneof"`
}

type SqlCreateProto_SqlCreateFunctionProto

type SqlCreateProto_SqlCreateFunctionProto struct {
	SqlCreateFunctionProto *SqlCreateFunctionProto `protobuf:"bytes,4,opt,name=sqlCreateFunctionProto,proto3,oneof"`
}

type SqlCreateProto_SqlCreateMaterializedViewProto

type SqlCreateProto_SqlCreateMaterializedViewProto struct {
	SqlCreateMaterializedViewProto *SqlCreateMaterializedViewProto `protobuf:"bytes,7,opt,name=sqlCreateMaterializedViewProto,proto3,oneof"`
}

type SqlCreateProto_SqlCreateSchemaProto

type SqlCreateProto_SqlCreateSchemaProto struct {
	SqlCreateSchemaProto *SqlCreateSchemaProto `protobuf:"bytes,6,opt,name=sqlCreateSchemaProto,proto3,oneof"`
}

type SqlCreateProto_SqlCreateTableProto

type SqlCreateProto_SqlCreateTableProto struct {
	SqlCreateTableProto *SqlCreateTableProto `protobuf:"bytes,2,opt,name=sqlCreateTableProto,proto3,oneof"`
}

type SqlCreateProto_SqlCreateTypeProto

type SqlCreateProto_SqlCreateTypeProto struct {
	SqlCreateTypeProto *SqlCreateTypeProto `protobuf:"bytes,1,opt,name=sqlCreateTypeProto,proto3,oneof"`
}

type SqlCreateProto_SqlCreateViewProto

type SqlCreateProto_SqlCreateViewProto struct {
	SqlCreateViewProto *SqlCreateViewProto `protobuf:"bytes,3,opt,name=sqlCreateViewProto,proto3,oneof"`
}

type SqlCreateSchemaProto

type SqlCreateSchemaProto struct {
	Name            *SqlIdentifierProto `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Replace         bool                `protobuf:"varint,2,opt,name=replace,proto3" json:"replace,omitempty"`
	IfNotExists     bool                `protobuf:"varint,3,opt,name=ifNotExists,proto3" json:"ifNotExists,omitempty"`
	Operator        *SqlOperatorProto   `protobuf:"bytes,4,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,5,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,6,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.ddl.SqlCreateSchema

func (*SqlCreateSchemaProto) Descriptor deprecated

func (*SqlCreateSchemaProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCreateSchemaProto.ProtoReflect.Descriptor instead.

func (*SqlCreateSchemaProto) GetIfNotExists

func (x *SqlCreateSchemaProto) GetIfNotExists() bool

func (*SqlCreateSchemaProto) GetName

func (*SqlCreateSchemaProto) GetOperator

func (x *SqlCreateSchemaProto) GetOperator() *SqlOperatorProto

func (*SqlCreateSchemaProto) GetPos

func (*SqlCreateSchemaProto) GetReplace

func (x *SqlCreateSchemaProto) GetReplace() bool

func (*SqlCreateSchemaProto) GetTypeInformation

func (x *SqlCreateSchemaProto) GetTypeInformation() *RelDataTypeProto

func (*SqlCreateSchemaProto) ProtoMessage

func (*SqlCreateSchemaProto) ProtoMessage()

func (*SqlCreateSchemaProto) ProtoReflect

func (x *SqlCreateSchemaProto) ProtoReflect() protoreflect.Message

func (*SqlCreateSchemaProto) Reset

func (x *SqlCreateSchemaProto) Reset()

func (*SqlCreateSchemaProto) String

func (x *SqlCreateSchemaProto) String() string

type SqlCreateSourceProto

type SqlCreateSourceProto struct {
	Name            *SqlIdentifierProto `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Properties      map[string]string   `` /* 161-byte string literal not displayed */
	Replace         bool                `protobuf:"varint,3,opt,name=replace,proto3" json:"replace,omitempty"`
	IfNotExists     bool                `protobuf:"varint,4,opt,name=ifNotExists,proto3" json:"ifNotExists,omitempty"`
	Operator        *SqlOperatorProto   `protobuf:"bytes,5,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,6,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,7,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: com.rilldata.calcite.extensions.SqlCreateSource

func (*SqlCreateSourceProto) Descriptor deprecated

func (*SqlCreateSourceProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCreateSourceProto.ProtoReflect.Descriptor instead.

func (*SqlCreateSourceProto) GetIfNotExists

func (x *SqlCreateSourceProto) GetIfNotExists() bool

func (*SqlCreateSourceProto) GetName

func (*SqlCreateSourceProto) GetOperator

func (x *SqlCreateSourceProto) GetOperator() *SqlOperatorProto

func (*SqlCreateSourceProto) GetPos

func (*SqlCreateSourceProto) GetProperties

func (x *SqlCreateSourceProto) GetProperties() map[string]string

func (*SqlCreateSourceProto) GetReplace

func (x *SqlCreateSourceProto) GetReplace() bool

func (*SqlCreateSourceProto) GetTypeInformation

func (x *SqlCreateSourceProto) GetTypeInformation() *RelDataTypeProto

func (*SqlCreateSourceProto) ProtoMessage

func (*SqlCreateSourceProto) ProtoMessage()

func (*SqlCreateSourceProto) ProtoReflect

func (x *SqlCreateSourceProto) ProtoReflect() protoreflect.Message

func (*SqlCreateSourceProto) Reset

func (x *SqlCreateSourceProto) Reset()

func (*SqlCreateSourceProto) String

func (x *SqlCreateSourceProto) String() string

type SqlCreateTableProto

type SqlCreateTableProto struct {
	Name            *SqlIdentifierProto `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ColumnList      *SqlNodeListProto   `protobuf:"bytes,2,opt,name=columnList,proto3" json:"columnList,omitempty"`
	Query           *SqlNodeProto       `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"`
	Replace         bool                `protobuf:"varint,4,opt,name=replace,proto3" json:"replace,omitempty"`
	IfNotExists     bool                `protobuf:"varint,5,opt,name=ifNotExists,proto3" json:"ifNotExists,omitempty"`
	Operator        *SqlOperatorProto   `protobuf:"bytes,6,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,7,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,8,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.ddl.SqlCreateTable

func (*SqlCreateTableProto) Descriptor deprecated

func (*SqlCreateTableProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCreateTableProto.ProtoReflect.Descriptor instead.

func (*SqlCreateTableProto) GetColumnList

func (x *SqlCreateTableProto) GetColumnList() *SqlNodeListProto

func (*SqlCreateTableProto) GetIfNotExists

func (x *SqlCreateTableProto) GetIfNotExists() bool

func (*SqlCreateTableProto) GetName

func (*SqlCreateTableProto) GetOperator

func (x *SqlCreateTableProto) GetOperator() *SqlOperatorProto

func (*SqlCreateTableProto) GetPos

func (*SqlCreateTableProto) GetQuery

func (x *SqlCreateTableProto) GetQuery() *SqlNodeProto

func (*SqlCreateTableProto) GetReplace

func (x *SqlCreateTableProto) GetReplace() bool

func (*SqlCreateTableProto) GetTypeInformation

func (x *SqlCreateTableProto) GetTypeInformation() *RelDataTypeProto

func (*SqlCreateTableProto) ProtoMessage

func (*SqlCreateTableProto) ProtoMessage()

func (*SqlCreateTableProto) ProtoReflect

func (x *SqlCreateTableProto) ProtoReflect() protoreflect.Message

func (*SqlCreateTableProto) Reset

func (x *SqlCreateTableProto) Reset()

func (*SqlCreateTableProto) String

func (x *SqlCreateTableProto) String() string

type SqlCreateTypeProto

type SqlCreateTypeProto struct {
	Name            *SqlIdentifierProto   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	AttributeDefs   *SqlNodeListProto     `protobuf:"bytes,2,opt,name=attributeDefs,proto3" json:"attributeDefs,omitempty"`
	DataType        *SqlDataTypeSpecProto `protobuf:"bytes,3,opt,name=dataType,proto3" json:"dataType,omitempty"`
	Replace         bool                  `protobuf:"varint,4,opt,name=replace,proto3" json:"replace,omitempty"`
	IfNotExists     bool                  `protobuf:"varint,5,opt,name=ifNotExists,proto3" json:"ifNotExists,omitempty"`
	Operator        *SqlOperatorProto     `protobuf:"bytes,6,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos             *SqlParserPosProto    `protobuf:"bytes,7,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto     `protobuf:"bytes,8,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.ddl.SqlCreateType

func (*SqlCreateTypeProto) Descriptor deprecated

func (*SqlCreateTypeProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCreateTypeProto.ProtoReflect.Descriptor instead.

func (*SqlCreateTypeProto) GetAttributeDefs

func (x *SqlCreateTypeProto) GetAttributeDefs() *SqlNodeListProto

func (*SqlCreateTypeProto) GetDataType

func (x *SqlCreateTypeProto) GetDataType() *SqlDataTypeSpecProto

func (*SqlCreateTypeProto) GetIfNotExists

func (x *SqlCreateTypeProto) GetIfNotExists() bool

func (*SqlCreateTypeProto) GetName

func (x *SqlCreateTypeProto) GetName() *SqlIdentifierProto

func (*SqlCreateTypeProto) GetOperator

func (x *SqlCreateTypeProto) GetOperator() *SqlOperatorProto

func (*SqlCreateTypeProto) GetPos

func (*SqlCreateTypeProto) GetReplace

func (x *SqlCreateTypeProto) GetReplace() bool

func (*SqlCreateTypeProto) GetTypeInformation

func (x *SqlCreateTypeProto) GetTypeInformation() *RelDataTypeProto

func (*SqlCreateTypeProto) ProtoMessage

func (*SqlCreateTypeProto) ProtoMessage()

func (*SqlCreateTypeProto) ProtoReflect

func (x *SqlCreateTypeProto) ProtoReflect() protoreflect.Message

func (*SqlCreateTypeProto) Reset

func (x *SqlCreateTypeProto) Reset()

func (*SqlCreateTypeProto) String

func (x *SqlCreateTypeProto) String() string

type SqlCreateViewProto

type SqlCreateViewProto struct {
	Name            *SqlIdentifierProto `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ColumnList      *SqlNodeListProto   `protobuf:"bytes,2,opt,name=columnList,proto3" json:"columnList,omitempty"`
	Query           *SqlNodeProto       `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"`
	Replace         bool                `protobuf:"varint,4,opt,name=replace,proto3" json:"replace,omitempty"`
	IfNotExists     bool                `protobuf:"varint,5,opt,name=ifNotExists,proto3" json:"ifNotExists,omitempty"`
	Operator        *SqlOperatorProto   `protobuf:"bytes,6,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,7,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,8,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.ddl.SqlCreateView

func (*SqlCreateViewProto) Descriptor deprecated

func (*SqlCreateViewProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCreateViewProto.ProtoReflect.Descriptor instead.

func (*SqlCreateViewProto) GetColumnList

func (x *SqlCreateViewProto) GetColumnList() *SqlNodeListProto

func (*SqlCreateViewProto) GetIfNotExists

func (x *SqlCreateViewProto) GetIfNotExists() bool

func (*SqlCreateViewProto) GetName

func (x *SqlCreateViewProto) GetName() *SqlIdentifierProto

func (*SqlCreateViewProto) GetOperator

func (x *SqlCreateViewProto) GetOperator() *SqlOperatorProto

func (*SqlCreateViewProto) GetPos

func (*SqlCreateViewProto) GetQuery

func (x *SqlCreateViewProto) GetQuery() *SqlNodeProto

func (*SqlCreateViewProto) GetReplace

func (x *SqlCreateViewProto) GetReplace() bool

func (*SqlCreateViewProto) GetTypeInformation

func (x *SqlCreateViewProto) GetTypeInformation() *RelDataTypeProto

func (*SqlCreateViewProto) ProtoMessage

func (*SqlCreateViewProto) ProtoMessage()

func (*SqlCreateViewProto) ProtoReflect

func (x *SqlCreateViewProto) ProtoReflect() protoreflect.Message

func (*SqlCreateViewProto) Reset

func (x *SqlCreateViewProto) Reset()

func (*SqlCreateViewProto) String

func (x *SqlCreateViewProto) String() string

type SqlCurrentDateFunctionProto

type SqlCurrentDateFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlCurrentDateFunction

func (*SqlCurrentDateFunctionProto) Descriptor deprecated

func (*SqlCurrentDateFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCurrentDateFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlCurrentDateFunctionProto) GetAllowedSignatures

func (x *SqlCurrentDateFunctionProto) GetAllowedSignatures() string

func (*SqlCurrentDateFunctionProto) GetCategory

func (*SqlCurrentDateFunctionProto) GetKind

func (*SqlCurrentDateFunctionProto) GetLeftPrec

func (x *SqlCurrentDateFunctionProto) GetLeftPrec() int32

func (*SqlCurrentDateFunctionProto) GetName

func (x *SqlCurrentDateFunctionProto) GetName() string

func (*SqlCurrentDateFunctionProto) GetOperandTypeChecker

func (x *SqlCurrentDateFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlCurrentDateFunctionProto) GetOperandTypeInference

func (x *SqlCurrentDateFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlCurrentDateFunctionProto) GetReturnTypeInference

func (x *SqlCurrentDateFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlCurrentDateFunctionProto) GetRightPrec

func (x *SqlCurrentDateFunctionProto) GetRightPrec() int32

func (*SqlCurrentDateFunctionProto) GetSqlIdentifier

func (x *SqlCurrentDateFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlCurrentDateFunctionProto) ProtoMessage

func (*SqlCurrentDateFunctionProto) ProtoMessage()

func (*SqlCurrentDateFunctionProto) ProtoReflect

func (*SqlCurrentDateFunctionProto) Reset

func (x *SqlCurrentDateFunctionProto) Reset()

func (*SqlCurrentDateFunctionProto) String

func (x *SqlCurrentDateFunctionProto) String() string

type SqlCursorConstructorProto

type SqlCursorConstructorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlCursorConstructor

func (*SqlCursorConstructorProto) Descriptor deprecated

func (*SqlCursorConstructorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlCursorConstructorProto.ProtoReflect.Descriptor instead.

func (*SqlCursorConstructorProto) GetAllowedSignatures

func (x *SqlCursorConstructorProto) GetAllowedSignatures() string

func (*SqlCursorConstructorProto) GetKind

func (*SqlCursorConstructorProto) GetLeftPrec

func (x *SqlCursorConstructorProto) GetLeftPrec() int32

func (*SqlCursorConstructorProto) GetName

func (x *SqlCursorConstructorProto) GetName() string

func (*SqlCursorConstructorProto) GetOperandTypeChecker

func (x *SqlCursorConstructorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlCursorConstructorProto) GetOperandTypeInference

func (x *SqlCursorConstructorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlCursorConstructorProto) GetReturnTypeInference

func (x *SqlCursorConstructorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlCursorConstructorProto) GetRightPrec

func (x *SqlCursorConstructorProto) GetRightPrec() int32

func (*SqlCursorConstructorProto) ProtoMessage

func (*SqlCursorConstructorProto) ProtoMessage()

func (*SqlCursorConstructorProto) ProtoReflect

func (*SqlCursorConstructorProto) Reset

func (x *SqlCursorConstructorProto) Reset()

func (*SqlCursorConstructorProto) String

func (x *SqlCursorConstructorProto) String() string

type SqlDataTypeSpecProto

type SqlDataTypeSpecProto struct {
	TypeNameSpec    *SqlTypeNameSpecProto `protobuf:"bytes,1,opt,name=typeNameSpec,proto3" json:"typeNameSpec,omitempty"`
	TimeZone        *TimeZoneProto        `protobuf:"bytes,2,opt,name=timeZone,proto3" json:"timeZone,omitempty"`
	Nullable        bool                  `protobuf:"varint,3,opt,name=nullable,proto3" json:"nullable,omitempty"`
	Pos             *SqlParserPosProto    `protobuf:"bytes,4,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto     `protobuf:"bytes,5,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlDataTypeSpec

func (*SqlDataTypeSpecProto) Descriptor deprecated

func (*SqlDataTypeSpecProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDataTypeSpecProto.ProtoReflect.Descriptor instead.

func (*SqlDataTypeSpecProto) GetNullable

func (x *SqlDataTypeSpecProto) GetNullable() bool

func (*SqlDataTypeSpecProto) GetPos

func (*SqlDataTypeSpecProto) GetTimeZone

func (x *SqlDataTypeSpecProto) GetTimeZone() *TimeZoneProto

func (*SqlDataTypeSpecProto) GetTypeInformation

func (x *SqlDataTypeSpecProto) GetTypeInformation() *RelDataTypeProto

func (*SqlDataTypeSpecProto) GetTypeNameSpec

func (x *SqlDataTypeSpecProto) GetTypeNameSpec() *SqlTypeNameSpecProto

func (*SqlDataTypeSpecProto) ProtoMessage

func (*SqlDataTypeSpecProto) ProtoMessage()

func (*SqlDataTypeSpecProto) ProtoReflect

func (x *SqlDataTypeSpecProto) ProtoReflect() protoreflect.Message

func (*SqlDataTypeSpecProto) Reset

func (x *SqlDataTypeSpecProto) Reset()

func (*SqlDataTypeSpecProto) String

func (x *SqlDataTypeSpecProto) String() string

type SqlDateLiteralProto

type SqlDateLiteralProto struct {
	HasTimeZone     bool               `protobuf:"varint,1,opt,name=hasTimeZone,proto3" json:"hasTimeZone,omitempty"`
	Precision       int32              `protobuf:"zigzag32,2,opt,name=precision,proto3" json:"precision,omitempty"`
	TypeName        SqlTypeNameProto   `protobuf:"varint,3,opt,name=typeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeName,omitempty"`
	Value           string             `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,5,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,6,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlDateLiteral

func (*SqlDateLiteralProto) Descriptor deprecated

func (*SqlDateLiteralProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDateLiteralProto.ProtoReflect.Descriptor instead.

func (*SqlDateLiteralProto) GetHasTimeZone

func (x *SqlDateLiteralProto) GetHasTimeZone() bool

func (*SqlDateLiteralProto) GetPos

func (*SqlDateLiteralProto) GetPrecision

func (x *SqlDateLiteralProto) GetPrecision() int32

func (*SqlDateLiteralProto) GetTypeInformation

func (x *SqlDateLiteralProto) GetTypeInformation() *RelDataTypeProto

func (*SqlDateLiteralProto) GetTypeName

func (x *SqlDateLiteralProto) GetTypeName() SqlTypeNameProto

func (*SqlDateLiteralProto) GetValue

func (x *SqlDateLiteralProto) GetValue() string

func (*SqlDateLiteralProto) ProtoMessage

func (*SqlDateLiteralProto) ProtoMessage()

func (*SqlDateLiteralProto) ProtoReflect

func (x *SqlDateLiteralProto) ProtoReflect() protoreflect.Message

func (*SqlDateLiteralProto) Reset

func (x *SqlDateLiteralProto) Reset()

func (*SqlDateLiteralProto) String

func (x *SqlDateLiteralProto) String() string

type SqlDatePartFunctionProto

type SqlDatePartFunctionProto struct {
	TimeUnit             TimeUnitProto                 `protobuf:"varint,1,opt,name=timeUnit,proto3,enum=rill.sql.v1.TimeUnitProto" json:"timeUnit,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,2,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,3,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,5,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,6,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,7,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,8,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,9,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,10,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,11,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlDatePartFunction

func (*SqlDatePartFunctionProto) Descriptor deprecated

func (*SqlDatePartFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDatePartFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlDatePartFunctionProto) GetAllowedSignatures

func (x *SqlDatePartFunctionProto) GetAllowedSignatures() string

func (*SqlDatePartFunctionProto) GetCategory

func (*SqlDatePartFunctionProto) GetKind

func (*SqlDatePartFunctionProto) GetLeftPrec

func (x *SqlDatePartFunctionProto) GetLeftPrec() int32

func (*SqlDatePartFunctionProto) GetName

func (x *SqlDatePartFunctionProto) GetName() string

func (*SqlDatePartFunctionProto) GetOperandTypeChecker

func (x *SqlDatePartFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlDatePartFunctionProto) GetOperandTypeInference

func (x *SqlDatePartFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlDatePartFunctionProto) GetReturnTypeInference

func (x *SqlDatePartFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlDatePartFunctionProto) GetRightPrec

func (x *SqlDatePartFunctionProto) GetRightPrec() int32

func (*SqlDatePartFunctionProto) GetSqlIdentifier

func (x *SqlDatePartFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlDatePartFunctionProto) GetTimeUnit

func (x *SqlDatePartFunctionProto) GetTimeUnit() TimeUnitProto

func (*SqlDatePartFunctionProto) ProtoMessage

func (*SqlDatePartFunctionProto) ProtoMessage()

func (*SqlDatePartFunctionProto) ProtoReflect

func (x *SqlDatePartFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlDatePartFunctionProto) Reset

func (x *SqlDatePartFunctionProto) Reset()

func (*SqlDatePartFunctionProto) String

func (x *SqlDatePartFunctionProto) String() string

type SqlDatetimePlusOperatorProto

type SqlDatetimePlusOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlDatetimePlusOperator

func (*SqlDatetimePlusOperatorProto) Descriptor deprecated

func (*SqlDatetimePlusOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDatetimePlusOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlDatetimePlusOperatorProto) GetAllowedSignatures

func (x *SqlDatetimePlusOperatorProto) GetAllowedSignatures() string

func (*SqlDatetimePlusOperatorProto) GetKind

func (*SqlDatetimePlusOperatorProto) GetLeftPrec

func (x *SqlDatetimePlusOperatorProto) GetLeftPrec() int32

func (*SqlDatetimePlusOperatorProto) GetName

func (x *SqlDatetimePlusOperatorProto) GetName() string

func (*SqlDatetimePlusOperatorProto) GetOperandTypeChecker

func (x *SqlDatetimePlusOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlDatetimePlusOperatorProto) GetOperandTypeInference

func (x *SqlDatetimePlusOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlDatetimePlusOperatorProto) GetReturnTypeInference

func (x *SqlDatetimePlusOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlDatetimePlusOperatorProto) GetRightPrec

func (x *SqlDatetimePlusOperatorProto) GetRightPrec() int32

func (*SqlDatetimePlusOperatorProto) ProtoMessage

func (*SqlDatetimePlusOperatorProto) ProtoMessage()

func (*SqlDatetimePlusOperatorProto) ProtoReflect

func (*SqlDatetimePlusOperatorProto) Reset

func (x *SqlDatetimePlusOperatorProto) Reset()

func (*SqlDatetimePlusOperatorProto) String

type SqlDatetimeSubtractionOperatorProto

type SqlDatetimeSubtractionOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlDatetimeSubtractionOperator

func (*SqlDatetimeSubtractionOperatorProto) Descriptor deprecated

func (*SqlDatetimeSubtractionOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDatetimeSubtractionOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlDatetimeSubtractionOperatorProto) GetAllowedSignatures

func (x *SqlDatetimeSubtractionOperatorProto) GetAllowedSignatures() string

func (*SqlDatetimeSubtractionOperatorProto) GetKind

func (*SqlDatetimeSubtractionOperatorProto) GetLeftPrec

func (x *SqlDatetimeSubtractionOperatorProto) GetLeftPrec() int32

func (*SqlDatetimeSubtractionOperatorProto) GetName

func (*SqlDatetimeSubtractionOperatorProto) GetOperandTypeChecker

func (*SqlDatetimeSubtractionOperatorProto) GetOperandTypeInference

func (*SqlDatetimeSubtractionOperatorProto) GetReturnTypeInference

func (*SqlDatetimeSubtractionOperatorProto) GetRightPrec

func (x *SqlDatetimeSubtractionOperatorProto) GetRightPrec() int32

func (*SqlDatetimeSubtractionOperatorProto) ProtoMessage

func (*SqlDatetimeSubtractionOperatorProto) ProtoMessage()

func (*SqlDatetimeSubtractionOperatorProto) ProtoReflect

func (*SqlDatetimeSubtractionOperatorProto) Reset

func (*SqlDatetimeSubtractionOperatorProto) String

type SqlDdlProto

type SqlDdlProto struct {

	// Types that are assignable to SqlDdlProto:
	//
	//	*SqlDdlProto_SqlDropProto
	//	*SqlDdlProto_SqlCreateProto
	//	*SqlDdlProto_SqlDropSchemaProto
	//	*SqlDdlProto_SqlDropObjectProto
	//	*SqlDdlProto_SqlCreateTypeProto
	//	*SqlDdlProto_SqlCreateTableProto
	//	*SqlDdlProto_SqlCreateViewProto
	//	*SqlDdlProto_SqlCreateFunctionProto
	//	*SqlDdlProto_SqlCreateForeignSchemaProto
	//	*SqlDdlProto_SqlCreateSchemaProto
	//	*SqlDdlProto_SqlCreateMaterializedViewProto
	//	*SqlDdlProto_SqlDropTableProto
	//	*SqlDdlProto_SqlDropMaterializedViewProto
	//	*SqlDdlProto_SqlDropViewProto
	//	*SqlDdlProto_SqlDropFunctionProto
	//	*SqlDdlProto_SqlDropTypeProto
	SqlDdlProto     isSqlDdlProto_SqlDdlProto `protobuf_oneof:"sqlDdlProto"`
	Operator        *SqlOperatorProto         `protobuf:"bytes,17,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos             *SqlParserPosProto        `protobuf:"bytes,18,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto         `protobuf:"bytes,19,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlDdl

func (*SqlDdlProto) Descriptor deprecated

func (*SqlDdlProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDdlProto.ProtoReflect.Descriptor instead.

func (*SqlDdlProto) GetOperator

func (x *SqlDdlProto) GetOperator() *SqlOperatorProto

func (*SqlDdlProto) GetPos

func (x *SqlDdlProto) GetPos() *SqlParserPosProto

func (*SqlDdlProto) GetSqlCreateForeignSchemaProto

func (x *SqlDdlProto) GetSqlCreateForeignSchemaProto() *SqlCreateForeignSchemaProto

func (*SqlDdlProto) GetSqlCreateFunctionProto

func (x *SqlDdlProto) GetSqlCreateFunctionProto() *SqlCreateFunctionProto

func (*SqlDdlProto) GetSqlCreateMaterializedViewProto

func (x *SqlDdlProto) GetSqlCreateMaterializedViewProto() *SqlCreateMaterializedViewProto

func (*SqlDdlProto) GetSqlCreateProto

func (x *SqlDdlProto) GetSqlCreateProto() *SqlCreateProto

func (*SqlDdlProto) GetSqlCreateSchemaProto

func (x *SqlDdlProto) GetSqlCreateSchemaProto() *SqlCreateSchemaProto

func (*SqlDdlProto) GetSqlCreateTableProto

func (x *SqlDdlProto) GetSqlCreateTableProto() *SqlCreateTableProto

func (*SqlDdlProto) GetSqlCreateTypeProto

func (x *SqlDdlProto) GetSqlCreateTypeProto() *SqlCreateTypeProto

func (*SqlDdlProto) GetSqlCreateViewProto

func (x *SqlDdlProto) GetSqlCreateViewProto() *SqlCreateViewProto

func (*SqlDdlProto) GetSqlDdlProto

func (m *SqlDdlProto) GetSqlDdlProto() isSqlDdlProto_SqlDdlProto

func (*SqlDdlProto) GetSqlDropFunctionProto

func (x *SqlDdlProto) GetSqlDropFunctionProto() *SqlDropFunctionProto

func (*SqlDdlProto) GetSqlDropMaterializedViewProto

func (x *SqlDdlProto) GetSqlDropMaterializedViewProto() *SqlDropMaterializedViewProto

func (*SqlDdlProto) GetSqlDropObjectProto

func (x *SqlDdlProto) GetSqlDropObjectProto() *SqlDropObjectProto

func (*SqlDdlProto) GetSqlDropProto

func (x *SqlDdlProto) GetSqlDropProto() *SqlDropProto

func (*SqlDdlProto) GetSqlDropSchemaProto

func (x *SqlDdlProto) GetSqlDropSchemaProto() *SqlDropSchemaProto

func (*SqlDdlProto) GetSqlDropTableProto

func (x *SqlDdlProto) GetSqlDropTableProto() *SqlDropTableProto

func (*SqlDdlProto) GetSqlDropTypeProto

func (x *SqlDdlProto) GetSqlDropTypeProto() *SqlDropTypeProto

func (*SqlDdlProto) GetSqlDropViewProto

func (x *SqlDdlProto) GetSqlDropViewProto() *SqlDropViewProto

func (*SqlDdlProto) GetTypeInformation

func (x *SqlDdlProto) GetTypeInformation() *RelDataTypeProto

func (*SqlDdlProto) ProtoMessage

func (*SqlDdlProto) ProtoMessage()

func (*SqlDdlProto) ProtoReflect

func (x *SqlDdlProto) ProtoReflect() protoreflect.Message

func (*SqlDdlProto) Reset

func (x *SqlDdlProto) Reset()

func (*SqlDdlProto) String

func (x *SqlDdlProto) String() string

type SqlDdlProto_SqlCreateForeignSchemaProto

type SqlDdlProto_SqlCreateForeignSchemaProto struct {
	SqlCreateForeignSchemaProto *SqlCreateForeignSchemaProto `protobuf:"bytes,9,opt,name=sqlCreateForeignSchemaProto,proto3,oneof"`
}

type SqlDdlProto_SqlCreateFunctionProto

type SqlDdlProto_SqlCreateFunctionProto struct {
	SqlCreateFunctionProto *SqlCreateFunctionProto `protobuf:"bytes,8,opt,name=sqlCreateFunctionProto,proto3,oneof"`
}

type SqlDdlProto_SqlCreateMaterializedViewProto

type SqlDdlProto_SqlCreateMaterializedViewProto struct {
	SqlCreateMaterializedViewProto *SqlCreateMaterializedViewProto `protobuf:"bytes,11,opt,name=sqlCreateMaterializedViewProto,proto3,oneof"`
}

type SqlDdlProto_SqlCreateProto

type SqlDdlProto_SqlCreateProto struct {
	SqlCreateProto *SqlCreateProto `protobuf:"bytes,2,opt,name=sqlCreateProto,proto3,oneof"`
}

type SqlDdlProto_SqlCreateSchemaProto

type SqlDdlProto_SqlCreateSchemaProto struct {
	SqlCreateSchemaProto *SqlCreateSchemaProto `protobuf:"bytes,10,opt,name=sqlCreateSchemaProto,proto3,oneof"`
}

type SqlDdlProto_SqlCreateTableProto

type SqlDdlProto_SqlCreateTableProto struct {
	SqlCreateTableProto *SqlCreateTableProto `protobuf:"bytes,6,opt,name=sqlCreateTableProto,proto3,oneof"`
}

type SqlDdlProto_SqlCreateTypeProto

type SqlDdlProto_SqlCreateTypeProto struct {
	SqlCreateTypeProto *SqlCreateTypeProto `protobuf:"bytes,5,opt,name=sqlCreateTypeProto,proto3,oneof"`
}

type SqlDdlProto_SqlCreateViewProto

type SqlDdlProto_SqlCreateViewProto struct {
	SqlCreateViewProto *SqlCreateViewProto `protobuf:"bytes,7,opt,name=sqlCreateViewProto,proto3,oneof"`
}

type SqlDdlProto_SqlDropFunctionProto

type SqlDdlProto_SqlDropFunctionProto struct {
	SqlDropFunctionProto *SqlDropFunctionProto `protobuf:"bytes,15,opt,name=sqlDropFunctionProto,proto3,oneof"`
}

type SqlDdlProto_SqlDropMaterializedViewProto

type SqlDdlProto_SqlDropMaterializedViewProto struct {
	SqlDropMaterializedViewProto *SqlDropMaterializedViewProto `protobuf:"bytes,13,opt,name=sqlDropMaterializedViewProto,proto3,oneof"`
}

type SqlDdlProto_SqlDropObjectProto

type SqlDdlProto_SqlDropObjectProto struct {
	SqlDropObjectProto *SqlDropObjectProto `protobuf:"bytes,4,opt,name=sqlDropObjectProto,proto3,oneof"`
}

type SqlDdlProto_SqlDropProto

type SqlDdlProto_SqlDropProto struct {
	SqlDropProto *SqlDropProto `protobuf:"bytes,1,opt,name=sqlDropProto,proto3,oneof"`
}

type SqlDdlProto_SqlDropSchemaProto

type SqlDdlProto_SqlDropSchemaProto struct {
	SqlDropSchemaProto *SqlDropSchemaProto `protobuf:"bytes,3,opt,name=sqlDropSchemaProto,proto3,oneof"`
}

type SqlDdlProto_SqlDropTableProto

type SqlDdlProto_SqlDropTableProto struct {
	SqlDropTableProto *SqlDropTableProto `protobuf:"bytes,12,opt,name=sqlDropTableProto,proto3,oneof"`
}

type SqlDdlProto_SqlDropTypeProto

type SqlDdlProto_SqlDropTypeProto struct {
	SqlDropTypeProto *SqlDropTypeProto `protobuf:"bytes,16,opt,name=sqlDropTypeProto,proto3,oneof"`
}

type SqlDdlProto_SqlDropViewProto

type SqlDdlProto_SqlDropViewProto struct {
	SqlDropViewProto *SqlDropViewProto `protobuf:"bytes,14,opt,name=sqlDropViewProto,proto3,oneof"`
}

type SqlDefaultOperatorProto

type SqlDefaultOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlDefaultOperator

func (*SqlDefaultOperatorProto) Descriptor deprecated

func (*SqlDefaultOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDefaultOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlDefaultOperatorProto) GetAllowedSignatures

func (x *SqlDefaultOperatorProto) GetAllowedSignatures() string

func (*SqlDefaultOperatorProto) GetKind

func (*SqlDefaultOperatorProto) GetLeftPrec

func (x *SqlDefaultOperatorProto) GetLeftPrec() int32

func (*SqlDefaultOperatorProto) GetName

func (x *SqlDefaultOperatorProto) GetName() string

func (*SqlDefaultOperatorProto) GetOperandTypeChecker

func (x *SqlDefaultOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlDefaultOperatorProto) GetOperandTypeInference

func (x *SqlDefaultOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlDefaultOperatorProto) GetReturnTypeInference

func (x *SqlDefaultOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlDefaultOperatorProto) GetRightPrec

func (x *SqlDefaultOperatorProto) GetRightPrec() int32

func (*SqlDefaultOperatorProto) ProtoMessage

func (*SqlDefaultOperatorProto) ProtoMessage()

func (*SqlDefaultOperatorProto) ProtoReflect

func (x *SqlDefaultOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlDefaultOperatorProto) Reset

func (x *SqlDefaultOperatorProto) Reset()

func (*SqlDefaultOperatorProto) String

func (x *SqlDefaultOperatorProto) String() string

type SqlDeleteProto

type SqlDeleteProto struct {
	TargetTable     *SqlNodeProto       `protobuf:"bytes,1,opt,name=targetTable,proto3" json:"targetTable,omitempty"`
	Condition       *SqlNodeProto       `protobuf:"bytes,2,opt,name=condition,proto3" json:"condition,omitempty"`
	SourceSelect    *SqlSelectProto     `protobuf:"bytes,3,opt,name=sourceSelect,proto3" json:"sourceSelect,omitempty"`
	Alias           *SqlIdentifierProto `protobuf:"bytes,4,opt,name=alias,proto3" json:"alias,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,5,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,6,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlDelete

func (*SqlDeleteProto) Descriptor deprecated

func (*SqlDeleteProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDeleteProto.ProtoReflect.Descriptor instead.

func (*SqlDeleteProto) GetAlias

func (x *SqlDeleteProto) GetAlias() *SqlIdentifierProto

func (*SqlDeleteProto) GetCondition

func (x *SqlDeleteProto) GetCondition() *SqlNodeProto

func (*SqlDeleteProto) GetPos

func (x *SqlDeleteProto) GetPos() *SqlParserPosProto

func (*SqlDeleteProto) GetSourceSelect

func (x *SqlDeleteProto) GetSourceSelect() *SqlSelectProto

func (*SqlDeleteProto) GetTargetTable

func (x *SqlDeleteProto) GetTargetTable() *SqlNodeProto

func (*SqlDeleteProto) GetTypeInformation

func (x *SqlDeleteProto) GetTypeInformation() *RelDataTypeProto

func (*SqlDeleteProto) ProtoMessage

func (*SqlDeleteProto) ProtoMessage()

func (*SqlDeleteProto) ProtoReflect

func (x *SqlDeleteProto) ProtoReflect() protoreflect.Message

func (*SqlDeleteProto) Reset

func (x *SqlDeleteProto) Reset()

func (*SqlDeleteProto) String

func (x *SqlDeleteProto) String() string

type SqlDescribeSchemaProto

type SqlDescribeSchemaProto struct {
	Schema          *SqlIdentifierProto `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,2,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,3,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlDescribeSchema

func (*SqlDescribeSchemaProto) Descriptor deprecated

func (*SqlDescribeSchemaProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDescribeSchemaProto.ProtoReflect.Descriptor instead.

func (*SqlDescribeSchemaProto) GetPos

func (*SqlDescribeSchemaProto) GetSchema

func (*SqlDescribeSchemaProto) GetTypeInformation

func (x *SqlDescribeSchemaProto) GetTypeInformation() *RelDataTypeProto

func (*SqlDescribeSchemaProto) ProtoMessage

func (*SqlDescribeSchemaProto) ProtoMessage()

func (*SqlDescribeSchemaProto) ProtoReflect

func (x *SqlDescribeSchemaProto) ProtoReflect() protoreflect.Message

func (*SqlDescribeSchemaProto) Reset

func (x *SqlDescribeSchemaProto) Reset()

func (*SqlDescribeSchemaProto) String

func (x *SqlDescribeSchemaProto) String() string

type SqlDescribeTableProto

type SqlDescribeTableProto struct {
	Table           *SqlIdentifierProto `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"`
	Column          *SqlIdentifierProto `protobuf:"bytes,2,opt,name=column,proto3" json:"column,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,3,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,4,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlDescribeTable

func (*SqlDescribeTableProto) Descriptor deprecated

func (*SqlDescribeTableProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDescribeTableProto.ProtoReflect.Descriptor instead.

func (*SqlDescribeTableProto) GetColumn

func (x *SqlDescribeTableProto) GetColumn() *SqlIdentifierProto

func (*SqlDescribeTableProto) GetPos

func (*SqlDescribeTableProto) GetTable

func (*SqlDescribeTableProto) GetTypeInformation

func (x *SqlDescribeTableProto) GetTypeInformation() *RelDataTypeProto

func (*SqlDescribeTableProto) ProtoMessage

func (*SqlDescribeTableProto) ProtoMessage()

func (*SqlDescribeTableProto) ProtoReflect

func (x *SqlDescribeTableProto) ProtoReflect() protoreflect.Message

func (*SqlDescribeTableProto) Reset

func (x *SqlDescribeTableProto) Reset()

func (*SqlDescribeTableProto) String

func (x *SqlDescribeTableProto) String() string

type SqlDescriptorOperatorProto

type SqlDescriptorOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlDescriptorOperator

func (*SqlDescriptorOperatorProto) Descriptor deprecated

func (*SqlDescriptorOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDescriptorOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlDescriptorOperatorProto) GetAllowedSignatures

func (x *SqlDescriptorOperatorProto) GetAllowedSignatures() string

func (*SqlDescriptorOperatorProto) GetKind

func (*SqlDescriptorOperatorProto) GetLeftPrec

func (x *SqlDescriptorOperatorProto) GetLeftPrec() int32

func (*SqlDescriptorOperatorProto) GetName

func (x *SqlDescriptorOperatorProto) GetName() string

func (*SqlDescriptorOperatorProto) GetOperandTypeChecker

func (x *SqlDescriptorOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlDescriptorOperatorProto) GetOperandTypeInference

func (x *SqlDescriptorOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlDescriptorOperatorProto) GetReturnTypeInference

func (x *SqlDescriptorOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlDescriptorOperatorProto) GetRightPrec

func (x *SqlDescriptorOperatorProto) GetRightPrec() int32

func (*SqlDescriptorOperatorProto) ProtoMessage

func (*SqlDescriptorOperatorProto) ProtoMessage()

func (*SqlDescriptorOperatorProto) ProtoReflect

func (*SqlDescriptorOperatorProto) Reset

func (x *SqlDescriptorOperatorProto) Reset()

func (*SqlDescriptorOperatorProto) String

func (x *SqlDescriptorOperatorProto) String() string

type SqlDotOperatorProto

type SqlDotOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlDotOperator

func (*SqlDotOperatorProto) Descriptor deprecated

func (*SqlDotOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDotOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlDotOperatorProto) GetAllowedSignatures

func (x *SqlDotOperatorProto) GetAllowedSignatures() string

func (*SqlDotOperatorProto) GetKind

func (x *SqlDotOperatorProto) GetKind() SqlKindProto

func (*SqlDotOperatorProto) GetLeftPrec

func (x *SqlDotOperatorProto) GetLeftPrec() int32

func (*SqlDotOperatorProto) GetName

func (x *SqlDotOperatorProto) GetName() string

func (*SqlDotOperatorProto) GetOperandTypeChecker

func (x *SqlDotOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlDotOperatorProto) GetOperandTypeInference

func (x *SqlDotOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlDotOperatorProto) GetReturnTypeInference

func (x *SqlDotOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlDotOperatorProto) GetRightPrec

func (x *SqlDotOperatorProto) GetRightPrec() int32

func (*SqlDotOperatorProto) ProtoMessage

func (*SqlDotOperatorProto) ProtoMessage()

func (*SqlDotOperatorProto) ProtoReflect

func (x *SqlDotOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlDotOperatorProto) Reset

func (x *SqlDotOperatorProto) Reset()

func (*SqlDotOperatorProto) String

func (x *SqlDotOperatorProto) String() string

type SqlDropFunctionProto

type SqlDropFunctionProto struct {
	Name            *SqlIdentifierProto `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	IfExists        bool                `protobuf:"varint,2,opt,name=ifExists,proto3" json:"ifExists,omitempty"`
	Operator        *SqlOperatorProto   `protobuf:"bytes,3,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,4,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,5,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.ddl.SqlDropFunction

func (*SqlDropFunctionProto) Descriptor deprecated

func (*SqlDropFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDropFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlDropFunctionProto) GetIfExists

func (x *SqlDropFunctionProto) GetIfExists() bool

func (*SqlDropFunctionProto) GetName

func (*SqlDropFunctionProto) GetOperator

func (x *SqlDropFunctionProto) GetOperator() *SqlOperatorProto

func (*SqlDropFunctionProto) GetPos

func (*SqlDropFunctionProto) GetTypeInformation

func (x *SqlDropFunctionProto) GetTypeInformation() *RelDataTypeProto

func (*SqlDropFunctionProto) ProtoMessage

func (*SqlDropFunctionProto) ProtoMessage()

func (*SqlDropFunctionProto) ProtoReflect

func (x *SqlDropFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlDropFunctionProto) Reset

func (x *SqlDropFunctionProto) Reset()

func (*SqlDropFunctionProto) String

func (x *SqlDropFunctionProto) String() string

type SqlDropMaterializedViewProto

type SqlDropMaterializedViewProto struct {
	Name            *SqlIdentifierProto `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	IfExists        bool                `protobuf:"varint,2,opt,name=ifExists,proto3" json:"ifExists,omitempty"`
	Operator        *SqlOperatorProto   `protobuf:"bytes,3,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,4,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,5,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.ddl.SqlDropMaterializedView

func (*SqlDropMaterializedViewProto) Descriptor deprecated

func (*SqlDropMaterializedViewProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDropMaterializedViewProto.ProtoReflect.Descriptor instead.

func (*SqlDropMaterializedViewProto) GetIfExists

func (x *SqlDropMaterializedViewProto) GetIfExists() bool

func (*SqlDropMaterializedViewProto) GetName

func (*SqlDropMaterializedViewProto) GetOperator

func (*SqlDropMaterializedViewProto) GetPos

func (*SqlDropMaterializedViewProto) GetTypeInformation

func (x *SqlDropMaterializedViewProto) GetTypeInformation() *RelDataTypeProto

func (*SqlDropMaterializedViewProto) ProtoMessage

func (*SqlDropMaterializedViewProto) ProtoMessage()

func (*SqlDropMaterializedViewProto) ProtoReflect

func (*SqlDropMaterializedViewProto) Reset

func (x *SqlDropMaterializedViewProto) Reset()

func (*SqlDropMaterializedViewProto) String

type SqlDropObjectProto

type SqlDropObjectProto struct {

	// Types that are assignable to SqlDropObjectProto:
	//
	//	*SqlDropObjectProto_SqlDropTableProto
	//	*SqlDropObjectProto_SqlDropMaterializedViewProto
	//	*SqlDropObjectProto_SqlDropViewProto
	//	*SqlDropObjectProto_SqlDropFunctionProto
	//	*SqlDropObjectProto_SqlDropTypeProto
	SqlDropObjectProto isSqlDropObjectProto_SqlDropObjectProto `protobuf_oneof:"sqlDropObjectProto"`
	Name               *SqlIdentifierProto                     `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	IfExists           bool                                    `protobuf:"varint,7,opt,name=ifExists,proto3" json:"ifExists,omitempty"`
	Operator           *SqlOperatorProto                       `protobuf:"bytes,8,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos                *SqlParserPosProto                      `protobuf:"bytes,9,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation    *RelDataTypeProto                       `protobuf:"bytes,10,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.ddl.SqlDropObject

func (*SqlDropObjectProto) Descriptor deprecated

func (*SqlDropObjectProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDropObjectProto.ProtoReflect.Descriptor instead.

func (*SqlDropObjectProto) GetIfExists

func (x *SqlDropObjectProto) GetIfExists() bool

func (*SqlDropObjectProto) GetName

func (x *SqlDropObjectProto) GetName() *SqlIdentifierProto

func (*SqlDropObjectProto) GetOperator

func (x *SqlDropObjectProto) GetOperator() *SqlOperatorProto

func (*SqlDropObjectProto) GetPos

func (*SqlDropObjectProto) GetSqlDropFunctionProto

func (x *SqlDropObjectProto) GetSqlDropFunctionProto() *SqlDropFunctionProto

func (*SqlDropObjectProto) GetSqlDropMaterializedViewProto

func (x *SqlDropObjectProto) GetSqlDropMaterializedViewProto() *SqlDropMaterializedViewProto

func (*SqlDropObjectProto) GetSqlDropObjectProto

func (m *SqlDropObjectProto) GetSqlDropObjectProto() isSqlDropObjectProto_SqlDropObjectProto

func (*SqlDropObjectProto) GetSqlDropTableProto

func (x *SqlDropObjectProto) GetSqlDropTableProto() *SqlDropTableProto

func (*SqlDropObjectProto) GetSqlDropTypeProto

func (x *SqlDropObjectProto) GetSqlDropTypeProto() *SqlDropTypeProto

func (*SqlDropObjectProto) GetSqlDropViewProto

func (x *SqlDropObjectProto) GetSqlDropViewProto() *SqlDropViewProto

func (*SqlDropObjectProto) GetTypeInformation

func (x *SqlDropObjectProto) GetTypeInformation() *RelDataTypeProto

func (*SqlDropObjectProto) ProtoMessage

func (*SqlDropObjectProto) ProtoMessage()

func (*SqlDropObjectProto) ProtoReflect

func (x *SqlDropObjectProto) ProtoReflect() protoreflect.Message

func (*SqlDropObjectProto) Reset

func (x *SqlDropObjectProto) Reset()

func (*SqlDropObjectProto) String

func (x *SqlDropObjectProto) String() string

type SqlDropObjectProto_SqlDropFunctionProto

type SqlDropObjectProto_SqlDropFunctionProto struct {
	SqlDropFunctionProto *SqlDropFunctionProto `protobuf:"bytes,4,opt,name=sqlDropFunctionProto,proto3,oneof"`
}

type SqlDropObjectProto_SqlDropMaterializedViewProto

type SqlDropObjectProto_SqlDropMaterializedViewProto struct {
	SqlDropMaterializedViewProto *SqlDropMaterializedViewProto `protobuf:"bytes,2,opt,name=sqlDropMaterializedViewProto,proto3,oneof"`
}

type SqlDropObjectProto_SqlDropTableProto

type SqlDropObjectProto_SqlDropTableProto struct {
	SqlDropTableProto *SqlDropTableProto `protobuf:"bytes,1,opt,name=sqlDropTableProto,proto3,oneof"`
}

type SqlDropObjectProto_SqlDropTypeProto

type SqlDropObjectProto_SqlDropTypeProto struct {
	SqlDropTypeProto *SqlDropTypeProto `protobuf:"bytes,5,opt,name=sqlDropTypeProto,proto3,oneof"`
}

type SqlDropObjectProto_SqlDropViewProto

type SqlDropObjectProto_SqlDropViewProto struct {
	SqlDropViewProto *SqlDropViewProto `protobuf:"bytes,3,opt,name=sqlDropViewProto,proto3,oneof"`
}

type SqlDropProto

type SqlDropProto struct {

	// Types that are assignable to SqlDropProto:
	//
	//	*SqlDropProto_SqlDropSchemaProto
	//	*SqlDropProto_SqlDropObjectProto
	//	*SqlDropProto_SqlDropTableProto
	//	*SqlDropProto_SqlDropMaterializedViewProto
	//	*SqlDropProto_SqlDropViewProto
	//	*SqlDropProto_SqlDropFunctionProto
	//	*SqlDropProto_SqlDropTypeProto
	SqlDropProto    isSqlDropProto_SqlDropProto `protobuf_oneof:"sqlDropProto"`
	IfExists        bool                        `protobuf:"varint,8,opt,name=ifExists,proto3" json:"ifExists,omitempty"`
	Operator        *SqlOperatorProto           `protobuf:"bytes,9,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos             *SqlParserPosProto          `protobuf:"bytes,10,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto           `protobuf:"bytes,11,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlDrop

func (*SqlDropProto) Descriptor deprecated

func (*SqlDropProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDropProto.ProtoReflect.Descriptor instead.

func (*SqlDropProto) GetIfExists

func (x *SqlDropProto) GetIfExists() bool

func (*SqlDropProto) GetOperator

func (x *SqlDropProto) GetOperator() *SqlOperatorProto

func (*SqlDropProto) GetPos

func (x *SqlDropProto) GetPos() *SqlParserPosProto

func (*SqlDropProto) GetSqlDropFunctionProto

func (x *SqlDropProto) GetSqlDropFunctionProto() *SqlDropFunctionProto

func (*SqlDropProto) GetSqlDropMaterializedViewProto

func (x *SqlDropProto) GetSqlDropMaterializedViewProto() *SqlDropMaterializedViewProto

func (*SqlDropProto) GetSqlDropObjectProto

func (x *SqlDropProto) GetSqlDropObjectProto() *SqlDropObjectProto

func (*SqlDropProto) GetSqlDropProto

func (m *SqlDropProto) GetSqlDropProto() isSqlDropProto_SqlDropProto

func (*SqlDropProto) GetSqlDropSchemaProto

func (x *SqlDropProto) GetSqlDropSchemaProto() *SqlDropSchemaProto

func (*SqlDropProto) GetSqlDropTableProto

func (x *SqlDropProto) GetSqlDropTableProto() *SqlDropTableProto

func (*SqlDropProto) GetSqlDropTypeProto

func (x *SqlDropProto) GetSqlDropTypeProto() *SqlDropTypeProto

func (*SqlDropProto) GetSqlDropViewProto

func (x *SqlDropProto) GetSqlDropViewProto() *SqlDropViewProto

func (*SqlDropProto) GetTypeInformation

func (x *SqlDropProto) GetTypeInformation() *RelDataTypeProto

func (*SqlDropProto) ProtoMessage

func (*SqlDropProto) ProtoMessage()

func (*SqlDropProto) ProtoReflect

func (x *SqlDropProto) ProtoReflect() protoreflect.Message

func (*SqlDropProto) Reset

func (x *SqlDropProto) Reset()

func (*SqlDropProto) String

func (x *SqlDropProto) String() string

type SqlDropProto_SqlDropFunctionProto

type SqlDropProto_SqlDropFunctionProto struct {
	SqlDropFunctionProto *SqlDropFunctionProto `protobuf:"bytes,6,opt,name=sqlDropFunctionProto,proto3,oneof"`
}

type SqlDropProto_SqlDropMaterializedViewProto

type SqlDropProto_SqlDropMaterializedViewProto struct {
	SqlDropMaterializedViewProto *SqlDropMaterializedViewProto `protobuf:"bytes,4,opt,name=sqlDropMaterializedViewProto,proto3,oneof"`
}

type SqlDropProto_SqlDropObjectProto

type SqlDropProto_SqlDropObjectProto struct {
	SqlDropObjectProto *SqlDropObjectProto `protobuf:"bytes,2,opt,name=sqlDropObjectProto,proto3,oneof"`
}

type SqlDropProto_SqlDropSchemaProto

type SqlDropProto_SqlDropSchemaProto struct {
	SqlDropSchemaProto *SqlDropSchemaProto `protobuf:"bytes,1,opt,name=sqlDropSchemaProto,proto3,oneof"`
}

type SqlDropProto_SqlDropTableProto

type SqlDropProto_SqlDropTableProto struct {
	SqlDropTableProto *SqlDropTableProto `protobuf:"bytes,3,opt,name=sqlDropTableProto,proto3,oneof"`
}

type SqlDropProto_SqlDropTypeProto

type SqlDropProto_SqlDropTypeProto struct {
	SqlDropTypeProto *SqlDropTypeProto `protobuf:"bytes,7,opt,name=sqlDropTypeProto,proto3,oneof"`
}

type SqlDropProto_SqlDropViewProto

type SqlDropProto_SqlDropViewProto struct {
	SqlDropViewProto *SqlDropViewProto `protobuf:"bytes,5,opt,name=sqlDropViewProto,proto3,oneof"`
}

type SqlDropSchemaProto

type SqlDropSchemaProto struct {
	Foreign         bool                `protobuf:"varint,1,opt,name=foreign,proto3" json:"foreign,omitempty"`
	Name            *SqlIdentifierProto `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	IfExists        bool                `protobuf:"varint,3,opt,name=ifExists,proto3" json:"ifExists,omitempty"`
	Operator        *SqlOperatorProto   `protobuf:"bytes,4,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,5,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,6,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.ddl.SqlDropSchema

func (*SqlDropSchemaProto) Descriptor deprecated

func (*SqlDropSchemaProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDropSchemaProto.ProtoReflect.Descriptor instead.

func (*SqlDropSchemaProto) GetForeign

func (x *SqlDropSchemaProto) GetForeign() bool

func (*SqlDropSchemaProto) GetIfExists

func (x *SqlDropSchemaProto) GetIfExists() bool

func (*SqlDropSchemaProto) GetName

func (x *SqlDropSchemaProto) GetName() *SqlIdentifierProto

func (*SqlDropSchemaProto) GetOperator

func (x *SqlDropSchemaProto) GetOperator() *SqlOperatorProto

func (*SqlDropSchemaProto) GetPos

func (*SqlDropSchemaProto) GetTypeInformation

func (x *SqlDropSchemaProto) GetTypeInformation() *RelDataTypeProto

func (*SqlDropSchemaProto) ProtoMessage

func (*SqlDropSchemaProto) ProtoMessage()

func (*SqlDropSchemaProto) ProtoReflect

func (x *SqlDropSchemaProto) ProtoReflect() protoreflect.Message

func (*SqlDropSchemaProto) Reset

func (x *SqlDropSchemaProto) Reset()

func (*SqlDropSchemaProto) String

func (x *SqlDropSchemaProto) String() string

type SqlDropTableProto

type SqlDropTableProto struct {
	Name            *SqlIdentifierProto `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	IfExists        bool                `protobuf:"varint,2,opt,name=ifExists,proto3" json:"ifExists,omitempty"`
	Operator        *SqlOperatorProto   `protobuf:"bytes,3,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,4,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,5,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.ddl.SqlDropTable

func (*SqlDropTableProto) Descriptor deprecated

func (*SqlDropTableProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDropTableProto.ProtoReflect.Descriptor instead.

func (*SqlDropTableProto) GetIfExists

func (x *SqlDropTableProto) GetIfExists() bool

func (*SqlDropTableProto) GetName

func (x *SqlDropTableProto) GetName() *SqlIdentifierProto

func (*SqlDropTableProto) GetOperator

func (x *SqlDropTableProto) GetOperator() *SqlOperatorProto

func (*SqlDropTableProto) GetPos

func (x *SqlDropTableProto) GetPos() *SqlParserPosProto

func (*SqlDropTableProto) GetTypeInformation

func (x *SqlDropTableProto) GetTypeInformation() *RelDataTypeProto

func (*SqlDropTableProto) ProtoMessage

func (*SqlDropTableProto) ProtoMessage()

func (*SqlDropTableProto) ProtoReflect

func (x *SqlDropTableProto) ProtoReflect() protoreflect.Message

func (*SqlDropTableProto) Reset

func (x *SqlDropTableProto) Reset()

func (*SqlDropTableProto) String

func (x *SqlDropTableProto) String() string

type SqlDropTypeProto

type SqlDropTypeProto struct {
	Name            *SqlIdentifierProto `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	IfExists        bool                `protobuf:"varint,2,opt,name=ifExists,proto3" json:"ifExists,omitempty"`
	Operator        *SqlOperatorProto   `protobuf:"bytes,3,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,4,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,5,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.ddl.SqlDropType

func (*SqlDropTypeProto) Descriptor deprecated

func (*SqlDropTypeProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDropTypeProto.ProtoReflect.Descriptor instead.

func (*SqlDropTypeProto) GetIfExists

func (x *SqlDropTypeProto) GetIfExists() bool

func (*SqlDropTypeProto) GetName

func (x *SqlDropTypeProto) GetName() *SqlIdentifierProto

func (*SqlDropTypeProto) GetOperator

func (x *SqlDropTypeProto) GetOperator() *SqlOperatorProto

func (*SqlDropTypeProto) GetPos

func (x *SqlDropTypeProto) GetPos() *SqlParserPosProto

func (*SqlDropTypeProto) GetTypeInformation

func (x *SqlDropTypeProto) GetTypeInformation() *RelDataTypeProto

func (*SqlDropTypeProto) ProtoMessage

func (*SqlDropTypeProto) ProtoMessage()

func (*SqlDropTypeProto) ProtoReflect

func (x *SqlDropTypeProto) ProtoReflect() protoreflect.Message

func (*SqlDropTypeProto) Reset

func (x *SqlDropTypeProto) Reset()

func (*SqlDropTypeProto) String

func (x *SqlDropTypeProto) String() string

type SqlDropViewProto

type SqlDropViewProto struct {
	Name            *SqlIdentifierProto `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	IfExists        bool                `protobuf:"varint,2,opt,name=ifExists,proto3" json:"ifExists,omitempty"`
	Operator        *SqlOperatorProto   `protobuf:"bytes,3,opt,name=operator,proto3" json:"operator,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,4,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,5,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.ddl.SqlDropView

func (*SqlDropViewProto) Descriptor deprecated

func (*SqlDropViewProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDropViewProto.ProtoReflect.Descriptor instead.

func (*SqlDropViewProto) GetIfExists

func (x *SqlDropViewProto) GetIfExists() bool

func (*SqlDropViewProto) GetName

func (x *SqlDropViewProto) GetName() *SqlIdentifierProto

func (*SqlDropViewProto) GetOperator

func (x *SqlDropViewProto) GetOperator() *SqlOperatorProto

func (*SqlDropViewProto) GetPos

func (x *SqlDropViewProto) GetPos() *SqlParserPosProto

func (*SqlDropViewProto) GetTypeInformation

func (x *SqlDropViewProto) GetTypeInformation() *RelDataTypeProto

func (*SqlDropViewProto) ProtoMessage

func (*SqlDropViewProto) ProtoMessage()

func (*SqlDropViewProto) ProtoReflect

func (x *SqlDropViewProto) ProtoReflect() protoreflect.Message

func (*SqlDropViewProto) Reset

func (x *SqlDropViewProto) Reset()

func (*SqlDropViewProto) String

func (x *SqlDropViewProto) String() string

type SqlDynamicParamProto

type SqlDynamicParamProto struct {
	Index           int32              `protobuf:"zigzag32,1,opt,name=index,proto3" json:"index,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,2,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,3,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlDynamicParam

func (*SqlDynamicParamProto) Descriptor deprecated

func (*SqlDynamicParamProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlDynamicParamProto.ProtoReflect.Descriptor instead.

func (*SqlDynamicParamProto) GetIndex

func (x *SqlDynamicParamProto) GetIndex() int32

func (*SqlDynamicParamProto) GetPos

func (*SqlDynamicParamProto) GetTypeInformation

func (x *SqlDynamicParamProto) GetTypeInformation() *RelDataTypeProto

func (*SqlDynamicParamProto) ProtoMessage

func (*SqlDynamicParamProto) ProtoMessage()

func (*SqlDynamicParamProto) ProtoReflect

func (x *SqlDynamicParamProto) ProtoReflect() protoreflect.Message

func (*SqlDynamicParamProto) Reset

func (x *SqlDynamicParamProto) Reset()

func (*SqlDynamicParamProto) String

func (x *SqlDynamicParamProto) String() string

type SqlExplainProto

type SqlExplainProto struct {
	Explicandum           *SqlNodeProto      `protobuf:"bytes,1,opt,name=explicandum,proto3" json:"explicandum,omitempty"`
	DetailLevel           *SqlLiteralProto   `protobuf:"bytes,2,opt,name=detailLevel,proto3" json:"detailLevel,omitempty"`
	Depth                 *SqlLiteralProto   `protobuf:"bytes,3,opt,name=depth,proto3" json:"depth,omitempty"`
	Format                *SqlLiteralProto   `protobuf:"bytes,4,opt,name=format,proto3" json:"format,omitempty"`
	DynamicParameterCount int32              `protobuf:"zigzag32,5,opt,name=dynamicParameterCount,proto3" json:"dynamicParameterCount,omitempty"`
	Pos                   *SqlParserPosProto `protobuf:"bytes,6,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation       *RelDataTypeProto  `protobuf:"bytes,7,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlExplain

func (*SqlExplainProto) Descriptor deprecated

func (*SqlExplainProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlExplainProto.ProtoReflect.Descriptor instead.

func (*SqlExplainProto) GetDepth

func (x *SqlExplainProto) GetDepth() *SqlLiteralProto

func (*SqlExplainProto) GetDetailLevel

func (x *SqlExplainProto) GetDetailLevel() *SqlLiteralProto

func (*SqlExplainProto) GetDynamicParameterCount

func (x *SqlExplainProto) GetDynamicParameterCount() int32

func (*SqlExplainProto) GetExplicandum

func (x *SqlExplainProto) GetExplicandum() *SqlNodeProto

func (*SqlExplainProto) GetFormat

func (x *SqlExplainProto) GetFormat() *SqlLiteralProto

func (*SqlExplainProto) GetPos

func (x *SqlExplainProto) GetPos() *SqlParserPosProto

func (*SqlExplainProto) GetTypeInformation

func (x *SqlExplainProto) GetTypeInformation() *RelDataTypeProto

func (*SqlExplainProto) ProtoMessage

func (*SqlExplainProto) ProtoMessage()

func (*SqlExplainProto) ProtoReflect

func (x *SqlExplainProto) ProtoReflect() protoreflect.Message

func (*SqlExplainProto) Reset

func (x *SqlExplainProto) Reset()

func (*SqlExplainProto) String

func (x *SqlExplainProto) String() string

type SqlExtendOperatorProto

type SqlExtendOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlExtendOperator

func (*SqlExtendOperatorProto) Descriptor deprecated

func (*SqlExtendOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlExtendOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlExtendOperatorProto) GetAllowedSignatures

func (x *SqlExtendOperatorProto) GetAllowedSignatures() string

func (*SqlExtendOperatorProto) GetKind

func (x *SqlExtendOperatorProto) GetKind() SqlKindProto

func (*SqlExtendOperatorProto) GetLeftPrec

func (x *SqlExtendOperatorProto) GetLeftPrec() int32

func (*SqlExtendOperatorProto) GetName

func (x *SqlExtendOperatorProto) GetName() string

func (*SqlExtendOperatorProto) GetOperandTypeChecker

func (x *SqlExtendOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlExtendOperatorProto) GetOperandTypeInference

func (x *SqlExtendOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlExtendOperatorProto) GetReturnTypeInference

func (x *SqlExtendOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlExtendOperatorProto) GetRightPrec

func (x *SqlExtendOperatorProto) GetRightPrec() int32

func (*SqlExtendOperatorProto) ProtoMessage

func (*SqlExtendOperatorProto) ProtoMessage()

func (*SqlExtendOperatorProto) ProtoReflect

func (x *SqlExtendOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlExtendOperatorProto) Reset

func (x *SqlExtendOperatorProto) Reset()

func (*SqlExtendOperatorProto) String

func (x *SqlExtendOperatorProto) String() string

type SqlExtractFunctionProto

type SqlExtractFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlExtractFunction

func (*SqlExtractFunctionProto) Descriptor deprecated

func (*SqlExtractFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlExtractFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlExtractFunctionProto) GetAllowedSignatures

func (x *SqlExtractFunctionProto) GetAllowedSignatures() string

func (*SqlExtractFunctionProto) GetCategory

func (*SqlExtractFunctionProto) GetKind

func (*SqlExtractFunctionProto) GetLeftPrec

func (x *SqlExtractFunctionProto) GetLeftPrec() int32

func (*SqlExtractFunctionProto) GetName

func (x *SqlExtractFunctionProto) GetName() string

func (*SqlExtractFunctionProto) GetOperandTypeChecker

func (x *SqlExtractFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlExtractFunctionProto) GetOperandTypeInference

func (x *SqlExtractFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlExtractFunctionProto) GetReturnTypeInference

func (x *SqlExtractFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlExtractFunctionProto) GetRightPrec

func (x *SqlExtractFunctionProto) GetRightPrec() int32

func (*SqlExtractFunctionProto) GetSqlIdentifier

func (x *SqlExtractFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlExtractFunctionProto) ProtoMessage

func (*SqlExtractFunctionProto) ProtoMessage()

func (*SqlExtractFunctionProto) ProtoReflect

func (x *SqlExtractFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlExtractFunctionProto) Reset

func (x *SqlExtractFunctionProto) Reset()

func (*SqlExtractFunctionProto) String

func (x *SqlExtractFunctionProto) String() string

type SqlFilterOperatorProto

type SqlFilterOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlFilterOperator

func (*SqlFilterOperatorProto) Descriptor deprecated

func (*SqlFilterOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlFilterOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlFilterOperatorProto) GetAllowedSignatures

func (x *SqlFilterOperatorProto) GetAllowedSignatures() string

func (*SqlFilterOperatorProto) GetKind

func (x *SqlFilterOperatorProto) GetKind() SqlKindProto

func (*SqlFilterOperatorProto) GetLeftPrec

func (x *SqlFilterOperatorProto) GetLeftPrec() int32

func (*SqlFilterOperatorProto) GetName

func (x *SqlFilterOperatorProto) GetName() string

func (*SqlFilterOperatorProto) GetOperandTypeChecker

func (x *SqlFilterOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlFilterOperatorProto) GetOperandTypeInference

func (x *SqlFilterOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlFilterOperatorProto) GetReturnTypeInference

func (x *SqlFilterOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlFilterOperatorProto) GetRightPrec

func (x *SqlFilterOperatorProto) GetRightPrec() int32

func (*SqlFilterOperatorProto) ProtoMessage

func (*SqlFilterOperatorProto) ProtoMessage()

func (*SqlFilterOperatorProto) ProtoReflect

func (x *SqlFilterOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlFilterOperatorProto) Reset

func (x *SqlFilterOperatorProto) Reset()

func (*SqlFilterOperatorProto) String

func (x *SqlFilterOperatorProto) String() string

type SqlFirstLastValueAggFunctionProto

type SqlFirstLastValueAggFunctionProto struct {
	RequiresOrder        bool                          `protobuf:"varint,1,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,2,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,3,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,4,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,5,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,7,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,8,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,9,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,10,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,11,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,12,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,13,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlFirstLastValueAggFunction

func (*SqlFirstLastValueAggFunctionProto) Descriptor deprecated

func (*SqlFirstLastValueAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlFirstLastValueAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlFirstLastValueAggFunctionProto) GetAllowedSignatures

func (x *SqlFirstLastValueAggFunctionProto) GetAllowedSignatures() string

func (*SqlFirstLastValueAggFunctionProto) GetCategory

func (*SqlFirstLastValueAggFunctionProto) GetKind

func (*SqlFirstLastValueAggFunctionProto) GetLeftPrec

func (x *SqlFirstLastValueAggFunctionProto) GetLeftPrec() int32

func (*SqlFirstLastValueAggFunctionProto) GetName

func (*SqlFirstLastValueAggFunctionProto) GetOperandTypeChecker

func (*SqlFirstLastValueAggFunctionProto) GetOperandTypeInference

func (*SqlFirstLastValueAggFunctionProto) GetRequiresGroupOrder

func (x *SqlFirstLastValueAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlFirstLastValueAggFunctionProto) GetRequiresOrder

func (x *SqlFirstLastValueAggFunctionProto) GetRequiresOrder() bool

func (*SqlFirstLastValueAggFunctionProto) GetRequiresOver

func (x *SqlFirstLastValueAggFunctionProto) GetRequiresOver() bool

func (*SqlFirstLastValueAggFunctionProto) GetReturnTypeInference

func (*SqlFirstLastValueAggFunctionProto) GetRightPrec

func (x *SqlFirstLastValueAggFunctionProto) GetRightPrec() int32

func (*SqlFirstLastValueAggFunctionProto) GetSqlIdentifier

func (*SqlFirstLastValueAggFunctionProto) ProtoMessage

func (*SqlFirstLastValueAggFunctionProto) ProtoMessage()

func (*SqlFirstLastValueAggFunctionProto) ProtoReflect

func (*SqlFirstLastValueAggFunctionProto) Reset

func (*SqlFirstLastValueAggFunctionProto) String

type SqlFloorFunctionProto

type SqlFloorFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlFloorFunction

func (*SqlFloorFunctionProto) Descriptor deprecated

func (*SqlFloorFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlFloorFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlFloorFunctionProto) GetAllowedSignatures

func (x *SqlFloorFunctionProto) GetAllowedSignatures() string

func (*SqlFloorFunctionProto) GetCategory

func (*SqlFloorFunctionProto) GetKind

func (x *SqlFloorFunctionProto) GetKind() SqlKindProto

func (*SqlFloorFunctionProto) GetLeftPrec

func (x *SqlFloorFunctionProto) GetLeftPrec() int32

func (*SqlFloorFunctionProto) GetName

func (x *SqlFloorFunctionProto) GetName() string

func (*SqlFloorFunctionProto) GetOperandTypeChecker

func (x *SqlFloorFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlFloorFunctionProto) GetOperandTypeInference

func (x *SqlFloorFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlFloorFunctionProto) GetReturnTypeInference

func (x *SqlFloorFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlFloorFunctionProto) GetRightPrec

func (x *SqlFloorFunctionProto) GetRightPrec() int32

func (*SqlFloorFunctionProto) GetSqlIdentifier

func (x *SqlFloorFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlFloorFunctionProto) ProtoMessage

func (*SqlFloorFunctionProto) ProtoMessage()

func (*SqlFloorFunctionProto) ProtoReflect

func (x *SqlFloorFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlFloorFunctionProto) Reset

func (x *SqlFloorFunctionProto) Reset()

func (*SqlFloorFunctionProto) String

func (x *SqlFloorFunctionProto) String() string

type SqlFunctionCategoryProto

type SqlFunctionCategoryProto int32
const (
	SqlFunctionCategoryProto_SqlFunctionCategoryProto_STRING_                               SqlFunctionCategoryProto = 0
	SqlFunctionCategoryProto_SqlFunctionCategoryProto_NUMERIC_                              SqlFunctionCategoryProto = 1
	SqlFunctionCategoryProto_SqlFunctionCategoryProto_TIMEDATE_                             SqlFunctionCategoryProto = 2
	SqlFunctionCategoryProto_SqlFunctionCategoryProto_SYSTEM_                               SqlFunctionCategoryProto = 3
	SqlFunctionCategoryProto_SqlFunctionCategoryProto_USER_DEFINED_FUNCTION_                SqlFunctionCategoryProto = 4
	SqlFunctionCategoryProto_SqlFunctionCategoryProto_USER_DEFINED_PROCEDURE_               SqlFunctionCategoryProto = 5
	SqlFunctionCategoryProto_SqlFunctionCategoryProto_USER_DEFINED_CONSTRUCTOR_             SqlFunctionCategoryProto = 6
	SqlFunctionCategoryProto_SqlFunctionCategoryProto_USER_DEFINED_SPECIFIC_FUNCTION_       SqlFunctionCategoryProto = 7
	SqlFunctionCategoryProto_SqlFunctionCategoryProto_USER_DEFINED_TABLE_FUNCTION_          SqlFunctionCategoryProto = 8
	SqlFunctionCategoryProto_SqlFunctionCategoryProto_USER_DEFINED_TABLE_SPECIFIC_FUNCTION_ SqlFunctionCategoryProto = 9
	SqlFunctionCategoryProto_SqlFunctionCategoryProto_MATCH_RECOGNIZE_                      SqlFunctionCategoryProto = 10
)

func (SqlFunctionCategoryProto) Descriptor

func (SqlFunctionCategoryProto) Enum

func (SqlFunctionCategoryProto) EnumDescriptor deprecated

func (SqlFunctionCategoryProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use SqlFunctionCategoryProto.Descriptor instead.

func (SqlFunctionCategoryProto) Number

func (SqlFunctionCategoryProto) String

func (x SqlFunctionCategoryProto) String() string

func (SqlFunctionCategoryProto) Type

type SqlFunctionProto

type SqlFunctionProto struct {

	// Types that are assignable to SqlFunctionProto:
	//
	//	*SqlFunctionProto_SqlUnresolvedFunctionProto
	//	*SqlFunctionProto_SqlJdbcFunctionCallProto
	//	*SqlFunctionProto_SqlUserDefinedTableMacroProto
	//	*SqlFunctionProto_SqlUserDefinedFunctionProto
	//	*SqlFunctionProto_SqlExtractFunctionProto
	//	*SqlFunctionProto_SqlTranslate3FunctionProto
	//	*SqlFunctionProto_SqlTrimFunctionProto
	//	*SqlFunctionProto_SqlSubstringFunctionProto
	//	*SqlFunctionProto_SqlJsonDepthFunctionProto
	//	*SqlFunctionProto_SqlAbstractTimeFunctionProto
	//	*SqlFunctionProto_SqlRandFunctionProto
	//	*SqlFunctionProto_SqlCoalesceFunctionProto
	//	*SqlFunctionProto_SqlJsonTypeFunctionProto
	//	*SqlFunctionProto_SqlJsonValueFunctionProto
	//	*SqlFunctionProto_SqlDatePartFunctionProto
	//	*SqlFunctionProto_SqlJsonObjectFunctionProto
	//	*SqlFunctionProto_SqlNullifFunctionProto
	//	*SqlFunctionProto_SqlTimestampAddFunctionProto
	//	*SqlFunctionProto_SqlJsonPrettyFunctionProto
	//	*SqlFunctionProto_SqlBaseContextVariableProto
	//	*SqlFunctionProto_SqlConvertFunctionProto
	//	*SqlFunctionProto_SqlGroupedWindowFunctionProto
	//	*SqlFunctionProto_SqlTypeConstructorFunctionProto
	//	*SqlFunctionProto_SqlTimestampDiffFunctionProto
	//	*SqlFunctionProto_SqlJsonKeysFunctionProto
	//	*SqlFunctionProto_SqlJsonLengthFunctionProto
	//	*SqlFunctionProto_SqlCastFunctionProto
	//	*SqlFunctionProto_SqlPositionFunctionProto
	//	*SqlFunctionProto_SqlJsonRemoveFunctionProto
	//	*SqlFunctionProto_SqlMatchFunctionProto
	//	*SqlFunctionProto_SqlOverlayFunctionProto
	//	*SqlFunctionProto_SqlJsonArrayFunctionProto
	//	*SqlFunctionProto_SqlRandIntegerFunctionProto
	//	*SqlFunctionProto_SqlCurrentDateFunctionProto
	//	*SqlFunctionProto_SqlAggFunctionProto
	//	*SqlFunctionProto_SqlWindowTableFunctionProto
	//	*SqlFunctionProto_SqlRegexpReplaceFunctionProto
	//	*SqlFunctionProto_SqlMonotonicUnaryFunctionProto
	//	*SqlFunctionProto_SqlJsonStorageSizeFunctionProto
	//	*SqlFunctionProto_SqlJsonQueryFunctionProto
	//	*SqlFunctionProto_SqlJsonExistsFunctionProto
	//	*SqlFunctionProto_SqlUserDefinedTableFunctionProto
	//	*SqlFunctionProto_SqlStringContextVariableProto
	//	*SqlFunctionProto_SqlUserDefinedAggFunctionProto
	//	*SqlFunctionProto_SqlCovarAggFunctionProto
	//	*SqlFunctionProto_SqlJsonArrayAggAggFunctionProto
	//	*SqlFunctionProto_SqlSumAggFunctionProto
	//	*SqlFunctionProto_SqlMinMaxAggFunctionProto
	//	*SqlFunctionProto_SqlCountAggFunctionProto
	//	*SqlFunctionProto_SqlAnyValueAggFunctionProto
	//	*SqlFunctionProto_SqlAvgAggFunctionProto
	//	*SqlFunctionProto_SqlNthValueAggFunctionProto
	//	*SqlFunctionProto_SqlBasicAggFunctionProto
	//	*SqlFunctionProto_SqlSingleValueAggFunctionProto
	//	*SqlFunctionProto_SqlSumEmptyIsZeroAggFunctionProto
	//	*SqlFunctionProto_SqlListaggAggFunctionProto
	//	*SqlFunctionProto_SqlNtileAggFunctionProto
	//	*SqlFunctionProto_SqlJsonObjectAggAggFunctionProto
	//	*SqlFunctionProto_SqlFirstLastValueAggFunctionProto
	//	*SqlFunctionProto_SqlAbstractGroupFunctionProto
	//	*SqlFunctionProto_SqlHistogramAggFunctionProto
	//	*SqlFunctionProto_SqlRankFunctionProto
	//	*SqlFunctionProto_SqlLeadLagAggFunctionProto
	//	*SqlFunctionProto_SqlBitOpAggFunctionProto
	//	*SqlFunctionProto_SqlTumbleTableFunctionProto
	//	*SqlFunctionProto_SqlSessionTableFunctionProto
	//	*SqlFunctionProto_SqlHopTableFunctionProto
	//	*SqlFunctionProto_SqlFloorFunctionProto
	//	*SqlFunctionProto_SqlRegrCountAggFunctionProto
	//	*SqlFunctionProto_SqlGroupIdFunctionProto
	//	*SqlFunctionProto_SqlGroupingIdFunctionProto
	//	*SqlFunctionProto_SqlGroupingFunctionProto
	SqlFunctionProto     isSqlFunctionProto_SqlFunctionProto `protobuf_oneof:"sqlFunctionProto"`
	Category             SqlFunctionCategoryProto            `protobuf:"varint,73,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto                 `protobuf:"bytes,74,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                              `protobuf:"bytes,75,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                        `protobuf:"varint,76,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                               `protobuf:"zigzag32,77,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                               `protobuf:"zigzag32,78,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto        `protobuf:"bytes,79,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto       `protobuf:"bytes,80,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto         `protobuf:"bytes,81,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                              `protobuf:"bytes,82,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlFunction

func (*SqlFunctionProto) Descriptor deprecated

func (*SqlFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlFunctionProto) GetAllowedSignatures

func (x *SqlFunctionProto) GetAllowedSignatures() string

func (*SqlFunctionProto) GetCategory

func (x *SqlFunctionProto) GetCategory() SqlFunctionCategoryProto

func (*SqlFunctionProto) GetKind

func (x *SqlFunctionProto) GetKind() SqlKindProto

func (*SqlFunctionProto) GetLeftPrec

func (x *SqlFunctionProto) GetLeftPrec() int32

func (*SqlFunctionProto) GetName

func (x *SqlFunctionProto) GetName() string

func (*SqlFunctionProto) GetOperandTypeChecker

func (x *SqlFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlFunctionProto) GetOperandTypeInference

func (x *SqlFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlFunctionProto) GetReturnTypeInference

func (x *SqlFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlFunctionProto) GetRightPrec

func (x *SqlFunctionProto) GetRightPrec() int32

func (*SqlFunctionProto) GetSqlAbstractGroupFunctionProto

func (x *SqlFunctionProto) GetSqlAbstractGroupFunctionProto() *SqlAbstractGroupFunctionProto

func (*SqlFunctionProto) GetSqlAbstractTimeFunctionProto

func (x *SqlFunctionProto) GetSqlAbstractTimeFunctionProto() *SqlAbstractTimeFunctionProto

func (*SqlFunctionProto) GetSqlAggFunctionProto

func (x *SqlFunctionProto) GetSqlAggFunctionProto() *SqlAggFunctionProto

func (*SqlFunctionProto) GetSqlAnyValueAggFunctionProto

func (x *SqlFunctionProto) GetSqlAnyValueAggFunctionProto() *SqlAnyValueAggFunctionProto

func (*SqlFunctionProto) GetSqlAvgAggFunctionProto

func (x *SqlFunctionProto) GetSqlAvgAggFunctionProto() *SqlAvgAggFunctionProto

func (*SqlFunctionProto) GetSqlBaseContextVariableProto

func (x *SqlFunctionProto) GetSqlBaseContextVariableProto() *SqlBaseContextVariableProto

func (*SqlFunctionProto) GetSqlBasicAggFunctionProto

func (x *SqlFunctionProto) GetSqlBasicAggFunctionProto() *SqlBasicAggFunctionProto

func (*SqlFunctionProto) GetSqlBitOpAggFunctionProto

func (x *SqlFunctionProto) GetSqlBitOpAggFunctionProto() *SqlBitOpAggFunctionProto

func (*SqlFunctionProto) GetSqlCastFunctionProto

func (x *SqlFunctionProto) GetSqlCastFunctionProto() *SqlCastFunctionProto

func (*SqlFunctionProto) GetSqlCoalesceFunctionProto

func (x *SqlFunctionProto) GetSqlCoalesceFunctionProto() *SqlCoalesceFunctionProto

func (*SqlFunctionProto) GetSqlConvertFunctionProto

func (x *SqlFunctionProto) GetSqlConvertFunctionProto() *SqlConvertFunctionProto

func (*SqlFunctionProto) GetSqlCountAggFunctionProto

func (x *SqlFunctionProto) GetSqlCountAggFunctionProto() *SqlCountAggFunctionProto

func (*SqlFunctionProto) GetSqlCovarAggFunctionProto

func (x *SqlFunctionProto) GetSqlCovarAggFunctionProto() *SqlCovarAggFunctionProto

func (*SqlFunctionProto) GetSqlCurrentDateFunctionProto

func (x *SqlFunctionProto) GetSqlCurrentDateFunctionProto() *SqlCurrentDateFunctionProto

func (*SqlFunctionProto) GetSqlDatePartFunctionProto

func (x *SqlFunctionProto) GetSqlDatePartFunctionProto() *SqlDatePartFunctionProto

func (*SqlFunctionProto) GetSqlExtractFunctionProto

func (x *SqlFunctionProto) GetSqlExtractFunctionProto() *SqlExtractFunctionProto

func (*SqlFunctionProto) GetSqlFirstLastValueAggFunctionProto

func (x *SqlFunctionProto) GetSqlFirstLastValueAggFunctionProto() *SqlFirstLastValueAggFunctionProto

func (*SqlFunctionProto) GetSqlFloorFunctionProto

func (x *SqlFunctionProto) GetSqlFloorFunctionProto() *SqlFloorFunctionProto

func (*SqlFunctionProto) GetSqlFunctionProto

func (m *SqlFunctionProto) GetSqlFunctionProto() isSqlFunctionProto_SqlFunctionProto

func (*SqlFunctionProto) GetSqlGroupIdFunctionProto

func (x *SqlFunctionProto) GetSqlGroupIdFunctionProto() *SqlGroupIdFunctionProto

func (*SqlFunctionProto) GetSqlGroupedWindowFunctionProto

func (x *SqlFunctionProto) GetSqlGroupedWindowFunctionProto() *SqlGroupedWindowFunctionProto

func (*SqlFunctionProto) GetSqlGroupingFunctionProto

func (x *SqlFunctionProto) GetSqlGroupingFunctionProto() *SqlGroupingFunctionProto

func (*SqlFunctionProto) GetSqlGroupingIdFunctionProto

func (x *SqlFunctionProto) GetSqlGroupingIdFunctionProto() *SqlGroupingIdFunctionProto

func (*SqlFunctionProto) GetSqlHistogramAggFunctionProto

func (x *SqlFunctionProto) GetSqlHistogramAggFunctionProto() *SqlHistogramAggFunctionProto

func (*SqlFunctionProto) GetSqlHopTableFunctionProto

func (x *SqlFunctionProto) GetSqlHopTableFunctionProto() *SqlHopTableFunctionProto

func (*SqlFunctionProto) GetSqlIdentifier

func (x *SqlFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlFunctionProto) GetSqlJdbcFunctionCallProto

func (x *SqlFunctionProto) GetSqlJdbcFunctionCallProto() *SqlJdbcFunctionCallProto

func (*SqlFunctionProto) GetSqlJsonArrayAggAggFunctionProto

func (x *SqlFunctionProto) GetSqlJsonArrayAggAggFunctionProto() *SqlJsonArrayAggAggFunctionProto

func (*SqlFunctionProto) GetSqlJsonArrayFunctionProto

func (x *SqlFunctionProto) GetSqlJsonArrayFunctionProto() *SqlJsonArrayFunctionProto

func (*SqlFunctionProto) GetSqlJsonDepthFunctionProto

func (x *SqlFunctionProto) GetSqlJsonDepthFunctionProto() *SqlJsonDepthFunctionProto

func (*SqlFunctionProto) GetSqlJsonExistsFunctionProto

func (x *SqlFunctionProto) GetSqlJsonExistsFunctionProto() *SqlJsonExistsFunctionProto

func (*SqlFunctionProto) GetSqlJsonKeysFunctionProto

func (x *SqlFunctionProto) GetSqlJsonKeysFunctionProto() *SqlJsonKeysFunctionProto

func (*SqlFunctionProto) GetSqlJsonLengthFunctionProto

func (x *SqlFunctionProto) GetSqlJsonLengthFunctionProto() *SqlJsonLengthFunctionProto

func (*SqlFunctionProto) GetSqlJsonObjectAggAggFunctionProto

func (x *SqlFunctionProto) GetSqlJsonObjectAggAggFunctionProto() *SqlJsonObjectAggAggFunctionProto

func (*SqlFunctionProto) GetSqlJsonObjectFunctionProto

func (x *SqlFunctionProto) GetSqlJsonObjectFunctionProto() *SqlJsonObjectFunctionProto

func (*SqlFunctionProto) GetSqlJsonPrettyFunctionProto

func (x *SqlFunctionProto) GetSqlJsonPrettyFunctionProto() *SqlJsonPrettyFunctionProto

func (*SqlFunctionProto) GetSqlJsonQueryFunctionProto

func (x *SqlFunctionProto) GetSqlJsonQueryFunctionProto() *SqlJsonQueryFunctionProto

func (*SqlFunctionProto) GetSqlJsonRemoveFunctionProto

func (x *SqlFunctionProto) GetSqlJsonRemoveFunctionProto() *SqlJsonRemoveFunctionProto

func (*SqlFunctionProto) GetSqlJsonStorageSizeFunctionProto

func (x *SqlFunctionProto) GetSqlJsonStorageSizeFunctionProto() *SqlJsonStorageSizeFunctionProto

func (*SqlFunctionProto) GetSqlJsonTypeFunctionProto

func (x *SqlFunctionProto) GetSqlJsonTypeFunctionProto() *SqlJsonTypeFunctionProto

func (*SqlFunctionProto) GetSqlJsonValueFunctionProto

func (x *SqlFunctionProto) GetSqlJsonValueFunctionProto() *SqlJsonValueFunctionProto

func (*SqlFunctionProto) GetSqlLeadLagAggFunctionProto

func (x *SqlFunctionProto) GetSqlLeadLagAggFunctionProto() *SqlLeadLagAggFunctionProto

func (*SqlFunctionProto) GetSqlListaggAggFunctionProto

func (x *SqlFunctionProto) GetSqlListaggAggFunctionProto() *SqlListaggAggFunctionProto

func (*SqlFunctionProto) GetSqlMatchFunctionProto

func (x *SqlFunctionProto) GetSqlMatchFunctionProto() *SqlMatchFunctionProto

func (*SqlFunctionProto) GetSqlMinMaxAggFunctionProto

func (x *SqlFunctionProto) GetSqlMinMaxAggFunctionProto() *SqlMinMaxAggFunctionProto

func (*SqlFunctionProto) GetSqlMonotonicUnaryFunctionProto

func (x *SqlFunctionProto) GetSqlMonotonicUnaryFunctionProto() *SqlMonotonicUnaryFunctionProto

func (*SqlFunctionProto) GetSqlNthValueAggFunctionProto

func (x *SqlFunctionProto) GetSqlNthValueAggFunctionProto() *SqlNthValueAggFunctionProto

func (*SqlFunctionProto) GetSqlNtileAggFunctionProto

func (x *SqlFunctionProto) GetSqlNtileAggFunctionProto() *SqlNtileAggFunctionProto

func (*SqlFunctionProto) GetSqlNullifFunctionProto

func (x *SqlFunctionProto) GetSqlNullifFunctionProto() *SqlNullifFunctionProto

func (*SqlFunctionProto) GetSqlOverlayFunctionProto

func (x *SqlFunctionProto) GetSqlOverlayFunctionProto() *SqlOverlayFunctionProto

func (*SqlFunctionProto) GetSqlPositionFunctionProto

func (x *SqlFunctionProto) GetSqlPositionFunctionProto() *SqlPositionFunctionProto

func (*SqlFunctionProto) GetSqlRandFunctionProto

func (x *SqlFunctionProto) GetSqlRandFunctionProto() *SqlRandFunctionProto

func (*SqlFunctionProto) GetSqlRandIntegerFunctionProto

func (x *SqlFunctionProto) GetSqlRandIntegerFunctionProto() *SqlRandIntegerFunctionProto

func (*SqlFunctionProto) GetSqlRankFunctionProto

func (x *SqlFunctionProto) GetSqlRankFunctionProto() *SqlRankFunctionProto

func (*SqlFunctionProto) GetSqlRegexpReplaceFunctionProto

func (x *SqlFunctionProto) GetSqlRegexpReplaceFunctionProto() *SqlRegexpReplaceFunctionProto

func (*SqlFunctionProto) GetSqlRegrCountAggFunctionProto

func (x *SqlFunctionProto) GetSqlRegrCountAggFunctionProto() *SqlRegrCountAggFunctionProto

func (*SqlFunctionProto) GetSqlSessionTableFunctionProto

func (x *SqlFunctionProto) GetSqlSessionTableFunctionProto() *SqlSessionTableFunctionProto

func (*SqlFunctionProto) GetSqlSingleValueAggFunctionProto

func (x *SqlFunctionProto) GetSqlSingleValueAggFunctionProto() *SqlSingleValueAggFunctionProto

func (*SqlFunctionProto) GetSqlStringContextVariableProto

func (x *SqlFunctionProto) GetSqlStringContextVariableProto() *SqlStringContextVariableProto

func (*SqlFunctionProto) GetSqlSubstringFunctionProto

func (x *SqlFunctionProto) GetSqlSubstringFunctionProto() *SqlSubstringFunctionProto

func (*SqlFunctionProto) GetSqlSumAggFunctionProto

func (x *SqlFunctionProto) GetSqlSumAggFunctionProto() *SqlSumAggFunctionProto

func (*SqlFunctionProto) GetSqlSumEmptyIsZeroAggFunctionProto

func (x *SqlFunctionProto) GetSqlSumEmptyIsZeroAggFunctionProto() *SqlSumEmptyIsZeroAggFunctionProto

func (*SqlFunctionProto) GetSqlTimestampAddFunctionProto

func (x *SqlFunctionProto) GetSqlTimestampAddFunctionProto() *SqlTimestampAddFunctionProto

func (*SqlFunctionProto) GetSqlTimestampDiffFunctionProto

func (x *SqlFunctionProto) GetSqlTimestampDiffFunctionProto() *SqlTimestampDiffFunctionProto

func (*SqlFunctionProto) GetSqlTranslate3FunctionProto

func (x *SqlFunctionProto) GetSqlTranslate3FunctionProto() *SqlTranslate3FunctionProto

func (*SqlFunctionProto) GetSqlTrimFunctionProto

func (x *SqlFunctionProto) GetSqlTrimFunctionProto() *SqlTrimFunctionProto

func (*SqlFunctionProto) GetSqlTumbleTableFunctionProto

func (x *SqlFunctionProto) GetSqlTumbleTableFunctionProto() *SqlTumbleTableFunctionProto

func (*SqlFunctionProto) GetSqlTypeConstructorFunctionProto

func (x *SqlFunctionProto) GetSqlTypeConstructorFunctionProto() *SqlTypeConstructorFunctionProto

func (*SqlFunctionProto) GetSqlUnresolvedFunctionProto

func (x *SqlFunctionProto) GetSqlUnresolvedFunctionProto() *SqlUnresolvedFunctionProto

func (*SqlFunctionProto) GetSqlUserDefinedAggFunctionProto

func (x *SqlFunctionProto) GetSqlUserDefinedAggFunctionProto() *SqlUserDefinedAggFunctionProto

func (*SqlFunctionProto) GetSqlUserDefinedFunctionProto

func (x *SqlFunctionProto) GetSqlUserDefinedFunctionProto() *SqlUserDefinedFunctionProto

func (*SqlFunctionProto) GetSqlUserDefinedTableFunctionProto

func (x *SqlFunctionProto) GetSqlUserDefinedTableFunctionProto() *SqlUserDefinedTableFunctionProto

func (*SqlFunctionProto) GetSqlUserDefinedTableMacroProto

func (x *SqlFunctionProto) GetSqlUserDefinedTableMacroProto() *SqlUserDefinedTableMacroProto

func (*SqlFunctionProto) GetSqlWindowTableFunctionProto

func (x *SqlFunctionProto) GetSqlWindowTableFunctionProto() *SqlWindowTableFunctionProto

func (*SqlFunctionProto) ProtoMessage

func (*SqlFunctionProto) ProtoMessage()

func (*SqlFunctionProto) ProtoReflect

func (x *SqlFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlFunctionProto) Reset

func (x *SqlFunctionProto) Reset()

func (*SqlFunctionProto) String

func (x *SqlFunctionProto) String() string

type SqlFunctionProto_SqlAbstractGroupFunctionProto

type SqlFunctionProto_SqlAbstractGroupFunctionProto struct {
	SqlAbstractGroupFunctionProto *SqlAbstractGroupFunctionProto `protobuf:"bytes,60,opt,name=sqlAbstractGroupFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlAbstractTimeFunctionProto

type SqlFunctionProto_SqlAbstractTimeFunctionProto struct {
	SqlAbstractTimeFunctionProto *SqlAbstractTimeFunctionProto `protobuf:"bytes,10,opt,name=sqlAbstractTimeFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlAggFunctionProto

type SqlFunctionProto_SqlAggFunctionProto struct {
	SqlAggFunctionProto *SqlAggFunctionProto `protobuf:"bytes,35,opt,name=sqlAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlAnyValueAggFunctionProto

type SqlFunctionProto_SqlAnyValueAggFunctionProto struct {
	SqlAnyValueAggFunctionProto *SqlAnyValueAggFunctionProto `protobuf:"bytes,50,opt,name=sqlAnyValueAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlAvgAggFunctionProto

type SqlFunctionProto_SqlAvgAggFunctionProto struct {
	SqlAvgAggFunctionProto *SqlAvgAggFunctionProto `protobuf:"bytes,51,opt,name=sqlAvgAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlBaseContextVariableProto

type SqlFunctionProto_SqlBaseContextVariableProto struct {
	SqlBaseContextVariableProto *SqlBaseContextVariableProto `protobuf:"bytes,20,opt,name=sqlBaseContextVariableProto,proto3,oneof"`
}

type SqlFunctionProto_SqlBasicAggFunctionProto

type SqlFunctionProto_SqlBasicAggFunctionProto struct {
	SqlBasicAggFunctionProto *SqlBasicAggFunctionProto `protobuf:"bytes,53,opt,name=sqlBasicAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlBitOpAggFunctionProto

type SqlFunctionProto_SqlBitOpAggFunctionProto struct {
	SqlBitOpAggFunctionProto *SqlBitOpAggFunctionProto `protobuf:"bytes,64,opt,name=sqlBitOpAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlCastFunctionProto

type SqlFunctionProto_SqlCastFunctionProto struct {
	SqlCastFunctionProto *SqlCastFunctionProto `protobuf:"bytes,27,opt,name=sqlCastFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlCoalesceFunctionProto

type SqlFunctionProto_SqlCoalesceFunctionProto struct {
	SqlCoalesceFunctionProto *SqlCoalesceFunctionProto `protobuf:"bytes,12,opt,name=sqlCoalesceFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlConvertFunctionProto

type SqlFunctionProto_SqlConvertFunctionProto struct {
	SqlConvertFunctionProto *SqlConvertFunctionProto `protobuf:"bytes,21,opt,name=sqlConvertFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlCountAggFunctionProto

type SqlFunctionProto_SqlCountAggFunctionProto struct {
	SqlCountAggFunctionProto *SqlCountAggFunctionProto `protobuf:"bytes,49,opt,name=sqlCountAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlCovarAggFunctionProto

type SqlFunctionProto_SqlCovarAggFunctionProto struct {
	SqlCovarAggFunctionProto *SqlCovarAggFunctionProto `protobuf:"bytes,45,opt,name=sqlCovarAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlCurrentDateFunctionProto

type SqlFunctionProto_SqlCurrentDateFunctionProto struct {
	SqlCurrentDateFunctionProto *SqlCurrentDateFunctionProto `protobuf:"bytes,34,opt,name=sqlCurrentDateFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlDatePartFunctionProto

type SqlFunctionProto_SqlDatePartFunctionProto struct {
	SqlDatePartFunctionProto *SqlDatePartFunctionProto `protobuf:"bytes,15,opt,name=sqlDatePartFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlExtractFunctionProto

type SqlFunctionProto_SqlExtractFunctionProto struct {
	SqlExtractFunctionProto *SqlExtractFunctionProto `protobuf:"bytes,5,opt,name=sqlExtractFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlFirstLastValueAggFunctionProto

type SqlFunctionProto_SqlFirstLastValueAggFunctionProto struct {
	SqlFirstLastValueAggFunctionProto *SqlFirstLastValueAggFunctionProto `protobuf:"bytes,59,opt,name=sqlFirstLastValueAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlFloorFunctionProto

type SqlFunctionProto_SqlFloorFunctionProto struct {
	SqlFloorFunctionProto *SqlFloorFunctionProto `protobuf:"bytes,68,opt,name=sqlFloorFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlGroupIdFunctionProto

type SqlFunctionProto_SqlGroupIdFunctionProto struct {
	SqlGroupIdFunctionProto *SqlGroupIdFunctionProto `protobuf:"bytes,70,opt,name=sqlGroupIdFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlGroupedWindowFunctionProto

type SqlFunctionProto_SqlGroupedWindowFunctionProto struct {
	SqlGroupedWindowFunctionProto *SqlGroupedWindowFunctionProto `protobuf:"bytes,22,opt,name=sqlGroupedWindowFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlGroupingFunctionProto

type SqlFunctionProto_SqlGroupingFunctionProto struct {
	SqlGroupingFunctionProto *SqlGroupingFunctionProto `protobuf:"bytes,72,opt,name=sqlGroupingFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlGroupingIdFunctionProto

type SqlFunctionProto_SqlGroupingIdFunctionProto struct {
	SqlGroupingIdFunctionProto *SqlGroupingIdFunctionProto `protobuf:"bytes,71,opt,name=sqlGroupingIdFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlHistogramAggFunctionProto

type SqlFunctionProto_SqlHistogramAggFunctionProto struct {
	SqlHistogramAggFunctionProto *SqlHistogramAggFunctionProto `protobuf:"bytes,61,opt,name=sqlHistogramAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlHopTableFunctionProto

type SqlFunctionProto_SqlHopTableFunctionProto struct {
	SqlHopTableFunctionProto *SqlHopTableFunctionProto `protobuf:"bytes,67,opt,name=sqlHopTableFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlJdbcFunctionCallProto

type SqlFunctionProto_SqlJdbcFunctionCallProto struct {
	SqlJdbcFunctionCallProto *SqlJdbcFunctionCallProto `protobuf:"bytes,2,opt,name=sqlJdbcFunctionCallProto,proto3,oneof"`
}

type SqlFunctionProto_SqlJsonArrayAggAggFunctionProto

type SqlFunctionProto_SqlJsonArrayAggAggFunctionProto struct {
	SqlJsonArrayAggAggFunctionProto *SqlJsonArrayAggAggFunctionProto `protobuf:"bytes,46,opt,name=sqlJsonArrayAggAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlJsonArrayFunctionProto

type SqlFunctionProto_SqlJsonArrayFunctionProto struct {
	SqlJsonArrayFunctionProto *SqlJsonArrayFunctionProto `protobuf:"bytes,32,opt,name=sqlJsonArrayFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlJsonDepthFunctionProto

type SqlFunctionProto_SqlJsonDepthFunctionProto struct {
	SqlJsonDepthFunctionProto *SqlJsonDepthFunctionProto `protobuf:"bytes,9,opt,name=sqlJsonDepthFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlJsonExistsFunctionProto

type SqlFunctionProto_SqlJsonExistsFunctionProto struct {
	SqlJsonExistsFunctionProto *SqlJsonExistsFunctionProto `protobuf:"bytes,41,opt,name=sqlJsonExistsFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlJsonKeysFunctionProto

type SqlFunctionProto_SqlJsonKeysFunctionProto struct {
	SqlJsonKeysFunctionProto *SqlJsonKeysFunctionProto `protobuf:"bytes,25,opt,name=sqlJsonKeysFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlJsonLengthFunctionProto

type SqlFunctionProto_SqlJsonLengthFunctionProto struct {
	SqlJsonLengthFunctionProto *SqlJsonLengthFunctionProto `protobuf:"bytes,26,opt,name=sqlJsonLengthFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlJsonObjectAggAggFunctionProto

type SqlFunctionProto_SqlJsonObjectAggAggFunctionProto struct {
	SqlJsonObjectAggAggFunctionProto *SqlJsonObjectAggAggFunctionProto `protobuf:"bytes,58,opt,name=sqlJsonObjectAggAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlJsonObjectFunctionProto

type SqlFunctionProto_SqlJsonObjectFunctionProto struct {
	SqlJsonObjectFunctionProto *SqlJsonObjectFunctionProto `protobuf:"bytes,16,opt,name=sqlJsonObjectFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlJsonPrettyFunctionProto

type SqlFunctionProto_SqlJsonPrettyFunctionProto struct {
	SqlJsonPrettyFunctionProto *SqlJsonPrettyFunctionProto `protobuf:"bytes,19,opt,name=sqlJsonPrettyFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlJsonQueryFunctionProto

type SqlFunctionProto_SqlJsonQueryFunctionProto struct {
	SqlJsonQueryFunctionProto *SqlJsonQueryFunctionProto `protobuf:"bytes,40,opt,name=sqlJsonQueryFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlJsonRemoveFunctionProto

type SqlFunctionProto_SqlJsonRemoveFunctionProto struct {
	SqlJsonRemoveFunctionProto *SqlJsonRemoveFunctionProto `protobuf:"bytes,29,opt,name=sqlJsonRemoveFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlJsonStorageSizeFunctionProto

type SqlFunctionProto_SqlJsonStorageSizeFunctionProto struct {
	SqlJsonStorageSizeFunctionProto *SqlJsonStorageSizeFunctionProto `protobuf:"bytes,39,opt,name=sqlJsonStorageSizeFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlJsonTypeFunctionProto

type SqlFunctionProto_SqlJsonTypeFunctionProto struct {
	SqlJsonTypeFunctionProto *SqlJsonTypeFunctionProto `protobuf:"bytes,13,opt,name=sqlJsonTypeFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlJsonValueFunctionProto

type SqlFunctionProto_SqlJsonValueFunctionProto struct {
	SqlJsonValueFunctionProto *SqlJsonValueFunctionProto `protobuf:"bytes,14,opt,name=sqlJsonValueFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlLeadLagAggFunctionProto

type SqlFunctionProto_SqlLeadLagAggFunctionProto struct {
	SqlLeadLagAggFunctionProto *SqlLeadLagAggFunctionProto `protobuf:"bytes,63,opt,name=sqlLeadLagAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlListaggAggFunctionProto

type SqlFunctionProto_SqlListaggAggFunctionProto struct {
	SqlListaggAggFunctionProto *SqlListaggAggFunctionProto `protobuf:"bytes,56,opt,name=sqlListaggAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlMatchFunctionProto

type SqlFunctionProto_SqlMatchFunctionProto struct {
	SqlMatchFunctionProto *SqlMatchFunctionProto `protobuf:"bytes,30,opt,name=sqlMatchFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlMinMaxAggFunctionProto

type SqlFunctionProto_SqlMinMaxAggFunctionProto struct {
	SqlMinMaxAggFunctionProto *SqlMinMaxAggFunctionProto `protobuf:"bytes,48,opt,name=sqlMinMaxAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlMonotonicUnaryFunctionProto

type SqlFunctionProto_SqlMonotonicUnaryFunctionProto struct {
	SqlMonotonicUnaryFunctionProto *SqlMonotonicUnaryFunctionProto `protobuf:"bytes,38,opt,name=sqlMonotonicUnaryFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlNthValueAggFunctionProto

type SqlFunctionProto_SqlNthValueAggFunctionProto struct {
	SqlNthValueAggFunctionProto *SqlNthValueAggFunctionProto `protobuf:"bytes,52,opt,name=sqlNthValueAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlNtileAggFunctionProto

type SqlFunctionProto_SqlNtileAggFunctionProto struct {
	SqlNtileAggFunctionProto *SqlNtileAggFunctionProto `protobuf:"bytes,57,opt,name=sqlNtileAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlNullifFunctionProto

type SqlFunctionProto_SqlNullifFunctionProto struct {
	SqlNullifFunctionProto *SqlNullifFunctionProto `protobuf:"bytes,17,opt,name=sqlNullifFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlOverlayFunctionProto

type SqlFunctionProto_SqlOverlayFunctionProto struct {
	SqlOverlayFunctionProto *SqlOverlayFunctionProto `protobuf:"bytes,31,opt,name=sqlOverlayFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlPositionFunctionProto

type SqlFunctionProto_SqlPositionFunctionProto struct {
	SqlPositionFunctionProto *SqlPositionFunctionProto `protobuf:"bytes,28,opt,name=sqlPositionFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlRandFunctionProto

type SqlFunctionProto_SqlRandFunctionProto struct {
	SqlRandFunctionProto *SqlRandFunctionProto `protobuf:"bytes,11,opt,name=sqlRandFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlRandIntegerFunctionProto

type SqlFunctionProto_SqlRandIntegerFunctionProto struct {
	SqlRandIntegerFunctionProto *SqlRandIntegerFunctionProto `protobuf:"bytes,33,opt,name=sqlRandIntegerFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlRankFunctionProto

type SqlFunctionProto_SqlRankFunctionProto struct {
	SqlRankFunctionProto *SqlRankFunctionProto `protobuf:"bytes,62,opt,name=sqlRankFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlRegexpReplaceFunctionProto

type SqlFunctionProto_SqlRegexpReplaceFunctionProto struct {
	SqlRegexpReplaceFunctionProto *SqlRegexpReplaceFunctionProto `protobuf:"bytes,37,opt,name=sqlRegexpReplaceFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlRegrCountAggFunctionProto

type SqlFunctionProto_SqlRegrCountAggFunctionProto struct {
	SqlRegrCountAggFunctionProto *SqlRegrCountAggFunctionProto `protobuf:"bytes,69,opt,name=sqlRegrCountAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlSessionTableFunctionProto

type SqlFunctionProto_SqlSessionTableFunctionProto struct {
	SqlSessionTableFunctionProto *SqlSessionTableFunctionProto `protobuf:"bytes,66,opt,name=sqlSessionTableFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlSingleValueAggFunctionProto

type SqlFunctionProto_SqlSingleValueAggFunctionProto struct {
	SqlSingleValueAggFunctionProto *SqlSingleValueAggFunctionProto `protobuf:"bytes,54,opt,name=sqlSingleValueAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlStringContextVariableProto

type SqlFunctionProto_SqlStringContextVariableProto struct {
	SqlStringContextVariableProto *SqlStringContextVariableProto `protobuf:"bytes,43,opt,name=sqlStringContextVariableProto,proto3,oneof"`
}

type SqlFunctionProto_SqlSubstringFunctionProto

type SqlFunctionProto_SqlSubstringFunctionProto struct {
	SqlSubstringFunctionProto *SqlSubstringFunctionProto `protobuf:"bytes,8,opt,name=sqlSubstringFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlSumAggFunctionProto

type SqlFunctionProto_SqlSumAggFunctionProto struct {
	SqlSumAggFunctionProto *SqlSumAggFunctionProto `protobuf:"bytes,47,opt,name=sqlSumAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlSumEmptyIsZeroAggFunctionProto

type SqlFunctionProto_SqlSumEmptyIsZeroAggFunctionProto struct {
	SqlSumEmptyIsZeroAggFunctionProto *SqlSumEmptyIsZeroAggFunctionProto `protobuf:"bytes,55,opt,name=sqlSumEmptyIsZeroAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlTimestampAddFunctionProto

type SqlFunctionProto_SqlTimestampAddFunctionProto struct {
	SqlTimestampAddFunctionProto *SqlTimestampAddFunctionProto `protobuf:"bytes,18,opt,name=sqlTimestampAddFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlTimestampDiffFunctionProto

type SqlFunctionProto_SqlTimestampDiffFunctionProto struct {
	SqlTimestampDiffFunctionProto *SqlTimestampDiffFunctionProto `protobuf:"bytes,24,opt,name=sqlTimestampDiffFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlTranslate3FunctionProto

type SqlFunctionProto_SqlTranslate3FunctionProto struct {
	SqlTranslate3FunctionProto *SqlTranslate3FunctionProto `protobuf:"bytes,6,opt,name=sqlTranslate3FunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlTrimFunctionProto

type SqlFunctionProto_SqlTrimFunctionProto struct {
	SqlTrimFunctionProto *SqlTrimFunctionProto `protobuf:"bytes,7,opt,name=sqlTrimFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlTumbleTableFunctionProto

type SqlFunctionProto_SqlTumbleTableFunctionProto struct {
	SqlTumbleTableFunctionProto *SqlTumbleTableFunctionProto `protobuf:"bytes,65,opt,name=sqlTumbleTableFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlTypeConstructorFunctionProto

type SqlFunctionProto_SqlTypeConstructorFunctionProto struct {
	SqlTypeConstructorFunctionProto *SqlTypeConstructorFunctionProto `protobuf:"bytes,23,opt,name=sqlTypeConstructorFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlUnresolvedFunctionProto

type SqlFunctionProto_SqlUnresolvedFunctionProto struct {
	SqlUnresolvedFunctionProto *SqlUnresolvedFunctionProto `protobuf:"bytes,1,opt,name=sqlUnresolvedFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlUserDefinedAggFunctionProto

type SqlFunctionProto_SqlUserDefinedAggFunctionProto struct {
	SqlUserDefinedAggFunctionProto *SqlUserDefinedAggFunctionProto `protobuf:"bytes,44,opt,name=sqlUserDefinedAggFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlUserDefinedFunctionProto

type SqlFunctionProto_SqlUserDefinedFunctionProto struct {
	SqlUserDefinedFunctionProto *SqlUserDefinedFunctionProto `protobuf:"bytes,4,opt,name=sqlUserDefinedFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlUserDefinedTableFunctionProto

type SqlFunctionProto_SqlUserDefinedTableFunctionProto struct {
	SqlUserDefinedTableFunctionProto *SqlUserDefinedTableFunctionProto `protobuf:"bytes,42,opt,name=sqlUserDefinedTableFunctionProto,proto3,oneof"`
}

type SqlFunctionProto_SqlUserDefinedTableMacroProto

type SqlFunctionProto_SqlUserDefinedTableMacroProto struct {
	SqlUserDefinedTableMacroProto *SqlUserDefinedTableMacroProto `protobuf:"bytes,3,opt,name=sqlUserDefinedTableMacroProto,proto3,oneof"`
}

type SqlFunctionProto_SqlWindowTableFunctionProto

type SqlFunctionProto_SqlWindowTableFunctionProto struct {
	SqlWindowTableFunctionProto *SqlWindowTableFunctionProto `protobuf:"bytes,36,opt,name=sqlWindowTableFunctionProto,proto3,oneof"`
}

type SqlFunctionalOperatorProto

type SqlFunctionalOperatorProto struct {

	// Types that are assignable to SqlFunctionalOperatorProto:
	//
	//	*SqlFunctionalOperatorProto_SqlCollectionTableOperatorProto
	//	*SqlFunctionalOperatorProto_SqlUnnestOperatorProto
	SqlFunctionalOperatorProto isSqlFunctionalOperatorProto_SqlFunctionalOperatorProto `protobuf_oneof:"sqlFunctionalOperatorProto"`
	Name                       string                                                  `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                       SqlKindProto                                            `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec                   int32                                                   `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec                  int32                                                   `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference        *SqlReturnTypeInferenceProto                            `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference       *SqlOperandTypeInferenceProto                           `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker         *SqlOperandTypeCheckerProto                             `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures          string                                                  `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlFunctionalOperator

func (*SqlFunctionalOperatorProto) Descriptor deprecated

func (*SqlFunctionalOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlFunctionalOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlFunctionalOperatorProto) GetAllowedSignatures

func (x *SqlFunctionalOperatorProto) GetAllowedSignatures() string

func (*SqlFunctionalOperatorProto) GetKind

func (*SqlFunctionalOperatorProto) GetLeftPrec

func (x *SqlFunctionalOperatorProto) GetLeftPrec() int32

func (*SqlFunctionalOperatorProto) GetName

func (x *SqlFunctionalOperatorProto) GetName() string

func (*SqlFunctionalOperatorProto) GetOperandTypeChecker

func (x *SqlFunctionalOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlFunctionalOperatorProto) GetOperandTypeInference

func (x *SqlFunctionalOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlFunctionalOperatorProto) GetReturnTypeInference

func (x *SqlFunctionalOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlFunctionalOperatorProto) GetRightPrec

func (x *SqlFunctionalOperatorProto) GetRightPrec() int32

func (*SqlFunctionalOperatorProto) GetSqlCollectionTableOperatorProto

func (x *SqlFunctionalOperatorProto) GetSqlCollectionTableOperatorProto() *SqlCollectionTableOperatorProto

func (*SqlFunctionalOperatorProto) GetSqlFunctionalOperatorProto

func (m *SqlFunctionalOperatorProto) GetSqlFunctionalOperatorProto() isSqlFunctionalOperatorProto_SqlFunctionalOperatorProto

func (*SqlFunctionalOperatorProto) GetSqlUnnestOperatorProto

func (x *SqlFunctionalOperatorProto) GetSqlUnnestOperatorProto() *SqlUnnestOperatorProto

func (*SqlFunctionalOperatorProto) ProtoMessage

func (*SqlFunctionalOperatorProto) ProtoMessage()

func (*SqlFunctionalOperatorProto) ProtoReflect

func (*SqlFunctionalOperatorProto) Reset

func (x *SqlFunctionalOperatorProto) Reset()

func (*SqlFunctionalOperatorProto) String

func (x *SqlFunctionalOperatorProto) String() string

type SqlFunctionalOperatorProto_SqlCollectionTableOperatorProto

type SqlFunctionalOperatorProto_SqlCollectionTableOperatorProto struct {
	SqlCollectionTableOperatorProto *SqlCollectionTableOperatorProto `protobuf:"bytes,1,opt,name=sqlCollectionTableOperatorProto,proto3,oneof"`
}

type SqlFunctionalOperatorProto_SqlUnnestOperatorProto

type SqlFunctionalOperatorProto_SqlUnnestOperatorProto struct {
	SqlUnnestOperatorProto *SqlUnnestOperatorProto `protobuf:"bytes,2,opt,name=sqlUnnestOperatorProto,proto3,oneof"`
}

type SqlGroupIdFunctionProto

type SqlGroupIdFunctionProto struct {
	RequiresOrder        bool                          `protobuf:"varint,1,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,2,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,3,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,4,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,5,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,7,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,8,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,9,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,10,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,11,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,12,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,13,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlGroupIdFunction

func (*SqlGroupIdFunctionProto) Descriptor deprecated

func (*SqlGroupIdFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlGroupIdFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlGroupIdFunctionProto) GetAllowedSignatures

func (x *SqlGroupIdFunctionProto) GetAllowedSignatures() string

func (*SqlGroupIdFunctionProto) GetCategory

func (*SqlGroupIdFunctionProto) GetKind

func (*SqlGroupIdFunctionProto) GetLeftPrec

func (x *SqlGroupIdFunctionProto) GetLeftPrec() int32

func (*SqlGroupIdFunctionProto) GetName

func (x *SqlGroupIdFunctionProto) GetName() string

func (*SqlGroupIdFunctionProto) GetOperandTypeChecker

func (x *SqlGroupIdFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlGroupIdFunctionProto) GetOperandTypeInference

func (x *SqlGroupIdFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlGroupIdFunctionProto) GetRequiresGroupOrder

func (x *SqlGroupIdFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlGroupIdFunctionProto) GetRequiresOrder

func (x *SqlGroupIdFunctionProto) GetRequiresOrder() bool

func (*SqlGroupIdFunctionProto) GetRequiresOver

func (x *SqlGroupIdFunctionProto) GetRequiresOver() bool

func (*SqlGroupIdFunctionProto) GetReturnTypeInference

func (x *SqlGroupIdFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlGroupIdFunctionProto) GetRightPrec

func (x *SqlGroupIdFunctionProto) GetRightPrec() int32

func (*SqlGroupIdFunctionProto) GetSqlIdentifier

func (x *SqlGroupIdFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlGroupIdFunctionProto) ProtoMessage

func (*SqlGroupIdFunctionProto) ProtoMessage()

func (*SqlGroupIdFunctionProto) ProtoReflect

func (x *SqlGroupIdFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlGroupIdFunctionProto) Reset

func (x *SqlGroupIdFunctionProto) Reset()

func (*SqlGroupIdFunctionProto) String

func (x *SqlGroupIdFunctionProto) String() string

type SqlGroupedWindowFunctionProto

type SqlGroupedWindowFunctionProto struct {
	GroupFunction        *SqlGroupedWindowFunctionProto `protobuf:"bytes,1,opt,name=groupFunction,proto3" json:"groupFunction,omitempty"`
	Category             SqlFunctionCategoryProto       `protobuf:"varint,2,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto            `protobuf:"bytes,3,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                         `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                   `protobuf:"varint,5,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                          `protobuf:"zigzag32,6,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                          `protobuf:"zigzag32,7,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto   `protobuf:"bytes,8,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto  `protobuf:"bytes,9,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto    `protobuf:"bytes,10,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                         `protobuf:"bytes,11,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlGroupedWindowFunction

func (*SqlGroupedWindowFunctionProto) Descriptor deprecated

func (*SqlGroupedWindowFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlGroupedWindowFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlGroupedWindowFunctionProto) GetAllowedSignatures

func (x *SqlGroupedWindowFunctionProto) GetAllowedSignatures() string

func (*SqlGroupedWindowFunctionProto) GetCategory

func (*SqlGroupedWindowFunctionProto) GetGroupFunction

func (*SqlGroupedWindowFunctionProto) GetKind

func (*SqlGroupedWindowFunctionProto) GetLeftPrec

func (x *SqlGroupedWindowFunctionProto) GetLeftPrec() int32

func (*SqlGroupedWindowFunctionProto) GetName

func (*SqlGroupedWindowFunctionProto) GetOperandTypeChecker

func (x *SqlGroupedWindowFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlGroupedWindowFunctionProto) GetOperandTypeInference

func (x *SqlGroupedWindowFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlGroupedWindowFunctionProto) GetReturnTypeInference

func (x *SqlGroupedWindowFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlGroupedWindowFunctionProto) GetRightPrec

func (x *SqlGroupedWindowFunctionProto) GetRightPrec() int32

func (*SqlGroupedWindowFunctionProto) GetSqlIdentifier

func (x *SqlGroupedWindowFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlGroupedWindowFunctionProto) ProtoMessage

func (*SqlGroupedWindowFunctionProto) ProtoMessage()

func (*SqlGroupedWindowFunctionProto) ProtoReflect

func (*SqlGroupedWindowFunctionProto) Reset

func (x *SqlGroupedWindowFunctionProto) Reset()

func (*SqlGroupedWindowFunctionProto) String

type SqlGroupingFunctionProto

type SqlGroupingFunctionProto struct {
	RequiresOrder        bool                          `protobuf:"varint,1,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,2,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,3,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,4,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,5,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,7,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,8,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,9,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,10,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,11,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,12,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,13,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlGroupingFunction

func (*SqlGroupingFunctionProto) Descriptor deprecated

func (*SqlGroupingFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlGroupingFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlGroupingFunctionProto) GetAllowedSignatures

func (x *SqlGroupingFunctionProto) GetAllowedSignatures() string

func (*SqlGroupingFunctionProto) GetCategory

func (*SqlGroupingFunctionProto) GetKind

func (*SqlGroupingFunctionProto) GetLeftPrec

func (x *SqlGroupingFunctionProto) GetLeftPrec() int32

func (*SqlGroupingFunctionProto) GetName

func (x *SqlGroupingFunctionProto) GetName() string

func (*SqlGroupingFunctionProto) GetOperandTypeChecker

func (x *SqlGroupingFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlGroupingFunctionProto) GetOperandTypeInference

func (x *SqlGroupingFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlGroupingFunctionProto) GetRequiresGroupOrder

func (x *SqlGroupingFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlGroupingFunctionProto) GetRequiresOrder

func (x *SqlGroupingFunctionProto) GetRequiresOrder() bool

func (*SqlGroupingFunctionProto) GetRequiresOver

func (x *SqlGroupingFunctionProto) GetRequiresOver() bool

func (*SqlGroupingFunctionProto) GetReturnTypeInference

func (x *SqlGroupingFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlGroupingFunctionProto) GetRightPrec

func (x *SqlGroupingFunctionProto) GetRightPrec() int32

func (*SqlGroupingFunctionProto) GetSqlIdentifier

func (x *SqlGroupingFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlGroupingFunctionProto) ProtoMessage

func (*SqlGroupingFunctionProto) ProtoMessage()

func (*SqlGroupingFunctionProto) ProtoReflect

func (x *SqlGroupingFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlGroupingFunctionProto) Reset

func (x *SqlGroupingFunctionProto) Reset()

func (*SqlGroupingFunctionProto) String

func (x *SqlGroupingFunctionProto) String() string

type SqlGroupingIdFunctionProto

type SqlGroupingIdFunctionProto struct {
	RequiresOrder        bool                          `protobuf:"varint,1,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,2,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,3,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,4,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,5,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,7,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,8,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,9,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,10,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,11,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,12,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,13,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlGroupingIdFunction

func (*SqlGroupingIdFunctionProto) Descriptor deprecated

func (*SqlGroupingIdFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlGroupingIdFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlGroupingIdFunctionProto) GetAllowedSignatures

func (x *SqlGroupingIdFunctionProto) GetAllowedSignatures() string

func (*SqlGroupingIdFunctionProto) GetCategory

func (*SqlGroupingIdFunctionProto) GetKind

func (*SqlGroupingIdFunctionProto) GetLeftPrec

func (x *SqlGroupingIdFunctionProto) GetLeftPrec() int32

func (*SqlGroupingIdFunctionProto) GetName

func (x *SqlGroupingIdFunctionProto) GetName() string

func (*SqlGroupingIdFunctionProto) GetOperandTypeChecker

func (x *SqlGroupingIdFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlGroupingIdFunctionProto) GetOperandTypeInference

func (x *SqlGroupingIdFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlGroupingIdFunctionProto) GetRequiresGroupOrder

func (x *SqlGroupingIdFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlGroupingIdFunctionProto) GetRequiresOrder

func (x *SqlGroupingIdFunctionProto) GetRequiresOrder() bool

func (*SqlGroupingIdFunctionProto) GetRequiresOver

func (x *SqlGroupingIdFunctionProto) GetRequiresOver() bool

func (*SqlGroupingIdFunctionProto) GetReturnTypeInference

func (x *SqlGroupingIdFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlGroupingIdFunctionProto) GetRightPrec

func (x *SqlGroupingIdFunctionProto) GetRightPrec() int32

func (*SqlGroupingIdFunctionProto) GetSqlIdentifier

func (x *SqlGroupingIdFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlGroupingIdFunctionProto) ProtoMessage

func (*SqlGroupingIdFunctionProto) ProtoMessage()

func (*SqlGroupingIdFunctionProto) ProtoReflect

func (*SqlGroupingIdFunctionProto) Reset

func (x *SqlGroupingIdFunctionProto) Reset()

func (*SqlGroupingIdFunctionProto) String

func (x *SqlGroupingIdFunctionProto) String() string

type SqlHintProto

type SqlHintProto struct {
	Name            *SqlIdentifierProto   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Options         *SqlNodeListProto     `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
	OptionFormat    HintOptionFormatProto `protobuf:"varint,3,opt,name=optionFormat,proto3,enum=rill.sql.v1.HintOptionFormatProto" json:"optionFormat,omitempty"`
	Pos             *SqlParserPosProto    `protobuf:"bytes,4,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto     `protobuf:"bytes,5,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlHint

func (*SqlHintProto) Descriptor deprecated

func (*SqlHintProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlHintProto.ProtoReflect.Descriptor instead.

func (*SqlHintProto) GetName

func (x *SqlHintProto) GetName() *SqlIdentifierProto

func (*SqlHintProto) GetOptionFormat

func (x *SqlHintProto) GetOptionFormat() HintOptionFormatProto

func (*SqlHintProto) GetOptions

func (x *SqlHintProto) GetOptions() *SqlNodeListProto

func (*SqlHintProto) GetPos

func (x *SqlHintProto) GetPos() *SqlParserPosProto

func (*SqlHintProto) GetTypeInformation

func (x *SqlHintProto) GetTypeInformation() *RelDataTypeProto

func (*SqlHintProto) ProtoMessage

func (*SqlHintProto) ProtoMessage()

func (*SqlHintProto) ProtoReflect

func (x *SqlHintProto) ProtoReflect() protoreflect.Message

func (*SqlHintProto) Reset

func (x *SqlHintProto) Reset()

func (*SqlHintProto) String

func (x *SqlHintProto) String() string

type SqlHistogramAggFunctionProto

type SqlHistogramAggFunctionProto struct {
	Type                 *RelDataTypeProto             `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	RequiresOrder        bool                          `protobuf:"varint,2,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,3,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,4,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,5,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,6,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,8,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,9,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,10,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,11,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,12,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,13,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,14,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlHistogramAggFunction

func (*SqlHistogramAggFunctionProto) Descriptor deprecated

func (*SqlHistogramAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlHistogramAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlHistogramAggFunctionProto) GetAllowedSignatures

func (x *SqlHistogramAggFunctionProto) GetAllowedSignatures() string

func (*SqlHistogramAggFunctionProto) GetCategory

func (*SqlHistogramAggFunctionProto) GetKind

func (*SqlHistogramAggFunctionProto) GetLeftPrec

func (x *SqlHistogramAggFunctionProto) GetLeftPrec() int32

func (*SqlHistogramAggFunctionProto) GetName

func (x *SqlHistogramAggFunctionProto) GetName() string

func (*SqlHistogramAggFunctionProto) GetOperandTypeChecker

func (x *SqlHistogramAggFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlHistogramAggFunctionProto) GetOperandTypeInference

func (x *SqlHistogramAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlHistogramAggFunctionProto) GetRequiresGroupOrder

func (x *SqlHistogramAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlHistogramAggFunctionProto) GetRequiresOrder

func (x *SqlHistogramAggFunctionProto) GetRequiresOrder() bool

func (*SqlHistogramAggFunctionProto) GetRequiresOver

func (x *SqlHistogramAggFunctionProto) GetRequiresOver() bool

func (*SqlHistogramAggFunctionProto) GetReturnTypeInference

func (x *SqlHistogramAggFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlHistogramAggFunctionProto) GetRightPrec

func (x *SqlHistogramAggFunctionProto) GetRightPrec() int32

func (*SqlHistogramAggFunctionProto) GetSqlIdentifier

func (x *SqlHistogramAggFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlHistogramAggFunctionProto) GetType

func (*SqlHistogramAggFunctionProto) ProtoMessage

func (*SqlHistogramAggFunctionProto) ProtoMessage()

func (*SqlHistogramAggFunctionProto) ProtoReflect

func (*SqlHistogramAggFunctionProto) Reset

func (x *SqlHistogramAggFunctionProto) Reset()

func (*SqlHistogramAggFunctionProto) String

type SqlHopTableFunctionProto

type SqlHopTableFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlHopTableFunction

func (*SqlHopTableFunctionProto) Descriptor deprecated

func (*SqlHopTableFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlHopTableFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlHopTableFunctionProto) GetAllowedSignatures

func (x *SqlHopTableFunctionProto) GetAllowedSignatures() string

func (*SqlHopTableFunctionProto) GetCategory

func (*SqlHopTableFunctionProto) GetKind

func (*SqlHopTableFunctionProto) GetLeftPrec

func (x *SqlHopTableFunctionProto) GetLeftPrec() int32

func (*SqlHopTableFunctionProto) GetName

func (x *SqlHopTableFunctionProto) GetName() string

func (*SqlHopTableFunctionProto) GetOperandTypeChecker

func (x *SqlHopTableFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlHopTableFunctionProto) GetOperandTypeInference

func (x *SqlHopTableFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlHopTableFunctionProto) GetReturnTypeInference

func (x *SqlHopTableFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlHopTableFunctionProto) GetRightPrec

func (x *SqlHopTableFunctionProto) GetRightPrec() int32

func (*SqlHopTableFunctionProto) GetSqlIdentifier

func (x *SqlHopTableFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlHopTableFunctionProto) ProtoMessage

func (*SqlHopTableFunctionProto) ProtoMessage()

func (*SqlHopTableFunctionProto) ProtoReflect

func (x *SqlHopTableFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlHopTableFunctionProto) Reset

func (x *SqlHopTableFunctionProto) Reset()

func (*SqlHopTableFunctionProto) String

func (x *SqlHopTableFunctionProto) String() string

type SqlIdentifierProto

type SqlIdentifierProto struct {
	Names              []string             `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
	Collation          *SqlCollationProto   `protobuf:"bytes,2,opt,name=collation,proto3" json:"collation,omitempty"`
	ComponentPositions []*SqlParserPosProto `protobuf:"bytes,3,rep,name=componentPositions,proto3" json:"componentPositions,omitempty"`
	Pos                *SqlParserPosProto   `protobuf:"bytes,4,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation    *RelDataTypeProto    `protobuf:"bytes,5,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlIdentifier

func (*SqlIdentifierProto) Descriptor deprecated

func (*SqlIdentifierProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlIdentifierProto.ProtoReflect.Descriptor instead.

func (*SqlIdentifierProto) GetCollation

func (x *SqlIdentifierProto) GetCollation() *SqlCollationProto

func (*SqlIdentifierProto) GetComponentPositions

func (x *SqlIdentifierProto) GetComponentPositions() []*SqlParserPosProto

func (*SqlIdentifierProto) GetNames

func (x *SqlIdentifierProto) GetNames() []string

func (*SqlIdentifierProto) GetPos

func (*SqlIdentifierProto) GetTypeInformation

func (x *SqlIdentifierProto) GetTypeInformation() *RelDataTypeProto

func (*SqlIdentifierProto) ProtoMessage

func (*SqlIdentifierProto) ProtoMessage()

func (*SqlIdentifierProto) ProtoReflect

func (x *SqlIdentifierProto) ProtoReflect() protoreflect.Message

func (*SqlIdentifierProto) Reset

func (x *SqlIdentifierProto) Reset()

func (*SqlIdentifierProto) String

func (x *SqlIdentifierProto) String() string

type SqlInOperatorProto

type SqlInOperatorProto struct {

	// Types that are assignable to SqlInOperatorProto:
	//
	//	*SqlInOperatorProto_SqlQuantifyOperatorProto
	SqlInOperatorProto   isSqlInOperatorProto_SqlInOperatorProto `protobuf_oneof:"sqlInOperatorProto"`
	Name                 string                                  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                            `protobuf:"varint,3,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                                   `protobuf:"zigzag32,4,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                                   `protobuf:"zigzag32,5,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto            `protobuf:"bytes,6,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto           `protobuf:"bytes,7,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto             `protobuf:"bytes,8,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                                  `protobuf:"bytes,9,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlInOperator

func (*SqlInOperatorProto) Descriptor deprecated

func (*SqlInOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlInOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlInOperatorProto) GetAllowedSignatures

func (x *SqlInOperatorProto) GetAllowedSignatures() string

func (*SqlInOperatorProto) GetKind

func (x *SqlInOperatorProto) GetKind() SqlKindProto

func (*SqlInOperatorProto) GetLeftPrec

func (x *SqlInOperatorProto) GetLeftPrec() int32

func (*SqlInOperatorProto) GetName

func (x *SqlInOperatorProto) GetName() string

func (*SqlInOperatorProto) GetOperandTypeChecker

func (x *SqlInOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlInOperatorProto) GetOperandTypeInference

func (x *SqlInOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlInOperatorProto) GetReturnTypeInference

func (x *SqlInOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlInOperatorProto) GetRightPrec

func (x *SqlInOperatorProto) GetRightPrec() int32

func (*SqlInOperatorProto) GetSqlInOperatorProto

func (m *SqlInOperatorProto) GetSqlInOperatorProto() isSqlInOperatorProto_SqlInOperatorProto

func (*SqlInOperatorProto) GetSqlQuantifyOperatorProto

func (x *SqlInOperatorProto) GetSqlQuantifyOperatorProto() *SqlQuantifyOperatorProto

func (*SqlInOperatorProto) ProtoMessage

func (*SqlInOperatorProto) ProtoMessage()

func (*SqlInOperatorProto) ProtoReflect

func (x *SqlInOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlInOperatorProto) Reset

func (x *SqlInOperatorProto) Reset()

func (*SqlInOperatorProto) String

func (x *SqlInOperatorProto) String() string

type SqlInOperatorProto_SqlQuantifyOperatorProto

type SqlInOperatorProto_SqlQuantifyOperatorProto struct {
	SqlQuantifyOperatorProto *SqlQuantifyOperatorProto `protobuf:"bytes,1,opt,name=sqlQuantifyOperatorProto,proto3,oneof"`
}

type SqlInfixOperatorProto

type SqlInfixOperatorProto struct {

	// Types that are assignable to SqlInfixOperatorProto:
	//
	//	*SqlInfixOperatorProto_SqlBetweenOperatorProto
	SqlInfixOperatorProto isSqlInfixOperatorProto_SqlInfixOperatorProto `protobuf_oneof:"sqlInfixOperatorProto"`
	Names                 []string                                      `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"`
	Name                  string                                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                  SqlKindProto                                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec              int32                                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec             int32                                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference   *SqlReturnTypeInferenceProto                  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference  *SqlOperandTypeInferenceProto                 `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker    *SqlOperandTypeCheckerProto                   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures     string                                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlInfixOperator

func (*SqlInfixOperatorProto) Descriptor deprecated

func (*SqlInfixOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlInfixOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlInfixOperatorProto) GetAllowedSignatures

func (x *SqlInfixOperatorProto) GetAllowedSignatures() string

func (*SqlInfixOperatorProto) GetKind

func (x *SqlInfixOperatorProto) GetKind() SqlKindProto

func (*SqlInfixOperatorProto) GetLeftPrec

func (x *SqlInfixOperatorProto) GetLeftPrec() int32

func (*SqlInfixOperatorProto) GetName

func (x *SqlInfixOperatorProto) GetName() string

func (*SqlInfixOperatorProto) GetNames

func (x *SqlInfixOperatorProto) GetNames() []string

func (*SqlInfixOperatorProto) GetOperandTypeChecker

func (x *SqlInfixOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlInfixOperatorProto) GetOperandTypeInference

func (x *SqlInfixOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlInfixOperatorProto) GetReturnTypeInference

func (x *SqlInfixOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlInfixOperatorProto) GetRightPrec

func (x *SqlInfixOperatorProto) GetRightPrec() int32

func (*SqlInfixOperatorProto) GetSqlBetweenOperatorProto

func (x *SqlInfixOperatorProto) GetSqlBetweenOperatorProto() *SqlBetweenOperatorProto

func (*SqlInfixOperatorProto) GetSqlInfixOperatorProto

func (m *SqlInfixOperatorProto) GetSqlInfixOperatorProto() isSqlInfixOperatorProto_SqlInfixOperatorProto

func (*SqlInfixOperatorProto) ProtoMessage

func (*SqlInfixOperatorProto) ProtoMessage()

func (*SqlInfixOperatorProto) ProtoReflect

func (x *SqlInfixOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlInfixOperatorProto) Reset

func (x *SqlInfixOperatorProto) Reset()

func (*SqlInfixOperatorProto) String

func (x *SqlInfixOperatorProto) String() string

type SqlInfixOperatorProto_SqlBetweenOperatorProto

type SqlInfixOperatorProto_SqlBetweenOperatorProto struct {
	SqlBetweenOperatorProto *SqlBetweenOperatorProto `protobuf:"bytes,1,opt,name=sqlBetweenOperatorProto,proto3,oneof"`
}

type SqlInsertProto

type SqlInsertProto struct {
	Keywords        *SqlNodeListProto  `protobuf:"bytes,1,opt,name=keywords,proto3" json:"keywords,omitempty"`
	TargetTable     *SqlNodeProto      `protobuf:"bytes,2,opt,name=targetTable,proto3" json:"targetTable,omitempty"`
	Source          *SqlNodeProto      `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
	ColumnList      *SqlNodeListProto  `protobuf:"bytes,4,opt,name=columnList,proto3" json:"columnList,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,5,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,6,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlInsert

func (*SqlInsertProto) Descriptor deprecated

func (*SqlInsertProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlInsertProto.ProtoReflect.Descriptor instead.

func (*SqlInsertProto) GetColumnList

func (x *SqlInsertProto) GetColumnList() *SqlNodeListProto

func (*SqlInsertProto) GetKeywords

func (x *SqlInsertProto) GetKeywords() *SqlNodeListProto

func (*SqlInsertProto) GetPos

func (x *SqlInsertProto) GetPos() *SqlParserPosProto

func (*SqlInsertProto) GetSource

func (x *SqlInsertProto) GetSource() *SqlNodeProto

func (*SqlInsertProto) GetTargetTable

func (x *SqlInsertProto) GetTargetTable() *SqlNodeProto

func (*SqlInsertProto) GetTypeInformation

func (x *SqlInsertProto) GetTypeInformation() *RelDataTypeProto

func (*SqlInsertProto) ProtoMessage

func (*SqlInsertProto) ProtoMessage()

func (*SqlInsertProto) ProtoReflect

func (x *SqlInsertProto) ProtoReflect() protoreflect.Message

func (*SqlInsertProto) Reset

func (x *SqlInsertProto) Reset()

func (*SqlInsertProto) String

func (x *SqlInsertProto) String() string

type SqlInternalOperatorProto

type SqlInternalOperatorProto struct {

	// Types that are assignable to SqlInternalOperatorProto:
	//
	//	*SqlInternalOperatorProto_SqlExtendOperatorProto
	//	*SqlInternalOperatorProto_SqlRollupOperatorProto
	//	*SqlInternalOperatorProto_SqlIntervalOperatorProto
	//	*SqlInternalOperatorProto_SqlSearchOperatorProto
	SqlInternalOperatorProto isSqlInternalOperatorProto_SqlInternalOperatorProto `protobuf_oneof:"sqlInternalOperatorProto"`
	Name                     string                                              `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Kind                     SqlKindProto                                        `protobuf:"varint,6,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec                 int32                                               `protobuf:"zigzag32,7,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec                int32                                               `protobuf:"zigzag32,8,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference      *SqlReturnTypeInferenceProto                        `protobuf:"bytes,9,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference     *SqlOperandTypeInferenceProto                       `protobuf:"bytes,10,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker       *SqlOperandTypeCheckerProto                         `protobuf:"bytes,11,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures        string                                              `protobuf:"bytes,12,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlInternalOperator

func (*SqlInternalOperatorProto) Descriptor deprecated

func (*SqlInternalOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlInternalOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlInternalOperatorProto) GetAllowedSignatures

func (x *SqlInternalOperatorProto) GetAllowedSignatures() string

func (*SqlInternalOperatorProto) GetKind

func (*SqlInternalOperatorProto) GetLeftPrec

func (x *SqlInternalOperatorProto) GetLeftPrec() int32

func (*SqlInternalOperatorProto) GetName

func (x *SqlInternalOperatorProto) GetName() string

func (*SqlInternalOperatorProto) GetOperandTypeChecker

func (x *SqlInternalOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlInternalOperatorProto) GetOperandTypeInference

func (x *SqlInternalOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlInternalOperatorProto) GetReturnTypeInference

func (x *SqlInternalOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlInternalOperatorProto) GetRightPrec

func (x *SqlInternalOperatorProto) GetRightPrec() int32

func (*SqlInternalOperatorProto) GetSqlExtendOperatorProto

func (x *SqlInternalOperatorProto) GetSqlExtendOperatorProto() *SqlExtendOperatorProto

func (*SqlInternalOperatorProto) GetSqlInternalOperatorProto

func (m *SqlInternalOperatorProto) GetSqlInternalOperatorProto() isSqlInternalOperatorProto_SqlInternalOperatorProto

func (*SqlInternalOperatorProto) GetSqlIntervalOperatorProto

func (x *SqlInternalOperatorProto) GetSqlIntervalOperatorProto() *SqlIntervalOperatorProto

func (*SqlInternalOperatorProto) GetSqlRollupOperatorProto

func (x *SqlInternalOperatorProto) GetSqlRollupOperatorProto() *SqlRollupOperatorProto

func (*SqlInternalOperatorProto) GetSqlSearchOperatorProto

func (x *SqlInternalOperatorProto) GetSqlSearchOperatorProto() *SqlSearchOperatorProto

func (*SqlInternalOperatorProto) ProtoMessage

func (*SqlInternalOperatorProto) ProtoMessage()

func (*SqlInternalOperatorProto) ProtoReflect

func (x *SqlInternalOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlInternalOperatorProto) Reset

func (x *SqlInternalOperatorProto) Reset()

func (*SqlInternalOperatorProto) String

func (x *SqlInternalOperatorProto) String() string

type SqlInternalOperatorProto_SqlExtendOperatorProto

type SqlInternalOperatorProto_SqlExtendOperatorProto struct {
	SqlExtendOperatorProto *SqlExtendOperatorProto `protobuf:"bytes,1,opt,name=sqlExtendOperatorProto,proto3,oneof"`
}

type SqlInternalOperatorProto_SqlIntervalOperatorProto

type SqlInternalOperatorProto_SqlIntervalOperatorProto struct {
	SqlIntervalOperatorProto *SqlIntervalOperatorProto `protobuf:"bytes,3,opt,name=sqlIntervalOperatorProto,proto3,oneof"`
}

type SqlInternalOperatorProto_SqlRollupOperatorProto

type SqlInternalOperatorProto_SqlRollupOperatorProto struct {
	SqlRollupOperatorProto *SqlRollupOperatorProto `protobuf:"bytes,2,opt,name=sqlRollupOperatorProto,proto3,oneof"`
}

type SqlInternalOperatorProto_SqlSearchOperatorProto

type SqlInternalOperatorProto_SqlSearchOperatorProto struct {
	SqlSearchOperatorProto *SqlSearchOperatorProto `protobuf:"bytes,4,opt,name=sqlSearchOperatorProto,proto3,oneof"`
}

type SqlIntervalLiteralProto

type SqlIntervalLiteralProto struct {
	TypeName        SqlTypeNameProto   `protobuf:"varint,1,opt,name=typeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeName,omitempty"`
	Value           string             `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,3,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,4,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlIntervalLiteral

func (*SqlIntervalLiteralProto) Descriptor deprecated

func (*SqlIntervalLiteralProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlIntervalLiteralProto.ProtoReflect.Descriptor instead.

func (*SqlIntervalLiteralProto) GetPos

func (*SqlIntervalLiteralProto) GetTypeInformation

func (x *SqlIntervalLiteralProto) GetTypeInformation() *RelDataTypeProto

func (*SqlIntervalLiteralProto) GetTypeName

func (x *SqlIntervalLiteralProto) GetTypeName() SqlTypeNameProto

func (*SqlIntervalLiteralProto) GetValue

func (x *SqlIntervalLiteralProto) GetValue() string

func (*SqlIntervalLiteralProto) ProtoMessage

func (*SqlIntervalLiteralProto) ProtoMessage()

func (*SqlIntervalLiteralProto) ProtoReflect

func (x *SqlIntervalLiteralProto) ProtoReflect() protoreflect.Message

func (*SqlIntervalLiteralProto) Reset

func (x *SqlIntervalLiteralProto) Reset()

func (*SqlIntervalLiteralProto) String

func (x *SqlIntervalLiteralProto) String() string

type SqlIntervalOperatorProto

type SqlIntervalOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlIntervalOperator

func (*SqlIntervalOperatorProto) Descriptor deprecated

func (*SqlIntervalOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlIntervalOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlIntervalOperatorProto) GetAllowedSignatures

func (x *SqlIntervalOperatorProto) GetAllowedSignatures() string

func (*SqlIntervalOperatorProto) GetKind

func (*SqlIntervalOperatorProto) GetLeftPrec

func (x *SqlIntervalOperatorProto) GetLeftPrec() int32

func (*SqlIntervalOperatorProto) GetName

func (x *SqlIntervalOperatorProto) GetName() string

func (*SqlIntervalOperatorProto) GetOperandTypeChecker

func (x *SqlIntervalOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlIntervalOperatorProto) GetOperandTypeInference

func (x *SqlIntervalOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlIntervalOperatorProto) GetReturnTypeInference

func (x *SqlIntervalOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlIntervalOperatorProto) GetRightPrec

func (x *SqlIntervalOperatorProto) GetRightPrec() int32

func (*SqlIntervalOperatorProto) ProtoMessage

func (*SqlIntervalOperatorProto) ProtoMessage()

func (*SqlIntervalOperatorProto) ProtoReflect

func (x *SqlIntervalOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlIntervalOperatorProto) Reset

func (x *SqlIntervalOperatorProto) Reset()

func (*SqlIntervalOperatorProto) String

func (x *SqlIntervalOperatorProto) String() string

type SqlIntervalQualifierProto

type SqlIntervalQualifierProto struct {
	StartPrecision            int32              `protobuf:"zigzag32,1,opt,name=startPrecision,proto3" json:"startPrecision,omitempty"`
	TimeUnitRange             TimeUnitRangeProto `protobuf:"varint,2,opt,name=timeUnitRange,proto3,enum=rill.sql.v1.TimeUnitRangeProto" json:"timeUnitRange,omitempty"`
	FractionalSecondPrecision int32              `protobuf:"zigzag32,3,opt,name=fractionalSecondPrecision,proto3" json:"fractionalSecondPrecision,omitempty"`
	Pos                       *SqlParserPosProto `protobuf:"bytes,4,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation           *RelDataTypeProto  `protobuf:"bytes,5,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlIntervalQualifier

func (*SqlIntervalQualifierProto) Descriptor deprecated

func (*SqlIntervalQualifierProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlIntervalQualifierProto.ProtoReflect.Descriptor instead.

func (*SqlIntervalQualifierProto) GetFractionalSecondPrecision

func (x *SqlIntervalQualifierProto) GetFractionalSecondPrecision() int32

func (*SqlIntervalQualifierProto) GetPos

func (*SqlIntervalQualifierProto) GetStartPrecision

func (x *SqlIntervalQualifierProto) GetStartPrecision() int32

func (*SqlIntervalQualifierProto) GetTimeUnitRange

func (x *SqlIntervalQualifierProto) GetTimeUnitRange() TimeUnitRangeProto

func (*SqlIntervalQualifierProto) GetTypeInformation

func (x *SqlIntervalQualifierProto) GetTypeInformation() *RelDataTypeProto

func (*SqlIntervalQualifierProto) ProtoMessage

func (*SqlIntervalQualifierProto) ProtoMessage()

func (*SqlIntervalQualifierProto) ProtoReflect

func (*SqlIntervalQualifierProto) Reset

func (x *SqlIntervalQualifierProto) Reset()

func (*SqlIntervalQualifierProto) String

func (x *SqlIntervalQualifierProto) String() string

type SqlItemOperatorProto

type SqlItemOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlItemOperator

func (*SqlItemOperatorProto) Descriptor deprecated

func (*SqlItemOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlItemOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlItemOperatorProto) GetAllowedSignatures

func (x *SqlItemOperatorProto) GetAllowedSignatures() string

func (*SqlItemOperatorProto) GetKind

func (x *SqlItemOperatorProto) GetKind() SqlKindProto

func (*SqlItemOperatorProto) GetLeftPrec

func (x *SqlItemOperatorProto) GetLeftPrec() int32

func (*SqlItemOperatorProto) GetName

func (x *SqlItemOperatorProto) GetName() string

func (*SqlItemOperatorProto) GetOperandTypeChecker

func (x *SqlItemOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlItemOperatorProto) GetOperandTypeInference

func (x *SqlItemOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlItemOperatorProto) GetReturnTypeInference

func (x *SqlItemOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlItemOperatorProto) GetRightPrec

func (x *SqlItemOperatorProto) GetRightPrec() int32

func (*SqlItemOperatorProto) ProtoMessage

func (*SqlItemOperatorProto) ProtoMessage()

func (*SqlItemOperatorProto) ProtoReflect

func (x *SqlItemOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlItemOperatorProto) Reset

func (x *SqlItemOperatorProto) Reset()

func (*SqlItemOperatorProto) String

func (x *SqlItemOperatorProto) String() string

type SqlJdbcFunctionCallProto

type SqlJdbcFunctionCallProto struct {
	JdbcName             string                        `protobuf:"bytes,1,opt,name=jdbcName,proto3" json:"jdbcName,omitempty"`
	LookupCall           *SqlCallProto                 `protobuf:"bytes,2,opt,name=lookupCall,proto3" json:"lookupCall,omitempty"`
	ThisOperands         []*SqlNodeProto               `protobuf:"bytes,3,rep,name=thisOperands,proto3" json:"thisOperands,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,4,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,5,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,7,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,8,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,9,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,10,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,11,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,12,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,13,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlJdbcFunctionCall

func (*SqlJdbcFunctionCallProto) Descriptor deprecated

func (*SqlJdbcFunctionCallProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlJdbcFunctionCallProto.ProtoReflect.Descriptor instead.

func (*SqlJdbcFunctionCallProto) GetAllowedSignatures

func (x *SqlJdbcFunctionCallProto) GetAllowedSignatures() string

func (*SqlJdbcFunctionCallProto) GetCategory

func (*SqlJdbcFunctionCallProto) GetJdbcName

func (x *SqlJdbcFunctionCallProto) GetJdbcName() string

func (*SqlJdbcFunctionCallProto) GetKind

func (*SqlJdbcFunctionCallProto) GetLeftPrec

func (x *SqlJdbcFunctionCallProto) GetLeftPrec() int32

func (*SqlJdbcFunctionCallProto) GetLookupCall

func (x *SqlJdbcFunctionCallProto) GetLookupCall() *SqlCallProto

func (*SqlJdbcFunctionCallProto) GetName

func (x *SqlJdbcFunctionCallProto) GetName() string

func (*SqlJdbcFunctionCallProto) GetOperandTypeChecker

func (x *SqlJdbcFunctionCallProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlJdbcFunctionCallProto) GetOperandTypeInference

func (x *SqlJdbcFunctionCallProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlJdbcFunctionCallProto) GetReturnTypeInference

func (x *SqlJdbcFunctionCallProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlJdbcFunctionCallProto) GetRightPrec

func (x *SqlJdbcFunctionCallProto) GetRightPrec() int32

func (*SqlJdbcFunctionCallProto) GetSqlIdentifier

func (x *SqlJdbcFunctionCallProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlJdbcFunctionCallProto) GetThisOperands

func (x *SqlJdbcFunctionCallProto) GetThisOperands() []*SqlNodeProto

func (*SqlJdbcFunctionCallProto) ProtoMessage

func (*SqlJdbcFunctionCallProto) ProtoMessage()

func (*SqlJdbcFunctionCallProto) ProtoReflect

func (x *SqlJdbcFunctionCallProto) ProtoReflect() protoreflect.Message

func (*SqlJdbcFunctionCallProto) Reset

func (x *SqlJdbcFunctionCallProto) Reset()

func (*SqlJdbcFunctionCallProto) String

func (x *SqlJdbcFunctionCallProto) String() string

type SqlJoinProto

type SqlJoinProto struct {
	Left            *SqlNodeProto      `protobuf:"bytes,1,opt,name=left,proto3" json:"left,omitempty"`
	Natural         *SqlLiteralProto   `protobuf:"bytes,2,opt,name=natural,proto3" json:"natural,omitempty"`
	JoinType        *SqlLiteralProto   `protobuf:"bytes,3,opt,name=joinType,proto3" json:"joinType,omitempty"`
	Right           *SqlNodeProto      `protobuf:"bytes,4,opt,name=right,proto3" json:"right,omitempty"`
	ConditionType   *SqlLiteralProto   `protobuf:"bytes,5,opt,name=conditionType,proto3" json:"conditionType,omitempty"`
	Condition       *SqlNodeProto      `protobuf:"bytes,6,opt,name=condition,proto3" json:"condition,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,7,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,8,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlJoin

func (*SqlJoinProto) Descriptor deprecated

func (*SqlJoinProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlJoinProto.ProtoReflect.Descriptor instead.

func (*SqlJoinProto) GetCondition

func (x *SqlJoinProto) GetCondition() *SqlNodeProto

func (*SqlJoinProto) GetConditionType

func (x *SqlJoinProto) GetConditionType() *SqlLiteralProto

func (*SqlJoinProto) GetJoinType

func (x *SqlJoinProto) GetJoinType() *SqlLiteralProto

func (*SqlJoinProto) GetLeft

func (x *SqlJoinProto) GetLeft() *SqlNodeProto

func (*SqlJoinProto) GetNatural

func (x *SqlJoinProto) GetNatural() *SqlLiteralProto

func (*SqlJoinProto) GetPos

func (x *SqlJoinProto) GetPos() *SqlParserPosProto

func (*SqlJoinProto) GetRight

func (x *SqlJoinProto) GetRight() *SqlNodeProto

func (*SqlJoinProto) GetTypeInformation

func (x *SqlJoinProto) GetTypeInformation() *RelDataTypeProto

func (*SqlJoinProto) ProtoMessage

func (*SqlJoinProto) ProtoMessage()

func (*SqlJoinProto) ProtoReflect

func (x *SqlJoinProto) ProtoReflect() protoreflect.Message

func (*SqlJoinProto) Reset

func (x *SqlJoinProto) Reset()

func (*SqlJoinProto) String

func (x *SqlJoinProto) String() string

type SqlJsonArrayAggAggFunctionProto

type SqlJsonArrayAggAggFunctionProto struct {
	NullClause           SqlJsonConstructorNullClauseProto `protobuf:"varint,1,opt,name=nullClause,proto3,enum=rill.sql.v1.SqlJsonConstructorNullClauseProto" json:"nullClause,omitempty"`
	RequiresOrder        bool                              `protobuf:"varint,2,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                              `protobuf:"varint,3,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto                  `protobuf:"varint,4,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto          `protobuf:"varint,5,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto               `protobuf:"bytes,6,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                            `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                      `protobuf:"varint,8,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                             `protobuf:"zigzag32,9,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                             `protobuf:"zigzag32,10,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto      `protobuf:"bytes,11,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto     `protobuf:"bytes,12,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto       `protobuf:"bytes,13,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                            `protobuf:"bytes,14,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlJsonArrayAggAggFunction

func (*SqlJsonArrayAggAggFunctionProto) Descriptor deprecated

func (*SqlJsonArrayAggAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlJsonArrayAggAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlJsonArrayAggAggFunctionProto) GetAllowedSignatures

func (x *SqlJsonArrayAggAggFunctionProto) GetAllowedSignatures() string

func (*SqlJsonArrayAggAggFunctionProto) GetCategory

func (*SqlJsonArrayAggAggFunctionProto) GetKind

func (*SqlJsonArrayAggAggFunctionProto) GetLeftPrec

func (x *SqlJsonArrayAggAggFunctionProto) GetLeftPrec() int32

func (*SqlJsonArrayAggAggFunctionProto) GetName

func (*SqlJsonArrayAggAggFunctionProto) GetNullClause

func (*SqlJsonArrayAggAggFunctionProto) GetOperandTypeChecker

func (x *SqlJsonArrayAggAggFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlJsonArrayAggAggFunctionProto) GetOperandTypeInference

func (x *SqlJsonArrayAggAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlJsonArrayAggAggFunctionProto) GetRequiresGroupOrder

func (x *SqlJsonArrayAggAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlJsonArrayAggAggFunctionProto) GetRequiresOrder

func (x *SqlJsonArrayAggAggFunctionProto) GetRequiresOrder() bool

func (*SqlJsonArrayAggAggFunctionProto) GetRequiresOver

func (x *SqlJsonArrayAggAggFunctionProto) GetRequiresOver() bool

func (*SqlJsonArrayAggAggFunctionProto) GetReturnTypeInference

func (x *SqlJsonArrayAggAggFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlJsonArrayAggAggFunctionProto) GetRightPrec

func (x *SqlJsonArrayAggAggFunctionProto) GetRightPrec() int32

func (*SqlJsonArrayAggAggFunctionProto) GetSqlIdentifier

func (x *SqlJsonArrayAggAggFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlJsonArrayAggAggFunctionProto) ProtoMessage

func (*SqlJsonArrayAggAggFunctionProto) ProtoMessage()

func (*SqlJsonArrayAggAggFunctionProto) ProtoReflect

func (*SqlJsonArrayAggAggFunctionProto) Reset

func (*SqlJsonArrayAggAggFunctionProto) String

type SqlJsonArrayFunctionProto

type SqlJsonArrayFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlJsonArrayFunction

func (*SqlJsonArrayFunctionProto) Descriptor deprecated

func (*SqlJsonArrayFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlJsonArrayFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlJsonArrayFunctionProto) GetAllowedSignatures

func (x *SqlJsonArrayFunctionProto) GetAllowedSignatures() string

func (*SqlJsonArrayFunctionProto) GetCategory

func (*SqlJsonArrayFunctionProto) GetKind

func (*SqlJsonArrayFunctionProto) GetLeftPrec

func (x *SqlJsonArrayFunctionProto) GetLeftPrec() int32

func (*SqlJsonArrayFunctionProto) GetName

func (x *SqlJsonArrayFunctionProto) GetName() string

func (*SqlJsonArrayFunctionProto) GetOperandTypeChecker

func (x *SqlJsonArrayFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlJsonArrayFunctionProto) GetOperandTypeInference

func (x *SqlJsonArrayFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlJsonArrayFunctionProto) GetReturnTypeInference

func (x *SqlJsonArrayFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlJsonArrayFunctionProto) GetRightPrec

func (x *SqlJsonArrayFunctionProto) GetRightPrec() int32

func (*SqlJsonArrayFunctionProto) GetSqlIdentifier

func (x *SqlJsonArrayFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlJsonArrayFunctionProto) ProtoMessage

func (*SqlJsonArrayFunctionProto) ProtoMessage()

func (*SqlJsonArrayFunctionProto) ProtoReflect

func (*SqlJsonArrayFunctionProto) Reset

func (x *SqlJsonArrayFunctionProto) Reset()

func (*SqlJsonArrayFunctionProto) String

func (x *SqlJsonArrayFunctionProto) String() string

type SqlJsonConstructorNullClauseProto

type SqlJsonConstructorNullClauseProto int32
const (
	SqlJsonConstructorNullClauseProto_SqlJsonConstructorNullClauseProto_NULL_ON_NULL_   SqlJsonConstructorNullClauseProto = 0
	SqlJsonConstructorNullClauseProto_SqlJsonConstructorNullClauseProto_ABSENT_ON_NULL_ SqlJsonConstructorNullClauseProto = 1
)

func (SqlJsonConstructorNullClauseProto) Descriptor

func (SqlJsonConstructorNullClauseProto) Enum

func (SqlJsonConstructorNullClauseProto) EnumDescriptor deprecated

func (SqlJsonConstructorNullClauseProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use SqlJsonConstructorNullClauseProto.Descriptor instead.

func (SqlJsonConstructorNullClauseProto) Number

func (SqlJsonConstructorNullClauseProto) String

func (SqlJsonConstructorNullClauseProto) Type

type SqlJsonDepthFunctionProto

type SqlJsonDepthFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlJsonDepthFunction

func (*SqlJsonDepthFunctionProto) Descriptor deprecated

func (*SqlJsonDepthFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlJsonDepthFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlJsonDepthFunctionProto) GetAllowedSignatures

func (x *SqlJsonDepthFunctionProto) GetAllowedSignatures() string

func (*SqlJsonDepthFunctionProto) GetCategory

func (*SqlJsonDepthFunctionProto) GetKind

func (*SqlJsonDepthFunctionProto) GetLeftPrec

func (x *SqlJsonDepthFunctionProto) GetLeftPrec() int32

func (*SqlJsonDepthFunctionProto) GetName

func (x *SqlJsonDepthFunctionProto) GetName() string

func (*SqlJsonDepthFunctionProto) GetOperandTypeChecker

func (x *SqlJsonDepthFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlJsonDepthFunctionProto) GetOperandTypeInference

func (x *SqlJsonDepthFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlJsonDepthFunctionProto) GetReturnTypeInference

func (x *SqlJsonDepthFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlJsonDepthFunctionProto) GetRightPrec

func (x *SqlJsonDepthFunctionProto) GetRightPrec() int32

func (*SqlJsonDepthFunctionProto) GetSqlIdentifier

func (x *SqlJsonDepthFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlJsonDepthFunctionProto) ProtoMessage

func (*SqlJsonDepthFunctionProto) ProtoMessage()

func (*SqlJsonDepthFunctionProto) ProtoReflect

func (*SqlJsonDepthFunctionProto) Reset

func (x *SqlJsonDepthFunctionProto) Reset()

func (*SqlJsonDepthFunctionProto) String

func (x *SqlJsonDepthFunctionProto) String() string

type SqlJsonExistsFunctionProto

type SqlJsonExistsFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlJsonExistsFunction

func (*SqlJsonExistsFunctionProto) Descriptor deprecated

func (*SqlJsonExistsFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlJsonExistsFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlJsonExistsFunctionProto) GetAllowedSignatures

func (x *SqlJsonExistsFunctionProto) GetAllowedSignatures() string

func (*SqlJsonExistsFunctionProto) GetCategory

func (*SqlJsonExistsFunctionProto) GetKind

func (*SqlJsonExistsFunctionProto) GetLeftPrec

func (x *SqlJsonExistsFunctionProto) GetLeftPrec() int32

func (*SqlJsonExistsFunctionProto) GetName

func (x *SqlJsonExistsFunctionProto) GetName() string

func (*SqlJsonExistsFunctionProto) GetOperandTypeChecker

func (x *SqlJsonExistsFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlJsonExistsFunctionProto) GetOperandTypeInference

func (x *SqlJsonExistsFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlJsonExistsFunctionProto) GetReturnTypeInference

func (x *SqlJsonExistsFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlJsonExistsFunctionProto) GetRightPrec

func (x *SqlJsonExistsFunctionProto) GetRightPrec() int32

func (*SqlJsonExistsFunctionProto) GetSqlIdentifier

func (x *SqlJsonExistsFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlJsonExistsFunctionProto) ProtoMessage

func (*SqlJsonExistsFunctionProto) ProtoMessage()

func (*SqlJsonExistsFunctionProto) ProtoReflect

func (*SqlJsonExistsFunctionProto) Reset

func (x *SqlJsonExistsFunctionProto) Reset()

func (*SqlJsonExistsFunctionProto) String

func (x *SqlJsonExistsFunctionProto) String() string

type SqlJsonKeysFunctionProto

type SqlJsonKeysFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlJsonKeysFunction

func (*SqlJsonKeysFunctionProto) Descriptor deprecated

func (*SqlJsonKeysFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlJsonKeysFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlJsonKeysFunctionProto) GetAllowedSignatures

func (x *SqlJsonKeysFunctionProto) GetAllowedSignatures() string

func (*SqlJsonKeysFunctionProto) GetCategory

func (*SqlJsonKeysFunctionProto) GetKind

func (*SqlJsonKeysFunctionProto) GetLeftPrec

func (x *SqlJsonKeysFunctionProto) GetLeftPrec() int32

func (*SqlJsonKeysFunctionProto) GetName

func (x *SqlJsonKeysFunctionProto) GetName() string

func (*SqlJsonKeysFunctionProto) GetOperandTypeChecker

func (x *SqlJsonKeysFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlJsonKeysFunctionProto) GetOperandTypeInference

func (x *SqlJsonKeysFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlJsonKeysFunctionProto) GetReturnTypeInference

func (x *SqlJsonKeysFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlJsonKeysFunctionProto) GetRightPrec

func (x *SqlJsonKeysFunctionProto) GetRightPrec() int32

func (*SqlJsonKeysFunctionProto) GetSqlIdentifier

func (x *SqlJsonKeysFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlJsonKeysFunctionProto) ProtoMessage

func (*SqlJsonKeysFunctionProto) ProtoMessage()

func (*SqlJsonKeysFunctionProto) ProtoReflect

func (x *SqlJsonKeysFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlJsonKeysFunctionProto) Reset

func (x *SqlJsonKeysFunctionProto) Reset()

func (*SqlJsonKeysFunctionProto) String

func (x *SqlJsonKeysFunctionProto) String() string

type SqlJsonLengthFunctionProto

type SqlJsonLengthFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlJsonLengthFunction

func (*SqlJsonLengthFunctionProto) Descriptor deprecated

func (*SqlJsonLengthFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlJsonLengthFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlJsonLengthFunctionProto) GetAllowedSignatures

func (x *SqlJsonLengthFunctionProto) GetAllowedSignatures() string

func (*SqlJsonLengthFunctionProto) GetCategory

func (*SqlJsonLengthFunctionProto) GetKind

func (*SqlJsonLengthFunctionProto) GetLeftPrec

func (x *SqlJsonLengthFunctionProto) GetLeftPrec() int32

func (*SqlJsonLengthFunctionProto) GetName

func (x *SqlJsonLengthFunctionProto) GetName() string

func (*SqlJsonLengthFunctionProto) GetOperandTypeChecker

func (x *SqlJsonLengthFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlJsonLengthFunctionProto) GetOperandTypeInference

func (x *SqlJsonLengthFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlJsonLengthFunctionProto) GetReturnTypeInference

func (x *SqlJsonLengthFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlJsonLengthFunctionProto) GetRightPrec

func (x *SqlJsonLengthFunctionProto) GetRightPrec() int32

func (*SqlJsonLengthFunctionProto) GetSqlIdentifier

func (x *SqlJsonLengthFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlJsonLengthFunctionProto) ProtoMessage

func (*SqlJsonLengthFunctionProto) ProtoMessage()

func (*SqlJsonLengthFunctionProto) ProtoReflect

func (*SqlJsonLengthFunctionProto) Reset

func (x *SqlJsonLengthFunctionProto) Reset()

func (*SqlJsonLengthFunctionProto) String

func (x *SqlJsonLengthFunctionProto) String() string

type SqlJsonObjectAggAggFunctionProto

type SqlJsonObjectAggAggFunctionProto struct {
	NullClause           SqlJsonConstructorNullClauseProto `protobuf:"varint,1,opt,name=nullClause,proto3,enum=rill.sql.v1.SqlJsonConstructorNullClauseProto" json:"nullClause,omitempty"`
	RequiresOrder        bool                              `protobuf:"varint,2,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                              `protobuf:"varint,3,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto                  `protobuf:"varint,4,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto          `protobuf:"varint,5,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto               `protobuf:"bytes,6,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                            `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                      `protobuf:"varint,8,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                             `protobuf:"zigzag32,9,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                             `protobuf:"zigzag32,10,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto      `protobuf:"bytes,11,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto     `protobuf:"bytes,12,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto       `protobuf:"bytes,13,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                            `protobuf:"bytes,14,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlJsonObjectAggAggFunction

func (*SqlJsonObjectAggAggFunctionProto) Descriptor deprecated

func (*SqlJsonObjectAggAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlJsonObjectAggAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlJsonObjectAggAggFunctionProto) GetAllowedSignatures

func (x *SqlJsonObjectAggAggFunctionProto) GetAllowedSignatures() string

func (*SqlJsonObjectAggAggFunctionProto) GetCategory

func (*SqlJsonObjectAggAggFunctionProto) GetKind

func (*SqlJsonObjectAggAggFunctionProto) GetLeftPrec

func (x *SqlJsonObjectAggAggFunctionProto) GetLeftPrec() int32

func (*SqlJsonObjectAggAggFunctionProto) GetName

func (*SqlJsonObjectAggAggFunctionProto) GetNullClause

func (*SqlJsonObjectAggAggFunctionProto) GetOperandTypeChecker

func (*SqlJsonObjectAggAggFunctionProto) GetOperandTypeInference

func (x *SqlJsonObjectAggAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlJsonObjectAggAggFunctionProto) GetRequiresGroupOrder

func (x *SqlJsonObjectAggAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlJsonObjectAggAggFunctionProto) GetRequiresOrder

func (x *SqlJsonObjectAggAggFunctionProto) GetRequiresOrder() bool

func (*SqlJsonObjectAggAggFunctionProto) GetRequiresOver

func (x *SqlJsonObjectAggAggFunctionProto) GetRequiresOver() bool

func (*SqlJsonObjectAggAggFunctionProto) GetReturnTypeInference

func (*SqlJsonObjectAggAggFunctionProto) GetRightPrec

func (x *SqlJsonObjectAggAggFunctionProto) GetRightPrec() int32

func (*SqlJsonObjectAggAggFunctionProto) GetSqlIdentifier

func (*SqlJsonObjectAggAggFunctionProto) ProtoMessage

func (*SqlJsonObjectAggAggFunctionProto) ProtoMessage()

func (*SqlJsonObjectAggAggFunctionProto) ProtoReflect

func (*SqlJsonObjectAggAggFunctionProto) Reset

func (*SqlJsonObjectAggAggFunctionProto) String

type SqlJsonObjectFunctionProto

type SqlJsonObjectFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlJsonObjectFunction

func (*SqlJsonObjectFunctionProto) Descriptor deprecated

func (*SqlJsonObjectFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlJsonObjectFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlJsonObjectFunctionProto) GetAllowedSignatures

func (x *SqlJsonObjectFunctionProto) GetAllowedSignatures() string

func (*SqlJsonObjectFunctionProto) GetCategory

func (*SqlJsonObjectFunctionProto) GetKind

func (*SqlJsonObjectFunctionProto) GetLeftPrec

func (x *SqlJsonObjectFunctionProto) GetLeftPrec() int32

func (*SqlJsonObjectFunctionProto) GetName

func (x *SqlJsonObjectFunctionProto) GetName() string

func (*SqlJsonObjectFunctionProto) GetOperandTypeChecker

func (x *SqlJsonObjectFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlJsonObjectFunctionProto) GetOperandTypeInference

func (x *SqlJsonObjectFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlJsonObjectFunctionProto) GetReturnTypeInference

func (x *SqlJsonObjectFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlJsonObjectFunctionProto) GetRightPrec

func (x *SqlJsonObjectFunctionProto) GetRightPrec() int32

func (*SqlJsonObjectFunctionProto) GetSqlIdentifier

func (x *SqlJsonObjectFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlJsonObjectFunctionProto) ProtoMessage

func (*SqlJsonObjectFunctionProto) ProtoMessage()

func (*SqlJsonObjectFunctionProto) ProtoReflect

func (*SqlJsonObjectFunctionProto) Reset

func (x *SqlJsonObjectFunctionProto) Reset()

func (*SqlJsonObjectFunctionProto) String

func (x *SqlJsonObjectFunctionProto) String() string

type SqlJsonPrettyFunctionProto

type SqlJsonPrettyFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlJsonPrettyFunction

func (*SqlJsonPrettyFunctionProto) Descriptor deprecated

func (*SqlJsonPrettyFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlJsonPrettyFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlJsonPrettyFunctionProto) GetAllowedSignatures

func (x *SqlJsonPrettyFunctionProto) GetAllowedSignatures() string

func (*SqlJsonPrettyFunctionProto) GetCategory

func (*SqlJsonPrettyFunctionProto) GetKind

func (*SqlJsonPrettyFunctionProto) GetLeftPrec

func (x *SqlJsonPrettyFunctionProto) GetLeftPrec() int32

func (*SqlJsonPrettyFunctionProto) GetName

func (x *SqlJsonPrettyFunctionProto) GetName() string

func (*SqlJsonPrettyFunctionProto) GetOperandTypeChecker

func (x *SqlJsonPrettyFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlJsonPrettyFunctionProto) GetOperandTypeInference

func (x *SqlJsonPrettyFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlJsonPrettyFunctionProto) GetReturnTypeInference

func (x *SqlJsonPrettyFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlJsonPrettyFunctionProto) GetRightPrec

func (x *SqlJsonPrettyFunctionProto) GetRightPrec() int32

func (*SqlJsonPrettyFunctionProto) GetSqlIdentifier

func (x *SqlJsonPrettyFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlJsonPrettyFunctionProto) ProtoMessage

func (*SqlJsonPrettyFunctionProto) ProtoMessage()

func (*SqlJsonPrettyFunctionProto) ProtoReflect

func (*SqlJsonPrettyFunctionProto) Reset

func (x *SqlJsonPrettyFunctionProto) Reset()

func (*SqlJsonPrettyFunctionProto) String

func (x *SqlJsonPrettyFunctionProto) String() string

type SqlJsonQueryFunctionProto

type SqlJsonQueryFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlJsonQueryFunction

func (*SqlJsonQueryFunctionProto) Descriptor deprecated

func (*SqlJsonQueryFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlJsonQueryFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlJsonQueryFunctionProto) GetAllowedSignatures

func (x *SqlJsonQueryFunctionProto) GetAllowedSignatures() string

func (*SqlJsonQueryFunctionProto) GetCategory

func (*SqlJsonQueryFunctionProto) GetKind

func (*SqlJsonQueryFunctionProto) GetLeftPrec

func (x *SqlJsonQueryFunctionProto) GetLeftPrec() int32

func (*SqlJsonQueryFunctionProto) GetName

func (x *SqlJsonQueryFunctionProto) GetName() string

func (*SqlJsonQueryFunctionProto) GetOperandTypeChecker

func (x *SqlJsonQueryFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlJsonQueryFunctionProto) GetOperandTypeInference

func (x *SqlJsonQueryFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlJsonQueryFunctionProto) GetReturnTypeInference

func (x *SqlJsonQueryFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlJsonQueryFunctionProto) GetRightPrec

func (x *SqlJsonQueryFunctionProto) GetRightPrec() int32

func (*SqlJsonQueryFunctionProto) GetSqlIdentifier

func (x *SqlJsonQueryFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlJsonQueryFunctionProto) ProtoMessage

func (*SqlJsonQueryFunctionProto) ProtoMessage()

func (*SqlJsonQueryFunctionProto) ProtoReflect

func (*SqlJsonQueryFunctionProto) Reset

func (x *SqlJsonQueryFunctionProto) Reset()

func (*SqlJsonQueryFunctionProto) String

func (x *SqlJsonQueryFunctionProto) String() string

type SqlJsonRemoveFunctionProto

type SqlJsonRemoveFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlJsonRemoveFunction

func (*SqlJsonRemoveFunctionProto) Descriptor deprecated

func (*SqlJsonRemoveFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlJsonRemoveFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlJsonRemoveFunctionProto) GetAllowedSignatures

func (x *SqlJsonRemoveFunctionProto) GetAllowedSignatures() string

func (*SqlJsonRemoveFunctionProto) GetCategory

func (*SqlJsonRemoveFunctionProto) GetKind

func (*SqlJsonRemoveFunctionProto) GetLeftPrec

func (x *SqlJsonRemoveFunctionProto) GetLeftPrec() int32

func (*SqlJsonRemoveFunctionProto) GetName

func (x *SqlJsonRemoveFunctionProto) GetName() string

func (*SqlJsonRemoveFunctionProto) GetOperandTypeChecker

func (x *SqlJsonRemoveFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlJsonRemoveFunctionProto) GetOperandTypeInference

func (x *SqlJsonRemoveFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlJsonRemoveFunctionProto) GetReturnTypeInference

func (x *SqlJsonRemoveFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlJsonRemoveFunctionProto) GetRightPrec

func (x *SqlJsonRemoveFunctionProto) GetRightPrec() int32

func (*SqlJsonRemoveFunctionProto) GetSqlIdentifier

func (x *SqlJsonRemoveFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlJsonRemoveFunctionProto) ProtoMessage

func (*SqlJsonRemoveFunctionProto) ProtoMessage()

func (*SqlJsonRemoveFunctionProto) ProtoReflect

func (*SqlJsonRemoveFunctionProto) Reset

func (x *SqlJsonRemoveFunctionProto) Reset()

func (*SqlJsonRemoveFunctionProto) String

func (x *SqlJsonRemoveFunctionProto) String() string

type SqlJsonStorageSizeFunctionProto

type SqlJsonStorageSizeFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlJsonStorageSizeFunction

func (*SqlJsonStorageSizeFunctionProto) Descriptor deprecated

func (*SqlJsonStorageSizeFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlJsonStorageSizeFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlJsonStorageSizeFunctionProto) GetAllowedSignatures

func (x *SqlJsonStorageSizeFunctionProto) GetAllowedSignatures() string

func (*SqlJsonStorageSizeFunctionProto) GetCategory

func (*SqlJsonStorageSizeFunctionProto) GetKind

func (*SqlJsonStorageSizeFunctionProto) GetLeftPrec

func (x *SqlJsonStorageSizeFunctionProto) GetLeftPrec() int32

func (*SqlJsonStorageSizeFunctionProto) GetName

func (*SqlJsonStorageSizeFunctionProto) GetOperandTypeChecker

func (x *SqlJsonStorageSizeFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlJsonStorageSizeFunctionProto) GetOperandTypeInference

func (x *SqlJsonStorageSizeFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlJsonStorageSizeFunctionProto) GetReturnTypeInference

func (x *SqlJsonStorageSizeFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlJsonStorageSizeFunctionProto) GetRightPrec

func (x *SqlJsonStorageSizeFunctionProto) GetRightPrec() int32

func (*SqlJsonStorageSizeFunctionProto) GetSqlIdentifier

func (x *SqlJsonStorageSizeFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlJsonStorageSizeFunctionProto) ProtoMessage

func (*SqlJsonStorageSizeFunctionProto) ProtoMessage()

func (*SqlJsonStorageSizeFunctionProto) ProtoReflect

func (*SqlJsonStorageSizeFunctionProto) Reset

func (*SqlJsonStorageSizeFunctionProto) String

type SqlJsonTypeFunctionProto

type SqlJsonTypeFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlJsonTypeFunction

func (*SqlJsonTypeFunctionProto) Descriptor deprecated

func (*SqlJsonTypeFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlJsonTypeFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlJsonTypeFunctionProto) GetAllowedSignatures

func (x *SqlJsonTypeFunctionProto) GetAllowedSignatures() string

func (*SqlJsonTypeFunctionProto) GetCategory

func (*SqlJsonTypeFunctionProto) GetKind

func (*SqlJsonTypeFunctionProto) GetLeftPrec

func (x *SqlJsonTypeFunctionProto) GetLeftPrec() int32

func (*SqlJsonTypeFunctionProto) GetName

func (x *SqlJsonTypeFunctionProto) GetName() string

func (*SqlJsonTypeFunctionProto) GetOperandTypeChecker

func (x *SqlJsonTypeFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlJsonTypeFunctionProto) GetOperandTypeInference

func (x *SqlJsonTypeFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlJsonTypeFunctionProto) GetReturnTypeInference

func (x *SqlJsonTypeFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlJsonTypeFunctionProto) GetRightPrec

func (x *SqlJsonTypeFunctionProto) GetRightPrec() int32

func (*SqlJsonTypeFunctionProto) GetSqlIdentifier

func (x *SqlJsonTypeFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlJsonTypeFunctionProto) ProtoMessage

func (*SqlJsonTypeFunctionProto) ProtoMessage()

func (*SqlJsonTypeFunctionProto) ProtoReflect

func (x *SqlJsonTypeFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlJsonTypeFunctionProto) Reset

func (x *SqlJsonTypeFunctionProto) Reset()

func (*SqlJsonTypeFunctionProto) String

func (x *SqlJsonTypeFunctionProto) String() string

type SqlJsonValueExpressionOperatorProto

type SqlJsonValueExpressionOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlJsonValueExpressionOperator

func (*SqlJsonValueExpressionOperatorProto) Descriptor deprecated

func (*SqlJsonValueExpressionOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlJsonValueExpressionOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlJsonValueExpressionOperatorProto) GetAllowedSignatures

func (x *SqlJsonValueExpressionOperatorProto) GetAllowedSignatures() string

func (*SqlJsonValueExpressionOperatorProto) GetKind

func (*SqlJsonValueExpressionOperatorProto) GetLeftPrec

func (x *SqlJsonValueExpressionOperatorProto) GetLeftPrec() int32

func (*SqlJsonValueExpressionOperatorProto) GetName

func (*SqlJsonValueExpressionOperatorProto) GetOperandTypeChecker

func (*SqlJsonValueExpressionOperatorProto) GetOperandTypeInference

func (*SqlJsonValueExpressionOperatorProto) GetReturnTypeInference

func (*SqlJsonValueExpressionOperatorProto) GetRightPrec

func (x *SqlJsonValueExpressionOperatorProto) GetRightPrec() int32

func (*SqlJsonValueExpressionOperatorProto) ProtoMessage

func (*SqlJsonValueExpressionOperatorProto) ProtoMessage()

func (*SqlJsonValueExpressionOperatorProto) ProtoReflect

func (*SqlJsonValueExpressionOperatorProto) Reset

func (*SqlJsonValueExpressionOperatorProto) String

type SqlJsonValueFunctionProto

type SqlJsonValueFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlJsonValueFunction

func (*SqlJsonValueFunctionProto) Descriptor deprecated

func (*SqlJsonValueFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlJsonValueFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlJsonValueFunctionProto) GetAllowedSignatures

func (x *SqlJsonValueFunctionProto) GetAllowedSignatures() string

func (*SqlJsonValueFunctionProto) GetCategory

func (*SqlJsonValueFunctionProto) GetKind

func (*SqlJsonValueFunctionProto) GetLeftPrec

func (x *SqlJsonValueFunctionProto) GetLeftPrec() int32

func (*SqlJsonValueFunctionProto) GetName

func (x *SqlJsonValueFunctionProto) GetName() string

func (*SqlJsonValueFunctionProto) GetOperandTypeChecker

func (x *SqlJsonValueFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlJsonValueFunctionProto) GetOperandTypeInference

func (x *SqlJsonValueFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlJsonValueFunctionProto) GetReturnTypeInference

func (x *SqlJsonValueFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlJsonValueFunctionProto) GetRightPrec

func (x *SqlJsonValueFunctionProto) GetRightPrec() int32

func (*SqlJsonValueFunctionProto) GetSqlIdentifier

func (x *SqlJsonValueFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlJsonValueFunctionProto) ProtoMessage

func (*SqlJsonValueFunctionProto) ProtoMessage()

func (*SqlJsonValueFunctionProto) ProtoReflect

func (*SqlJsonValueFunctionProto) Reset

func (x *SqlJsonValueFunctionProto) Reset()

func (*SqlJsonValueFunctionProto) String

func (x *SqlJsonValueFunctionProto) String() string

type SqlKeyConstraintProto

type SqlKeyConstraintProto struct {
	Name            *SqlIdentifierProto `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ColumnList      *SqlNodeListProto   `protobuf:"bytes,2,opt,name=columnList,proto3" json:"columnList,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,3,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,4,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.ddl.SqlKeyConstraint

func (*SqlKeyConstraintProto) Descriptor deprecated

func (*SqlKeyConstraintProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlKeyConstraintProto.ProtoReflect.Descriptor instead.

func (*SqlKeyConstraintProto) GetColumnList

func (x *SqlKeyConstraintProto) GetColumnList() *SqlNodeListProto

func (*SqlKeyConstraintProto) GetName

func (*SqlKeyConstraintProto) GetPos

func (*SqlKeyConstraintProto) GetTypeInformation

func (x *SqlKeyConstraintProto) GetTypeInformation() *RelDataTypeProto

func (*SqlKeyConstraintProto) ProtoMessage

func (*SqlKeyConstraintProto) ProtoMessage()

func (*SqlKeyConstraintProto) ProtoReflect

func (x *SqlKeyConstraintProto) ProtoReflect() protoreflect.Message

func (*SqlKeyConstraintProto) Reset

func (x *SqlKeyConstraintProto) Reset()

func (*SqlKeyConstraintProto) String

func (x *SqlKeyConstraintProto) String() string

type SqlKindProto

type SqlKindProto int32
const (
	SqlKindProto_SqlKindProto_OTHER_                        SqlKindProto = 0
	SqlKindProto_SqlKindProto_SELECT_                       SqlKindProto = 1
	SqlKindProto_SqlKindProto_HINT_                         SqlKindProto = 2
	SqlKindProto_SqlKindProto_TABLE_REF_                    SqlKindProto = 3
	SqlKindProto_SqlKindProto_JOIN_                         SqlKindProto = 4
	SqlKindProto_SqlKindProto_IDENTIFIER_                   SqlKindProto = 5
	SqlKindProto_SqlKindProto_LITERAL_                      SqlKindProto = 6
	SqlKindProto_SqlKindProto_INTERVAL_QUALIFIER_           SqlKindProto = 7
	SqlKindProto_SqlKindProto_OTHER_FUNCTION_               SqlKindProto = 8
	SqlKindProto_SqlKindProto_POSITION_                     SqlKindProto = 9
	SqlKindProto_SqlKindProto_EXPLAIN_                      SqlKindProto = 10
	SqlKindProto_SqlKindProto_DESCRIBE_SCHEMA_              SqlKindProto = 11
	SqlKindProto_SqlKindProto_DESCRIBE_TABLE_               SqlKindProto = 12
	SqlKindProto_SqlKindProto_INSERT_                       SqlKindProto = 13
	SqlKindProto_SqlKindProto_DELETE_                       SqlKindProto = 14
	SqlKindProto_SqlKindProto_UPDATE_                       SqlKindProto = 15
	SqlKindProto_SqlKindProto_SET_OPTION_                   SqlKindProto = 16
	SqlKindProto_SqlKindProto_DYNAMIC_PARAM_                SqlKindProto = 17
	SqlKindProto_SqlKindProto_ORDER_BY_                     SqlKindProto = 18
	SqlKindProto_SqlKindProto_WITH_                         SqlKindProto = 19
	SqlKindProto_SqlKindProto_WITH_ITEM_                    SqlKindProto = 20
	SqlKindProto_SqlKindProto_ITEM_                         SqlKindProto = 21
	SqlKindProto_SqlKindProto_UNION_                        SqlKindProto = 22
	SqlKindProto_SqlKindProto_EXCEPT_                       SqlKindProto = 23
	SqlKindProto_SqlKindProto_INTERSECT_                    SqlKindProto = 24
	SqlKindProto_SqlKindProto_AS_                           SqlKindProto = 25
	SqlKindProto_SqlKindProto_ARGUMENT_ASSIGNMENT_          SqlKindProto = 26
	SqlKindProto_SqlKindProto_DEFAULT_                      SqlKindProto = 27
	SqlKindProto_SqlKindProto_OVER_                         SqlKindProto = 28
	SqlKindProto_SqlKindProto_RESPECT_NULLS_                SqlKindProto = 29
	SqlKindProto_SqlKindProto_IGNORE_NULLS_                 SqlKindProto = 30
	SqlKindProto_SqlKindProto_FILTER_                       SqlKindProto = 31
	SqlKindProto_SqlKindProto_WITHIN_GROUP_                 SqlKindProto = 32
	SqlKindProto_SqlKindProto_WITHIN_DISTINCT_              SqlKindProto = 33
	SqlKindProto_SqlKindProto_WINDOW_                       SqlKindProto = 34
	SqlKindProto_SqlKindProto_MERGE_                        SqlKindProto = 35
	SqlKindProto_SqlKindProto_TABLESAMPLE_                  SqlKindProto = 36
	SqlKindProto_SqlKindProto_PIVOT_                        SqlKindProto = 37
	SqlKindProto_SqlKindProto_UNPIVOT_                      SqlKindProto = 38
	SqlKindProto_SqlKindProto_MATCH_RECOGNIZE_              SqlKindProto = 39
	SqlKindProto_SqlKindProto_SNAPSHOT_                     SqlKindProto = 40
	SqlKindProto_SqlKindProto_TIMES_                        SqlKindProto = 41
	SqlKindProto_SqlKindProto_DIVIDE_                       SqlKindProto = 42
	SqlKindProto_SqlKindProto_MOD_                          SqlKindProto = 43
	SqlKindProto_SqlKindProto_PLUS_                         SqlKindProto = 44
	SqlKindProto_SqlKindProto_MINUS_                        SqlKindProto = 45
	SqlKindProto_SqlKindProto_PATTERN_ALTER_                SqlKindProto = 46
	SqlKindProto_SqlKindProto_PATTERN_CONCAT_               SqlKindProto = 47
	SqlKindProto_SqlKindProto_IN_                           SqlKindProto = 48
	SqlKindProto_SqlKindProto_NOT_IN_                       SqlKindProto = 49
	SqlKindProto_SqlKindProto_DRUID_IN_                     SqlKindProto = 50
	SqlKindProto_SqlKindProto_DRUID_NOT_IN_                 SqlKindProto = 51
	SqlKindProto_SqlKindProto_LESS_THAN_                    SqlKindProto = 52
	SqlKindProto_SqlKindProto_GREATER_THAN_                 SqlKindProto = 53
	SqlKindProto_SqlKindProto_LESS_THAN_OR_EQUAL_           SqlKindProto = 54
	SqlKindProto_SqlKindProto_GREATER_THAN_OR_EQUAL_        SqlKindProto = 55
	SqlKindProto_SqlKindProto_EQUALS_                       SqlKindProto = 56
	SqlKindProto_SqlKindProto_NOT_EQUALS_                   SqlKindProto = 57
	SqlKindProto_SqlKindProto_IS_DISTINCT_FROM_             SqlKindProto = 58
	SqlKindProto_SqlKindProto_IS_NOT_DISTINCT_FROM_         SqlKindProto = 59
	SqlKindProto_SqlKindProto_SEARCH_                       SqlKindProto = 60
	SqlKindProto_SqlKindProto_OR_                           SqlKindProto = 61
	SqlKindProto_SqlKindProto_AND_                          SqlKindProto = 62
	SqlKindProto_SqlKindProto_DOT_                          SqlKindProto = 63
	SqlKindProto_SqlKindProto_OVERLAPS_                     SqlKindProto = 64
	SqlKindProto_SqlKindProto_CONTAINS_                     SqlKindProto = 65
	SqlKindProto_SqlKindProto_PRECEDES_                     SqlKindProto = 66
	SqlKindProto_SqlKindProto_IMMEDIATELY_PRECEDES_         SqlKindProto = 67
	SqlKindProto_SqlKindProto_SUCCEEDS_                     SqlKindProto = 68
	SqlKindProto_SqlKindProto_IMMEDIATELY_SUCCEEDS_         SqlKindProto = 69
	SqlKindProto_SqlKindProto_PERIOD_EQUALS_                SqlKindProto = 70
	SqlKindProto_SqlKindProto_LIKE_                         SqlKindProto = 71
	SqlKindProto_SqlKindProto_RLIKE_                        SqlKindProto = 72
	SqlKindProto_SqlKindProto_SIMILAR_                      SqlKindProto = 73
	SqlKindProto_SqlKindProto_POSIX_REGEX_CASE_SENSITIVE_   SqlKindProto = 74
	SqlKindProto_SqlKindProto_POSIX_REGEX_CASE_INSENSITIVE_ SqlKindProto = 75
	SqlKindProto_SqlKindProto_BETWEEN_                      SqlKindProto = 76
	SqlKindProto_SqlKindProto_DRUID_BETWEEN_                SqlKindProto = 77
	SqlKindProto_SqlKindProto_CASE_                         SqlKindProto = 78
	SqlKindProto_SqlKindProto_INTERVAL_                     SqlKindProto = 79
	SqlKindProto_SqlKindProto_SEPARATOR_                    SqlKindProto = 80
	SqlKindProto_SqlKindProto_NULLIF_                       SqlKindProto = 81
	SqlKindProto_SqlKindProto_COALESCE_                     SqlKindProto = 82
	SqlKindProto_SqlKindProto_DECODE_                       SqlKindProto = 83
	SqlKindProto_SqlKindProto_NVL_                          SqlKindProto = 84
	SqlKindProto_SqlKindProto_GREATEST_                     SqlKindProto = 85
	SqlKindProto_SqlKindProto_CONCAT2_                      SqlKindProto = 86
	SqlKindProto_SqlKindProto_IF_                           SqlKindProto = 87
	SqlKindProto_SqlKindProto_LEAST_                        SqlKindProto = 88
	SqlKindProto_SqlKindProto_TIMESTAMP_ADD_                SqlKindProto = 89
	SqlKindProto_SqlKindProto_TIMESTAMP_DIFF_               SqlKindProto = 90
	SqlKindProto_SqlKindProto_NOT_                          SqlKindProto = 91
	SqlKindProto_SqlKindProto_PLUS_PREFIX_                  SqlKindProto = 92
	SqlKindProto_SqlKindProto_MINUS_PREFIX_                 SqlKindProto = 93
	SqlKindProto_SqlKindProto_EXISTS_                       SqlKindProto = 94
	SqlKindProto_SqlKindProto_SOME_                         SqlKindProto = 95
	SqlKindProto_SqlKindProto_ALL_                          SqlKindProto = 96
	SqlKindProto_SqlKindProto_VALUES_                       SqlKindProto = 97
	SqlKindProto_SqlKindProto_EXPLICIT_TABLE_               SqlKindProto = 98
	SqlKindProto_SqlKindProto_SCALAR_QUERY_                 SqlKindProto = 99
	SqlKindProto_SqlKindProto_PROCEDURE_CALL_               SqlKindProto = 100
	SqlKindProto_SqlKindProto_NEW_SPECIFICATION_            SqlKindProto = 101
	SqlKindProto_SqlKindProto_FINAL_                        SqlKindProto = 102
	SqlKindProto_SqlKindProto_RUNNING_                      SqlKindProto = 103
	SqlKindProto_SqlKindProto_PREV_                         SqlKindProto = 104
	SqlKindProto_SqlKindProto_NEXT_                         SqlKindProto = 105
	SqlKindProto_SqlKindProto_FIRST_                        SqlKindProto = 106
	SqlKindProto_SqlKindProto_LAST_                         SqlKindProto = 107
	SqlKindProto_SqlKindProto_CLASSIFIER_                   SqlKindProto = 108
	SqlKindProto_SqlKindProto_MATCH_NUMBER_                 SqlKindProto = 109
	SqlKindProto_SqlKindProto_SKIP_TO_FIRST_                SqlKindProto = 110
	SqlKindProto_SqlKindProto_SKIP_TO_LAST_                 SqlKindProto = 111
	SqlKindProto_SqlKindProto_DESCENDING_                   SqlKindProto = 112
	SqlKindProto_SqlKindProto_NULLS_FIRST_                  SqlKindProto = 113
	SqlKindProto_SqlKindProto_NULLS_LAST_                   SqlKindProto = 114
	SqlKindProto_SqlKindProto_IS_TRUE_                      SqlKindProto = 115
	SqlKindProto_SqlKindProto_IS_FALSE_                     SqlKindProto = 116
	SqlKindProto_SqlKindProto_IS_NOT_TRUE_                  SqlKindProto = 117
	SqlKindProto_SqlKindProto_IS_NOT_FALSE_                 SqlKindProto = 118
	SqlKindProto_SqlKindProto_IS_UNKNOWN_                   SqlKindProto = 119
	SqlKindProto_SqlKindProto_IS_NULL_                      SqlKindProto = 120
	SqlKindProto_SqlKindProto_IS_NOT_NULL_                  SqlKindProto = 121
	SqlKindProto_SqlKindProto_PRECEDING_                    SqlKindProto = 122
	SqlKindProto_SqlKindProto_FOLLOWING_                    SqlKindProto = 123
	SqlKindProto_SqlKindProto_FIELD_ACCESS_                 SqlKindProto = 124
	SqlKindProto_SqlKindProto_INPUT_REF_                    SqlKindProto = 125
	SqlKindProto_SqlKindProto_TABLE_INPUT_REF_              SqlKindProto = 126
	SqlKindProto_SqlKindProto_PATTERN_INPUT_REF_            SqlKindProto = 127
	SqlKindProto_SqlKindProto_LOCAL_REF_                    SqlKindProto = 128
	SqlKindProto_SqlKindProto_CORREL_VARIABLE_              SqlKindProto = 129
	SqlKindProto_SqlKindProto_PATTERN_QUANTIFIER_           SqlKindProto = 130
	SqlKindProto_SqlKindProto_ROW_                          SqlKindProto = 131
	SqlKindProto_SqlKindProto_COLUMN_LIST_                  SqlKindProto = 132
	SqlKindProto_SqlKindProto_CAST_                         SqlKindProto = 133
	SqlKindProto_SqlKindProto_NEXT_VALUE_                   SqlKindProto = 134
	SqlKindProto_SqlKindProto_CURRENT_VALUE_                SqlKindProto = 135
	SqlKindProto_SqlKindProto_FLOOR_                        SqlKindProto = 136
	SqlKindProto_SqlKindProto_CEIL_                         SqlKindProto = 137
	SqlKindProto_SqlKindProto_TRIM_                         SqlKindProto = 138
	SqlKindProto_SqlKindProto_LTRIM_                        SqlKindProto = 139
	SqlKindProto_SqlKindProto_RTRIM_                        SqlKindProto = 140
	SqlKindProto_SqlKindProto_EXTRACT_                      SqlKindProto = 141
	SqlKindProto_SqlKindProto_ARRAY_CONCAT_                 SqlKindProto = 142
	SqlKindProto_SqlKindProto_ARRAY_REVERSE_                SqlKindProto = 143
	SqlKindProto_SqlKindProto_REVERSE_                      SqlKindProto = 144
	SqlKindProto_SqlKindProto_SUBSTR_BIG_QUERY_             SqlKindProto = 145
	SqlKindProto_SqlKindProto_SUBSTR_MYSQL_                 SqlKindProto = 146
	SqlKindProto_SqlKindProto_SUBSTR_ORACLE_                SqlKindProto = 147
	SqlKindProto_SqlKindProto_SUBSTR_POSTGRESQL_            SqlKindProto = 148
	SqlKindProto_SqlKindProto_JDBC_FN_                      SqlKindProto = 149
	SqlKindProto_SqlKindProto_MULTISET_VALUE_CONSTRUCTOR_   SqlKindProto = 150
	SqlKindProto_SqlKindProto_MULTISET_QUERY_CONSTRUCTOR_   SqlKindProto = 151
	SqlKindProto_SqlKindProto_JSON_VALUE_EXPRESSION_        SqlKindProto = 152
	SqlKindProto_SqlKindProto_JSON_ARRAYAGG_                SqlKindProto = 153
	SqlKindProto_SqlKindProto_JSON_OBJECTAGG_               SqlKindProto = 154
	SqlKindProto_SqlKindProto_UNNEST_                       SqlKindProto = 155
	SqlKindProto_SqlKindProto_LATERAL_                      SqlKindProto = 156
	SqlKindProto_SqlKindProto_COLLECTION_TABLE_             SqlKindProto = 157
	SqlKindProto_SqlKindProto_ARRAY_VALUE_CONSTRUCTOR_      SqlKindProto = 158
	SqlKindProto_SqlKindProto_ARRAY_QUERY_CONSTRUCTOR_      SqlKindProto = 159
	SqlKindProto_SqlKindProto_MAP_VALUE_CONSTRUCTOR_        SqlKindProto = 160
	SqlKindProto_SqlKindProto_MAP_QUERY_CONSTRUCTOR_        SqlKindProto = 161
	SqlKindProto_SqlKindProto_CURSOR_                       SqlKindProto = 162
	SqlKindProto_SqlKindProto_LITERAL_CHAIN_                SqlKindProto = 163
	SqlKindProto_SqlKindProto_ESCAPE_                       SqlKindProto = 164
	SqlKindProto_SqlKindProto_REINTERPRET_                  SqlKindProto = 165
	SqlKindProto_SqlKindProto_EXTEND_                       SqlKindProto = 166
	SqlKindProto_SqlKindProto_CUBE_                         SqlKindProto = 167
	SqlKindProto_SqlKindProto_ROLLUP_                       SqlKindProto = 168
	SqlKindProto_SqlKindProto_GROUPING_SETS_                SqlKindProto = 169
	SqlKindProto_SqlKindProto_GROUPING_                     SqlKindProto = 170
	SqlKindProto_SqlKindProto_GROUPING_ID_                  SqlKindProto = 171
	SqlKindProto_SqlKindProto_GROUP_ID_                     SqlKindProto = 172
	SqlKindProto_SqlKindProto_PATTERN_PERMUTE_              SqlKindProto = 173
	SqlKindProto_SqlKindProto_PATTERN_EXCLUDED_             SqlKindProto = 174
	SqlKindProto_SqlKindProto_COUNT_                        SqlKindProto = 175
	SqlKindProto_SqlKindProto_SUM_                          SqlKindProto = 176
	SqlKindProto_SqlKindProto_SUM0_                         SqlKindProto = 177
	SqlKindProto_SqlKindProto_MIN_                          SqlKindProto = 178
	SqlKindProto_SqlKindProto_MAX_                          SqlKindProto = 179
	SqlKindProto_SqlKindProto_LEAD_                         SqlKindProto = 180
	SqlKindProto_SqlKindProto_LAG_                          SqlKindProto = 181
	SqlKindProto_SqlKindProto_FIRST_VALUE_                  SqlKindProto = 182
	SqlKindProto_SqlKindProto_LAST_VALUE_                   SqlKindProto = 183
	SqlKindProto_SqlKindProto_ANY_VALUE_                    SqlKindProto = 184
	SqlKindProto_SqlKindProto_COVAR_POP_                    SqlKindProto = 185
	SqlKindProto_SqlKindProto_COVAR_SAMP_                   SqlKindProto = 186
	SqlKindProto_SqlKindProto_REGR_COUNT_                   SqlKindProto = 187
	SqlKindProto_SqlKindProto_REGR_SXX_                     SqlKindProto = 188
	SqlKindProto_SqlKindProto_REGR_SYY_                     SqlKindProto = 189
	SqlKindProto_SqlKindProto_AVG_                          SqlKindProto = 190
	SqlKindProto_SqlKindProto_STDDEV_POP_                   SqlKindProto = 191
	SqlKindProto_SqlKindProto_STDDEV_SAMP_                  SqlKindProto = 192
	SqlKindProto_SqlKindProto_VAR_POP_                      SqlKindProto = 193
	SqlKindProto_SqlKindProto_VAR_SAMP_                     SqlKindProto = 194
	SqlKindProto_SqlKindProto_NTILE_                        SqlKindProto = 195
	SqlKindProto_SqlKindProto_NTH_VALUE_                    SqlKindProto = 196
	SqlKindProto_SqlKindProto_LISTAGG_                      SqlKindProto = 197
	SqlKindProto_SqlKindProto_STRING_AGG_                   SqlKindProto = 198
	SqlKindProto_SqlKindProto_COUNTIF_                      SqlKindProto = 199
	SqlKindProto_SqlKindProto_ARRAY_AGG_                    SqlKindProto = 200
	SqlKindProto_SqlKindProto_ARRAY_CONCAT_AGG_             SqlKindProto = 201
	SqlKindProto_SqlKindProto_GROUP_CONCAT_                 SqlKindProto = 202
	SqlKindProto_SqlKindProto_COLLECT_                      SqlKindProto = 203
	SqlKindProto_SqlKindProto_MODE_                         SqlKindProto = 204
	SqlKindProto_SqlKindProto_PERCENTILE_CONT_              SqlKindProto = 205
	SqlKindProto_SqlKindProto_PERCENTILE_DISC_              SqlKindProto = 206
	SqlKindProto_SqlKindProto_FUSION_                       SqlKindProto = 207
	SqlKindProto_SqlKindProto_INTERSECTION_                 SqlKindProto = 208
	SqlKindProto_SqlKindProto_SINGLE_VALUE_                 SqlKindProto = 209
	SqlKindProto_SqlKindProto_BIT_AND_                      SqlKindProto = 210
	SqlKindProto_SqlKindProto_BIT_OR_                       SqlKindProto = 211
	SqlKindProto_SqlKindProto_BIT_XOR_                      SqlKindProto = 212
	SqlKindProto_SqlKindProto_ROW_NUMBER_                   SqlKindProto = 213
	SqlKindProto_SqlKindProto_RANK_                         SqlKindProto = 214
	SqlKindProto_SqlKindProto_PERCENT_RANK_                 SqlKindProto = 215
	SqlKindProto_SqlKindProto_DENSE_RANK_                   SqlKindProto = 216
	SqlKindProto_SqlKindProto_CUME_DIST_                    SqlKindProto = 217
	SqlKindProto_SqlKindProto_DESCRIPTOR_                   SqlKindProto = 218
	SqlKindProto_SqlKindProto_TUMBLE_                       SqlKindProto = 219
	SqlKindProto_SqlKindProto_TUMBLE_START_                 SqlKindProto = 220
	SqlKindProto_SqlKindProto_TUMBLE_END_                   SqlKindProto = 221
	SqlKindProto_SqlKindProto_HOP_                          SqlKindProto = 222
	SqlKindProto_SqlKindProto_HOP_START_                    SqlKindProto = 223
	SqlKindProto_SqlKindProto_HOP_END_                      SqlKindProto = 224
	SqlKindProto_SqlKindProto_SESSION_                      SqlKindProto = 225
	SqlKindProto_SqlKindProto_SESSION_START_                SqlKindProto = 226
	SqlKindProto_SqlKindProto_SESSION_END_                  SqlKindProto = 227
	SqlKindProto_SqlKindProto_COLUMN_DECL_                  SqlKindProto = 228
	SqlKindProto_SqlKindProto_ATTRIBUTE_DEF_                SqlKindProto = 229
	SqlKindProto_SqlKindProto_CHECK_                        SqlKindProto = 230
	SqlKindProto_SqlKindProto_UNIQUE_                       SqlKindProto = 231
	SqlKindProto_SqlKindProto_PRIMARY_KEY_                  SqlKindProto = 232
	SqlKindProto_SqlKindProto_FOREIGN_KEY_                  SqlKindProto = 233
	SqlKindProto_SqlKindProto_ST_DWITHIN_                   SqlKindProto = 234
	SqlKindProto_SqlKindProto_ST_POINT_                     SqlKindProto = 235
	SqlKindProto_SqlKindProto_ST_POINT3_                    SqlKindProto = 236
	SqlKindProto_SqlKindProto_ST_MAKE_LINE_                 SqlKindProto = 237
	SqlKindProto_SqlKindProto_ST_CONTAINS_                  SqlKindProto = 238
	SqlKindProto_SqlKindProto_HILBERT_                      SqlKindProto = 239
	SqlKindProto_SqlKindProto_COMMIT_                       SqlKindProto = 240
	SqlKindProto_SqlKindProto_ROLLBACK_                     SqlKindProto = 241
	SqlKindProto_SqlKindProto_ALTER_SESSION_                SqlKindProto = 242
	SqlKindProto_SqlKindProto_CREATE_SCHEMA_                SqlKindProto = 243
	SqlKindProto_SqlKindProto_CREATE_FOREIGN_SCHEMA_        SqlKindProto = 244
	SqlKindProto_SqlKindProto_DROP_SCHEMA_                  SqlKindProto = 245
	SqlKindProto_SqlKindProto_CREATE_TABLE_                 SqlKindProto = 246
	SqlKindProto_SqlKindProto_ALTER_TABLE_                  SqlKindProto = 247
	SqlKindProto_SqlKindProto_DROP_TABLE_                   SqlKindProto = 248
	SqlKindProto_SqlKindProto_CREATE_VIEW_                  SqlKindProto = 249
	SqlKindProto_SqlKindProto_ALTER_VIEW_                   SqlKindProto = 250
	SqlKindProto_SqlKindProto_DROP_VIEW_                    SqlKindProto = 251
	SqlKindProto_SqlKindProto_CREATE_MATERIALIZED_VIEW_     SqlKindProto = 252
	SqlKindProto_SqlKindProto_ALTER_MATERIALIZED_VIEW_      SqlKindProto = 253
	SqlKindProto_SqlKindProto_DROP_MATERIALIZED_VIEW_       SqlKindProto = 254
	SqlKindProto_SqlKindProto_CREATE_SEQUENCE_              SqlKindProto = 255
	SqlKindProto_SqlKindProto_ALTER_SEQUENCE_               SqlKindProto = 256
	SqlKindProto_SqlKindProto_DROP_SEQUENCE_                SqlKindProto = 257
	SqlKindProto_SqlKindProto_CREATE_INDEX_                 SqlKindProto = 258
	SqlKindProto_SqlKindProto_ALTER_INDEX_                  SqlKindProto = 259
	SqlKindProto_SqlKindProto_DROP_INDEX_                   SqlKindProto = 260
	SqlKindProto_SqlKindProto_CREATE_TYPE_                  SqlKindProto = 261
	SqlKindProto_SqlKindProto_DROP_TYPE_                    SqlKindProto = 262
	SqlKindProto_SqlKindProto_CREATE_FUNCTION_              SqlKindProto = 263
	SqlKindProto_SqlKindProto_DROP_FUNCTION_                SqlKindProto = 264
	SqlKindProto_SqlKindProto_OTHER_DDL_                    SqlKindProto = 265
)

func (SqlKindProto) Descriptor

func (SqlKindProto) Enum

func (x SqlKindProto) Enum() *SqlKindProto

func (SqlKindProto) EnumDescriptor deprecated

func (SqlKindProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use SqlKindProto.Descriptor instead.

func (SqlKindProto) Number

func (SqlKindProto) String

func (x SqlKindProto) String() string

func (SqlKindProto) Type

type SqlLateralOperatorProto

type SqlLateralOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlLateralOperator

func (*SqlLateralOperatorProto) Descriptor deprecated

func (*SqlLateralOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlLateralOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlLateralOperatorProto) GetAllowedSignatures

func (x *SqlLateralOperatorProto) GetAllowedSignatures() string

func (*SqlLateralOperatorProto) GetKind

func (*SqlLateralOperatorProto) GetLeftPrec

func (x *SqlLateralOperatorProto) GetLeftPrec() int32

func (*SqlLateralOperatorProto) GetName

func (x *SqlLateralOperatorProto) GetName() string

func (*SqlLateralOperatorProto) GetOperandTypeChecker

func (x *SqlLateralOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlLateralOperatorProto) GetOperandTypeInference

func (x *SqlLateralOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlLateralOperatorProto) GetReturnTypeInference

func (x *SqlLateralOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlLateralOperatorProto) GetRightPrec

func (x *SqlLateralOperatorProto) GetRightPrec() int32

func (*SqlLateralOperatorProto) ProtoMessage

func (*SqlLateralOperatorProto) ProtoMessage()

func (*SqlLateralOperatorProto) ProtoReflect

func (x *SqlLateralOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlLateralOperatorProto) Reset

func (x *SqlLateralOperatorProto) Reset()

func (*SqlLateralOperatorProto) String

func (x *SqlLateralOperatorProto) String() string

type SqlLeadLagAggFunctionProto

type SqlLeadLagAggFunctionProto struct {
	RequiresOrder        bool                          `protobuf:"varint,1,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,2,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,3,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,4,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,5,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,7,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,8,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,9,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,10,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,11,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,12,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,13,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlLeadLagAggFunction

func (*SqlLeadLagAggFunctionProto) Descriptor deprecated

func (*SqlLeadLagAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlLeadLagAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlLeadLagAggFunctionProto) GetAllowedSignatures

func (x *SqlLeadLagAggFunctionProto) GetAllowedSignatures() string

func (*SqlLeadLagAggFunctionProto) GetCategory

func (*SqlLeadLagAggFunctionProto) GetKind

func (*SqlLeadLagAggFunctionProto) GetLeftPrec

func (x *SqlLeadLagAggFunctionProto) GetLeftPrec() int32

func (*SqlLeadLagAggFunctionProto) GetName

func (x *SqlLeadLagAggFunctionProto) GetName() string

func (*SqlLeadLagAggFunctionProto) GetOperandTypeChecker

func (x *SqlLeadLagAggFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlLeadLagAggFunctionProto) GetOperandTypeInference

func (x *SqlLeadLagAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlLeadLagAggFunctionProto) GetRequiresGroupOrder

func (x *SqlLeadLagAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlLeadLagAggFunctionProto) GetRequiresOrder

func (x *SqlLeadLagAggFunctionProto) GetRequiresOrder() bool

func (*SqlLeadLagAggFunctionProto) GetRequiresOver

func (x *SqlLeadLagAggFunctionProto) GetRequiresOver() bool

func (*SqlLeadLagAggFunctionProto) GetReturnTypeInference

func (x *SqlLeadLagAggFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlLeadLagAggFunctionProto) GetRightPrec

func (x *SqlLeadLagAggFunctionProto) GetRightPrec() int32

func (*SqlLeadLagAggFunctionProto) GetSqlIdentifier

func (x *SqlLeadLagAggFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlLeadLagAggFunctionProto) ProtoMessage

func (*SqlLeadLagAggFunctionProto) ProtoMessage()

func (*SqlLeadLagAggFunctionProto) ProtoReflect

func (*SqlLeadLagAggFunctionProto) Reset

func (x *SqlLeadLagAggFunctionProto) Reset()

func (*SqlLeadLagAggFunctionProto) String

func (x *SqlLeadLagAggFunctionProto) String() string

type SqlLikeOperatorProto

type SqlLikeOperatorProto struct {
	Negated              bool                          `protobuf:"varint,1,opt,name=negated,proto3" json:"negated,omitempty"`
	CaseSensitive        bool                          `protobuf:"varint,2,opt,name=caseSensitive,proto3" json:"caseSensitive,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlLikeOperator

func (*SqlLikeOperatorProto) Descriptor deprecated

func (*SqlLikeOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlLikeOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlLikeOperatorProto) GetAllowedSignatures

func (x *SqlLikeOperatorProto) GetAllowedSignatures() string

func (*SqlLikeOperatorProto) GetCaseSensitive

func (x *SqlLikeOperatorProto) GetCaseSensitive() bool

func (*SqlLikeOperatorProto) GetKind

func (x *SqlLikeOperatorProto) GetKind() SqlKindProto

func (*SqlLikeOperatorProto) GetLeftPrec

func (x *SqlLikeOperatorProto) GetLeftPrec() int32

func (*SqlLikeOperatorProto) GetName

func (x *SqlLikeOperatorProto) GetName() string

func (*SqlLikeOperatorProto) GetNegated

func (x *SqlLikeOperatorProto) GetNegated() bool

func (*SqlLikeOperatorProto) GetOperandTypeChecker

func (x *SqlLikeOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlLikeOperatorProto) GetOperandTypeInference

func (x *SqlLikeOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlLikeOperatorProto) GetReturnTypeInference

func (x *SqlLikeOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlLikeOperatorProto) GetRightPrec

func (x *SqlLikeOperatorProto) GetRightPrec() int32

func (*SqlLikeOperatorProto) ProtoMessage

func (*SqlLikeOperatorProto) ProtoMessage()

func (*SqlLikeOperatorProto) ProtoReflect

func (x *SqlLikeOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlLikeOperatorProto) Reset

func (x *SqlLikeOperatorProto) Reset()

func (*SqlLikeOperatorProto) String

func (x *SqlLikeOperatorProto) String() string

type SqlListaggAggFunctionProto

type SqlListaggAggFunctionProto struct {
	RequiresOrder        bool                          `protobuf:"varint,1,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,2,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,3,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,4,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,5,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,7,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,8,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,9,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,10,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,11,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,12,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,13,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlListaggAggFunction

func (*SqlListaggAggFunctionProto) Descriptor deprecated

func (*SqlListaggAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlListaggAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlListaggAggFunctionProto) GetAllowedSignatures

func (x *SqlListaggAggFunctionProto) GetAllowedSignatures() string

func (*SqlListaggAggFunctionProto) GetCategory

func (*SqlListaggAggFunctionProto) GetKind

func (*SqlListaggAggFunctionProto) GetLeftPrec

func (x *SqlListaggAggFunctionProto) GetLeftPrec() int32

func (*SqlListaggAggFunctionProto) GetName

func (x *SqlListaggAggFunctionProto) GetName() string

func (*SqlListaggAggFunctionProto) GetOperandTypeChecker

func (x *SqlListaggAggFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlListaggAggFunctionProto) GetOperandTypeInference

func (x *SqlListaggAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlListaggAggFunctionProto) GetRequiresGroupOrder

func (x *SqlListaggAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlListaggAggFunctionProto) GetRequiresOrder

func (x *SqlListaggAggFunctionProto) GetRequiresOrder() bool

func (*SqlListaggAggFunctionProto) GetRequiresOver

func (x *SqlListaggAggFunctionProto) GetRequiresOver() bool

func (*SqlListaggAggFunctionProto) GetReturnTypeInference

func (x *SqlListaggAggFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlListaggAggFunctionProto) GetRightPrec

func (x *SqlListaggAggFunctionProto) GetRightPrec() int32

func (*SqlListaggAggFunctionProto) GetSqlIdentifier

func (x *SqlListaggAggFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlListaggAggFunctionProto) ProtoMessage

func (*SqlListaggAggFunctionProto) ProtoMessage()

func (*SqlListaggAggFunctionProto) ProtoReflect

func (*SqlListaggAggFunctionProto) Reset

func (x *SqlListaggAggFunctionProto) Reset()

func (*SqlListaggAggFunctionProto) String

func (x *SqlListaggAggFunctionProto) String() string

type SqlLiteralChainOperatorProto

type SqlLiteralChainOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlLiteralChainOperator

func (*SqlLiteralChainOperatorProto) Descriptor deprecated

func (*SqlLiteralChainOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlLiteralChainOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlLiteralChainOperatorProto) GetAllowedSignatures

func (x *SqlLiteralChainOperatorProto) GetAllowedSignatures() string

func (*SqlLiteralChainOperatorProto) GetKind

func (*SqlLiteralChainOperatorProto) GetLeftPrec

func (x *SqlLiteralChainOperatorProto) GetLeftPrec() int32

func (*SqlLiteralChainOperatorProto) GetName

func (x *SqlLiteralChainOperatorProto) GetName() string

func (*SqlLiteralChainOperatorProto) GetOperandTypeChecker

func (x *SqlLiteralChainOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlLiteralChainOperatorProto) GetOperandTypeInference

func (x *SqlLiteralChainOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlLiteralChainOperatorProto) GetReturnTypeInference

func (x *SqlLiteralChainOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlLiteralChainOperatorProto) GetRightPrec

func (x *SqlLiteralChainOperatorProto) GetRightPrec() int32

func (*SqlLiteralChainOperatorProto) ProtoMessage

func (*SqlLiteralChainOperatorProto) ProtoMessage()

func (*SqlLiteralChainOperatorProto) ProtoReflect

func (*SqlLiteralChainOperatorProto) Reset

func (x *SqlLiteralChainOperatorProto) Reset()

func (*SqlLiteralChainOperatorProto) String

type SqlLiteralProto

type SqlLiteralProto struct {

	// Types that are assignable to SqlLiteralProto:
	//
	//	*SqlLiteralProto_SqlNumericLiteralProto
	//	*SqlLiteralProto_SqlAbstractStringLiteralProto
	//	*SqlLiteralProto_SqlAbstractDateTimeLiteralProto
	//	*SqlLiteralProto_SqlIntervalLiteralProto
	//	*SqlLiteralProto_SqlBinaryStringLiteralProto
	//	*SqlLiteralProto_SqlCharStringLiteralProto
	//	*SqlLiteralProto_SqlDateLiteralProto
	//	*SqlLiteralProto_SqlTimestampLiteralProto
	//	*SqlLiteralProto_SqlTimeLiteralProto
	SqlLiteralProto isSqlLiteralProto_SqlLiteralProto `protobuf_oneof:"sqlLiteralProto"`
	TypeName        SqlTypeNameProto                  `protobuf:"varint,10,opt,name=typeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeName,omitempty"`
	Value           string                            `protobuf:"bytes,11,opt,name=value,proto3" json:"value,omitempty"`
	Pos             *SqlParserPosProto                `protobuf:"bytes,12,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto                 `protobuf:"bytes,13,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlLiteral

func (*SqlLiteralProto) Descriptor deprecated

func (*SqlLiteralProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlLiteralProto.ProtoReflect.Descriptor instead.

func (*SqlLiteralProto) GetPos

func (x *SqlLiteralProto) GetPos() *SqlParserPosProto

func (*SqlLiteralProto) GetSqlAbstractDateTimeLiteralProto

func (x *SqlLiteralProto) GetSqlAbstractDateTimeLiteralProto() *SqlAbstractDateTimeLiteralProto

func (*SqlLiteralProto) GetSqlAbstractStringLiteralProto

func (x *SqlLiteralProto) GetSqlAbstractStringLiteralProto() *SqlAbstractStringLiteralProto

func (*SqlLiteralProto) GetSqlBinaryStringLiteralProto

func (x *SqlLiteralProto) GetSqlBinaryStringLiteralProto() *SqlBinaryStringLiteralProto

func (*SqlLiteralProto) GetSqlCharStringLiteralProto

func (x *SqlLiteralProto) GetSqlCharStringLiteralProto() *SqlCharStringLiteralProto

func (*SqlLiteralProto) GetSqlDateLiteralProto

func (x *SqlLiteralProto) GetSqlDateLiteralProto() *SqlDateLiteralProto

func (*SqlLiteralProto) GetSqlIntervalLiteralProto

func (x *SqlLiteralProto) GetSqlIntervalLiteralProto() *SqlIntervalLiteralProto

func (*SqlLiteralProto) GetSqlLiteralProto

func (m *SqlLiteralProto) GetSqlLiteralProto() isSqlLiteralProto_SqlLiteralProto

func (*SqlLiteralProto) GetSqlNumericLiteralProto

func (x *SqlLiteralProto) GetSqlNumericLiteralProto() *SqlNumericLiteralProto

func (*SqlLiteralProto) GetSqlTimeLiteralProto

func (x *SqlLiteralProto) GetSqlTimeLiteralProto() *SqlTimeLiteralProto

func (*SqlLiteralProto) GetSqlTimestampLiteralProto

func (x *SqlLiteralProto) GetSqlTimestampLiteralProto() *SqlTimestampLiteralProto

func (*SqlLiteralProto) GetTypeInformation

func (x *SqlLiteralProto) GetTypeInformation() *RelDataTypeProto

func (*SqlLiteralProto) GetTypeName

func (x *SqlLiteralProto) GetTypeName() SqlTypeNameProto

func (*SqlLiteralProto) GetValue

func (x *SqlLiteralProto) GetValue() string

func (*SqlLiteralProto) ProtoMessage

func (*SqlLiteralProto) ProtoMessage()

func (*SqlLiteralProto) ProtoReflect

func (x *SqlLiteralProto) ProtoReflect() protoreflect.Message

func (*SqlLiteralProto) Reset

func (x *SqlLiteralProto) Reset()

func (*SqlLiteralProto) String

func (x *SqlLiteralProto) String() string

type SqlLiteralProto_SqlAbstractDateTimeLiteralProto

type SqlLiteralProto_SqlAbstractDateTimeLiteralProto struct {
	SqlAbstractDateTimeLiteralProto *SqlAbstractDateTimeLiteralProto `protobuf:"bytes,3,opt,name=sqlAbstractDateTimeLiteralProto,proto3,oneof"`
}

type SqlLiteralProto_SqlAbstractStringLiteralProto

type SqlLiteralProto_SqlAbstractStringLiteralProto struct {
	SqlAbstractStringLiteralProto *SqlAbstractStringLiteralProto `protobuf:"bytes,2,opt,name=sqlAbstractStringLiteralProto,proto3,oneof"`
}

type SqlLiteralProto_SqlBinaryStringLiteralProto

type SqlLiteralProto_SqlBinaryStringLiteralProto struct {
	SqlBinaryStringLiteralProto *SqlBinaryStringLiteralProto `protobuf:"bytes,5,opt,name=sqlBinaryStringLiteralProto,proto3,oneof"`
}

type SqlLiteralProto_SqlCharStringLiteralProto

type SqlLiteralProto_SqlCharStringLiteralProto struct {
	SqlCharStringLiteralProto *SqlCharStringLiteralProto `protobuf:"bytes,6,opt,name=sqlCharStringLiteralProto,proto3,oneof"`
}

type SqlLiteralProto_SqlDateLiteralProto

type SqlLiteralProto_SqlDateLiteralProto struct {
	SqlDateLiteralProto *SqlDateLiteralProto `protobuf:"bytes,7,opt,name=sqlDateLiteralProto,proto3,oneof"`
}

type SqlLiteralProto_SqlIntervalLiteralProto

type SqlLiteralProto_SqlIntervalLiteralProto struct {
	SqlIntervalLiteralProto *SqlIntervalLiteralProto `protobuf:"bytes,4,opt,name=sqlIntervalLiteralProto,proto3,oneof"`
}

type SqlLiteralProto_SqlNumericLiteralProto

type SqlLiteralProto_SqlNumericLiteralProto struct {
	SqlNumericLiteralProto *SqlNumericLiteralProto `protobuf:"bytes,1,opt,name=sqlNumericLiteralProto,proto3,oneof"`
}

type SqlLiteralProto_SqlTimeLiteralProto

type SqlLiteralProto_SqlTimeLiteralProto struct {
	SqlTimeLiteralProto *SqlTimeLiteralProto `protobuf:"bytes,9,opt,name=sqlTimeLiteralProto,proto3,oneof"`
}

type SqlLiteralProto_SqlTimestampLiteralProto

type SqlLiteralProto_SqlTimestampLiteralProto struct {
	SqlTimestampLiteralProto *SqlTimestampLiteralProto `protobuf:"bytes,8,opt,name=sqlTimestampLiteralProto,proto3,oneof"`
}

type SqlMapQueryConstructorProto

type SqlMapQueryConstructorProto struct {
	TypeTransform        *SqlTypeTransformProto        `protobuf:"bytes,1,opt,name=typeTransform,proto3" json:"typeTransform,omitempty"`
	Name                 string                        `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,3,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,4,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,5,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,6,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,7,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,8,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,9,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlMapQueryConstructor

func (*SqlMapQueryConstructorProto) Descriptor deprecated

func (*SqlMapQueryConstructorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlMapQueryConstructorProto.ProtoReflect.Descriptor instead.

func (*SqlMapQueryConstructorProto) GetAllowedSignatures

func (x *SqlMapQueryConstructorProto) GetAllowedSignatures() string

func (*SqlMapQueryConstructorProto) GetKind

func (*SqlMapQueryConstructorProto) GetLeftPrec

func (x *SqlMapQueryConstructorProto) GetLeftPrec() int32

func (*SqlMapQueryConstructorProto) GetName

func (x *SqlMapQueryConstructorProto) GetName() string

func (*SqlMapQueryConstructorProto) GetOperandTypeChecker

func (x *SqlMapQueryConstructorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlMapQueryConstructorProto) GetOperandTypeInference

func (x *SqlMapQueryConstructorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlMapQueryConstructorProto) GetReturnTypeInference

func (x *SqlMapQueryConstructorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlMapQueryConstructorProto) GetRightPrec

func (x *SqlMapQueryConstructorProto) GetRightPrec() int32

func (*SqlMapQueryConstructorProto) GetTypeTransform

func (x *SqlMapQueryConstructorProto) GetTypeTransform() *SqlTypeTransformProto

func (*SqlMapQueryConstructorProto) ProtoMessage

func (*SqlMapQueryConstructorProto) ProtoMessage()

func (*SqlMapQueryConstructorProto) ProtoReflect

func (*SqlMapQueryConstructorProto) Reset

func (x *SqlMapQueryConstructorProto) Reset()

func (*SqlMapQueryConstructorProto) String

func (x *SqlMapQueryConstructorProto) String() string

type SqlMapValueConstructorProto

type SqlMapValueConstructorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlMapValueConstructor

func (*SqlMapValueConstructorProto) Descriptor deprecated

func (*SqlMapValueConstructorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlMapValueConstructorProto.ProtoReflect.Descriptor instead.

func (*SqlMapValueConstructorProto) GetAllowedSignatures

func (x *SqlMapValueConstructorProto) GetAllowedSignatures() string

func (*SqlMapValueConstructorProto) GetKind

func (*SqlMapValueConstructorProto) GetLeftPrec

func (x *SqlMapValueConstructorProto) GetLeftPrec() int32

func (*SqlMapValueConstructorProto) GetName

func (x *SqlMapValueConstructorProto) GetName() string

func (*SqlMapValueConstructorProto) GetOperandTypeChecker

func (x *SqlMapValueConstructorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlMapValueConstructorProto) GetOperandTypeInference

func (x *SqlMapValueConstructorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlMapValueConstructorProto) GetReturnTypeInference

func (x *SqlMapValueConstructorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlMapValueConstructorProto) GetRightPrec

func (x *SqlMapValueConstructorProto) GetRightPrec() int32

func (*SqlMapValueConstructorProto) ProtoMessage

func (*SqlMapValueConstructorProto) ProtoMessage()

func (*SqlMapValueConstructorProto) ProtoReflect

func (*SqlMapValueConstructorProto) Reset

func (x *SqlMapValueConstructorProto) Reset()

func (*SqlMapValueConstructorProto) String

func (x *SqlMapValueConstructorProto) String() string

type SqlMatchFunctionProto

type SqlMatchFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlMatchFunction

func (*SqlMatchFunctionProto) Descriptor deprecated

func (*SqlMatchFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlMatchFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlMatchFunctionProto) GetAllowedSignatures

func (x *SqlMatchFunctionProto) GetAllowedSignatures() string

func (*SqlMatchFunctionProto) GetCategory

func (*SqlMatchFunctionProto) GetKind

func (x *SqlMatchFunctionProto) GetKind() SqlKindProto

func (*SqlMatchFunctionProto) GetLeftPrec

func (x *SqlMatchFunctionProto) GetLeftPrec() int32

func (*SqlMatchFunctionProto) GetName

func (x *SqlMatchFunctionProto) GetName() string

func (*SqlMatchFunctionProto) GetOperandTypeChecker

func (x *SqlMatchFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlMatchFunctionProto) GetOperandTypeInference

func (x *SqlMatchFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlMatchFunctionProto) GetReturnTypeInference

func (x *SqlMatchFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlMatchFunctionProto) GetRightPrec

func (x *SqlMatchFunctionProto) GetRightPrec() int32

func (*SqlMatchFunctionProto) GetSqlIdentifier

func (x *SqlMatchFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlMatchFunctionProto) ProtoMessage

func (*SqlMatchFunctionProto) ProtoMessage()

func (*SqlMatchFunctionProto) ProtoReflect

func (x *SqlMatchFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlMatchFunctionProto) Reset

func (x *SqlMatchFunctionProto) Reset()

func (*SqlMatchFunctionProto) String

func (x *SqlMatchFunctionProto) String() string

type SqlMatchRecognizeProto

type SqlMatchRecognizeProto struct {
	TableRef        *SqlNodeProto      `protobuf:"bytes,1,opt,name=tableRef,proto3" json:"tableRef,omitempty"`
	Pattern         *SqlNodeProto      `protobuf:"bytes,2,opt,name=pattern,proto3" json:"pattern,omitempty"`
	StrictStart     *SqlLiteralProto   `protobuf:"bytes,3,opt,name=strictStart,proto3" json:"strictStart,omitempty"`
	StrictEnd       *SqlLiteralProto   `protobuf:"bytes,4,opt,name=strictEnd,proto3" json:"strictEnd,omitempty"`
	PatternDefList  *SqlNodeListProto  `protobuf:"bytes,5,opt,name=patternDefList,proto3" json:"patternDefList,omitempty"`
	MeasureList     *SqlNodeListProto  `protobuf:"bytes,6,opt,name=measureList,proto3" json:"measureList,omitempty"`
	After           *SqlNodeProto      `protobuf:"bytes,7,opt,name=after,proto3" json:"after,omitempty"`
	SubsetList      *SqlNodeListProto  `protobuf:"bytes,8,opt,name=subsetList,proto3" json:"subsetList,omitempty"`
	RowsPerMatch    *SqlLiteralProto   `protobuf:"bytes,9,opt,name=rowsPerMatch,proto3" json:"rowsPerMatch,omitempty"`
	PartitionList   *SqlNodeListProto  `protobuf:"bytes,10,opt,name=partitionList,proto3" json:"partitionList,omitempty"`
	OrderList       *SqlNodeListProto  `protobuf:"bytes,11,opt,name=orderList,proto3" json:"orderList,omitempty"`
	Interval        *SqlLiteralProto   `protobuf:"bytes,12,opt,name=interval,proto3" json:"interval,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,13,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,14,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlMatchRecognize

func (*SqlMatchRecognizeProto) Descriptor deprecated

func (*SqlMatchRecognizeProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlMatchRecognizeProto.ProtoReflect.Descriptor instead.

func (*SqlMatchRecognizeProto) GetAfter

func (x *SqlMatchRecognizeProto) GetAfter() *SqlNodeProto

func (*SqlMatchRecognizeProto) GetInterval

func (x *SqlMatchRecognizeProto) GetInterval() *SqlLiteralProto

func (*SqlMatchRecognizeProto) GetMeasureList

func (x *SqlMatchRecognizeProto) GetMeasureList() *SqlNodeListProto

func (*SqlMatchRecognizeProto) GetOrderList

func (x *SqlMatchRecognizeProto) GetOrderList() *SqlNodeListProto

func (*SqlMatchRecognizeProto) GetPartitionList

func (x *SqlMatchRecognizeProto) GetPartitionList() *SqlNodeListProto

func (*SqlMatchRecognizeProto) GetPattern

func (x *SqlMatchRecognizeProto) GetPattern() *SqlNodeProto

func (*SqlMatchRecognizeProto) GetPatternDefList

func (x *SqlMatchRecognizeProto) GetPatternDefList() *SqlNodeListProto

func (*SqlMatchRecognizeProto) GetPos

func (*SqlMatchRecognizeProto) GetRowsPerMatch

func (x *SqlMatchRecognizeProto) GetRowsPerMatch() *SqlLiteralProto

func (*SqlMatchRecognizeProto) GetStrictEnd

func (x *SqlMatchRecognizeProto) GetStrictEnd() *SqlLiteralProto

func (*SqlMatchRecognizeProto) GetStrictStart

func (x *SqlMatchRecognizeProto) GetStrictStart() *SqlLiteralProto

func (*SqlMatchRecognizeProto) GetSubsetList

func (x *SqlMatchRecognizeProto) GetSubsetList() *SqlNodeListProto

func (*SqlMatchRecognizeProto) GetTableRef

func (x *SqlMatchRecognizeProto) GetTableRef() *SqlNodeProto

func (*SqlMatchRecognizeProto) GetTypeInformation

func (x *SqlMatchRecognizeProto) GetTypeInformation() *RelDataTypeProto

func (*SqlMatchRecognizeProto) ProtoMessage

func (*SqlMatchRecognizeProto) ProtoMessage()

func (*SqlMatchRecognizeProto) ProtoReflect

func (x *SqlMatchRecognizeProto) ProtoReflect() protoreflect.Message

func (*SqlMatchRecognizeProto) Reset

func (x *SqlMatchRecognizeProto) Reset()

func (*SqlMatchRecognizeProto) String

func (x *SqlMatchRecognizeProto) String() string

type SqlMergeProto

type SqlMergeProto struct {
	TargetTable     *SqlNodeProto       `protobuf:"bytes,1,opt,name=targetTable,proto3" json:"targetTable,omitempty"`
	Condition       *SqlNodeProto       `protobuf:"bytes,2,opt,name=condition,proto3" json:"condition,omitempty"`
	Source          *SqlNodeProto       `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
	UpdateCall      *SqlUpdateProto     `protobuf:"bytes,4,opt,name=updateCall,proto3" json:"updateCall,omitempty"`
	InsertCall      *SqlInsertProto     `protobuf:"bytes,5,opt,name=insertCall,proto3" json:"insertCall,omitempty"`
	SourceSelect    *SqlSelectProto     `protobuf:"bytes,6,opt,name=sourceSelect,proto3" json:"sourceSelect,omitempty"`
	Alias           *SqlIdentifierProto `protobuf:"bytes,7,opt,name=alias,proto3" json:"alias,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,8,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,9,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlMerge

func (*SqlMergeProto) Descriptor deprecated

func (*SqlMergeProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlMergeProto.ProtoReflect.Descriptor instead.

func (*SqlMergeProto) GetAlias

func (x *SqlMergeProto) GetAlias() *SqlIdentifierProto

func (*SqlMergeProto) GetCondition

func (x *SqlMergeProto) GetCondition() *SqlNodeProto

func (*SqlMergeProto) GetInsertCall

func (x *SqlMergeProto) GetInsertCall() *SqlInsertProto

func (*SqlMergeProto) GetPos

func (x *SqlMergeProto) GetPos() *SqlParserPosProto

func (*SqlMergeProto) GetSource

func (x *SqlMergeProto) GetSource() *SqlNodeProto

func (*SqlMergeProto) GetSourceSelect

func (x *SqlMergeProto) GetSourceSelect() *SqlSelectProto

func (*SqlMergeProto) GetTargetTable

func (x *SqlMergeProto) GetTargetTable() *SqlNodeProto

func (*SqlMergeProto) GetTypeInformation

func (x *SqlMergeProto) GetTypeInformation() *RelDataTypeProto

func (*SqlMergeProto) GetUpdateCall

func (x *SqlMergeProto) GetUpdateCall() *SqlUpdateProto

func (*SqlMergeProto) ProtoMessage

func (*SqlMergeProto) ProtoMessage()

func (*SqlMergeProto) ProtoReflect

func (x *SqlMergeProto) ProtoReflect() protoreflect.Message

func (*SqlMergeProto) Reset

func (x *SqlMergeProto) Reset()

func (*SqlMergeProto) String

func (x *SqlMergeProto) String() string

type SqlMinMaxAggFunctionProto

type SqlMinMaxAggFunctionProto struct {
	ArgTypes             []*RelDataTypeProto           `protobuf:"bytes,1,rep,name=argTypes,proto3" json:"argTypes,omitempty"`
	MinMaxKind           int32                         `protobuf:"zigzag32,2,opt,name=minMaxKind,proto3" json:"minMaxKind,omitempty"`
	RequiresOrder        bool                          `protobuf:"varint,3,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,4,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,5,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,6,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,7,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,8,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,9,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,10,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,11,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,12,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,13,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,14,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,15,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlMinMaxAggFunction

func (*SqlMinMaxAggFunctionProto) Descriptor deprecated

func (*SqlMinMaxAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlMinMaxAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlMinMaxAggFunctionProto) GetAllowedSignatures

func (x *SqlMinMaxAggFunctionProto) GetAllowedSignatures() string

func (*SqlMinMaxAggFunctionProto) GetArgTypes

func (x *SqlMinMaxAggFunctionProto) GetArgTypes() []*RelDataTypeProto

func (*SqlMinMaxAggFunctionProto) GetCategory

func (*SqlMinMaxAggFunctionProto) GetKind

func (*SqlMinMaxAggFunctionProto) GetLeftPrec

func (x *SqlMinMaxAggFunctionProto) GetLeftPrec() int32

func (*SqlMinMaxAggFunctionProto) GetMinMaxKind

func (x *SqlMinMaxAggFunctionProto) GetMinMaxKind() int32

func (*SqlMinMaxAggFunctionProto) GetName

func (x *SqlMinMaxAggFunctionProto) GetName() string

func (*SqlMinMaxAggFunctionProto) GetOperandTypeChecker

func (x *SqlMinMaxAggFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlMinMaxAggFunctionProto) GetOperandTypeInference

func (x *SqlMinMaxAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlMinMaxAggFunctionProto) GetRequiresGroupOrder

func (x *SqlMinMaxAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlMinMaxAggFunctionProto) GetRequiresOrder

func (x *SqlMinMaxAggFunctionProto) GetRequiresOrder() bool

func (*SqlMinMaxAggFunctionProto) GetRequiresOver

func (x *SqlMinMaxAggFunctionProto) GetRequiresOver() bool

func (*SqlMinMaxAggFunctionProto) GetReturnTypeInference

func (x *SqlMinMaxAggFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlMinMaxAggFunctionProto) GetRightPrec

func (x *SqlMinMaxAggFunctionProto) GetRightPrec() int32

func (*SqlMinMaxAggFunctionProto) GetSqlIdentifier

func (x *SqlMinMaxAggFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlMinMaxAggFunctionProto) ProtoMessage

func (*SqlMinMaxAggFunctionProto) ProtoMessage()

func (*SqlMinMaxAggFunctionProto) ProtoReflect

func (*SqlMinMaxAggFunctionProto) Reset

func (x *SqlMinMaxAggFunctionProto) Reset()

func (*SqlMinMaxAggFunctionProto) String

func (x *SqlMinMaxAggFunctionProto) String() string

type SqlModalityProto

type SqlModalityProto int32
const (
	SqlModalityProto_SqlModalityProto_RELATION_ SqlModalityProto = 0
	SqlModalityProto_SqlModalityProto_STREAM_   SqlModalityProto = 1
)

func (SqlModalityProto) Descriptor

func (SqlModalityProto) Enum

func (SqlModalityProto) EnumDescriptor deprecated

func (SqlModalityProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use SqlModalityProto.Descriptor instead.

func (SqlModalityProto) Number

func (SqlModalityProto) String

func (x SqlModalityProto) String() string

func (SqlModalityProto) Type

type SqlMonotonicBinaryOperatorProto

type SqlMonotonicBinaryOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlMonotonicBinaryOperator

func (*SqlMonotonicBinaryOperatorProto) Descriptor deprecated

func (*SqlMonotonicBinaryOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlMonotonicBinaryOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlMonotonicBinaryOperatorProto) GetAllowedSignatures

func (x *SqlMonotonicBinaryOperatorProto) GetAllowedSignatures() string

func (*SqlMonotonicBinaryOperatorProto) GetKind

func (*SqlMonotonicBinaryOperatorProto) GetLeftPrec

func (x *SqlMonotonicBinaryOperatorProto) GetLeftPrec() int32

func (*SqlMonotonicBinaryOperatorProto) GetName

func (*SqlMonotonicBinaryOperatorProto) GetOperandTypeChecker

func (x *SqlMonotonicBinaryOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlMonotonicBinaryOperatorProto) GetOperandTypeInference

func (x *SqlMonotonicBinaryOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlMonotonicBinaryOperatorProto) GetReturnTypeInference

func (x *SqlMonotonicBinaryOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlMonotonicBinaryOperatorProto) GetRightPrec

func (x *SqlMonotonicBinaryOperatorProto) GetRightPrec() int32

func (*SqlMonotonicBinaryOperatorProto) ProtoMessage

func (*SqlMonotonicBinaryOperatorProto) ProtoMessage()

func (*SqlMonotonicBinaryOperatorProto) ProtoReflect

func (*SqlMonotonicBinaryOperatorProto) Reset

func (*SqlMonotonicBinaryOperatorProto) String

type SqlMonotonicUnaryFunctionProto

type SqlMonotonicUnaryFunctionProto struct {

	// Types that are assignable to SqlMonotonicUnaryFunctionProto:
	//
	//	*SqlMonotonicUnaryFunctionProto_SqlFloorFunctionProto
	SqlMonotonicUnaryFunctionProto isSqlMonotonicUnaryFunctionProto_SqlMonotonicUnaryFunctionProto `protobuf_oneof:"sqlMonotonicUnaryFunctionProto"`
	Category                       SqlFunctionCategoryProto                                        `protobuf:"varint,2,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier                  *SqlIdentifierProto                                             `protobuf:"bytes,3,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                           string                                                          `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Kind                           SqlKindProto                                                    `protobuf:"varint,5,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec                       int32                                                           `protobuf:"zigzag32,6,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec                      int32                                                           `protobuf:"zigzag32,7,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference            *SqlReturnTypeInferenceProto                                    `protobuf:"bytes,8,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference           *SqlOperandTypeInferenceProto                                   `protobuf:"bytes,9,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker             *SqlOperandTypeCheckerProto                                     `protobuf:"bytes,10,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures              string                                                          `protobuf:"bytes,11,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlMonotonicUnaryFunction

func (*SqlMonotonicUnaryFunctionProto) Descriptor deprecated

func (*SqlMonotonicUnaryFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlMonotonicUnaryFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlMonotonicUnaryFunctionProto) GetAllowedSignatures

func (x *SqlMonotonicUnaryFunctionProto) GetAllowedSignatures() string

func (*SqlMonotonicUnaryFunctionProto) GetCategory

func (*SqlMonotonicUnaryFunctionProto) GetKind

func (*SqlMonotonicUnaryFunctionProto) GetLeftPrec

func (x *SqlMonotonicUnaryFunctionProto) GetLeftPrec() int32

func (*SqlMonotonicUnaryFunctionProto) GetName

func (*SqlMonotonicUnaryFunctionProto) GetOperandTypeChecker

func (x *SqlMonotonicUnaryFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlMonotonicUnaryFunctionProto) GetOperandTypeInference

func (x *SqlMonotonicUnaryFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlMonotonicUnaryFunctionProto) GetReturnTypeInference

func (x *SqlMonotonicUnaryFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlMonotonicUnaryFunctionProto) GetRightPrec

func (x *SqlMonotonicUnaryFunctionProto) GetRightPrec() int32

func (*SqlMonotonicUnaryFunctionProto) GetSqlFloorFunctionProto

func (x *SqlMonotonicUnaryFunctionProto) GetSqlFloorFunctionProto() *SqlFloorFunctionProto

func (*SqlMonotonicUnaryFunctionProto) GetSqlIdentifier

func (x *SqlMonotonicUnaryFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlMonotonicUnaryFunctionProto) GetSqlMonotonicUnaryFunctionProto

func (m *SqlMonotonicUnaryFunctionProto) GetSqlMonotonicUnaryFunctionProto() isSqlMonotonicUnaryFunctionProto_SqlMonotonicUnaryFunctionProto

func (*SqlMonotonicUnaryFunctionProto) ProtoMessage

func (*SqlMonotonicUnaryFunctionProto) ProtoMessage()

func (*SqlMonotonicUnaryFunctionProto) ProtoReflect

func (*SqlMonotonicUnaryFunctionProto) Reset

func (x *SqlMonotonicUnaryFunctionProto) Reset()

func (*SqlMonotonicUnaryFunctionProto) String

type SqlMonotonicUnaryFunctionProto_SqlFloorFunctionProto

type SqlMonotonicUnaryFunctionProto_SqlFloorFunctionProto struct {
	SqlFloorFunctionProto *SqlFloorFunctionProto `protobuf:"bytes,1,opt,name=sqlFloorFunctionProto,proto3,oneof"`
}

type SqlMultisetMemberOfOperatorProto

type SqlMultisetMemberOfOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlMultisetMemberOfOperator

func (*SqlMultisetMemberOfOperatorProto) Descriptor deprecated

func (*SqlMultisetMemberOfOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlMultisetMemberOfOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlMultisetMemberOfOperatorProto) GetAllowedSignatures

func (x *SqlMultisetMemberOfOperatorProto) GetAllowedSignatures() string

func (*SqlMultisetMemberOfOperatorProto) GetKind

func (*SqlMultisetMemberOfOperatorProto) GetLeftPrec

func (x *SqlMultisetMemberOfOperatorProto) GetLeftPrec() int32

func (*SqlMultisetMemberOfOperatorProto) GetName

func (*SqlMultisetMemberOfOperatorProto) GetOperandTypeChecker

func (*SqlMultisetMemberOfOperatorProto) GetOperandTypeInference

func (x *SqlMultisetMemberOfOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlMultisetMemberOfOperatorProto) GetReturnTypeInference

func (*SqlMultisetMemberOfOperatorProto) GetRightPrec

func (x *SqlMultisetMemberOfOperatorProto) GetRightPrec() int32

func (*SqlMultisetMemberOfOperatorProto) ProtoMessage

func (*SqlMultisetMemberOfOperatorProto) ProtoMessage()

func (*SqlMultisetMemberOfOperatorProto) ProtoReflect

func (*SqlMultisetMemberOfOperatorProto) Reset

func (*SqlMultisetMemberOfOperatorProto) String

type SqlMultisetQueryConstructorProto

type SqlMultisetQueryConstructorProto struct {

	// Types that are assignable to SqlMultisetQueryConstructorProto:
	//
	//	*SqlMultisetQueryConstructorProto_SqlArrayQueryConstructorProto
	//	*SqlMultisetQueryConstructorProto_SqlMapQueryConstructorProto
	SqlMultisetQueryConstructorProto isSqlMultisetQueryConstructorProto_SqlMultisetQueryConstructorProto `protobuf_oneof:"sqlMultisetQueryConstructorProto"`
	TypeTransform                    *SqlTypeTransformProto                                              `protobuf:"bytes,3,opt,name=typeTransform,proto3" json:"typeTransform,omitempty"`
	Name                             string                                                              `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Kind                             SqlKindProto                                                        `protobuf:"varint,5,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec                         int32                                                               `protobuf:"zigzag32,6,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec                        int32                                                               `protobuf:"zigzag32,7,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference              *SqlReturnTypeInferenceProto                                        `protobuf:"bytes,8,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference             *SqlOperandTypeInferenceProto                                       `protobuf:"bytes,9,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker               *SqlOperandTypeCheckerProto                                         `protobuf:"bytes,10,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures                string                                                              `protobuf:"bytes,11,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlMultisetQueryConstructor

func (*SqlMultisetQueryConstructorProto) Descriptor deprecated

func (*SqlMultisetQueryConstructorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlMultisetQueryConstructorProto.ProtoReflect.Descriptor instead.

func (*SqlMultisetQueryConstructorProto) GetAllowedSignatures

func (x *SqlMultisetQueryConstructorProto) GetAllowedSignatures() string

func (*SqlMultisetQueryConstructorProto) GetKind

func (*SqlMultisetQueryConstructorProto) GetLeftPrec

func (x *SqlMultisetQueryConstructorProto) GetLeftPrec() int32

func (*SqlMultisetQueryConstructorProto) GetName

func (*SqlMultisetQueryConstructorProto) GetOperandTypeChecker

func (*SqlMultisetQueryConstructorProto) GetOperandTypeInference

func (x *SqlMultisetQueryConstructorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlMultisetQueryConstructorProto) GetReturnTypeInference

func (*SqlMultisetQueryConstructorProto) GetRightPrec

func (x *SqlMultisetQueryConstructorProto) GetRightPrec() int32

func (*SqlMultisetQueryConstructorProto) GetSqlArrayQueryConstructorProto

func (x *SqlMultisetQueryConstructorProto) GetSqlArrayQueryConstructorProto() *SqlArrayQueryConstructorProto

func (*SqlMultisetQueryConstructorProto) GetSqlMapQueryConstructorProto

func (x *SqlMultisetQueryConstructorProto) GetSqlMapQueryConstructorProto() *SqlMapQueryConstructorProto

func (*SqlMultisetQueryConstructorProto) GetSqlMultisetQueryConstructorProto

func (m *SqlMultisetQueryConstructorProto) GetSqlMultisetQueryConstructorProto() isSqlMultisetQueryConstructorProto_SqlMultisetQueryConstructorProto

func (*SqlMultisetQueryConstructorProto) GetTypeTransform

func (*SqlMultisetQueryConstructorProto) ProtoMessage

func (*SqlMultisetQueryConstructorProto) ProtoMessage()

func (*SqlMultisetQueryConstructorProto) ProtoReflect

func (*SqlMultisetQueryConstructorProto) Reset

func (*SqlMultisetQueryConstructorProto) String

type SqlMultisetQueryConstructorProto_SqlArrayQueryConstructorProto

type SqlMultisetQueryConstructorProto_SqlArrayQueryConstructorProto struct {
	SqlArrayQueryConstructorProto *SqlArrayQueryConstructorProto `protobuf:"bytes,1,opt,name=sqlArrayQueryConstructorProto,proto3,oneof"`
}

type SqlMultisetQueryConstructorProto_SqlMapQueryConstructorProto

type SqlMultisetQueryConstructorProto_SqlMapQueryConstructorProto struct {
	SqlMapQueryConstructorProto *SqlMapQueryConstructorProto `protobuf:"bytes,2,opt,name=sqlMapQueryConstructorProto,proto3,oneof"`
}

type SqlMultisetSetOperatorProto

type SqlMultisetSetOperatorProto struct {
	All                  bool                          `protobuf:"varint,1,opt,name=all,proto3" json:"all,omitempty"`
	Name                 string                        `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,3,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,4,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,5,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,6,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,7,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,8,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,9,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlMultisetSetOperator

func (*SqlMultisetSetOperatorProto) Descriptor deprecated

func (*SqlMultisetSetOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlMultisetSetOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlMultisetSetOperatorProto) GetAll

func (x *SqlMultisetSetOperatorProto) GetAll() bool

func (*SqlMultisetSetOperatorProto) GetAllowedSignatures

func (x *SqlMultisetSetOperatorProto) GetAllowedSignatures() string

func (*SqlMultisetSetOperatorProto) GetKind

func (*SqlMultisetSetOperatorProto) GetLeftPrec

func (x *SqlMultisetSetOperatorProto) GetLeftPrec() int32

func (*SqlMultisetSetOperatorProto) GetName

func (x *SqlMultisetSetOperatorProto) GetName() string

func (*SqlMultisetSetOperatorProto) GetOperandTypeChecker

func (x *SqlMultisetSetOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlMultisetSetOperatorProto) GetOperandTypeInference

func (x *SqlMultisetSetOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlMultisetSetOperatorProto) GetReturnTypeInference

func (x *SqlMultisetSetOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlMultisetSetOperatorProto) GetRightPrec

func (x *SqlMultisetSetOperatorProto) GetRightPrec() int32

func (*SqlMultisetSetOperatorProto) ProtoMessage

func (*SqlMultisetSetOperatorProto) ProtoMessage()

func (*SqlMultisetSetOperatorProto) ProtoReflect

func (*SqlMultisetSetOperatorProto) Reset

func (x *SqlMultisetSetOperatorProto) Reset()

func (*SqlMultisetSetOperatorProto) String

func (x *SqlMultisetSetOperatorProto) String() string

type SqlMultisetValueConstructorProto

type SqlMultisetValueConstructorProto struct {

	// Types that are assignable to SqlMultisetValueConstructorProto:
	//
	//	*SqlMultisetValueConstructorProto_SqlArrayValueConstructorProto
	//	*SqlMultisetValueConstructorProto_SqlMapValueConstructorProto
	SqlMultisetValueConstructorProto isSqlMultisetValueConstructorProto_SqlMultisetValueConstructorProto `protobuf_oneof:"sqlMultisetValueConstructorProto"`
	Name                             string                                                              `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                             SqlKindProto                                                        `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec                         int32                                                               `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec                        int32                                                               `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference              *SqlReturnTypeInferenceProto                                        `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference             *SqlOperandTypeInferenceProto                                       `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker               *SqlOperandTypeCheckerProto                                         `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures                string                                                              `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlMultisetValueConstructor

func (*SqlMultisetValueConstructorProto) Descriptor deprecated

func (*SqlMultisetValueConstructorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlMultisetValueConstructorProto.ProtoReflect.Descriptor instead.

func (*SqlMultisetValueConstructorProto) GetAllowedSignatures

func (x *SqlMultisetValueConstructorProto) GetAllowedSignatures() string

func (*SqlMultisetValueConstructorProto) GetKind

func (*SqlMultisetValueConstructorProto) GetLeftPrec

func (x *SqlMultisetValueConstructorProto) GetLeftPrec() int32

func (*SqlMultisetValueConstructorProto) GetName

func (*SqlMultisetValueConstructorProto) GetOperandTypeChecker

func (*SqlMultisetValueConstructorProto) GetOperandTypeInference

func (x *SqlMultisetValueConstructorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlMultisetValueConstructorProto) GetReturnTypeInference

func (*SqlMultisetValueConstructorProto) GetRightPrec

func (x *SqlMultisetValueConstructorProto) GetRightPrec() int32

func (*SqlMultisetValueConstructorProto) GetSqlArrayValueConstructorProto

func (x *SqlMultisetValueConstructorProto) GetSqlArrayValueConstructorProto() *SqlArrayValueConstructorProto

func (*SqlMultisetValueConstructorProto) GetSqlMapValueConstructorProto

func (x *SqlMultisetValueConstructorProto) GetSqlMapValueConstructorProto() *SqlMapValueConstructorProto

func (*SqlMultisetValueConstructorProto) GetSqlMultisetValueConstructorProto

func (m *SqlMultisetValueConstructorProto) GetSqlMultisetValueConstructorProto() isSqlMultisetValueConstructorProto_SqlMultisetValueConstructorProto

func (*SqlMultisetValueConstructorProto) ProtoMessage

func (*SqlMultisetValueConstructorProto) ProtoMessage()

func (*SqlMultisetValueConstructorProto) ProtoReflect

func (*SqlMultisetValueConstructorProto) Reset

func (*SqlMultisetValueConstructorProto) String

type SqlMultisetValueConstructorProto_SqlArrayValueConstructorProto

type SqlMultisetValueConstructorProto_SqlArrayValueConstructorProto struct {
	SqlArrayValueConstructorProto *SqlArrayValueConstructorProto `protobuf:"bytes,1,opt,name=sqlArrayValueConstructorProto,proto3,oneof"`
}

type SqlMultisetValueConstructorProto_SqlMapValueConstructorProto

type SqlMultisetValueConstructorProto_SqlMapValueConstructorProto struct {
	SqlMapValueConstructorProto *SqlMapValueConstructorProto `protobuf:"bytes,2,opt,name=sqlMapValueConstructorProto,proto3,oneof"`
}

type SqlNewOperatorProto

type SqlNewOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlNewOperator

func (*SqlNewOperatorProto) Descriptor deprecated

func (*SqlNewOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlNewOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlNewOperatorProto) GetAllowedSignatures

func (x *SqlNewOperatorProto) GetAllowedSignatures() string

func (*SqlNewOperatorProto) GetKind

func (x *SqlNewOperatorProto) GetKind() SqlKindProto

func (*SqlNewOperatorProto) GetLeftPrec

func (x *SqlNewOperatorProto) GetLeftPrec() int32

func (*SqlNewOperatorProto) GetName

func (x *SqlNewOperatorProto) GetName() string

func (*SqlNewOperatorProto) GetOperandTypeChecker

func (x *SqlNewOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlNewOperatorProto) GetOperandTypeInference

func (x *SqlNewOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlNewOperatorProto) GetReturnTypeInference

func (x *SqlNewOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlNewOperatorProto) GetRightPrec

func (x *SqlNewOperatorProto) GetRightPrec() int32

func (*SqlNewOperatorProto) ProtoMessage

func (*SqlNewOperatorProto) ProtoMessage()

func (*SqlNewOperatorProto) ProtoReflect

func (x *SqlNewOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlNewOperatorProto) Reset

func (x *SqlNewOperatorProto) Reset()

func (*SqlNewOperatorProto) String

func (x *SqlNewOperatorProto) String() string

type SqlNodeListProto

type SqlNodeListProto struct {
	List            []*SqlNodeProto    `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,2,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,3,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlNodeList

func (*SqlNodeListProto) Descriptor deprecated

func (*SqlNodeListProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlNodeListProto.ProtoReflect.Descriptor instead.

func (*SqlNodeListProto) GetList

func (x *SqlNodeListProto) GetList() []*SqlNodeProto

func (*SqlNodeListProto) GetPos

func (x *SqlNodeListProto) GetPos() *SqlParserPosProto

func (*SqlNodeListProto) GetTypeInformation

func (x *SqlNodeListProto) GetTypeInformation() *RelDataTypeProto

func (*SqlNodeListProto) ProtoMessage

func (*SqlNodeListProto) ProtoMessage()

func (*SqlNodeListProto) ProtoReflect

func (x *SqlNodeListProto) ProtoReflect() protoreflect.Message

func (*SqlNodeListProto) Reset

func (x *SqlNodeListProto) Reset()

func (*SqlNodeListProto) String

func (x *SqlNodeListProto) String() string

type SqlNodeProto

type SqlNodeProto struct {

	// Types that are assignable to SqlNodeProto:
	//
	//	*SqlNodeProto_SqlCallProto
	//	*SqlNodeProto_SqlIntervalQualifierProto
	//	*SqlNodeProto_SqlLiteralProto
	//	*SqlNodeProto_SqlDynamicParamProto
	//	*SqlNodeProto_SqlIdentifierProto
	//	*SqlNodeProto_SqlNodeListProto
	//	*SqlNodeProto_SqlDataTypeSpecProto
	//	*SqlNodeProto_SqlUpdateProto
	//	*SqlNodeProto_SqlInsertProto
	//	*SqlNodeProto_SqlCaseProto
	//	*SqlNodeProto_SqlDeleteProto
	//	*SqlNodeProto_SqlCheckConstraintProto
	//	*SqlNodeProto_SqlPivotProto
	//	*SqlNodeProto_SqlTableRefProto
	//	*SqlNodeProto_SqlKeyConstraintProto
	//	*SqlNodeProto_SqlWithProto
	//	*SqlNodeProto_SqlSnapshotProto
	//	*SqlNodeProto_SqlOrderByProto
	//	*SqlNodeProto_SqlWindowProto
	//	*SqlNodeProto_SqlSelectProto
	//	*SqlNodeProto_SqlAttributeDefinitionProto
	//	*SqlNodeProto_SqlExplainProto
	//	*SqlNodeProto_SqlWithItemProto
	//	*SqlNodeProto_SqlUnpivotProto
	//	*SqlNodeProto_SqlMergeProto
	//	*SqlNodeProto_SqlHintProto
	//	*SqlNodeProto_SqlBasicCallProto
	//	*SqlNodeProto_SqlMatchRecognizeProto
	//	*SqlNodeProto_SqlAlterProto
	//	*SqlNodeProto_SqlDdlProto
	//	*SqlNodeProto_SqlDescribeSchemaProto
	//	*SqlNodeProto_SqlJoinProto
	//	*SqlNodeProto_SqlDescribeTableProto
	//	*SqlNodeProto_SqlColumnDeclarationProto
	//	*SqlNodeProto_SqlNumericLiteralProto
	//	*SqlNodeProto_SqlAbstractStringLiteralProto
	//	*SqlNodeProto_SqlAbstractDateTimeLiteralProto
	//	*SqlNodeProto_SqlIntervalLiteralProto
	//	*SqlNodeProto_SqlSetOptionProto
	//	*SqlNodeProto_SqlDropProto
	//	*SqlNodeProto_SqlCreateProto
	//	*SqlNodeProto_SqlBinaryStringLiteralProto
	//	*SqlNodeProto_SqlCharStringLiteralProto
	//	*SqlNodeProto_SqlDateLiteralProto
	//	*SqlNodeProto_SqlTimestampLiteralProto
	//	*SqlNodeProto_SqlTimeLiteralProto
	//	*SqlNodeProto_SqlDropSchemaProto
	//	*SqlNodeProto_SqlDropObjectProto
	//	*SqlNodeProto_SqlCreateTypeProto
	//	*SqlNodeProto_SqlCreateTableProto
	//	*SqlNodeProto_SqlCreateViewProto
	//	*SqlNodeProto_SqlCreateFunctionProto
	//	*SqlNodeProto_SqlCreateForeignSchemaProto
	//	*SqlNodeProto_SqlCreateSchemaProto
	//	*SqlNodeProto_SqlCreateMaterializedViewProto
	//	*SqlNodeProto_SqlDropTableProto
	//	*SqlNodeProto_SqlDropMaterializedViewProto
	//	*SqlNodeProto_SqlDropViewProto
	//	*SqlNodeProto_SqlDropFunctionProto
	//	*SqlNodeProto_SqlDropTypeProto
	//	*SqlNodeProto_SqlCreateSourceProto
	//	*SqlNodeProto_SqlCreateMetricsViewProto
	SqlNodeProto isSqlNodeProto_SqlNodeProto `protobuf_oneof:"sqlNodeProto"`
	Pos          *SqlParserPosProto          `protobuf:"bytes,63,opt,name=pos,proto3" json:"pos,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlNode

func (*SqlNodeProto) Descriptor deprecated

func (*SqlNodeProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlNodeProto.ProtoReflect.Descriptor instead.

func (*SqlNodeProto) GetPos

func (x *SqlNodeProto) GetPos() *SqlParserPosProto

func (*SqlNodeProto) GetSqlAbstractDateTimeLiteralProto

func (x *SqlNodeProto) GetSqlAbstractDateTimeLiteralProto() *SqlAbstractDateTimeLiteralProto

func (*SqlNodeProto) GetSqlAbstractStringLiteralProto

func (x *SqlNodeProto) GetSqlAbstractStringLiteralProto() *SqlAbstractStringLiteralProto

func (*SqlNodeProto) GetSqlAlterProto

func (x *SqlNodeProto) GetSqlAlterProto() *SqlAlterProto

func (*SqlNodeProto) GetSqlAttributeDefinitionProto

func (x *SqlNodeProto) GetSqlAttributeDefinitionProto() *SqlAttributeDefinitionProto

func (*SqlNodeProto) GetSqlBasicCallProto

func (x *SqlNodeProto) GetSqlBasicCallProto() *SqlBasicCallProto

func (*SqlNodeProto) GetSqlBinaryStringLiteralProto

func (x *SqlNodeProto) GetSqlBinaryStringLiteralProto() *SqlBinaryStringLiteralProto

func (*SqlNodeProto) GetSqlCallProto

func (x *SqlNodeProto) GetSqlCallProto() *SqlCallProto

func (*SqlNodeProto) GetSqlCaseProto

func (x *SqlNodeProto) GetSqlCaseProto() *SqlCaseProto

func (*SqlNodeProto) GetSqlCharStringLiteralProto

func (x *SqlNodeProto) GetSqlCharStringLiteralProto() *SqlCharStringLiteralProto

func (*SqlNodeProto) GetSqlCheckConstraintProto

func (x *SqlNodeProto) GetSqlCheckConstraintProto() *SqlCheckConstraintProto

func (*SqlNodeProto) GetSqlColumnDeclarationProto

func (x *SqlNodeProto) GetSqlColumnDeclarationProto() *SqlColumnDeclarationProto

func (*SqlNodeProto) GetSqlCreateForeignSchemaProto

func (x *SqlNodeProto) GetSqlCreateForeignSchemaProto() *SqlCreateForeignSchemaProto

func (*SqlNodeProto) GetSqlCreateFunctionProto

func (x *SqlNodeProto) GetSqlCreateFunctionProto() *SqlCreateFunctionProto

func (*SqlNodeProto) GetSqlCreateMaterializedViewProto

func (x *SqlNodeProto) GetSqlCreateMaterializedViewProto() *SqlCreateMaterializedViewProto

func (*SqlNodeProto) GetSqlCreateMetricsViewProto

func (x *SqlNodeProto) GetSqlCreateMetricsViewProto() *SqlCreateMetricsViewProto

func (*SqlNodeProto) GetSqlCreateProto

func (x *SqlNodeProto) GetSqlCreateProto() *SqlCreateProto

func (*SqlNodeProto) GetSqlCreateSchemaProto

func (x *SqlNodeProto) GetSqlCreateSchemaProto() *SqlCreateSchemaProto

func (*SqlNodeProto) GetSqlCreateSourceProto

func (x *SqlNodeProto) GetSqlCreateSourceProto() *SqlCreateSourceProto

func (*SqlNodeProto) GetSqlCreateTableProto

func (x *SqlNodeProto) GetSqlCreateTableProto() *SqlCreateTableProto

func (*SqlNodeProto) GetSqlCreateTypeProto

func (x *SqlNodeProto) GetSqlCreateTypeProto() *SqlCreateTypeProto

func (*SqlNodeProto) GetSqlCreateViewProto

func (x *SqlNodeProto) GetSqlCreateViewProto() *SqlCreateViewProto

func (*SqlNodeProto) GetSqlDataTypeSpecProto

func (x *SqlNodeProto) GetSqlDataTypeSpecProto() *SqlDataTypeSpecProto

func (*SqlNodeProto) GetSqlDateLiteralProto

func (x *SqlNodeProto) GetSqlDateLiteralProto() *SqlDateLiteralProto

func (*SqlNodeProto) GetSqlDdlProto

func (x *SqlNodeProto) GetSqlDdlProto() *SqlDdlProto

func (*SqlNodeProto) GetSqlDeleteProto

func (x *SqlNodeProto) GetSqlDeleteProto() *SqlDeleteProto

func (*SqlNodeProto) GetSqlDescribeSchemaProto

func (x *SqlNodeProto) GetSqlDescribeSchemaProto() *SqlDescribeSchemaProto

func (*SqlNodeProto) GetSqlDescribeTableProto

func (x *SqlNodeProto) GetSqlDescribeTableProto() *SqlDescribeTableProto

func (*SqlNodeProto) GetSqlDropFunctionProto

func (x *SqlNodeProto) GetSqlDropFunctionProto() *SqlDropFunctionProto

func (*SqlNodeProto) GetSqlDropMaterializedViewProto

func (x *SqlNodeProto) GetSqlDropMaterializedViewProto() *SqlDropMaterializedViewProto

func (*SqlNodeProto) GetSqlDropObjectProto

func (x *SqlNodeProto) GetSqlDropObjectProto() *SqlDropObjectProto

func (*SqlNodeProto) GetSqlDropProto

func (x *SqlNodeProto) GetSqlDropProto() *SqlDropProto

func (*SqlNodeProto) GetSqlDropSchemaProto

func (x *SqlNodeProto) GetSqlDropSchemaProto() *SqlDropSchemaProto

func (*SqlNodeProto) GetSqlDropTableProto

func (x *SqlNodeProto) GetSqlDropTableProto() *SqlDropTableProto

func (*SqlNodeProto) GetSqlDropTypeProto

func (x *SqlNodeProto) GetSqlDropTypeProto() *SqlDropTypeProto

func (*SqlNodeProto) GetSqlDropViewProto

func (x *SqlNodeProto) GetSqlDropViewProto() *SqlDropViewProto

func (*SqlNodeProto) GetSqlDynamicParamProto

func (x *SqlNodeProto) GetSqlDynamicParamProto() *SqlDynamicParamProto

func (*SqlNodeProto) GetSqlExplainProto

func (x *SqlNodeProto) GetSqlExplainProto() *SqlExplainProto

func (*SqlNodeProto) GetSqlHintProto

func (x *SqlNodeProto) GetSqlHintProto() *SqlHintProto

func (*SqlNodeProto) GetSqlIdentifierProto

func (x *SqlNodeProto) GetSqlIdentifierProto() *SqlIdentifierProto

func (*SqlNodeProto) GetSqlInsertProto

func (x *SqlNodeProto) GetSqlInsertProto() *SqlInsertProto

func (*SqlNodeProto) GetSqlIntervalLiteralProto

func (x *SqlNodeProto) GetSqlIntervalLiteralProto() *SqlIntervalLiteralProto

func (*SqlNodeProto) GetSqlIntervalQualifierProto

func (x *SqlNodeProto) GetSqlIntervalQualifierProto() *SqlIntervalQualifierProto

func (*SqlNodeProto) GetSqlJoinProto

func (x *SqlNodeProto) GetSqlJoinProto() *SqlJoinProto

func (*SqlNodeProto) GetSqlKeyConstraintProto

func (x *SqlNodeProto) GetSqlKeyConstraintProto() *SqlKeyConstraintProto

func (*SqlNodeProto) GetSqlLiteralProto

func (x *SqlNodeProto) GetSqlLiteralProto() *SqlLiteralProto

func (*SqlNodeProto) GetSqlMatchRecognizeProto

func (x *SqlNodeProto) GetSqlMatchRecognizeProto() *SqlMatchRecognizeProto

func (*SqlNodeProto) GetSqlMergeProto

func (x *SqlNodeProto) GetSqlMergeProto() *SqlMergeProto

func (*SqlNodeProto) GetSqlNodeListProto

func (x *SqlNodeProto) GetSqlNodeListProto() *SqlNodeListProto

func (*SqlNodeProto) GetSqlNodeProto

func (m *SqlNodeProto) GetSqlNodeProto() isSqlNodeProto_SqlNodeProto

func (*SqlNodeProto) GetSqlNumericLiteralProto

func (x *SqlNodeProto) GetSqlNumericLiteralProto() *SqlNumericLiteralProto

func (*SqlNodeProto) GetSqlOrderByProto

func (x *SqlNodeProto) GetSqlOrderByProto() *SqlOrderByProto

func (*SqlNodeProto) GetSqlPivotProto

func (x *SqlNodeProto) GetSqlPivotProto() *SqlPivotProto

func (*SqlNodeProto) GetSqlSelectProto

func (x *SqlNodeProto) GetSqlSelectProto() *SqlSelectProto

func (*SqlNodeProto) GetSqlSetOptionProto

func (x *SqlNodeProto) GetSqlSetOptionProto() *SqlSetOptionProto

func (*SqlNodeProto) GetSqlSnapshotProto

func (x *SqlNodeProto) GetSqlSnapshotProto() *SqlSnapshotProto

func (*SqlNodeProto) GetSqlTableRefProto

func (x *SqlNodeProto) GetSqlTableRefProto() *SqlTableRefProto

func (*SqlNodeProto) GetSqlTimeLiteralProto

func (x *SqlNodeProto) GetSqlTimeLiteralProto() *SqlTimeLiteralProto

func (*SqlNodeProto) GetSqlTimestampLiteralProto

func (x *SqlNodeProto) GetSqlTimestampLiteralProto() *SqlTimestampLiteralProto

func (*SqlNodeProto) GetSqlUnpivotProto

func (x *SqlNodeProto) GetSqlUnpivotProto() *SqlUnpivotProto

func (*SqlNodeProto) GetSqlUpdateProto

func (x *SqlNodeProto) GetSqlUpdateProto() *SqlUpdateProto

func (*SqlNodeProto) GetSqlWindowProto

func (x *SqlNodeProto) GetSqlWindowProto() *SqlWindowProto

func (*SqlNodeProto) GetSqlWithItemProto

func (x *SqlNodeProto) GetSqlWithItemProto() *SqlWithItemProto

func (*SqlNodeProto) GetSqlWithProto

func (x *SqlNodeProto) GetSqlWithProto() *SqlWithProto

func (*SqlNodeProto) ProtoMessage

func (*SqlNodeProto) ProtoMessage()

func (*SqlNodeProto) ProtoReflect

func (x *SqlNodeProto) ProtoReflect() protoreflect.Message

func (*SqlNodeProto) Reset

func (x *SqlNodeProto) Reset()

func (*SqlNodeProto) String

func (x *SqlNodeProto) String() string

type SqlNodeProto_SqlAbstractDateTimeLiteralProto

type SqlNodeProto_SqlAbstractDateTimeLiteralProto struct {
	SqlAbstractDateTimeLiteralProto *SqlAbstractDateTimeLiteralProto `protobuf:"bytes,37,opt,name=sqlAbstractDateTimeLiteralProto,proto3,oneof"`
}

type SqlNodeProto_SqlAbstractStringLiteralProto

type SqlNodeProto_SqlAbstractStringLiteralProto struct {
	SqlAbstractStringLiteralProto *SqlAbstractStringLiteralProto `protobuf:"bytes,36,opt,name=sqlAbstractStringLiteralProto,proto3,oneof"`
}

type SqlNodeProto_SqlAlterProto

type SqlNodeProto_SqlAlterProto struct {
	SqlAlterProto *SqlAlterProto `protobuf:"bytes,29,opt,name=sqlAlterProto,proto3,oneof"`
}

type SqlNodeProto_SqlAttributeDefinitionProto

type SqlNodeProto_SqlAttributeDefinitionProto struct {
	SqlAttributeDefinitionProto *SqlAttributeDefinitionProto `protobuf:"bytes,21,opt,name=sqlAttributeDefinitionProto,proto3,oneof"`
}

type SqlNodeProto_SqlBasicCallProto

type SqlNodeProto_SqlBasicCallProto struct {
	SqlBasicCallProto *SqlBasicCallProto `protobuf:"bytes,27,opt,name=sqlBasicCallProto,proto3,oneof"`
}

type SqlNodeProto_SqlBinaryStringLiteralProto

type SqlNodeProto_SqlBinaryStringLiteralProto struct {
	SqlBinaryStringLiteralProto *SqlBinaryStringLiteralProto `protobuf:"bytes,42,opt,name=sqlBinaryStringLiteralProto,proto3,oneof"`
}

type SqlNodeProto_SqlCallProto

type SqlNodeProto_SqlCallProto struct {
	SqlCallProto *SqlCallProto `protobuf:"bytes,1,opt,name=sqlCallProto,proto3,oneof"`
}

type SqlNodeProto_SqlCaseProto

type SqlNodeProto_SqlCaseProto struct {
	SqlCaseProto *SqlCaseProto `protobuf:"bytes,10,opt,name=sqlCaseProto,proto3,oneof"`
}

type SqlNodeProto_SqlCharStringLiteralProto

type SqlNodeProto_SqlCharStringLiteralProto struct {
	SqlCharStringLiteralProto *SqlCharStringLiteralProto `protobuf:"bytes,43,opt,name=sqlCharStringLiteralProto,proto3,oneof"`
}

type SqlNodeProto_SqlCheckConstraintProto

type SqlNodeProto_SqlCheckConstraintProto struct {
	SqlCheckConstraintProto *SqlCheckConstraintProto `protobuf:"bytes,12,opt,name=sqlCheckConstraintProto,proto3,oneof"`
}

type SqlNodeProto_SqlColumnDeclarationProto

type SqlNodeProto_SqlColumnDeclarationProto struct {
	SqlColumnDeclarationProto *SqlColumnDeclarationProto `protobuf:"bytes,34,opt,name=sqlColumnDeclarationProto,proto3,oneof"`
}

type SqlNodeProto_SqlCreateForeignSchemaProto

type SqlNodeProto_SqlCreateForeignSchemaProto struct {
	SqlCreateForeignSchemaProto *SqlCreateForeignSchemaProto `protobuf:"bytes,53,opt,name=sqlCreateForeignSchemaProto,proto3,oneof"`
}

type SqlNodeProto_SqlCreateFunctionProto

type SqlNodeProto_SqlCreateFunctionProto struct {
	SqlCreateFunctionProto *SqlCreateFunctionProto `protobuf:"bytes,52,opt,name=sqlCreateFunctionProto,proto3,oneof"`
}

type SqlNodeProto_SqlCreateMaterializedViewProto

type SqlNodeProto_SqlCreateMaterializedViewProto struct {
	SqlCreateMaterializedViewProto *SqlCreateMaterializedViewProto `protobuf:"bytes,55,opt,name=sqlCreateMaterializedViewProto,proto3,oneof"`
}

type SqlNodeProto_SqlCreateMetricsViewProto

type SqlNodeProto_SqlCreateMetricsViewProto struct {
	SqlCreateMetricsViewProto *SqlCreateMetricsViewProto `protobuf:"bytes,62,opt,name=sqlCreateMetricsViewProto,proto3,oneof"`
}

type SqlNodeProto_SqlCreateProto

type SqlNodeProto_SqlCreateProto struct {
	SqlCreateProto *SqlCreateProto `protobuf:"bytes,41,opt,name=sqlCreateProto,proto3,oneof"`
}

type SqlNodeProto_SqlCreateSchemaProto

type SqlNodeProto_SqlCreateSchemaProto struct {
	SqlCreateSchemaProto *SqlCreateSchemaProto `protobuf:"bytes,54,opt,name=sqlCreateSchemaProto,proto3,oneof"`
}

type SqlNodeProto_SqlCreateSourceProto

type SqlNodeProto_SqlCreateSourceProto struct {
	SqlCreateSourceProto *SqlCreateSourceProto `protobuf:"bytes,61,opt,name=sqlCreateSourceProto,proto3,oneof"`
}

type SqlNodeProto_SqlCreateTableProto

type SqlNodeProto_SqlCreateTableProto struct {
	SqlCreateTableProto *SqlCreateTableProto `protobuf:"bytes,50,opt,name=sqlCreateTableProto,proto3,oneof"`
}

type SqlNodeProto_SqlCreateTypeProto

type SqlNodeProto_SqlCreateTypeProto struct {
	SqlCreateTypeProto *SqlCreateTypeProto `protobuf:"bytes,49,opt,name=sqlCreateTypeProto,proto3,oneof"`
}

type SqlNodeProto_SqlCreateViewProto

type SqlNodeProto_SqlCreateViewProto struct {
	SqlCreateViewProto *SqlCreateViewProto `protobuf:"bytes,51,opt,name=sqlCreateViewProto,proto3,oneof"`
}

type SqlNodeProto_SqlDataTypeSpecProto

type SqlNodeProto_SqlDataTypeSpecProto struct {
	SqlDataTypeSpecProto *SqlDataTypeSpecProto `protobuf:"bytes,7,opt,name=sqlDataTypeSpecProto,proto3,oneof"`
}

type SqlNodeProto_SqlDateLiteralProto

type SqlNodeProto_SqlDateLiteralProto struct {
	SqlDateLiteralProto *SqlDateLiteralProto `protobuf:"bytes,44,opt,name=sqlDateLiteralProto,proto3,oneof"`
}

type SqlNodeProto_SqlDdlProto

type SqlNodeProto_SqlDdlProto struct {
	SqlDdlProto *SqlDdlProto `protobuf:"bytes,30,opt,name=sqlDdlProto,proto3,oneof"`
}

type SqlNodeProto_SqlDeleteProto

type SqlNodeProto_SqlDeleteProto struct {
	SqlDeleteProto *SqlDeleteProto `protobuf:"bytes,11,opt,name=sqlDeleteProto,proto3,oneof"`
}

type SqlNodeProto_SqlDescribeSchemaProto

type SqlNodeProto_SqlDescribeSchemaProto struct {
	SqlDescribeSchemaProto *SqlDescribeSchemaProto `protobuf:"bytes,31,opt,name=sqlDescribeSchemaProto,proto3,oneof"`
}

type SqlNodeProto_SqlDescribeTableProto

type SqlNodeProto_SqlDescribeTableProto struct {
	SqlDescribeTableProto *SqlDescribeTableProto `protobuf:"bytes,33,opt,name=sqlDescribeTableProto,proto3,oneof"`
}

type SqlNodeProto_SqlDropFunctionProto

type SqlNodeProto_SqlDropFunctionProto struct {
	SqlDropFunctionProto *SqlDropFunctionProto `protobuf:"bytes,59,opt,name=sqlDropFunctionProto,proto3,oneof"`
}

type SqlNodeProto_SqlDropMaterializedViewProto

type SqlNodeProto_SqlDropMaterializedViewProto struct {
	SqlDropMaterializedViewProto *SqlDropMaterializedViewProto `protobuf:"bytes,57,opt,name=sqlDropMaterializedViewProto,proto3,oneof"`
}

type SqlNodeProto_SqlDropObjectProto

type SqlNodeProto_SqlDropObjectProto struct {
	SqlDropObjectProto *SqlDropObjectProto `protobuf:"bytes,48,opt,name=sqlDropObjectProto,proto3,oneof"`
}

type SqlNodeProto_SqlDropProto

type SqlNodeProto_SqlDropProto struct {
	SqlDropProto *SqlDropProto `protobuf:"bytes,40,opt,name=sqlDropProto,proto3,oneof"`
}

type SqlNodeProto_SqlDropSchemaProto

type SqlNodeProto_SqlDropSchemaProto struct {
	SqlDropSchemaProto *SqlDropSchemaProto `protobuf:"bytes,47,opt,name=sqlDropSchemaProto,proto3,oneof"`
}

type SqlNodeProto_SqlDropTableProto

type SqlNodeProto_SqlDropTableProto struct {
	SqlDropTableProto *SqlDropTableProto `protobuf:"bytes,56,opt,name=sqlDropTableProto,proto3,oneof"`
}

type SqlNodeProto_SqlDropTypeProto

type SqlNodeProto_SqlDropTypeProto struct {
	SqlDropTypeProto *SqlDropTypeProto `protobuf:"bytes,60,opt,name=sqlDropTypeProto,proto3,oneof"`
}

type SqlNodeProto_SqlDropViewProto

type SqlNodeProto_SqlDropViewProto struct {
	SqlDropViewProto *SqlDropViewProto `protobuf:"bytes,58,opt,name=sqlDropViewProto,proto3,oneof"`
}

type SqlNodeProto_SqlDynamicParamProto

type SqlNodeProto_SqlDynamicParamProto struct {
	SqlDynamicParamProto *SqlDynamicParamProto `protobuf:"bytes,4,opt,name=sqlDynamicParamProto,proto3,oneof"`
}

type SqlNodeProto_SqlExplainProto

type SqlNodeProto_SqlExplainProto struct {
	SqlExplainProto *SqlExplainProto `protobuf:"bytes,22,opt,name=sqlExplainProto,proto3,oneof"`
}

type SqlNodeProto_SqlHintProto

type SqlNodeProto_SqlHintProto struct {
	SqlHintProto *SqlHintProto `protobuf:"bytes,26,opt,name=sqlHintProto,proto3,oneof"`
}

type SqlNodeProto_SqlIdentifierProto

type SqlNodeProto_SqlIdentifierProto struct {
	SqlIdentifierProto *SqlIdentifierProto `protobuf:"bytes,5,opt,name=sqlIdentifierProto,proto3,oneof"`
}

type SqlNodeProto_SqlInsertProto

type SqlNodeProto_SqlInsertProto struct {
	SqlInsertProto *SqlInsertProto `protobuf:"bytes,9,opt,name=sqlInsertProto,proto3,oneof"`
}

type SqlNodeProto_SqlIntervalLiteralProto

type SqlNodeProto_SqlIntervalLiteralProto struct {
	SqlIntervalLiteralProto *SqlIntervalLiteralProto `protobuf:"bytes,38,opt,name=sqlIntervalLiteralProto,proto3,oneof"`
}

type SqlNodeProto_SqlIntervalQualifierProto

type SqlNodeProto_SqlIntervalQualifierProto struct {
	SqlIntervalQualifierProto *SqlIntervalQualifierProto `protobuf:"bytes,2,opt,name=sqlIntervalQualifierProto,proto3,oneof"`
}

type SqlNodeProto_SqlJoinProto

type SqlNodeProto_SqlJoinProto struct {
	SqlJoinProto *SqlJoinProto `protobuf:"bytes,32,opt,name=sqlJoinProto,proto3,oneof"`
}

type SqlNodeProto_SqlKeyConstraintProto

type SqlNodeProto_SqlKeyConstraintProto struct {
	SqlKeyConstraintProto *SqlKeyConstraintProto `protobuf:"bytes,15,opt,name=sqlKeyConstraintProto,proto3,oneof"`
}

type SqlNodeProto_SqlLiteralProto

type SqlNodeProto_SqlLiteralProto struct {
	SqlLiteralProto *SqlLiteralProto `protobuf:"bytes,3,opt,name=sqlLiteralProto,proto3,oneof"`
}

type SqlNodeProto_SqlMatchRecognizeProto

type SqlNodeProto_SqlMatchRecognizeProto struct {
	SqlMatchRecognizeProto *SqlMatchRecognizeProto `protobuf:"bytes,28,opt,name=sqlMatchRecognizeProto,proto3,oneof"`
}

type SqlNodeProto_SqlMergeProto

type SqlNodeProto_SqlMergeProto struct {
	SqlMergeProto *SqlMergeProto `protobuf:"bytes,25,opt,name=sqlMergeProto,proto3,oneof"`
}

type SqlNodeProto_SqlNodeListProto

type SqlNodeProto_SqlNodeListProto struct {
	SqlNodeListProto *SqlNodeListProto `protobuf:"bytes,6,opt,name=sqlNodeListProto,proto3,oneof"`
}

type SqlNodeProto_SqlNumericLiteralProto

type SqlNodeProto_SqlNumericLiteralProto struct {
	SqlNumericLiteralProto *SqlNumericLiteralProto `protobuf:"bytes,35,opt,name=sqlNumericLiteralProto,proto3,oneof"`
}

type SqlNodeProto_SqlOrderByProto

type SqlNodeProto_SqlOrderByProto struct {
	SqlOrderByProto *SqlOrderByProto `protobuf:"bytes,18,opt,name=sqlOrderByProto,proto3,oneof"`
}

type SqlNodeProto_SqlPivotProto

type SqlNodeProto_SqlPivotProto struct {
	SqlPivotProto *SqlPivotProto `protobuf:"bytes,13,opt,name=sqlPivotProto,proto3,oneof"`
}

type SqlNodeProto_SqlSelectProto

type SqlNodeProto_SqlSelectProto struct {
	SqlSelectProto *SqlSelectProto `protobuf:"bytes,20,opt,name=sqlSelectProto,proto3,oneof"`
}

type SqlNodeProto_SqlSetOptionProto

type SqlNodeProto_SqlSetOptionProto struct {
	SqlSetOptionProto *SqlSetOptionProto `protobuf:"bytes,39,opt,name=sqlSetOptionProto,proto3,oneof"`
}

type SqlNodeProto_SqlSnapshotProto

type SqlNodeProto_SqlSnapshotProto struct {
	SqlSnapshotProto *SqlSnapshotProto `protobuf:"bytes,17,opt,name=sqlSnapshotProto,proto3,oneof"`
}

type SqlNodeProto_SqlTableRefProto

type SqlNodeProto_SqlTableRefProto struct {
	SqlTableRefProto *SqlTableRefProto `protobuf:"bytes,14,opt,name=sqlTableRefProto,proto3,oneof"`
}

type SqlNodeProto_SqlTimeLiteralProto

type SqlNodeProto_SqlTimeLiteralProto struct {
	SqlTimeLiteralProto *SqlTimeLiteralProto `protobuf:"bytes,46,opt,name=sqlTimeLiteralProto,proto3,oneof"`
}

type SqlNodeProto_SqlTimestampLiteralProto

type SqlNodeProto_SqlTimestampLiteralProto struct {
	SqlTimestampLiteralProto *SqlTimestampLiteralProto `protobuf:"bytes,45,opt,name=sqlTimestampLiteralProto,proto3,oneof"`
}

type SqlNodeProto_SqlUnpivotProto

type SqlNodeProto_SqlUnpivotProto struct {
	SqlUnpivotProto *SqlUnpivotProto `protobuf:"bytes,24,opt,name=sqlUnpivotProto,proto3,oneof"`
}

type SqlNodeProto_SqlUpdateProto

type SqlNodeProto_SqlUpdateProto struct {
	SqlUpdateProto *SqlUpdateProto `protobuf:"bytes,8,opt,name=sqlUpdateProto,proto3,oneof"`
}

type SqlNodeProto_SqlWindowProto

type SqlNodeProto_SqlWindowProto struct {
	SqlWindowProto *SqlWindowProto `protobuf:"bytes,19,opt,name=sqlWindowProto,proto3,oneof"`
}

type SqlNodeProto_SqlWithItemProto

type SqlNodeProto_SqlWithItemProto struct {
	SqlWithItemProto *SqlWithItemProto `protobuf:"bytes,23,opt,name=sqlWithItemProto,proto3,oneof"`
}

type SqlNodeProto_SqlWithProto

type SqlNodeProto_SqlWithProto struct {
	SqlWithProto *SqlWithProto `protobuf:"bytes,16,opt,name=sqlWithProto,proto3,oneof"`
}

type SqlNthValueAggFunctionProto

type SqlNthValueAggFunctionProto struct {
	RequiresOrder        bool                          `protobuf:"varint,1,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,2,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,3,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,4,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,5,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,7,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,8,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,9,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,10,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,11,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,12,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,13,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlNthValueAggFunction

func (*SqlNthValueAggFunctionProto) Descriptor deprecated

func (*SqlNthValueAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlNthValueAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlNthValueAggFunctionProto) GetAllowedSignatures

func (x *SqlNthValueAggFunctionProto) GetAllowedSignatures() string

func (*SqlNthValueAggFunctionProto) GetCategory

func (*SqlNthValueAggFunctionProto) GetKind

func (*SqlNthValueAggFunctionProto) GetLeftPrec

func (x *SqlNthValueAggFunctionProto) GetLeftPrec() int32

func (*SqlNthValueAggFunctionProto) GetName

func (x *SqlNthValueAggFunctionProto) GetName() string

func (*SqlNthValueAggFunctionProto) GetOperandTypeChecker

func (x *SqlNthValueAggFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlNthValueAggFunctionProto) GetOperandTypeInference

func (x *SqlNthValueAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlNthValueAggFunctionProto) GetRequiresGroupOrder

func (x *SqlNthValueAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlNthValueAggFunctionProto) GetRequiresOrder

func (x *SqlNthValueAggFunctionProto) GetRequiresOrder() bool

func (*SqlNthValueAggFunctionProto) GetRequiresOver

func (x *SqlNthValueAggFunctionProto) GetRequiresOver() bool

func (*SqlNthValueAggFunctionProto) GetReturnTypeInference

func (x *SqlNthValueAggFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlNthValueAggFunctionProto) GetRightPrec

func (x *SqlNthValueAggFunctionProto) GetRightPrec() int32

func (*SqlNthValueAggFunctionProto) GetSqlIdentifier

func (x *SqlNthValueAggFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlNthValueAggFunctionProto) ProtoMessage

func (*SqlNthValueAggFunctionProto) ProtoMessage()

func (*SqlNthValueAggFunctionProto) ProtoReflect

func (*SqlNthValueAggFunctionProto) Reset

func (x *SqlNthValueAggFunctionProto) Reset()

func (*SqlNthValueAggFunctionProto) String

func (x *SqlNthValueAggFunctionProto) String() string

type SqlNtileAggFunctionProto

type SqlNtileAggFunctionProto struct {
	RequiresOrder        bool                          `protobuf:"varint,1,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,2,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,3,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,4,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,5,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,7,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,8,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,9,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,10,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,11,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,12,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,13,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlNtileAggFunction

func (*SqlNtileAggFunctionProto) Descriptor deprecated

func (*SqlNtileAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlNtileAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlNtileAggFunctionProto) GetAllowedSignatures

func (x *SqlNtileAggFunctionProto) GetAllowedSignatures() string

func (*SqlNtileAggFunctionProto) GetCategory

func (*SqlNtileAggFunctionProto) GetKind

func (*SqlNtileAggFunctionProto) GetLeftPrec

func (x *SqlNtileAggFunctionProto) GetLeftPrec() int32

func (*SqlNtileAggFunctionProto) GetName

func (x *SqlNtileAggFunctionProto) GetName() string

func (*SqlNtileAggFunctionProto) GetOperandTypeChecker

func (x *SqlNtileAggFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlNtileAggFunctionProto) GetOperandTypeInference

func (x *SqlNtileAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlNtileAggFunctionProto) GetRequiresGroupOrder

func (x *SqlNtileAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlNtileAggFunctionProto) GetRequiresOrder

func (x *SqlNtileAggFunctionProto) GetRequiresOrder() bool

func (*SqlNtileAggFunctionProto) GetRequiresOver

func (x *SqlNtileAggFunctionProto) GetRequiresOver() bool

func (*SqlNtileAggFunctionProto) GetReturnTypeInference

func (x *SqlNtileAggFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlNtileAggFunctionProto) GetRightPrec

func (x *SqlNtileAggFunctionProto) GetRightPrec() int32

func (*SqlNtileAggFunctionProto) GetSqlIdentifier

func (x *SqlNtileAggFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlNtileAggFunctionProto) ProtoMessage

func (*SqlNtileAggFunctionProto) ProtoMessage()

func (*SqlNtileAggFunctionProto) ProtoReflect

func (x *SqlNtileAggFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlNtileAggFunctionProto) Reset

func (x *SqlNtileAggFunctionProto) Reset()

func (*SqlNtileAggFunctionProto) String

func (x *SqlNtileAggFunctionProto) String() string

type SqlNullTreatmentOperatorProto

type SqlNullTreatmentOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlNullTreatmentOperator

func (*SqlNullTreatmentOperatorProto) Descriptor deprecated

func (*SqlNullTreatmentOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlNullTreatmentOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlNullTreatmentOperatorProto) GetAllowedSignatures

func (x *SqlNullTreatmentOperatorProto) GetAllowedSignatures() string

func (*SqlNullTreatmentOperatorProto) GetKind

func (*SqlNullTreatmentOperatorProto) GetLeftPrec

func (x *SqlNullTreatmentOperatorProto) GetLeftPrec() int32

func (*SqlNullTreatmentOperatorProto) GetName

func (*SqlNullTreatmentOperatorProto) GetOperandTypeChecker

func (x *SqlNullTreatmentOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlNullTreatmentOperatorProto) GetOperandTypeInference

func (x *SqlNullTreatmentOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlNullTreatmentOperatorProto) GetReturnTypeInference

func (x *SqlNullTreatmentOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlNullTreatmentOperatorProto) GetRightPrec

func (x *SqlNullTreatmentOperatorProto) GetRightPrec() int32

func (*SqlNullTreatmentOperatorProto) ProtoMessage

func (*SqlNullTreatmentOperatorProto) ProtoMessage()

func (*SqlNullTreatmentOperatorProto) ProtoReflect

func (*SqlNullTreatmentOperatorProto) Reset

func (x *SqlNullTreatmentOperatorProto) Reset()

func (*SqlNullTreatmentOperatorProto) String

type SqlNullifFunctionProto

type SqlNullifFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlNullifFunction

func (*SqlNullifFunctionProto) Descriptor deprecated

func (*SqlNullifFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlNullifFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlNullifFunctionProto) GetAllowedSignatures

func (x *SqlNullifFunctionProto) GetAllowedSignatures() string

func (*SqlNullifFunctionProto) GetCategory

func (*SqlNullifFunctionProto) GetKind

func (x *SqlNullifFunctionProto) GetKind() SqlKindProto

func (*SqlNullifFunctionProto) GetLeftPrec

func (x *SqlNullifFunctionProto) GetLeftPrec() int32

func (*SqlNullifFunctionProto) GetName

func (x *SqlNullifFunctionProto) GetName() string

func (*SqlNullifFunctionProto) GetOperandTypeChecker

func (x *SqlNullifFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlNullifFunctionProto) GetOperandTypeInference

func (x *SqlNullifFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlNullifFunctionProto) GetReturnTypeInference

func (x *SqlNullifFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlNullifFunctionProto) GetRightPrec

func (x *SqlNullifFunctionProto) GetRightPrec() int32

func (*SqlNullifFunctionProto) GetSqlIdentifier

func (x *SqlNullifFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlNullifFunctionProto) ProtoMessage

func (*SqlNullifFunctionProto) ProtoMessage()

func (*SqlNullifFunctionProto) ProtoReflect

func (x *SqlNullifFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlNullifFunctionProto) Reset

func (x *SqlNullifFunctionProto) Reset()

func (*SqlNullifFunctionProto) String

func (x *SqlNullifFunctionProto) String() string

type SqlNumericLiteralProto

type SqlNumericLiteralProto struct {
	Prec            int32              `protobuf:"zigzag32,1,opt,name=prec,proto3" json:"prec,omitempty"`
	Scale           int32              `protobuf:"zigzag32,2,opt,name=scale,proto3" json:"scale,omitempty"`
	IsExact         bool               `protobuf:"varint,3,opt,name=isExact,proto3" json:"isExact,omitempty"`
	TypeName        SqlTypeNameProto   `protobuf:"varint,4,opt,name=typeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeName,omitempty"`
	Value           string             `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,6,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,7,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlNumericLiteral

func (*SqlNumericLiteralProto) Descriptor deprecated

func (*SqlNumericLiteralProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlNumericLiteralProto.ProtoReflect.Descriptor instead.

func (*SqlNumericLiteralProto) GetIsExact

func (x *SqlNumericLiteralProto) GetIsExact() bool

func (*SqlNumericLiteralProto) GetPos

func (*SqlNumericLiteralProto) GetPrec

func (x *SqlNumericLiteralProto) GetPrec() int32

func (*SqlNumericLiteralProto) GetScale

func (x *SqlNumericLiteralProto) GetScale() int32

func (*SqlNumericLiteralProto) GetTypeInformation

func (x *SqlNumericLiteralProto) GetTypeInformation() *RelDataTypeProto

func (*SqlNumericLiteralProto) GetTypeName

func (x *SqlNumericLiteralProto) GetTypeName() SqlTypeNameProto

func (*SqlNumericLiteralProto) GetValue

func (x *SqlNumericLiteralProto) GetValue() string

func (*SqlNumericLiteralProto) ProtoMessage

func (*SqlNumericLiteralProto) ProtoMessage()

func (*SqlNumericLiteralProto) ProtoReflect

func (x *SqlNumericLiteralProto) ProtoReflect() protoreflect.Message

func (*SqlNumericLiteralProto) Reset

func (x *SqlNumericLiteralProto) Reset()

func (*SqlNumericLiteralProto) String

func (x *SqlNumericLiteralProto) String() string

type SqlOperandCountRangeProto

type SqlOperandCountRangeProto struct {
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlOperandCountRange

func (*SqlOperandCountRangeProto) Descriptor deprecated

func (*SqlOperandCountRangeProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlOperandCountRangeProto.ProtoReflect.Descriptor instead.

func (*SqlOperandCountRangeProto) ProtoMessage

func (*SqlOperandCountRangeProto) ProtoMessage()

func (*SqlOperandCountRangeProto) ProtoReflect

func (*SqlOperandCountRangeProto) Reset

func (x *SqlOperandCountRangeProto) Reset()

func (*SqlOperandCountRangeProto) String

func (x *SqlOperandCountRangeProto) String() string

type SqlOperandMetadataProto

type SqlOperandMetadataProto struct {

	// Types that are assignable to SqlOperandMetadataProto:
	//
	//	*SqlOperandMetadataProto_OperandMetadataImplProto
	SqlOperandMetadataProto isSqlOperandMetadataProto_SqlOperandMetadataProto `protobuf_oneof:"sqlOperandMetadataProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.SqlOperandMetadata

func (*SqlOperandMetadataProto) Descriptor deprecated

func (*SqlOperandMetadataProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlOperandMetadataProto.ProtoReflect.Descriptor instead.

func (*SqlOperandMetadataProto) GetOperandMetadataImplProto

func (x *SqlOperandMetadataProto) GetOperandMetadataImplProto() *OperandMetadataImplProto

func (*SqlOperandMetadataProto) GetSqlOperandMetadataProto

func (m *SqlOperandMetadataProto) GetSqlOperandMetadataProto() isSqlOperandMetadataProto_SqlOperandMetadataProto

func (*SqlOperandMetadataProto) ProtoMessage

func (*SqlOperandMetadataProto) ProtoMessage()

func (*SqlOperandMetadataProto) ProtoReflect

func (x *SqlOperandMetadataProto) ProtoReflect() protoreflect.Message

func (*SqlOperandMetadataProto) Reset

func (x *SqlOperandMetadataProto) Reset()

func (*SqlOperandMetadataProto) String

func (x *SqlOperandMetadataProto) String() string

type SqlOperandMetadataProto_OperandMetadataImplProto

type SqlOperandMetadataProto_OperandMetadataImplProto struct {
	OperandMetadataImplProto *OperandMetadataImplProto `protobuf:"bytes,1,opt,name=operandMetadataImplProto,proto3,oneof"`
}

type SqlOperandTypeCheckerProto

type SqlOperandTypeCheckerProto struct {

	// Types that are assignable to SqlOperandTypeCheckerProto:
	//
	//	*SqlOperandTypeCheckerProto_SqlOperandMetadataProto
	//	*SqlOperandTypeCheckerProto_SetopOperandTypeCheckerProto
	//	*SqlOperandTypeCheckerProto_ExplicitOperandTypeCheckerProto
	//	*SqlOperandTypeCheckerProto_SqlSingleOperandTypeCheckerProto
	//	*SqlOperandTypeCheckerProto_AssignableOperandTypeCheckerProto
	//	*SqlOperandTypeCheckerProto_MultisetOperandTypeCheckerProto
	//	*SqlOperandTypeCheckerProto_CompositeOperandTypeCheckerProto
	//	*SqlOperandTypeCheckerProto_OperandMetadataImplProto
	//	*SqlOperandTypeCheckerProto_LiteralOperandTypeCheckerProto
	//	*SqlOperandTypeCheckerProto_SameOperandTypeCheckerProto
	//	*SqlOperandTypeCheckerProto_FamilyOperandTypeCheckerProto
	//	*SqlOperandTypeCheckerProto_CompositeSingleOperandTypeCheckerProto
	//	*SqlOperandTypeCheckerProto_SameOperandTypeExceptLastOperandCheckerProto
	//	*SqlOperandTypeCheckerProto_ComparableOperandTypeCheckerProto
	SqlOperandTypeCheckerProto isSqlOperandTypeCheckerProto_SqlOperandTypeCheckerProto `protobuf_oneof:"sqlOperandTypeCheckerProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.SqlOperandTypeChecker

func (*SqlOperandTypeCheckerProto) Descriptor deprecated

func (*SqlOperandTypeCheckerProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlOperandTypeCheckerProto.ProtoReflect.Descriptor instead.

func (*SqlOperandTypeCheckerProto) GetAssignableOperandTypeCheckerProto

func (x *SqlOperandTypeCheckerProto) GetAssignableOperandTypeCheckerProto() *AssignableOperandTypeCheckerProto

func (*SqlOperandTypeCheckerProto) GetComparableOperandTypeCheckerProto

func (x *SqlOperandTypeCheckerProto) GetComparableOperandTypeCheckerProto() *ComparableOperandTypeCheckerProto

func (*SqlOperandTypeCheckerProto) GetCompositeOperandTypeCheckerProto

func (x *SqlOperandTypeCheckerProto) GetCompositeOperandTypeCheckerProto() *CompositeOperandTypeCheckerProto

func (*SqlOperandTypeCheckerProto) GetCompositeSingleOperandTypeCheckerProto

func (x *SqlOperandTypeCheckerProto) GetCompositeSingleOperandTypeCheckerProto() *CompositeSingleOperandTypeCheckerProto

func (*SqlOperandTypeCheckerProto) GetExplicitOperandTypeCheckerProto

func (x *SqlOperandTypeCheckerProto) GetExplicitOperandTypeCheckerProto() *ExplicitOperandTypeCheckerProto

func (*SqlOperandTypeCheckerProto) GetFamilyOperandTypeCheckerProto

func (x *SqlOperandTypeCheckerProto) GetFamilyOperandTypeCheckerProto() *FamilyOperandTypeCheckerProto

func (*SqlOperandTypeCheckerProto) GetLiteralOperandTypeCheckerProto

func (x *SqlOperandTypeCheckerProto) GetLiteralOperandTypeCheckerProto() *LiteralOperandTypeCheckerProto

func (*SqlOperandTypeCheckerProto) GetMultisetOperandTypeCheckerProto

func (x *SqlOperandTypeCheckerProto) GetMultisetOperandTypeCheckerProto() *MultisetOperandTypeCheckerProto

func (*SqlOperandTypeCheckerProto) GetOperandMetadataImplProto

func (x *SqlOperandTypeCheckerProto) GetOperandMetadataImplProto() *OperandMetadataImplProto

func (*SqlOperandTypeCheckerProto) GetSameOperandTypeCheckerProto

func (x *SqlOperandTypeCheckerProto) GetSameOperandTypeCheckerProto() *SameOperandTypeCheckerProto

func (*SqlOperandTypeCheckerProto) GetSameOperandTypeExceptLastOperandCheckerProto

func (x *SqlOperandTypeCheckerProto) GetSameOperandTypeExceptLastOperandCheckerProto() *SameOperandTypeExceptLastOperandCheckerProto

func (*SqlOperandTypeCheckerProto) GetSetopOperandTypeCheckerProto

func (x *SqlOperandTypeCheckerProto) GetSetopOperandTypeCheckerProto() *SetopOperandTypeCheckerProto

func (*SqlOperandTypeCheckerProto) GetSqlOperandMetadataProto

func (x *SqlOperandTypeCheckerProto) GetSqlOperandMetadataProto() *SqlOperandMetadataProto

func (*SqlOperandTypeCheckerProto) GetSqlOperandTypeCheckerProto

func (m *SqlOperandTypeCheckerProto) GetSqlOperandTypeCheckerProto() isSqlOperandTypeCheckerProto_SqlOperandTypeCheckerProto

func (*SqlOperandTypeCheckerProto) GetSqlSingleOperandTypeCheckerProto

func (x *SqlOperandTypeCheckerProto) GetSqlSingleOperandTypeCheckerProto() *SqlSingleOperandTypeCheckerProto

func (*SqlOperandTypeCheckerProto) ProtoMessage

func (*SqlOperandTypeCheckerProto) ProtoMessage()

func (*SqlOperandTypeCheckerProto) ProtoReflect

func (*SqlOperandTypeCheckerProto) Reset

func (x *SqlOperandTypeCheckerProto) Reset()

func (*SqlOperandTypeCheckerProto) String

func (x *SqlOperandTypeCheckerProto) String() string

type SqlOperandTypeCheckerProto_AssignableOperandTypeCheckerProto

type SqlOperandTypeCheckerProto_AssignableOperandTypeCheckerProto struct {
	AssignableOperandTypeCheckerProto *AssignableOperandTypeCheckerProto `protobuf:"bytes,5,opt,name=assignableOperandTypeCheckerProto,proto3,oneof"`
}

type SqlOperandTypeCheckerProto_ComparableOperandTypeCheckerProto

type SqlOperandTypeCheckerProto_ComparableOperandTypeCheckerProto struct {
	ComparableOperandTypeCheckerProto *ComparableOperandTypeCheckerProto `protobuf:"bytes,14,opt,name=comparableOperandTypeCheckerProto,proto3,oneof"`
}

type SqlOperandTypeCheckerProto_CompositeOperandTypeCheckerProto

type SqlOperandTypeCheckerProto_CompositeOperandTypeCheckerProto struct {
	CompositeOperandTypeCheckerProto *CompositeOperandTypeCheckerProto `protobuf:"bytes,7,opt,name=compositeOperandTypeCheckerProto,proto3,oneof"`
}

type SqlOperandTypeCheckerProto_CompositeSingleOperandTypeCheckerProto

type SqlOperandTypeCheckerProto_CompositeSingleOperandTypeCheckerProto struct {
	CompositeSingleOperandTypeCheckerProto *CompositeSingleOperandTypeCheckerProto `protobuf:"bytes,12,opt,name=compositeSingleOperandTypeCheckerProto,proto3,oneof"`
}

type SqlOperandTypeCheckerProto_ExplicitOperandTypeCheckerProto

type SqlOperandTypeCheckerProto_ExplicitOperandTypeCheckerProto struct {
	ExplicitOperandTypeCheckerProto *ExplicitOperandTypeCheckerProto `protobuf:"bytes,3,opt,name=explicitOperandTypeCheckerProto,proto3,oneof"`
}

type SqlOperandTypeCheckerProto_FamilyOperandTypeCheckerProto

type SqlOperandTypeCheckerProto_FamilyOperandTypeCheckerProto struct {
	FamilyOperandTypeCheckerProto *FamilyOperandTypeCheckerProto `protobuf:"bytes,11,opt,name=familyOperandTypeCheckerProto,proto3,oneof"`
}

type SqlOperandTypeCheckerProto_LiteralOperandTypeCheckerProto

type SqlOperandTypeCheckerProto_LiteralOperandTypeCheckerProto struct {
	LiteralOperandTypeCheckerProto *LiteralOperandTypeCheckerProto `protobuf:"bytes,9,opt,name=literalOperandTypeCheckerProto,proto3,oneof"`
}

type SqlOperandTypeCheckerProto_MultisetOperandTypeCheckerProto

type SqlOperandTypeCheckerProto_MultisetOperandTypeCheckerProto struct {
	MultisetOperandTypeCheckerProto *MultisetOperandTypeCheckerProto `protobuf:"bytes,6,opt,name=multisetOperandTypeCheckerProto,proto3,oneof"`
}

type SqlOperandTypeCheckerProto_OperandMetadataImplProto

type SqlOperandTypeCheckerProto_OperandMetadataImplProto struct {
	OperandMetadataImplProto *OperandMetadataImplProto `protobuf:"bytes,8,opt,name=operandMetadataImplProto,proto3,oneof"`
}

type SqlOperandTypeCheckerProto_SameOperandTypeCheckerProto

type SqlOperandTypeCheckerProto_SameOperandTypeCheckerProto struct {
	SameOperandTypeCheckerProto *SameOperandTypeCheckerProto `protobuf:"bytes,10,opt,name=sameOperandTypeCheckerProto,proto3,oneof"`
}

type SqlOperandTypeCheckerProto_SameOperandTypeExceptLastOperandCheckerProto

type SqlOperandTypeCheckerProto_SameOperandTypeExceptLastOperandCheckerProto struct {
	SameOperandTypeExceptLastOperandCheckerProto *SameOperandTypeExceptLastOperandCheckerProto `protobuf:"bytes,13,opt,name=sameOperandTypeExceptLastOperandCheckerProto,proto3,oneof"`
}

type SqlOperandTypeCheckerProto_SetopOperandTypeCheckerProto

type SqlOperandTypeCheckerProto_SetopOperandTypeCheckerProto struct {
	SetopOperandTypeCheckerProto *SetopOperandTypeCheckerProto `protobuf:"bytes,2,opt,name=setopOperandTypeCheckerProto,proto3,oneof"`
}

type SqlOperandTypeCheckerProto_SqlOperandMetadataProto

type SqlOperandTypeCheckerProto_SqlOperandMetadataProto struct {
	SqlOperandMetadataProto *SqlOperandMetadataProto `protobuf:"bytes,1,opt,name=sqlOperandMetadataProto,proto3,oneof"`
}

type SqlOperandTypeCheckerProto_SqlSingleOperandTypeCheckerProto

type SqlOperandTypeCheckerProto_SqlSingleOperandTypeCheckerProto struct {
	SqlSingleOperandTypeCheckerProto *SqlSingleOperandTypeCheckerProto `protobuf:"bytes,4,opt,name=sqlSingleOperandTypeCheckerProto,proto3,oneof"`
}

type SqlOperandTypeInferenceProto

type SqlOperandTypeInferenceProto struct {

	// Types that are assignable to SqlOperandTypeInferenceProto:
	//
	//	*SqlOperandTypeInferenceProto_ExplicitOperandTypeInferenceProto
	SqlOperandTypeInferenceProto isSqlOperandTypeInferenceProto_SqlOperandTypeInferenceProto `protobuf_oneof:"sqlOperandTypeInferenceProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.SqlOperandTypeInference

func (*SqlOperandTypeInferenceProto) Descriptor deprecated

func (*SqlOperandTypeInferenceProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlOperandTypeInferenceProto.ProtoReflect.Descriptor instead.

func (*SqlOperandTypeInferenceProto) GetExplicitOperandTypeInferenceProto

func (x *SqlOperandTypeInferenceProto) GetExplicitOperandTypeInferenceProto() *ExplicitOperandTypeInferenceProto

func (*SqlOperandTypeInferenceProto) GetSqlOperandTypeInferenceProto

func (m *SqlOperandTypeInferenceProto) GetSqlOperandTypeInferenceProto() isSqlOperandTypeInferenceProto_SqlOperandTypeInferenceProto

func (*SqlOperandTypeInferenceProto) ProtoMessage

func (*SqlOperandTypeInferenceProto) ProtoMessage()

func (*SqlOperandTypeInferenceProto) ProtoReflect

func (*SqlOperandTypeInferenceProto) Reset

func (x *SqlOperandTypeInferenceProto) Reset()

func (*SqlOperandTypeInferenceProto) String

type SqlOperandTypeInferenceProto_ExplicitOperandTypeInferenceProto

type SqlOperandTypeInferenceProto_ExplicitOperandTypeInferenceProto struct {
	ExplicitOperandTypeInferenceProto *ExplicitOperandTypeInferenceProto `protobuf:"bytes,1,opt,name=explicitOperandTypeInferenceProto,proto3,oneof"`
}

type SqlOperatorProto

type SqlOperatorProto struct {

	// Types that are assignable to SqlOperatorProto:
	//
	//	*SqlOperatorProto_SqlPrefixOperatorProto
	//	*SqlOperatorProto_SqlDescriptorOperatorProto
	//	*SqlOperatorProto_SqlPostfixOperatorProto
	//	*SqlOperatorProto_SqlFunctionProto
	//	*SqlOperatorProto_SqlCaseOperatorProto
	//	*SqlOperatorProto_SqlBinaryOperatorProto
	//	*SqlOperatorProto_SqlSelectOperatorProto
	//	*SqlOperatorProto_SqlSpecialOperatorProto
	//	*SqlOperatorProto_SqlNewOperatorProto
	//	*SqlOperatorProto_SqlProcedureCallOperatorProto
	//	*SqlOperatorProto_SqlJsonValueExpressionOperatorProto
	//	*SqlOperatorProto_SqlUnresolvedFunctionProto
	//	*SqlOperatorProto_SqlJdbcFunctionCallProto
	//	*SqlOperatorProto_SqlUserDefinedTableMacroProto
	//	*SqlOperatorProto_SqlUserDefinedFunctionProto
	//	*SqlOperatorProto_SqlExtractFunctionProto
	//	*SqlOperatorProto_SqlTranslate3FunctionProto
	//	*SqlOperatorProto_SqlTrimFunctionProto
	//	*SqlOperatorProto_SqlSubstringFunctionProto
	//	*SqlOperatorProto_SqlJsonDepthFunctionProto
	//	*SqlOperatorProto_SqlAbstractTimeFunctionProto
	//	*SqlOperatorProto_SqlRandFunctionProto
	//	*SqlOperatorProto_SqlCoalesceFunctionProto
	//	*SqlOperatorProto_SqlJsonTypeFunctionProto
	//	*SqlOperatorProto_SqlJsonValueFunctionProto
	//	*SqlOperatorProto_SqlDatePartFunctionProto
	//	*SqlOperatorProto_SqlJsonObjectFunctionProto
	//	*SqlOperatorProto_SqlNullifFunctionProto
	//	*SqlOperatorProto_SqlTimestampAddFunctionProto
	//	*SqlOperatorProto_SqlJsonPrettyFunctionProto
	//	*SqlOperatorProto_SqlBaseContextVariableProto
	//	*SqlOperatorProto_SqlConvertFunctionProto
	//	*SqlOperatorProto_SqlGroupedWindowFunctionProto
	//	*SqlOperatorProto_SqlTypeConstructorFunctionProto
	//	*SqlOperatorProto_SqlTimestampDiffFunctionProto
	//	*SqlOperatorProto_SqlJsonKeysFunctionProto
	//	*SqlOperatorProto_SqlJsonLengthFunctionProto
	//	*SqlOperatorProto_SqlCastFunctionProto
	//	*SqlOperatorProto_SqlPositionFunctionProto
	//	*SqlOperatorProto_SqlJsonRemoveFunctionProto
	//	*SqlOperatorProto_SqlMatchFunctionProto
	//	*SqlOperatorProto_SqlOverlayFunctionProto
	//	*SqlOperatorProto_SqlJsonArrayFunctionProto
	//	*SqlOperatorProto_SqlRandIntegerFunctionProto
	//	*SqlOperatorProto_SqlCurrentDateFunctionProto
	//	*SqlOperatorProto_SqlAggFunctionProto
	//	*SqlOperatorProto_SqlWindowTableFunctionProto
	//	*SqlOperatorProto_SqlRegexpReplaceFunctionProto
	//	*SqlOperatorProto_SqlMonotonicUnaryFunctionProto
	//	*SqlOperatorProto_SqlJsonStorageSizeFunctionProto
	//	*SqlOperatorProto_SqlJsonQueryFunctionProto
	//	*SqlOperatorProto_SqlJsonExistsFunctionProto
	//	*SqlOperatorProto_SqlSetOperatorProto
	//	*SqlOperatorProto_SqlOverlapsOperatorProto
	//	*SqlOperatorProto_SqlCastOperatorProto
	//	*SqlOperatorProto_SqlMonotonicBinaryOperatorProto
	//	*SqlOperatorProto_SqlMultisetMemberOfOperatorProto
	//	*SqlOperatorProto_SqlMultisetSetOperatorProto
	//	*SqlOperatorProto_SqlWithinGroupOperatorProto
	//	*SqlOperatorProto_SqlFilterOperatorProto
	//	*SqlOperatorProto_SqlOverOperatorProto
	//	*SqlOperatorProto_SqlInOperatorProto
	//	*SqlOperatorProto_SqlPosixRegexOperatorProto
	//	*SqlOperatorProto_SqlWithinDistinctOperatorProto
	//	*SqlOperatorProto_SqlLateralOperatorProto
	//	*SqlOperatorProto_SqlMultisetValueConstructorProto
	//	*SqlOperatorProto_SqlDefaultOperatorProto
	//	*SqlOperatorProto_SqlLiteralChainOperatorProto
	//	*SqlOperatorProto_SqlDatetimePlusOperatorProto
	//	*SqlOperatorProto_SqlSequenceValueOperatorProto
	//	*SqlOperatorProto_SqlFunctionalOperatorProto
	//	*SqlOperatorProto_SqlLikeOperatorProto
	//	*SqlOperatorProto_SqlInternalOperatorProto
	//	*SqlOperatorProto_SqlDotOperatorProto
	//	*SqlOperatorProto_SqlThrowOperatorProto
	//	*SqlOperatorProto_SqlItemOperatorProto
	//	*SqlOperatorProto_SqlInfixOperatorProto
	//	*SqlOperatorProto_SqlAsOperatorProto
	//	*SqlOperatorProto_SqlValuesOperatorProto
	//	*SqlOperatorProto_SqlColumnListConstructorProto
	//	*SqlOperatorProto_SqlMultisetQueryConstructorProto
	//	*SqlOperatorProto_SqlCursorConstructorProto
	//	*SqlOperatorProto_SqlRowOperatorProto
	//	*SqlOperatorProto_SqlDatetimeSubtractionOperatorProto
	//	*SqlOperatorProto_SqlNullTreatmentOperatorProto
	//	*SqlOperatorProto_SqlUserDefinedTableFunctionProto
	//	*SqlOperatorProto_SqlStringContextVariableProto
	//	*SqlOperatorProto_SqlUserDefinedAggFunctionProto
	//	*SqlOperatorProto_SqlCovarAggFunctionProto
	//	*SqlOperatorProto_SqlJsonArrayAggAggFunctionProto
	//	*SqlOperatorProto_SqlSumAggFunctionProto
	//	*SqlOperatorProto_SqlMinMaxAggFunctionProto
	//	*SqlOperatorProto_SqlCountAggFunctionProto
	//	*SqlOperatorProto_SqlAnyValueAggFunctionProto
	//	*SqlOperatorProto_SqlAvgAggFunctionProto
	//	*SqlOperatorProto_SqlNthValueAggFunctionProto
	//	*SqlOperatorProto_SqlBasicAggFunctionProto
	//	*SqlOperatorProto_SqlSingleValueAggFunctionProto
	//	*SqlOperatorProto_SqlSumEmptyIsZeroAggFunctionProto
	//	*SqlOperatorProto_SqlListaggAggFunctionProto
	//	*SqlOperatorProto_SqlNtileAggFunctionProto
	//	*SqlOperatorProto_SqlJsonObjectAggAggFunctionProto
	//	*SqlOperatorProto_SqlFirstLastValueAggFunctionProto
	//	*SqlOperatorProto_SqlAbstractGroupFunctionProto
	//	*SqlOperatorProto_SqlHistogramAggFunctionProto
	//	*SqlOperatorProto_SqlRankFunctionProto
	//	*SqlOperatorProto_SqlLeadLagAggFunctionProto
	//	*SqlOperatorProto_SqlBitOpAggFunctionProto
	//	*SqlOperatorProto_SqlTumbleTableFunctionProto
	//	*SqlOperatorProto_SqlSessionTableFunctionProto
	//	*SqlOperatorProto_SqlHopTableFunctionProto
	//	*SqlOperatorProto_SqlFloorFunctionProto
	//	*SqlOperatorProto_SqlQuantifyOperatorProto
	//	*SqlOperatorProto_SqlArrayValueConstructorProto
	//	*SqlOperatorProto_SqlMapValueConstructorProto
	//	*SqlOperatorProto_SqlCollectionTableOperatorProto
	//	*SqlOperatorProto_SqlUnnestOperatorProto
	//	*SqlOperatorProto_SqlExtendOperatorProto
	//	*SqlOperatorProto_SqlRollupOperatorProto
	//	*SqlOperatorProto_SqlIntervalOperatorProto
	//	*SqlOperatorProto_SqlSearchOperatorProto
	//	*SqlOperatorProto_SqlBetweenOperatorProto
	//	*SqlOperatorProto_SqlArgumentAssignmentOperatorProto
	//	*SqlOperatorProto_SqlArrayQueryConstructorProto
	//	*SqlOperatorProto_SqlMapQueryConstructorProto
	//	*SqlOperatorProto_SqlRegrCountAggFunctionProto
	//	*SqlOperatorProto_SqlGroupIdFunctionProto
	//	*SqlOperatorProto_SqlGroupingIdFunctionProto
	//	*SqlOperatorProto_SqlGroupingFunctionProto
	SqlOperatorProto     isSqlOperatorProto_SqlOperatorProto `protobuf_oneof:"sqlOperatorProto"`
	Name                 string                              `protobuf:"bytes,130,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                        `protobuf:"varint,131,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                               `protobuf:"zigzag32,132,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                               `protobuf:"zigzag32,133,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto        `protobuf:"bytes,134,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto       `protobuf:"bytes,135,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto         `protobuf:"bytes,136,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                              `protobuf:"bytes,137,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlOperator

func (*SqlOperatorProto) Descriptor deprecated

func (*SqlOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlOperatorProto) GetAllowedSignatures

func (x *SqlOperatorProto) GetAllowedSignatures() string

func (*SqlOperatorProto) GetKind

func (x *SqlOperatorProto) GetKind() SqlKindProto

func (*SqlOperatorProto) GetLeftPrec

func (x *SqlOperatorProto) GetLeftPrec() int32

func (*SqlOperatorProto) GetName

func (x *SqlOperatorProto) GetName() string

func (*SqlOperatorProto) GetOperandTypeChecker

func (x *SqlOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlOperatorProto) GetOperandTypeInference

func (x *SqlOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlOperatorProto) GetReturnTypeInference

func (x *SqlOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlOperatorProto) GetRightPrec

func (x *SqlOperatorProto) GetRightPrec() int32

func (*SqlOperatorProto) GetSqlAbstractGroupFunctionProto

func (x *SqlOperatorProto) GetSqlAbstractGroupFunctionProto() *SqlAbstractGroupFunctionProto

func (*SqlOperatorProto) GetSqlAbstractTimeFunctionProto

func (x *SqlOperatorProto) GetSqlAbstractTimeFunctionProto() *SqlAbstractTimeFunctionProto

func (*SqlOperatorProto) GetSqlAggFunctionProto

func (x *SqlOperatorProto) GetSqlAggFunctionProto() *SqlAggFunctionProto

func (*SqlOperatorProto) GetSqlAnyValueAggFunctionProto

func (x *SqlOperatorProto) GetSqlAnyValueAggFunctionProto() *SqlAnyValueAggFunctionProto

func (*SqlOperatorProto) GetSqlArgumentAssignmentOperatorProto

func (x *SqlOperatorProto) GetSqlArgumentAssignmentOperatorProto() *SqlArgumentAssignmentOperatorProto

func (*SqlOperatorProto) GetSqlArrayQueryConstructorProto

func (x *SqlOperatorProto) GetSqlArrayQueryConstructorProto() *SqlArrayQueryConstructorProto

func (*SqlOperatorProto) GetSqlArrayValueConstructorProto

func (x *SqlOperatorProto) GetSqlArrayValueConstructorProto() *SqlArrayValueConstructorProto

func (*SqlOperatorProto) GetSqlAsOperatorProto

func (x *SqlOperatorProto) GetSqlAsOperatorProto() *SqlAsOperatorProto

func (*SqlOperatorProto) GetSqlAvgAggFunctionProto

func (x *SqlOperatorProto) GetSqlAvgAggFunctionProto() *SqlAvgAggFunctionProto

func (*SqlOperatorProto) GetSqlBaseContextVariableProto

func (x *SqlOperatorProto) GetSqlBaseContextVariableProto() *SqlBaseContextVariableProto

func (*SqlOperatorProto) GetSqlBasicAggFunctionProto

func (x *SqlOperatorProto) GetSqlBasicAggFunctionProto() *SqlBasicAggFunctionProto

func (*SqlOperatorProto) GetSqlBetweenOperatorProto

func (x *SqlOperatorProto) GetSqlBetweenOperatorProto() *SqlBetweenOperatorProto

func (*SqlOperatorProto) GetSqlBinaryOperatorProto

func (x *SqlOperatorProto) GetSqlBinaryOperatorProto() *SqlBinaryOperatorProto

func (*SqlOperatorProto) GetSqlBitOpAggFunctionProto

func (x *SqlOperatorProto) GetSqlBitOpAggFunctionProto() *SqlBitOpAggFunctionProto

func (*SqlOperatorProto) GetSqlCaseOperatorProto

func (x *SqlOperatorProto) GetSqlCaseOperatorProto() *SqlCaseOperatorProto

func (*SqlOperatorProto) GetSqlCastFunctionProto

func (x *SqlOperatorProto) GetSqlCastFunctionProto() *SqlCastFunctionProto

func (*SqlOperatorProto) GetSqlCastOperatorProto

func (x *SqlOperatorProto) GetSqlCastOperatorProto() *SqlCastOperatorProto

func (*SqlOperatorProto) GetSqlCoalesceFunctionProto

func (x *SqlOperatorProto) GetSqlCoalesceFunctionProto() *SqlCoalesceFunctionProto

func (*SqlOperatorProto) GetSqlCollectionTableOperatorProto

func (x *SqlOperatorProto) GetSqlCollectionTableOperatorProto() *SqlCollectionTableOperatorProto

func (*SqlOperatorProto) GetSqlColumnListConstructorProto

func (x *SqlOperatorProto) GetSqlColumnListConstructorProto() *SqlColumnListConstructorProto

func (*SqlOperatorProto) GetSqlConvertFunctionProto

func (x *SqlOperatorProto) GetSqlConvertFunctionProto() *SqlConvertFunctionProto

func (*SqlOperatorProto) GetSqlCountAggFunctionProto

func (x *SqlOperatorProto) GetSqlCountAggFunctionProto() *SqlCountAggFunctionProto

func (*SqlOperatorProto) GetSqlCovarAggFunctionProto

func (x *SqlOperatorProto) GetSqlCovarAggFunctionProto() *SqlCovarAggFunctionProto

func (*SqlOperatorProto) GetSqlCurrentDateFunctionProto

func (x *SqlOperatorProto) GetSqlCurrentDateFunctionProto() *SqlCurrentDateFunctionProto

func (*SqlOperatorProto) GetSqlCursorConstructorProto

func (x *SqlOperatorProto) GetSqlCursorConstructorProto() *SqlCursorConstructorProto

func (*SqlOperatorProto) GetSqlDatePartFunctionProto

func (x *SqlOperatorProto) GetSqlDatePartFunctionProto() *SqlDatePartFunctionProto

func (*SqlOperatorProto) GetSqlDatetimePlusOperatorProto

func (x *SqlOperatorProto) GetSqlDatetimePlusOperatorProto() *SqlDatetimePlusOperatorProto

func (*SqlOperatorProto) GetSqlDatetimeSubtractionOperatorProto

func (x *SqlOperatorProto) GetSqlDatetimeSubtractionOperatorProto() *SqlDatetimeSubtractionOperatorProto

func (*SqlOperatorProto) GetSqlDefaultOperatorProto

func (x *SqlOperatorProto) GetSqlDefaultOperatorProto() *SqlDefaultOperatorProto

func (*SqlOperatorProto) GetSqlDescriptorOperatorProto

func (x *SqlOperatorProto) GetSqlDescriptorOperatorProto() *SqlDescriptorOperatorProto

func (*SqlOperatorProto) GetSqlDotOperatorProto

func (x *SqlOperatorProto) GetSqlDotOperatorProto() *SqlDotOperatorProto

func (*SqlOperatorProto) GetSqlExtendOperatorProto

func (x *SqlOperatorProto) GetSqlExtendOperatorProto() *SqlExtendOperatorProto

func (*SqlOperatorProto) GetSqlExtractFunctionProto

func (x *SqlOperatorProto) GetSqlExtractFunctionProto() *SqlExtractFunctionProto

func (*SqlOperatorProto) GetSqlFilterOperatorProto

func (x *SqlOperatorProto) GetSqlFilterOperatorProto() *SqlFilterOperatorProto

func (*SqlOperatorProto) GetSqlFirstLastValueAggFunctionProto

func (x *SqlOperatorProto) GetSqlFirstLastValueAggFunctionProto() *SqlFirstLastValueAggFunctionProto

func (*SqlOperatorProto) GetSqlFloorFunctionProto

func (x *SqlOperatorProto) GetSqlFloorFunctionProto() *SqlFloorFunctionProto

func (*SqlOperatorProto) GetSqlFunctionProto

func (x *SqlOperatorProto) GetSqlFunctionProto() *SqlFunctionProto

func (*SqlOperatorProto) GetSqlFunctionalOperatorProto

func (x *SqlOperatorProto) GetSqlFunctionalOperatorProto() *SqlFunctionalOperatorProto

func (*SqlOperatorProto) GetSqlGroupIdFunctionProto

func (x *SqlOperatorProto) GetSqlGroupIdFunctionProto() *SqlGroupIdFunctionProto

func (*SqlOperatorProto) GetSqlGroupedWindowFunctionProto

func (x *SqlOperatorProto) GetSqlGroupedWindowFunctionProto() *SqlGroupedWindowFunctionProto

func (*SqlOperatorProto) GetSqlGroupingFunctionProto

func (x *SqlOperatorProto) GetSqlGroupingFunctionProto() *SqlGroupingFunctionProto

func (*SqlOperatorProto) GetSqlGroupingIdFunctionProto

func (x *SqlOperatorProto) GetSqlGroupingIdFunctionProto() *SqlGroupingIdFunctionProto

func (*SqlOperatorProto) GetSqlHistogramAggFunctionProto

func (x *SqlOperatorProto) GetSqlHistogramAggFunctionProto() *SqlHistogramAggFunctionProto

func (*SqlOperatorProto) GetSqlHopTableFunctionProto

func (x *SqlOperatorProto) GetSqlHopTableFunctionProto() *SqlHopTableFunctionProto

func (*SqlOperatorProto) GetSqlInOperatorProto

func (x *SqlOperatorProto) GetSqlInOperatorProto() *SqlInOperatorProto

func (*SqlOperatorProto) GetSqlInfixOperatorProto

func (x *SqlOperatorProto) GetSqlInfixOperatorProto() *SqlInfixOperatorProto

func (*SqlOperatorProto) GetSqlInternalOperatorProto

func (x *SqlOperatorProto) GetSqlInternalOperatorProto() *SqlInternalOperatorProto

func (*SqlOperatorProto) GetSqlIntervalOperatorProto

func (x *SqlOperatorProto) GetSqlIntervalOperatorProto() *SqlIntervalOperatorProto

func (*SqlOperatorProto) GetSqlItemOperatorProto

func (x *SqlOperatorProto) GetSqlItemOperatorProto() *SqlItemOperatorProto

func (*SqlOperatorProto) GetSqlJdbcFunctionCallProto

func (x *SqlOperatorProto) GetSqlJdbcFunctionCallProto() *SqlJdbcFunctionCallProto

func (*SqlOperatorProto) GetSqlJsonArrayAggAggFunctionProto

func (x *SqlOperatorProto) GetSqlJsonArrayAggAggFunctionProto() *SqlJsonArrayAggAggFunctionProto

func (*SqlOperatorProto) GetSqlJsonArrayFunctionProto

func (x *SqlOperatorProto) GetSqlJsonArrayFunctionProto() *SqlJsonArrayFunctionProto

func (*SqlOperatorProto) GetSqlJsonDepthFunctionProto

func (x *SqlOperatorProto) GetSqlJsonDepthFunctionProto() *SqlJsonDepthFunctionProto

func (*SqlOperatorProto) GetSqlJsonExistsFunctionProto

func (x *SqlOperatorProto) GetSqlJsonExistsFunctionProto() *SqlJsonExistsFunctionProto

func (*SqlOperatorProto) GetSqlJsonKeysFunctionProto

func (x *SqlOperatorProto) GetSqlJsonKeysFunctionProto() *SqlJsonKeysFunctionProto

func (*SqlOperatorProto) GetSqlJsonLengthFunctionProto

func (x *SqlOperatorProto) GetSqlJsonLengthFunctionProto() *SqlJsonLengthFunctionProto

func (*SqlOperatorProto) GetSqlJsonObjectAggAggFunctionProto

func (x *SqlOperatorProto) GetSqlJsonObjectAggAggFunctionProto() *SqlJsonObjectAggAggFunctionProto

func (*SqlOperatorProto) GetSqlJsonObjectFunctionProto

func (x *SqlOperatorProto) GetSqlJsonObjectFunctionProto() *SqlJsonObjectFunctionProto

func (*SqlOperatorProto) GetSqlJsonPrettyFunctionProto

func (x *SqlOperatorProto) GetSqlJsonPrettyFunctionProto() *SqlJsonPrettyFunctionProto

func (*SqlOperatorProto) GetSqlJsonQueryFunctionProto

func (x *SqlOperatorProto) GetSqlJsonQueryFunctionProto() *SqlJsonQueryFunctionProto

func (*SqlOperatorProto) GetSqlJsonRemoveFunctionProto

func (x *SqlOperatorProto) GetSqlJsonRemoveFunctionProto() *SqlJsonRemoveFunctionProto

func (*SqlOperatorProto) GetSqlJsonStorageSizeFunctionProto

func (x *SqlOperatorProto) GetSqlJsonStorageSizeFunctionProto() *SqlJsonStorageSizeFunctionProto

func (*SqlOperatorProto) GetSqlJsonTypeFunctionProto

func (x *SqlOperatorProto) GetSqlJsonTypeFunctionProto() *SqlJsonTypeFunctionProto

func (*SqlOperatorProto) GetSqlJsonValueExpressionOperatorProto

func (x *SqlOperatorProto) GetSqlJsonValueExpressionOperatorProto() *SqlJsonValueExpressionOperatorProto

func (*SqlOperatorProto) GetSqlJsonValueFunctionProto

func (x *SqlOperatorProto) GetSqlJsonValueFunctionProto() *SqlJsonValueFunctionProto

func (*SqlOperatorProto) GetSqlLateralOperatorProto

func (x *SqlOperatorProto) GetSqlLateralOperatorProto() *SqlLateralOperatorProto

func (*SqlOperatorProto) GetSqlLeadLagAggFunctionProto

func (x *SqlOperatorProto) GetSqlLeadLagAggFunctionProto() *SqlLeadLagAggFunctionProto

func (*SqlOperatorProto) GetSqlLikeOperatorProto

func (x *SqlOperatorProto) GetSqlLikeOperatorProto() *SqlLikeOperatorProto

func (*SqlOperatorProto) GetSqlListaggAggFunctionProto

func (x *SqlOperatorProto) GetSqlListaggAggFunctionProto() *SqlListaggAggFunctionProto

func (*SqlOperatorProto) GetSqlLiteralChainOperatorProto

func (x *SqlOperatorProto) GetSqlLiteralChainOperatorProto() *SqlLiteralChainOperatorProto

func (*SqlOperatorProto) GetSqlMapQueryConstructorProto

func (x *SqlOperatorProto) GetSqlMapQueryConstructorProto() *SqlMapQueryConstructorProto

func (*SqlOperatorProto) GetSqlMapValueConstructorProto

func (x *SqlOperatorProto) GetSqlMapValueConstructorProto() *SqlMapValueConstructorProto

func (*SqlOperatorProto) GetSqlMatchFunctionProto

func (x *SqlOperatorProto) GetSqlMatchFunctionProto() *SqlMatchFunctionProto

func (*SqlOperatorProto) GetSqlMinMaxAggFunctionProto

func (x *SqlOperatorProto) GetSqlMinMaxAggFunctionProto() *SqlMinMaxAggFunctionProto

func (*SqlOperatorProto) GetSqlMonotonicBinaryOperatorProto

func (x *SqlOperatorProto) GetSqlMonotonicBinaryOperatorProto() *SqlMonotonicBinaryOperatorProto

func (*SqlOperatorProto) GetSqlMonotonicUnaryFunctionProto

func (x *SqlOperatorProto) GetSqlMonotonicUnaryFunctionProto() *SqlMonotonicUnaryFunctionProto

func (*SqlOperatorProto) GetSqlMultisetMemberOfOperatorProto

func (x *SqlOperatorProto) GetSqlMultisetMemberOfOperatorProto() *SqlMultisetMemberOfOperatorProto

func (*SqlOperatorProto) GetSqlMultisetQueryConstructorProto

func (x *SqlOperatorProto) GetSqlMultisetQueryConstructorProto() *SqlMultisetQueryConstructorProto

func (*SqlOperatorProto) GetSqlMultisetSetOperatorProto

func (x *SqlOperatorProto) GetSqlMultisetSetOperatorProto() *SqlMultisetSetOperatorProto

func (*SqlOperatorProto) GetSqlMultisetValueConstructorProto

func (x *SqlOperatorProto) GetSqlMultisetValueConstructorProto() *SqlMultisetValueConstructorProto

func (*SqlOperatorProto) GetSqlNewOperatorProto

func (x *SqlOperatorProto) GetSqlNewOperatorProto() *SqlNewOperatorProto

func (*SqlOperatorProto) GetSqlNthValueAggFunctionProto

func (x *SqlOperatorProto) GetSqlNthValueAggFunctionProto() *SqlNthValueAggFunctionProto

func (*SqlOperatorProto) GetSqlNtileAggFunctionProto

func (x *SqlOperatorProto) GetSqlNtileAggFunctionProto() *SqlNtileAggFunctionProto

func (*SqlOperatorProto) GetSqlNullTreatmentOperatorProto

func (x *SqlOperatorProto) GetSqlNullTreatmentOperatorProto() *SqlNullTreatmentOperatorProto

func (*SqlOperatorProto) GetSqlNullifFunctionProto

func (x *SqlOperatorProto) GetSqlNullifFunctionProto() *SqlNullifFunctionProto

func (*SqlOperatorProto) GetSqlOperatorProto

func (m *SqlOperatorProto) GetSqlOperatorProto() isSqlOperatorProto_SqlOperatorProto

func (*SqlOperatorProto) GetSqlOverOperatorProto

func (x *SqlOperatorProto) GetSqlOverOperatorProto() *SqlOverOperatorProto

func (*SqlOperatorProto) GetSqlOverlapsOperatorProto

func (x *SqlOperatorProto) GetSqlOverlapsOperatorProto() *SqlOverlapsOperatorProto

func (*SqlOperatorProto) GetSqlOverlayFunctionProto

func (x *SqlOperatorProto) GetSqlOverlayFunctionProto() *SqlOverlayFunctionProto

func (*SqlOperatorProto) GetSqlPositionFunctionProto

func (x *SqlOperatorProto) GetSqlPositionFunctionProto() *SqlPositionFunctionProto

func (*SqlOperatorProto) GetSqlPosixRegexOperatorProto

func (x *SqlOperatorProto) GetSqlPosixRegexOperatorProto() *SqlPosixRegexOperatorProto

func (*SqlOperatorProto) GetSqlPostfixOperatorProto

func (x *SqlOperatorProto) GetSqlPostfixOperatorProto() *SqlPostfixOperatorProto

func (*SqlOperatorProto) GetSqlPrefixOperatorProto

func (x *SqlOperatorProto) GetSqlPrefixOperatorProto() *SqlPrefixOperatorProto

func (*SqlOperatorProto) GetSqlProcedureCallOperatorProto

func (x *SqlOperatorProto) GetSqlProcedureCallOperatorProto() *SqlProcedureCallOperatorProto

func (*SqlOperatorProto) GetSqlQuantifyOperatorProto

func (x *SqlOperatorProto) GetSqlQuantifyOperatorProto() *SqlQuantifyOperatorProto

func (*SqlOperatorProto) GetSqlRandFunctionProto

func (x *SqlOperatorProto) GetSqlRandFunctionProto() *SqlRandFunctionProto

func (*SqlOperatorProto) GetSqlRandIntegerFunctionProto

func (x *SqlOperatorProto) GetSqlRandIntegerFunctionProto() *SqlRandIntegerFunctionProto

func (*SqlOperatorProto) GetSqlRankFunctionProto

func (x *SqlOperatorProto) GetSqlRankFunctionProto() *SqlRankFunctionProto

func (*SqlOperatorProto) GetSqlRegexpReplaceFunctionProto

func (x *SqlOperatorProto) GetSqlRegexpReplaceFunctionProto() *SqlRegexpReplaceFunctionProto

func (*SqlOperatorProto) GetSqlRegrCountAggFunctionProto

func (x *SqlOperatorProto) GetSqlRegrCountAggFunctionProto() *SqlRegrCountAggFunctionProto

func (*SqlOperatorProto) GetSqlRollupOperatorProto

func (x *SqlOperatorProto) GetSqlRollupOperatorProto() *SqlRollupOperatorProto

func (*SqlOperatorProto) GetSqlRowOperatorProto

func (x *SqlOperatorProto) GetSqlRowOperatorProto() *SqlRowOperatorProto

func (*SqlOperatorProto) GetSqlSearchOperatorProto

func (x *SqlOperatorProto) GetSqlSearchOperatorProto() *SqlSearchOperatorProto

func (*SqlOperatorProto) GetSqlSelectOperatorProto

func (x *SqlOperatorProto) GetSqlSelectOperatorProto() *SqlSelectOperatorProto

func (*SqlOperatorProto) GetSqlSequenceValueOperatorProto

func (x *SqlOperatorProto) GetSqlSequenceValueOperatorProto() *SqlSequenceValueOperatorProto

func (*SqlOperatorProto) GetSqlSessionTableFunctionProto

func (x *SqlOperatorProto) GetSqlSessionTableFunctionProto() *SqlSessionTableFunctionProto

func (*SqlOperatorProto) GetSqlSetOperatorProto

func (x *SqlOperatorProto) GetSqlSetOperatorProto() *SqlSetOperatorProto

func (*SqlOperatorProto) GetSqlSingleValueAggFunctionProto

func (x *SqlOperatorProto) GetSqlSingleValueAggFunctionProto() *SqlSingleValueAggFunctionProto

func (*SqlOperatorProto) GetSqlSpecialOperatorProto

func (x *SqlOperatorProto) GetSqlSpecialOperatorProto() *SqlSpecialOperatorProto

func (*SqlOperatorProto) GetSqlStringContextVariableProto

func (x *SqlOperatorProto) GetSqlStringContextVariableProto() *SqlStringContextVariableProto

func (*SqlOperatorProto) GetSqlSubstringFunctionProto

func (x *SqlOperatorProto) GetSqlSubstringFunctionProto() *SqlSubstringFunctionProto

func (*SqlOperatorProto) GetSqlSumAggFunctionProto

func (x *SqlOperatorProto) GetSqlSumAggFunctionProto() *SqlSumAggFunctionProto

func (*SqlOperatorProto) GetSqlSumEmptyIsZeroAggFunctionProto

func (x *SqlOperatorProto) GetSqlSumEmptyIsZeroAggFunctionProto() *SqlSumEmptyIsZeroAggFunctionProto

func (*SqlOperatorProto) GetSqlThrowOperatorProto

func (x *SqlOperatorProto) GetSqlThrowOperatorProto() *SqlThrowOperatorProto

func (*SqlOperatorProto) GetSqlTimestampAddFunctionProto

func (x *SqlOperatorProto) GetSqlTimestampAddFunctionProto() *SqlTimestampAddFunctionProto

func (*SqlOperatorProto) GetSqlTimestampDiffFunctionProto

func (x *SqlOperatorProto) GetSqlTimestampDiffFunctionProto() *SqlTimestampDiffFunctionProto

func (*SqlOperatorProto) GetSqlTranslate3FunctionProto

func (x *SqlOperatorProto) GetSqlTranslate3FunctionProto() *SqlTranslate3FunctionProto

func (*SqlOperatorProto) GetSqlTrimFunctionProto

func (x *SqlOperatorProto) GetSqlTrimFunctionProto() *SqlTrimFunctionProto

func (*SqlOperatorProto) GetSqlTumbleTableFunctionProto

func (x *SqlOperatorProto) GetSqlTumbleTableFunctionProto() *SqlTumbleTableFunctionProto

func (*SqlOperatorProto) GetSqlTypeConstructorFunctionProto

func (x *SqlOperatorProto) GetSqlTypeConstructorFunctionProto() *SqlTypeConstructorFunctionProto

func (*SqlOperatorProto) GetSqlUnnestOperatorProto

func (x *SqlOperatorProto) GetSqlUnnestOperatorProto() *SqlUnnestOperatorProto

func (*SqlOperatorProto) GetSqlUnresolvedFunctionProto

func (x *SqlOperatorProto) GetSqlUnresolvedFunctionProto() *SqlUnresolvedFunctionProto

func (*SqlOperatorProto) GetSqlUserDefinedAggFunctionProto

func (x *SqlOperatorProto) GetSqlUserDefinedAggFunctionProto() *SqlUserDefinedAggFunctionProto

func (*SqlOperatorProto) GetSqlUserDefinedFunctionProto

func (x *SqlOperatorProto) GetSqlUserDefinedFunctionProto() *SqlUserDefinedFunctionProto

func (*SqlOperatorProto) GetSqlUserDefinedTableFunctionProto

func (x *SqlOperatorProto) GetSqlUserDefinedTableFunctionProto() *SqlUserDefinedTableFunctionProto

func (*SqlOperatorProto) GetSqlUserDefinedTableMacroProto

func (x *SqlOperatorProto) GetSqlUserDefinedTableMacroProto() *SqlUserDefinedTableMacroProto

func (*SqlOperatorProto) GetSqlValuesOperatorProto

func (x *SqlOperatorProto) GetSqlValuesOperatorProto() *SqlValuesOperatorProto

func (*SqlOperatorProto) GetSqlWindowTableFunctionProto

func (x *SqlOperatorProto) GetSqlWindowTableFunctionProto() *SqlWindowTableFunctionProto

func (*SqlOperatorProto) GetSqlWithinDistinctOperatorProto

func (x *SqlOperatorProto) GetSqlWithinDistinctOperatorProto() *SqlWithinDistinctOperatorProto

func (*SqlOperatorProto) GetSqlWithinGroupOperatorProto

func (x *SqlOperatorProto) GetSqlWithinGroupOperatorProto() *SqlWithinGroupOperatorProto

func (*SqlOperatorProto) ProtoMessage

func (*SqlOperatorProto) ProtoMessage()

func (*SqlOperatorProto) ProtoReflect

func (x *SqlOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlOperatorProto) Reset

func (x *SqlOperatorProto) Reset()

func (*SqlOperatorProto) String

func (x *SqlOperatorProto) String() string

type SqlOperatorProto_SqlAbstractGroupFunctionProto

type SqlOperatorProto_SqlAbstractGroupFunctionProto struct {
	SqlAbstractGroupFunctionProto *SqlAbstractGroupFunctionProto `protobuf:"bytes,104,opt,name=sqlAbstractGroupFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlAbstractTimeFunctionProto

type SqlOperatorProto_SqlAbstractTimeFunctionProto struct {
	SqlAbstractTimeFunctionProto *SqlAbstractTimeFunctionProto `protobuf:"bytes,21,opt,name=sqlAbstractTimeFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlAggFunctionProto

type SqlOperatorProto_SqlAggFunctionProto struct {
	SqlAggFunctionProto *SqlAggFunctionProto `protobuf:"bytes,46,opt,name=sqlAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlAnyValueAggFunctionProto

type SqlOperatorProto_SqlAnyValueAggFunctionProto struct {
	SqlAnyValueAggFunctionProto *SqlAnyValueAggFunctionProto `protobuf:"bytes,94,opt,name=sqlAnyValueAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlArgumentAssignmentOperatorProto

type SqlOperatorProto_SqlArgumentAssignmentOperatorProto struct {
	SqlArgumentAssignmentOperatorProto *SqlArgumentAssignmentOperatorProto `protobuf:"bytes,123,opt,name=sqlArgumentAssignmentOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlArrayQueryConstructorProto

type SqlOperatorProto_SqlArrayQueryConstructorProto struct {
	SqlArrayQueryConstructorProto *SqlArrayQueryConstructorProto `protobuf:"bytes,124,opt,name=sqlArrayQueryConstructorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlArrayValueConstructorProto

type SqlOperatorProto_SqlArrayValueConstructorProto struct {
	SqlArrayValueConstructorProto *SqlArrayValueConstructorProto `protobuf:"bytes,114,opt,name=sqlArrayValueConstructorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlAsOperatorProto

type SqlOperatorProto_SqlAsOperatorProto struct {
	SqlAsOperatorProto *SqlAsOperatorProto `protobuf:"bytes,78,opt,name=sqlAsOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlAvgAggFunctionProto

type SqlOperatorProto_SqlAvgAggFunctionProto struct {
	SqlAvgAggFunctionProto *SqlAvgAggFunctionProto `protobuf:"bytes,95,opt,name=sqlAvgAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlBaseContextVariableProto

type SqlOperatorProto_SqlBaseContextVariableProto struct {
	SqlBaseContextVariableProto *SqlBaseContextVariableProto `protobuf:"bytes,31,opt,name=sqlBaseContextVariableProto,proto3,oneof"`
}

type SqlOperatorProto_SqlBasicAggFunctionProto

type SqlOperatorProto_SqlBasicAggFunctionProto struct {
	SqlBasicAggFunctionProto *SqlBasicAggFunctionProto `protobuf:"bytes,97,opt,name=sqlBasicAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlBetweenOperatorProto

type SqlOperatorProto_SqlBetweenOperatorProto struct {
	SqlBetweenOperatorProto *SqlBetweenOperatorProto `protobuf:"bytes,122,opt,name=sqlBetweenOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlBinaryOperatorProto

type SqlOperatorProto_SqlBinaryOperatorProto struct {
	SqlBinaryOperatorProto *SqlBinaryOperatorProto `protobuf:"bytes,6,opt,name=sqlBinaryOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlBitOpAggFunctionProto

type SqlOperatorProto_SqlBitOpAggFunctionProto struct {
	SqlBitOpAggFunctionProto *SqlBitOpAggFunctionProto `protobuf:"bytes,108,opt,name=sqlBitOpAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlCaseOperatorProto

type SqlOperatorProto_SqlCaseOperatorProto struct {
	SqlCaseOperatorProto *SqlCaseOperatorProto `protobuf:"bytes,5,opt,name=sqlCaseOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlCastFunctionProto

type SqlOperatorProto_SqlCastFunctionProto struct {
	SqlCastFunctionProto *SqlCastFunctionProto `protobuf:"bytes,38,opt,name=sqlCastFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlCastOperatorProto

type SqlOperatorProto_SqlCastOperatorProto struct {
	SqlCastOperatorProto *SqlCastOperatorProto `protobuf:"bytes,55,opt,name=sqlCastOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlCoalesceFunctionProto

type SqlOperatorProto_SqlCoalesceFunctionProto struct {
	SqlCoalesceFunctionProto *SqlCoalesceFunctionProto `protobuf:"bytes,23,opt,name=sqlCoalesceFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlCollectionTableOperatorProto

type SqlOperatorProto_SqlCollectionTableOperatorProto struct {
	SqlCollectionTableOperatorProto *SqlCollectionTableOperatorProto `protobuf:"bytes,116,opt,name=sqlCollectionTableOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlColumnListConstructorProto

type SqlOperatorProto_SqlColumnListConstructorProto struct {
	SqlColumnListConstructorProto *SqlColumnListConstructorProto `protobuf:"bytes,80,opt,name=sqlColumnListConstructorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlConvertFunctionProto

type SqlOperatorProto_SqlConvertFunctionProto struct {
	SqlConvertFunctionProto *SqlConvertFunctionProto `protobuf:"bytes,32,opt,name=sqlConvertFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlCountAggFunctionProto

type SqlOperatorProto_SqlCountAggFunctionProto struct {
	SqlCountAggFunctionProto *SqlCountAggFunctionProto `protobuf:"bytes,93,opt,name=sqlCountAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlCovarAggFunctionProto

type SqlOperatorProto_SqlCovarAggFunctionProto struct {
	SqlCovarAggFunctionProto *SqlCovarAggFunctionProto `protobuf:"bytes,89,opt,name=sqlCovarAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlCurrentDateFunctionProto

type SqlOperatorProto_SqlCurrentDateFunctionProto struct {
	SqlCurrentDateFunctionProto *SqlCurrentDateFunctionProto `protobuf:"bytes,45,opt,name=sqlCurrentDateFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlCursorConstructorProto

type SqlOperatorProto_SqlCursorConstructorProto struct {
	SqlCursorConstructorProto *SqlCursorConstructorProto `protobuf:"bytes,82,opt,name=sqlCursorConstructorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlDatePartFunctionProto

type SqlOperatorProto_SqlDatePartFunctionProto struct {
	SqlDatePartFunctionProto *SqlDatePartFunctionProto `protobuf:"bytes,26,opt,name=sqlDatePartFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlDatetimePlusOperatorProto

type SqlOperatorProto_SqlDatetimePlusOperatorProto struct {
	SqlDatetimePlusOperatorProto *SqlDatetimePlusOperatorProto `protobuf:"bytes,69,opt,name=sqlDatetimePlusOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlDatetimeSubtractionOperatorProto

type SqlOperatorProto_SqlDatetimeSubtractionOperatorProto struct {
	SqlDatetimeSubtractionOperatorProto *SqlDatetimeSubtractionOperatorProto `protobuf:"bytes,84,opt,name=sqlDatetimeSubtractionOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlDefaultOperatorProto

type SqlOperatorProto_SqlDefaultOperatorProto struct {
	SqlDefaultOperatorProto *SqlDefaultOperatorProto `protobuf:"bytes,67,opt,name=sqlDefaultOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlDescriptorOperatorProto

type SqlOperatorProto_SqlDescriptorOperatorProto struct {
	SqlDescriptorOperatorProto *SqlDescriptorOperatorProto `protobuf:"bytes,2,opt,name=sqlDescriptorOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlDotOperatorProto

type SqlOperatorProto_SqlDotOperatorProto struct {
	SqlDotOperatorProto *SqlDotOperatorProto `protobuf:"bytes,74,opt,name=sqlDotOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlExtendOperatorProto

type SqlOperatorProto_SqlExtendOperatorProto struct {
	SqlExtendOperatorProto *SqlExtendOperatorProto `protobuf:"bytes,118,opt,name=sqlExtendOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlExtractFunctionProto

type SqlOperatorProto_SqlExtractFunctionProto struct {
	SqlExtractFunctionProto *SqlExtractFunctionProto `protobuf:"bytes,16,opt,name=sqlExtractFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlFilterOperatorProto

type SqlOperatorProto_SqlFilterOperatorProto struct {
	SqlFilterOperatorProto *SqlFilterOperatorProto `protobuf:"bytes,60,opt,name=sqlFilterOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlFirstLastValueAggFunctionProto

type SqlOperatorProto_SqlFirstLastValueAggFunctionProto struct {
	SqlFirstLastValueAggFunctionProto *SqlFirstLastValueAggFunctionProto `protobuf:"bytes,103,opt,name=sqlFirstLastValueAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlFloorFunctionProto

type SqlOperatorProto_SqlFloorFunctionProto struct {
	SqlFloorFunctionProto *SqlFloorFunctionProto `protobuf:"bytes,112,opt,name=sqlFloorFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlFunctionProto

type SqlOperatorProto_SqlFunctionProto struct {
	SqlFunctionProto *SqlFunctionProto `protobuf:"bytes,4,opt,name=sqlFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlFunctionalOperatorProto

type SqlOperatorProto_SqlFunctionalOperatorProto struct {
	SqlFunctionalOperatorProto *SqlFunctionalOperatorProto `protobuf:"bytes,71,opt,name=sqlFunctionalOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlGroupIdFunctionProto

type SqlOperatorProto_SqlGroupIdFunctionProto struct {
	SqlGroupIdFunctionProto *SqlGroupIdFunctionProto `protobuf:"bytes,127,opt,name=sqlGroupIdFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlGroupedWindowFunctionProto

type SqlOperatorProto_SqlGroupedWindowFunctionProto struct {
	SqlGroupedWindowFunctionProto *SqlGroupedWindowFunctionProto `protobuf:"bytes,33,opt,name=sqlGroupedWindowFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlGroupingFunctionProto

type SqlOperatorProto_SqlGroupingFunctionProto struct {
	SqlGroupingFunctionProto *SqlGroupingFunctionProto `protobuf:"bytes,129,opt,name=sqlGroupingFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlGroupingIdFunctionProto

type SqlOperatorProto_SqlGroupingIdFunctionProto struct {
	SqlGroupingIdFunctionProto *SqlGroupingIdFunctionProto `protobuf:"bytes,128,opt,name=sqlGroupingIdFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlHistogramAggFunctionProto

type SqlOperatorProto_SqlHistogramAggFunctionProto struct {
	SqlHistogramAggFunctionProto *SqlHistogramAggFunctionProto `protobuf:"bytes,105,opt,name=sqlHistogramAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlHopTableFunctionProto

type SqlOperatorProto_SqlHopTableFunctionProto struct {
	SqlHopTableFunctionProto *SqlHopTableFunctionProto `protobuf:"bytes,111,opt,name=sqlHopTableFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlInOperatorProto

type SqlOperatorProto_SqlInOperatorProto struct {
	SqlInOperatorProto *SqlInOperatorProto `protobuf:"bytes,62,opt,name=sqlInOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlInfixOperatorProto

type SqlOperatorProto_SqlInfixOperatorProto struct {
	SqlInfixOperatorProto *SqlInfixOperatorProto `protobuf:"bytes,77,opt,name=sqlInfixOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlInternalOperatorProto

type SqlOperatorProto_SqlInternalOperatorProto struct {
	SqlInternalOperatorProto *SqlInternalOperatorProto `protobuf:"bytes,73,opt,name=sqlInternalOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlIntervalOperatorProto

type SqlOperatorProto_SqlIntervalOperatorProto struct {
	SqlIntervalOperatorProto *SqlIntervalOperatorProto `protobuf:"bytes,120,opt,name=sqlIntervalOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlItemOperatorProto

type SqlOperatorProto_SqlItemOperatorProto struct {
	SqlItemOperatorProto *SqlItemOperatorProto `protobuf:"bytes,76,opt,name=sqlItemOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlJdbcFunctionCallProto

type SqlOperatorProto_SqlJdbcFunctionCallProto struct {
	SqlJdbcFunctionCallProto *SqlJdbcFunctionCallProto `protobuf:"bytes,13,opt,name=sqlJdbcFunctionCallProto,proto3,oneof"`
}

type SqlOperatorProto_SqlJsonArrayAggAggFunctionProto

type SqlOperatorProto_SqlJsonArrayAggAggFunctionProto struct {
	SqlJsonArrayAggAggFunctionProto *SqlJsonArrayAggAggFunctionProto `protobuf:"bytes,90,opt,name=sqlJsonArrayAggAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlJsonArrayFunctionProto

type SqlOperatorProto_SqlJsonArrayFunctionProto struct {
	SqlJsonArrayFunctionProto *SqlJsonArrayFunctionProto `protobuf:"bytes,43,opt,name=sqlJsonArrayFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlJsonDepthFunctionProto

type SqlOperatorProto_SqlJsonDepthFunctionProto struct {
	SqlJsonDepthFunctionProto *SqlJsonDepthFunctionProto `protobuf:"bytes,20,opt,name=sqlJsonDepthFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlJsonExistsFunctionProto

type SqlOperatorProto_SqlJsonExistsFunctionProto struct {
	SqlJsonExistsFunctionProto *SqlJsonExistsFunctionProto `protobuf:"bytes,52,opt,name=sqlJsonExistsFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlJsonKeysFunctionProto

type SqlOperatorProto_SqlJsonKeysFunctionProto struct {
	SqlJsonKeysFunctionProto *SqlJsonKeysFunctionProto `protobuf:"bytes,36,opt,name=sqlJsonKeysFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlJsonLengthFunctionProto

type SqlOperatorProto_SqlJsonLengthFunctionProto struct {
	SqlJsonLengthFunctionProto *SqlJsonLengthFunctionProto `protobuf:"bytes,37,opt,name=sqlJsonLengthFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlJsonObjectAggAggFunctionProto

type SqlOperatorProto_SqlJsonObjectAggAggFunctionProto struct {
	SqlJsonObjectAggAggFunctionProto *SqlJsonObjectAggAggFunctionProto `protobuf:"bytes,102,opt,name=sqlJsonObjectAggAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlJsonObjectFunctionProto

type SqlOperatorProto_SqlJsonObjectFunctionProto struct {
	SqlJsonObjectFunctionProto *SqlJsonObjectFunctionProto `protobuf:"bytes,27,opt,name=sqlJsonObjectFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlJsonPrettyFunctionProto

type SqlOperatorProto_SqlJsonPrettyFunctionProto struct {
	SqlJsonPrettyFunctionProto *SqlJsonPrettyFunctionProto `protobuf:"bytes,30,opt,name=sqlJsonPrettyFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlJsonQueryFunctionProto

type SqlOperatorProto_SqlJsonQueryFunctionProto struct {
	SqlJsonQueryFunctionProto *SqlJsonQueryFunctionProto `protobuf:"bytes,51,opt,name=sqlJsonQueryFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlJsonRemoveFunctionProto

type SqlOperatorProto_SqlJsonRemoveFunctionProto struct {
	SqlJsonRemoveFunctionProto *SqlJsonRemoveFunctionProto `protobuf:"bytes,40,opt,name=sqlJsonRemoveFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlJsonStorageSizeFunctionProto

type SqlOperatorProto_SqlJsonStorageSizeFunctionProto struct {
	SqlJsonStorageSizeFunctionProto *SqlJsonStorageSizeFunctionProto `protobuf:"bytes,50,opt,name=sqlJsonStorageSizeFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlJsonTypeFunctionProto

type SqlOperatorProto_SqlJsonTypeFunctionProto struct {
	SqlJsonTypeFunctionProto *SqlJsonTypeFunctionProto `protobuf:"bytes,24,opt,name=sqlJsonTypeFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlJsonValueExpressionOperatorProto

type SqlOperatorProto_SqlJsonValueExpressionOperatorProto struct {
	SqlJsonValueExpressionOperatorProto *SqlJsonValueExpressionOperatorProto `protobuf:"bytes,11,opt,name=sqlJsonValueExpressionOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlJsonValueFunctionProto

type SqlOperatorProto_SqlJsonValueFunctionProto struct {
	SqlJsonValueFunctionProto *SqlJsonValueFunctionProto `protobuf:"bytes,25,opt,name=sqlJsonValueFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlLateralOperatorProto

type SqlOperatorProto_SqlLateralOperatorProto struct {
	SqlLateralOperatorProto *SqlLateralOperatorProto `protobuf:"bytes,65,opt,name=sqlLateralOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlLeadLagAggFunctionProto

type SqlOperatorProto_SqlLeadLagAggFunctionProto struct {
	SqlLeadLagAggFunctionProto *SqlLeadLagAggFunctionProto `protobuf:"bytes,107,opt,name=sqlLeadLagAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlLikeOperatorProto

type SqlOperatorProto_SqlLikeOperatorProto struct {
	SqlLikeOperatorProto *SqlLikeOperatorProto `protobuf:"bytes,72,opt,name=sqlLikeOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlListaggAggFunctionProto

type SqlOperatorProto_SqlListaggAggFunctionProto struct {
	SqlListaggAggFunctionProto *SqlListaggAggFunctionProto `protobuf:"bytes,100,opt,name=sqlListaggAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlLiteralChainOperatorProto

type SqlOperatorProto_SqlLiteralChainOperatorProto struct {
	SqlLiteralChainOperatorProto *SqlLiteralChainOperatorProto `protobuf:"bytes,68,opt,name=sqlLiteralChainOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlMapQueryConstructorProto

type SqlOperatorProto_SqlMapQueryConstructorProto struct {
	SqlMapQueryConstructorProto *SqlMapQueryConstructorProto `protobuf:"bytes,125,opt,name=sqlMapQueryConstructorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlMapValueConstructorProto

type SqlOperatorProto_SqlMapValueConstructorProto struct {
	SqlMapValueConstructorProto *SqlMapValueConstructorProto `protobuf:"bytes,115,opt,name=sqlMapValueConstructorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlMatchFunctionProto

type SqlOperatorProto_SqlMatchFunctionProto struct {
	SqlMatchFunctionProto *SqlMatchFunctionProto `protobuf:"bytes,41,opt,name=sqlMatchFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlMinMaxAggFunctionProto

type SqlOperatorProto_SqlMinMaxAggFunctionProto struct {
	SqlMinMaxAggFunctionProto *SqlMinMaxAggFunctionProto `protobuf:"bytes,92,opt,name=sqlMinMaxAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlMonotonicBinaryOperatorProto

type SqlOperatorProto_SqlMonotonicBinaryOperatorProto struct {
	SqlMonotonicBinaryOperatorProto *SqlMonotonicBinaryOperatorProto `protobuf:"bytes,56,opt,name=sqlMonotonicBinaryOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlMonotonicUnaryFunctionProto

type SqlOperatorProto_SqlMonotonicUnaryFunctionProto struct {
	SqlMonotonicUnaryFunctionProto *SqlMonotonicUnaryFunctionProto `protobuf:"bytes,49,opt,name=sqlMonotonicUnaryFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlMultisetMemberOfOperatorProto

type SqlOperatorProto_SqlMultisetMemberOfOperatorProto struct {
	SqlMultisetMemberOfOperatorProto *SqlMultisetMemberOfOperatorProto `protobuf:"bytes,57,opt,name=sqlMultisetMemberOfOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlMultisetQueryConstructorProto

type SqlOperatorProto_SqlMultisetQueryConstructorProto struct {
	SqlMultisetQueryConstructorProto *SqlMultisetQueryConstructorProto `protobuf:"bytes,81,opt,name=sqlMultisetQueryConstructorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlMultisetSetOperatorProto

type SqlOperatorProto_SqlMultisetSetOperatorProto struct {
	SqlMultisetSetOperatorProto *SqlMultisetSetOperatorProto `protobuf:"bytes,58,opt,name=sqlMultisetSetOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlMultisetValueConstructorProto

type SqlOperatorProto_SqlMultisetValueConstructorProto struct {
	SqlMultisetValueConstructorProto *SqlMultisetValueConstructorProto `protobuf:"bytes,66,opt,name=sqlMultisetValueConstructorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlNewOperatorProto

type SqlOperatorProto_SqlNewOperatorProto struct {
	SqlNewOperatorProto *SqlNewOperatorProto `protobuf:"bytes,9,opt,name=sqlNewOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlNthValueAggFunctionProto

type SqlOperatorProto_SqlNthValueAggFunctionProto struct {
	SqlNthValueAggFunctionProto *SqlNthValueAggFunctionProto `protobuf:"bytes,96,opt,name=sqlNthValueAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlNtileAggFunctionProto

type SqlOperatorProto_SqlNtileAggFunctionProto struct {
	SqlNtileAggFunctionProto *SqlNtileAggFunctionProto `protobuf:"bytes,101,opt,name=sqlNtileAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlNullTreatmentOperatorProto

type SqlOperatorProto_SqlNullTreatmentOperatorProto struct {
	SqlNullTreatmentOperatorProto *SqlNullTreatmentOperatorProto `protobuf:"bytes,85,opt,name=sqlNullTreatmentOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlNullifFunctionProto

type SqlOperatorProto_SqlNullifFunctionProto struct {
	SqlNullifFunctionProto *SqlNullifFunctionProto `protobuf:"bytes,28,opt,name=sqlNullifFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlOverOperatorProto

type SqlOperatorProto_SqlOverOperatorProto struct {
	SqlOverOperatorProto *SqlOverOperatorProto `protobuf:"bytes,61,opt,name=sqlOverOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlOverlapsOperatorProto

type SqlOperatorProto_SqlOverlapsOperatorProto struct {
	SqlOverlapsOperatorProto *SqlOverlapsOperatorProto `protobuf:"bytes,54,opt,name=sqlOverlapsOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlOverlayFunctionProto

type SqlOperatorProto_SqlOverlayFunctionProto struct {
	SqlOverlayFunctionProto *SqlOverlayFunctionProto `protobuf:"bytes,42,opt,name=sqlOverlayFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlPositionFunctionProto

type SqlOperatorProto_SqlPositionFunctionProto struct {
	SqlPositionFunctionProto *SqlPositionFunctionProto `protobuf:"bytes,39,opt,name=sqlPositionFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlPosixRegexOperatorProto

type SqlOperatorProto_SqlPosixRegexOperatorProto struct {
	SqlPosixRegexOperatorProto *SqlPosixRegexOperatorProto `protobuf:"bytes,63,opt,name=sqlPosixRegexOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlPostfixOperatorProto

type SqlOperatorProto_SqlPostfixOperatorProto struct {
	SqlPostfixOperatorProto *SqlPostfixOperatorProto `protobuf:"bytes,3,opt,name=sqlPostfixOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlPrefixOperatorProto

type SqlOperatorProto_SqlPrefixOperatorProto struct {
	SqlPrefixOperatorProto *SqlPrefixOperatorProto `protobuf:"bytes,1,opt,name=sqlPrefixOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlProcedureCallOperatorProto

type SqlOperatorProto_SqlProcedureCallOperatorProto struct {
	SqlProcedureCallOperatorProto *SqlProcedureCallOperatorProto `protobuf:"bytes,10,opt,name=sqlProcedureCallOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlQuantifyOperatorProto

type SqlOperatorProto_SqlQuantifyOperatorProto struct {
	SqlQuantifyOperatorProto *SqlQuantifyOperatorProto `protobuf:"bytes,113,opt,name=sqlQuantifyOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlRandFunctionProto

type SqlOperatorProto_SqlRandFunctionProto struct {
	SqlRandFunctionProto *SqlRandFunctionProto `protobuf:"bytes,22,opt,name=sqlRandFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlRandIntegerFunctionProto

type SqlOperatorProto_SqlRandIntegerFunctionProto struct {
	SqlRandIntegerFunctionProto *SqlRandIntegerFunctionProto `protobuf:"bytes,44,opt,name=sqlRandIntegerFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlRankFunctionProto

type SqlOperatorProto_SqlRankFunctionProto struct {
	SqlRankFunctionProto *SqlRankFunctionProto `protobuf:"bytes,106,opt,name=sqlRankFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlRegexpReplaceFunctionProto

type SqlOperatorProto_SqlRegexpReplaceFunctionProto struct {
	SqlRegexpReplaceFunctionProto *SqlRegexpReplaceFunctionProto `protobuf:"bytes,48,opt,name=sqlRegexpReplaceFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlRegrCountAggFunctionProto

type SqlOperatorProto_SqlRegrCountAggFunctionProto struct {
	SqlRegrCountAggFunctionProto *SqlRegrCountAggFunctionProto `protobuf:"bytes,126,opt,name=sqlRegrCountAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlRollupOperatorProto

type SqlOperatorProto_SqlRollupOperatorProto struct {
	SqlRollupOperatorProto *SqlRollupOperatorProto `protobuf:"bytes,119,opt,name=sqlRollupOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlRowOperatorProto

type SqlOperatorProto_SqlRowOperatorProto struct {
	SqlRowOperatorProto *SqlRowOperatorProto `protobuf:"bytes,83,opt,name=sqlRowOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlSearchOperatorProto

type SqlOperatorProto_SqlSearchOperatorProto struct {
	SqlSearchOperatorProto *SqlSearchOperatorProto `protobuf:"bytes,121,opt,name=sqlSearchOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlSelectOperatorProto

type SqlOperatorProto_SqlSelectOperatorProto struct {
	SqlSelectOperatorProto *SqlSelectOperatorProto `protobuf:"bytes,7,opt,name=sqlSelectOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlSequenceValueOperatorProto

type SqlOperatorProto_SqlSequenceValueOperatorProto struct {
	SqlSequenceValueOperatorProto *SqlSequenceValueOperatorProto `protobuf:"bytes,70,opt,name=sqlSequenceValueOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlSessionTableFunctionProto

type SqlOperatorProto_SqlSessionTableFunctionProto struct {
	SqlSessionTableFunctionProto *SqlSessionTableFunctionProto `protobuf:"bytes,110,opt,name=sqlSessionTableFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlSetOperatorProto

type SqlOperatorProto_SqlSetOperatorProto struct {
	SqlSetOperatorProto *SqlSetOperatorProto `protobuf:"bytes,53,opt,name=sqlSetOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlSingleValueAggFunctionProto

type SqlOperatorProto_SqlSingleValueAggFunctionProto struct {
	SqlSingleValueAggFunctionProto *SqlSingleValueAggFunctionProto `protobuf:"bytes,98,opt,name=sqlSingleValueAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlSpecialOperatorProto

type SqlOperatorProto_SqlSpecialOperatorProto struct {
	SqlSpecialOperatorProto *SqlSpecialOperatorProto `protobuf:"bytes,8,opt,name=sqlSpecialOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlStringContextVariableProto

type SqlOperatorProto_SqlStringContextVariableProto struct {
	SqlStringContextVariableProto *SqlStringContextVariableProto `protobuf:"bytes,87,opt,name=sqlStringContextVariableProto,proto3,oneof"`
}

type SqlOperatorProto_SqlSubstringFunctionProto

type SqlOperatorProto_SqlSubstringFunctionProto struct {
	SqlSubstringFunctionProto *SqlSubstringFunctionProto `protobuf:"bytes,19,opt,name=sqlSubstringFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlSumAggFunctionProto

type SqlOperatorProto_SqlSumAggFunctionProto struct {
	SqlSumAggFunctionProto *SqlSumAggFunctionProto `protobuf:"bytes,91,opt,name=sqlSumAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlSumEmptyIsZeroAggFunctionProto

type SqlOperatorProto_SqlSumEmptyIsZeroAggFunctionProto struct {
	SqlSumEmptyIsZeroAggFunctionProto *SqlSumEmptyIsZeroAggFunctionProto `protobuf:"bytes,99,opt,name=sqlSumEmptyIsZeroAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlThrowOperatorProto

type SqlOperatorProto_SqlThrowOperatorProto struct {
	SqlThrowOperatorProto *SqlThrowOperatorProto `protobuf:"bytes,75,opt,name=sqlThrowOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlTimestampAddFunctionProto

type SqlOperatorProto_SqlTimestampAddFunctionProto struct {
	SqlTimestampAddFunctionProto *SqlTimestampAddFunctionProto `protobuf:"bytes,29,opt,name=sqlTimestampAddFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlTimestampDiffFunctionProto

type SqlOperatorProto_SqlTimestampDiffFunctionProto struct {
	SqlTimestampDiffFunctionProto *SqlTimestampDiffFunctionProto `protobuf:"bytes,35,opt,name=sqlTimestampDiffFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlTranslate3FunctionProto

type SqlOperatorProto_SqlTranslate3FunctionProto struct {
	SqlTranslate3FunctionProto *SqlTranslate3FunctionProto `protobuf:"bytes,17,opt,name=sqlTranslate3FunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlTrimFunctionProto

type SqlOperatorProto_SqlTrimFunctionProto struct {
	SqlTrimFunctionProto *SqlTrimFunctionProto `protobuf:"bytes,18,opt,name=sqlTrimFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlTumbleTableFunctionProto

type SqlOperatorProto_SqlTumbleTableFunctionProto struct {
	SqlTumbleTableFunctionProto *SqlTumbleTableFunctionProto `protobuf:"bytes,109,opt,name=sqlTumbleTableFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlTypeConstructorFunctionProto

type SqlOperatorProto_SqlTypeConstructorFunctionProto struct {
	SqlTypeConstructorFunctionProto *SqlTypeConstructorFunctionProto `protobuf:"bytes,34,opt,name=sqlTypeConstructorFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlUnnestOperatorProto

type SqlOperatorProto_SqlUnnestOperatorProto struct {
	SqlUnnestOperatorProto *SqlUnnestOperatorProto `protobuf:"bytes,117,opt,name=sqlUnnestOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlUnresolvedFunctionProto

type SqlOperatorProto_SqlUnresolvedFunctionProto struct {
	SqlUnresolvedFunctionProto *SqlUnresolvedFunctionProto `protobuf:"bytes,12,opt,name=sqlUnresolvedFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlUserDefinedAggFunctionProto

type SqlOperatorProto_SqlUserDefinedAggFunctionProto struct {
	SqlUserDefinedAggFunctionProto *SqlUserDefinedAggFunctionProto `protobuf:"bytes,88,opt,name=sqlUserDefinedAggFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlUserDefinedFunctionProto

type SqlOperatorProto_SqlUserDefinedFunctionProto struct {
	SqlUserDefinedFunctionProto *SqlUserDefinedFunctionProto `protobuf:"bytes,15,opt,name=sqlUserDefinedFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlUserDefinedTableFunctionProto

type SqlOperatorProto_SqlUserDefinedTableFunctionProto struct {
	SqlUserDefinedTableFunctionProto *SqlUserDefinedTableFunctionProto `protobuf:"bytes,86,opt,name=sqlUserDefinedTableFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlUserDefinedTableMacroProto

type SqlOperatorProto_SqlUserDefinedTableMacroProto struct {
	SqlUserDefinedTableMacroProto *SqlUserDefinedTableMacroProto `protobuf:"bytes,14,opt,name=sqlUserDefinedTableMacroProto,proto3,oneof"`
}

type SqlOperatorProto_SqlValuesOperatorProto

type SqlOperatorProto_SqlValuesOperatorProto struct {
	SqlValuesOperatorProto *SqlValuesOperatorProto `protobuf:"bytes,79,opt,name=sqlValuesOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlWindowTableFunctionProto

type SqlOperatorProto_SqlWindowTableFunctionProto struct {
	SqlWindowTableFunctionProto *SqlWindowTableFunctionProto `protobuf:"bytes,47,opt,name=sqlWindowTableFunctionProto,proto3,oneof"`
}

type SqlOperatorProto_SqlWithinDistinctOperatorProto

type SqlOperatorProto_SqlWithinDistinctOperatorProto struct {
	SqlWithinDistinctOperatorProto *SqlWithinDistinctOperatorProto `protobuf:"bytes,64,opt,name=sqlWithinDistinctOperatorProto,proto3,oneof"`
}

type SqlOperatorProto_SqlWithinGroupOperatorProto

type SqlOperatorProto_SqlWithinGroupOperatorProto struct {
	SqlWithinGroupOperatorProto *SqlWithinGroupOperatorProto `protobuf:"bytes,59,opt,name=sqlWithinGroupOperatorProto,proto3,oneof"`
}

type SqlOrderByProto

type SqlOrderByProto struct {
	Query           *SqlNodeProto      `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	OrderList       *SqlNodeListProto  `protobuf:"bytes,2,opt,name=orderList,proto3" json:"orderList,omitempty"`
	Offset          *SqlNodeProto      `protobuf:"bytes,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Fetch           *SqlNodeProto      `protobuf:"bytes,4,opt,name=fetch,proto3" json:"fetch,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,5,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,6,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlOrderBy

func (*SqlOrderByProto) Descriptor deprecated

func (*SqlOrderByProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlOrderByProto.ProtoReflect.Descriptor instead.

func (*SqlOrderByProto) GetFetch

func (x *SqlOrderByProto) GetFetch() *SqlNodeProto

func (*SqlOrderByProto) GetOffset

func (x *SqlOrderByProto) GetOffset() *SqlNodeProto

func (*SqlOrderByProto) GetOrderList

func (x *SqlOrderByProto) GetOrderList() *SqlNodeListProto

func (*SqlOrderByProto) GetPos

func (x *SqlOrderByProto) GetPos() *SqlParserPosProto

func (*SqlOrderByProto) GetQuery

func (x *SqlOrderByProto) GetQuery() *SqlNodeProto

func (*SqlOrderByProto) GetTypeInformation

func (x *SqlOrderByProto) GetTypeInformation() *RelDataTypeProto

func (*SqlOrderByProto) ProtoMessage

func (*SqlOrderByProto) ProtoMessage()

func (*SqlOrderByProto) ProtoReflect

func (x *SqlOrderByProto) ProtoReflect() protoreflect.Message

func (*SqlOrderByProto) Reset

func (x *SqlOrderByProto) Reset()

func (*SqlOrderByProto) String

func (x *SqlOrderByProto) String() string

type SqlOverOperatorProto

type SqlOverOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlOverOperator

func (*SqlOverOperatorProto) Descriptor deprecated

func (*SqlOverOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlOverOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlOverOperatorProto) GetAllowedSignatures

func (x *SqlOverOperatorProto) GetAllowedSignatures() string

func (*SqlOverOperatorProto) GetKind

func (x *SqlOverOperatorProto) GetKind() SqlKindProto

func (*SqlOverOperatorProto) GetLeftPrec

func (x *SqlOverOperatorProto) GetLeftPrec() int32

func (*SqlOverOperatorProto) GetName

func (x *SqlOverOperatorProto) GetName() string

func (*SqlOverOperatorProto) GetOperandTypeChecker

func (x *SqlOverOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlOverOperatorProto) GetOperandTypeInference

func (x *SqlOverOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlOverOperatorProto) GetReturnTypeInference

func (x *SqlOverOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlOverOperatorProto) GetRightPrec

func (x *SqlOverOperatorProto) GetRightPrec() int32

func (*SqlOverOperatorProto) ProtoMessage

func (*SqlOverOperatorProto) ProtoMessage()

func (*SqlOverOperatorProto) ProtoReflect

func (x *SqlOverOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlOverOperatorProto) Reset

func (x *SqlOverOperatorProto) Reset()

func (*SqlOverOperatorProto) String

func (x *SqlOverOperatorProto) String() string

type SqlOverlapsOperatorProto

type SqlOverlapsOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlOverlapsOperator

func (*SqlOverlapsOperatorProto) Descriptor deprecated

func (*SqlOverlapsOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlOverlapsOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlOverlapsOperatorProto) GetAllowedSignatures

func (x *SqlOverlapsOperatorProto) GetAllowedSignatures() string

func (*SqlOverlapsOperatorProto) GetKind

func (*SqlOverlapsOperatorProto) GetLeftPrec

func (x *SqlOverlapsOperatorProto) GetLeftPrec() int32

func (*SqlOverlapsOperatorProto) GetName

func (x *SqlOverlapsOperatorProto) GetName() string

func (*SqlOverlapsOperatorProto) GetOperandTypeChecker

func (x *SqlOverlapsOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlOverlapsOperatorProto) GetOperandTypeInference

func (x *SqlOverlapsOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlOverlapsOperatorProto) GetReturnTypeInference

func (x *SqlOverlapsOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlOverlapsOperatorProto) GetRightPrec

func (x *SqlOverlapsOperatorProto) GetRightPrec() int32

func (*SqlOverlapsOperatorProto) ProtoMessage

func (*SqlOverlapsOperatorProto) ProtoMessage()

func (*SqlOverlapsOperatorProto) ProtoReflect

func (x *SqlOverlapsOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlOverlapsOperatorProto) Reset

func (x *SqlOverlapsOperatorProto) Reset()

func (*SqlOverlapsOperatorProto) String

func (x *SqlOverlapsOperatorProto) String() string

type SqlOverlayFunctionProto

type SqlOverlayFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlOverlayFunction

func (*SqlOverlayFunctionProto) Descriptor deprecated

func (*SqlOverlayFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlOverlayFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlOverlayFunctionProto) GetAllowedSignatures

func (x *SqlOverlayFunctionProto) GetAllowedSignatures() string

func (*SqlOverlayFunctionProto) GetCategory

func (*SqlOverlayFunctionProto) GetKind

func (*SqlOverlayFunctionProto) GetLeftPrec

func (x *SqlOverlayFunctionProto) GetLeftPrec() int32

func (*SqlOverlayFunctionProto) GetName

func (x *SqlOverlayFunctionProto) GetName() string

func (*SqlOverlayFunctionProto) GetOperandTypeChecker

func (x *SqlOverlayFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlOverlayFunctionProto) GetOperandTypeInference

func (x *SqlOverlayFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlOverlayFunctionProto) GetReturnTypeInference

func (x *SqlOverlayFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlOverlayFunctionProto) GetRightPrec

func (x *SqlOverlayFunctionProto) GetRightPrec() int32

func (*SqlOverlayFunctionProto) GetSqlIdentifier

func (x *SqlOverlayFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlOverlayFunctionProto) ProtoMessage

func (*SqlOverlayFunctionProto) ProtoMessage()

func (*SqlOverlayFunctionProto) ProtoReflect

func (x *SqlOverlayFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlOverlayFunctionProto) Reset

func (x *SqlOverlayFunctionProto) Reset()

func (*SqlOverlayFunctionProto) String

func (x *SqlOverlayFunctionProto) String() string

type SqlParserPosProto

type SqlParserPosProto struct {
	LineNumber      int32 `protobuf:"zigzag32,1,opt,name=lineNumber,proto3" json:"lineNumber,omitempty"`
	ColumnNumber    int32 `protobuf:"zigzag32,2,opt,name=columnNumber,proto3" json:"columnNumber,omitempty"`
	EndLineNumber   int32 `protobuf:"zigzag32,3,opt,name=endLineNumber,proto3" json:"endLineNumber,omitempty"`
	EndColumnNumber int32 `protobuf:"zigzag32,4,opt,name=endColumnNumber,proto3" json:"endColumnNumber,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.parser.SqlParserPos

func (*SqlParserPosProto) Descriptor deprecated

func (*SqlParserPosProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlParserPosProto.ProtoReflect.Descriptor instead.

func (*SqlParserPosProto) GetColumnNumber

func (x *SqlParserPosProto) GetColumnNumber() int32

func (*SqlParserPosProto) GetEndColumnNumber

func (x *SqlParserPosProto) GetEndColumnNumber() int32

func (*SqlParserPosProto) GetEndLineNumber

func (x *SqlParserPosProto) GetEndLineNumber() int32

func (*SqlParserPosProto) GetLineNumber

func (x *SqlParserPosProto) GetLineNumber() int32

func (*SqlParserPosProto) ProtoMessage

func (*SqlParserPosProto) ProtoMessage()

func (*SqlParserPosProto) ProtoReflect

func (x *SqlParserPosProto) ProtoReflect() protoreflect.Message

func (*SqlParserPosProto) Reset

func (x *SqlParserPosProto) Reset()

func (*SqlParserPosProto) String

func (x *SqlParserPosProto) String() string

type SqlPivotProto

type SqlPivotProto struct {
	Query           *SqlNodeProto      `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	AggList         *SqlNodeListProto  `protobuf:"bytes,2,opt,name=aggList,proto3" json:"aggList,omitempty"`
	AxisList        *SqlNodeListProto  `protobuf:"bytes,3,opt,name=axisList,proto3" json:"axisList,omitempty"`
	InList          *SqlNodeListProto  `protobuf:"bytes,4,opt,name=inList,proto3" json:"inList,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,5,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,6,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlPivot

func (*SqlPivotProto) Descriptor deprecated

func (*SqlPivotProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlPivotProto.ProtoReflect.Descriptor instead.

func (*SqlPivotProto) GetAggList

func (x *SqlPivotProto) GetAggList() *SqlNodeListProto

func (*SqlPivotProto) GetAxisList

func (x *SqlPivotProto) GetAxisList() *SqlNodeListProto

func (*SqlPivotProto) GetInList

func (x *SqlPivotProto) GetInList() *SqlNodeListProto

func (*SqlPivotProto) GetPos

func (x *SqlPivotProto) GetPos() *SqlParserPosProto

func (*SqlPivotProto) GetQuery

func (x *SqlPivotProto) GetQuery() *SqlNodeProto

func (*SqlPivotProto) GetTypeInformation

func (x *SqlPivotProto) GetTypeInformation() *RelDataTypeProto

func (*SqlPivotProto) ProtoMessage

func (*SqlPivotProto) ProtoMessage()

func (*SqlPivotProto) ProtoReflect

func (x *SqlPivotProto) ProtoReflect() protoreflect.Message

func (*SqlPivotProto) Reset

func (x *SqlPivotProto) Reset()

func (*SqlPivotProto) String

func (x *SqlPivotProto) String() string

type SqlPositionFunctionProto

type SqlPositionFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlPositionFunction

func (*SqlPositionFunctionProto) Descriptor deprecated

func (*SqlPositionFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlPositionFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlPositionFunctionProto) GetAllowedSignatures

func (x *SqlPositionFunctionProto) GetAllowedSignatures() string

func (*SqlPositionFunctionProto) GetCategory

func (*SqlPositionFunctionProto) GetKind

func (*SqlPositionFunctionProto) GetLeftPrec

func (x *SqlPositionFunctionProto) GetLeftPrec() int32

func (*SqlPositionFunctionProto) GetName

func (x *SqlPositionFunctionProto) GetName() string

func (*SqlPositionFunctionProto) GetOperandTypeChecker

func (x *SqlPositionFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlPositionFunctionProto) GetOperandTypeInference

func (x *SqlPositionFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlPositionFunctionProto) GetReturnTypeInference

func (x *SqlPositionFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlPositionFunctionProto) GetRightPrec

func (x *SqlPositionFunctionProto) GetRightPrec() int32

func (*SqlPositionFunctionProto) GetSqlIdentifier

func (x *SqlPositionFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlPositionFunctionProto) ProtoMessage

func (*SqlPositionFunctionProto) ProtoMessage()

func (*SqlPositionFunctionProto) ProtoReflect

func (x *SqlPositionFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlPositionFunctionProto) Reset

func (x *SqlPositionFunctionProto) Reset()

func (*SqlPositionFunctionProto) String

func (x *SqlPositionFunctionProto) String() string

type SqlPosixRegexOperatorProto

type SqlPosixRegexOperatorProto struct {
	CaseSensitive        bool                          `protobuf:"varint,1,opt,name=caseSensitive,proto3" json:"caseSensitive,omitempty"`
	Negated              bool                          `protobuf:"varint,2,opt,name=negated,proto3" json:"negated,omitempty"`
	OperatorString       string                        `protobuf:"bytes,3,opt,name=operatorString,proto3" json:"operatorString,omitempty"`
	Name                 string                        `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,5,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,6,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,7,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,8,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,9,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,10,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,11,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlPosixRegexOperator

func (*SqlPosixRegexOperatorProto) Descriptor deprecated

func (*SqlPosixRegexOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlPosixRegexOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlPosixRegexOperatorProto) GetAllowedSignatures

func (x *SqlPosixRegexOperatorProto) GetAllowedSignatures() string

func (*SqlPosixRegexOperatorProto) GetCaseSensitive

func (x *SqlPosixRegexOperatorProto) GetCaseSensitive() bool

func (*SqlPosixRegexOperatorProto) GetKind

func (*SqlPosixRegexOperatorProto) GetLeftPrec

func (x *SqlPosixRegexOperatorProto) GetLeftPrec() int32

func (*SqlPosixRegexOperatorProto) GetName

func (x *SqlPosixRegexOperatorProto) GetName() string

func (*SqlPosixRegexOperatorProto) GetNegated

func (x *SqlPosixRegexOperatorProto) GetNegated() bool

func (*SqlPosixRegexOperatorProto) GetOperandTypeChecker

func (x *SqlPosixRegexOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlPosixRegexOperatorProto) GetOperandTypeInference

func (x *SqlPosixRegexOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlPosixRegexOperatorProto) GetOperatorString

func (x *SqlPosixRegexOperatorProto) GetOperatorString() string

func (*SqlPosixRegexOperatorProto) GetReturnTypeInference

func (x *SqlPosixRegexOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlPosixRegexOperatorProto) GetRightPrec

func (x *SqlPosixRegexOperatorProto) GetRightPrec() int32

func (*SqlPosixRegexOperatorProto) ProtoMessage

func (*SqlPosixRegexOperatorProto) ProtoMessage()

func (*SqlPosixRegexOperatorProto) ProtoReflect

func (*SqlPosixRegexOperatorProto) Reset

func (x *SqlPosixRegexOperatorProto) Reset()

func (*SqlPosixRegexOperatorProto) String

func (x *SqlPosixRegexOperatorProto) String() string

type SqlPostfixOperatorProto

type SqlPostfixOperatorProto struct {

	// Types that are assignable to SqlPostfixOperatorProto:
	//
	//	*SqlPostfixOperatorProto_SqlJsonValueExpressionOperatorProto
	SqlPostfixOperatorProto isSqlPostfixOperatorProto_SqlPostfixOperatorProto `protobuf_oneof:"sqlPostfixOperatorProto"`
	Name                    string                                            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Kind                    SqlKindProto                                      `protobuf:"varint,3,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec                int32                                             `protobuf:"zigzag32,4,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec               int32                                             `protobuf:"zigzag32,5,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference     *SqlReturnTypeInferenceProto                      `protobuf:"bytes,6,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference    *SqlOperandTypeInferenceProto                     `protobuf:"bytes,7,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker      *SqlOperandTypeCheckerProto                       `protobuf:"bytes,8,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures       string                                            `protobuf:"bytes,9,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlPostfixOperator

func (*SqlPostfixOperatorProto) Descriptor deprecated

func (*SqlPostfixOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlPostfixOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlPostfixOperatorProto) GetAllowedSignatures

func (x *SqlPostfixOperatorProto) GetAllowedSignatures() string

func (*SqlPostfixOperatorProto) GetKind

func (*SqlPostfixOperatorProto) GetLeftPrec

func (x *SqlPostfixOperatorProto) GetLeftPrec() int32

func (*SqlPostfixOperatorProto) GetName

func (x *SqlPostfixOperatorProto) GetName() string

func (*SqlPostfixOperatorProto) GetOperandTypeChecker

func (x *SqlPostfixOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlPostfixOperatorProto) GetOperandTypeInference

func (x *SqlPostfixOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlPostfixOperatorProto) GetReturnTypeInference

func (x *SqlPostfixOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlPostfixOperatorProto) GetRightPrec

func (x *SqlPostfixOperatorProto) GetRightPrec() int32

func (*SqlPostfixOperatorProto) GetSqlJsonValueExpressionOperatorProto

func (x *SqlPostfixOperatorProto) GetSqlJsonValueExpressionOperatorProto() *SqlJsonValueExpressionOperatorProto

func (*SqlPostfixOperatorProto) GetSqlPostfixOperatorProto

func (m *SqlPostfixOperatorProto) GetSqlPostfixOperatorProto() isSqlPostfixOperatorProto_SqlPostfixOperatorProto

func (*SqlPostfixOperatorProto) ProtoMessage

func (*SqlPostfixOperatorProto) ProtoMessage()

func (*SqlPostfixOperatorProto) ProtoReflect

func (x *SqlPostfixOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlPostfixOperatorProto) Reset

func (x *SqlPostfixOperatorProto) Reset()

func (*SqlPostfixOperatorProto) String

func (x *SqlPostfixOperatorProto) String() string

type SqlPostfixOperatorProto_SqlJsonValueExpressionOperatorProto

type SqlPostfixOperatorProto_SqlJsonValueExpressionOperatorProto struct {
	SqlJsonValueExpressionOperatorProto *SqlJsonValueExpressionOperatorProto `protobuf:"bytes,1,opt,name=sqlJsonValueExpressionOperatorProto,proto3,oneof"`
}

type SqlPrefixOperatorProto

type SqlPrefixOperatorProto struct {

	// Types that are assignable to SqlPrefixOperatorProto:
	//
	//	*SqlPrefixOperatorProto_SqlNewOperatorProto
	//	*SqlPrefixOperatorProto_SqlProcedureCallOperatorProto
	SqlPrefixOperatorProto isSqlPrefixOperatorProto_SqlPrefixOperatorProto `protobuf_oneof:"sqlPrefixOperatorProto"`
	Name                   string                                          `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                   SqlKindProto                                    `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec               int32                                           `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec              int32                                           `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference    *SqlReturnTypeInferenceProto                    `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference   *SqlOperandTypeInferenceProto                   `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker     *SqlOperandTypeCheckerProto                     `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures      string                                          `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlPrefixOperator

func (*SqlPrefixOperatorProto) Descriptor deprecated

func (*SqlPrefixOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlPrefixOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlPrefixOperatorProto) GetAllowedSignatures

func (x *SqlPrefixOperatorProto) GetAllowedSignatures() string

func (*SqlPrefixOperatorProto) GetKind

func (x *SqlPrefixOperatorProto) GetKind() SqlKindProto

func (*SqlPrefixOperatorProto) GetLeftPrec

func (x *SqlPrefixOperatorProto) GetLeftPrec() int32

func (*SqlPrefixOperatorProto) GetName

func (x *SqlPrefixOperatorProto) GetName() string

func (*SqlPrefixOperatorProto) GetOperandTypeChecker

func (x *SqlPrefixOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlPrefixOperatorProto) GetOperandTypeInference

func (x *SqlPrefixOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlPrefixOperatorProto) GetReturnTypeInference

func (x *SqlPrefixOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlPrefixOperatorProto) GetRightPrec

func (x *SqlPrefixOperatorProto) GetRightPrec() int32

func (*SqlPrefixOperatorProto) GetSqlNewOperatorProto

func (x *SqlPrefixOperatorProto) GetSqlNewOperatorProto() *SqlNewOperatorProto

func (*SqlPrefixOperatorProto) GetSqlPrefixOperatorProto

func (m *SqlPrefixOperatorProto) GetSqlPrefixOperatorProto() isSqlPrefixOperatorProto_SqlPrefixOperatorProto

func (*SqlPrefixOperatorProto) GetSqlProcedureCallOperatorProto

func (x *SqlPrefixOperatorProto) GetSqlProcedureCallOperatorProto() *SqlProcedureCallOperatorProto

func (*SqlPrefixOperatorProto) ProtoMessage

func (*SqlPrefixOperatorProto) ProtoMessage()

func (*SqlPrefixOperatorProto) ProtoReflect

func (x *SqlPrefixOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlPrefixOperatorProto) Reset

func (x *SqlPrefixOperatorProto) Reset()

func (*SqlPrefixOperatorProto) String

func (x *SqlPrefixOperatorProto) String() string

type SqlPrefixOperatorProto_SqlNewOperatorProto

type SqlPrefixOperatorProto_SqlNewOperatorProto struct {
	SqlNewOperatorProto *SqlNewOperatorProto `protobuf:"bytes,1,opt,name=sqlNewOperatorProto,proto3,oneof"`
}

type SqlPrefixOperatorProto_SqlProcedureCallOperatorProto

type SqlPrefixOperatorProto_SqlProcedureCallOperatorProto struct {
	SqlProcedureCallOperatorProto *SqlProcedureCallOperatorProto `protobuf:"bytes,2,opt,name=sqlProcedureCallOperatorProto,proto3,oneof"`
}

type SqlProcedureCallOperatorProto

type SqlProcedureCallOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlProcedureCallOperator

func (*SqlProcedureCallOperatorProto) Descriptor deprecated

func (*SqlProcedureCallOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlProcedureCallOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlProcedureCallOperatorProto) GetAllowedSignatures

func (x *SqlProcedureCallOperatorProto) GetAllowedSignatures() string

func (*SqlProcedureCallOperatorProto) GetKind

func (*SqlProcedureCallOperatorProto) GetLeftPrec

func (x *SqlProcedureCallOperatorProto) GetLeftPrec() int32

func (*SqlProcedureCallOperatorProto) GetName

func (*SqlProcedureCallOperatorProto) GetOperandTypeChecker

func (x *SqlProcedureCallOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlProcedureCallOperatorProto) GetOperandTypeInference

func (x *SqlProcedureCallOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlProcedureCallOperatorProto) GetReturnTypeInference

func (x *SqlProcedureCallOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlProcedureCallOperatorProto) GetRightPrec

func (x *SqlProcedureCallOperatorProto) GetRightPrec() int32

func (*SqlProcedureCallOperatorProto) ProtoMessage

func (*SqlProcedureCallOperatorProto) ProtoMessage()

func (*SqlProcedureCallOperatorProto) ProtoReflect

func (*SqlProcedureCallOperatorProto) Reset

func (x *SqlProcedureCallOperatorProto) Reset()

func (*SqlProcedureCallOperatorProto) String

type SqlQuantifyOperatorProto

type SqlQuantifyOperatorProto struct {
	ComparisonKind       SqlKindProto                  `protobuf:"varint,1,opt,name=comparisonKind,proto3,enum=rill.sql.v1.SqlKindProto" json:"comparisonKind,omitempty"`
	Name                 string                        `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,3,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,4,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,5,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,6,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,7,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,8,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,9,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlQuantifyOperator

func (*SqlQuantifyOperatorProto) Descriptor deprecated

func (*SqlQuantifyOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlQuantifyOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlQuantifyOperatorProto) GetAllowedSignatures

func (x *SqlQuantifyOperatorProto) GetAllowedSignatures() string

func (*SqlQuantifyOperatorProto) GetComparisonKind

func (x *SqlQuantifyOperatorProto) GetComparisonKind() SqlKindProto

func (*SqlQuantifyOperatorProto) GetKind

func (*SqlQuantifyOperatorProto) GetLeftPrec

func (x *SqlQuantifyOperatorProto) GetLeftPrec() int32

func (*SqlQuantifyOperatorProto) GetName

func (x *SqlQuantifyOperatorProto) GetName() string

func (*SqlQuantifyOperatorProto) GetOperandTypeChecker

func (x *SqlQuantifyOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlQuantifyOperatorProto) GetOperandTypeInference

func (x *SqlQuantifyOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlQuantifyOperatorProto) GetReturnTypeInference

func (x *SqlQuantifyOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlQuantifyOperatorProto) GetRightPrec

func (x *SqlQuantifyOperatorProto) GetRightPrec() int32

func (*SqlQuantifyOperatorProto) ProtoMessage

func (*SqlQuantifyOperatorProto) ProtoMessage()

func (*SqlQuantifyOperatorProto) ProtoReflect

func (x *SqlQuantifyOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlQuantifyOperatorProto) Reset

func (x *SqlQuantifyOperatorProto) Reset()

func (*SqlQuantifyOperatorProto) String

func (x *SqlQuantifyOperatorProto) String() string

type SqlRandFunctionProto

type SqlRandFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlRandFunction

func (*SqlRandFunctionProto) Descriptor deprecated

func (*SqlRandFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlRandFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlRandFunctionProto) GetAllowedSignatures

func (x *SqlRandFunctionProto) GetAllowedSignatures() string

func (*SqlRandFunctionProto) GetCategory

func (*SqlRandFunctionProto) GetKind

func (x *SqlRandFunctionProto) GetKind() SqlKindProto

func (*SqlRandFunctionProto) GetLeftPrec

func (x *SqlRandFunctionProto) GetLeftPrec() int32

func (*SqlRandFunctionProto) GetName

func (x *SqlRandFunctionProto) GetName() string

func (*SqlRandFunctionProto) GetOperandTypeChecker

func (x *SqlRandFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlRandFunctionProto) GetOperandTypeInference

func (x *SqlRandFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlRandFunctionProto) GetReturnTypeInference

func (x *SqlRandFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlRandFunctionProto) GetRightPrec

func (x *SqlRandFunctionProto) GetRightPrec() int32

func (*SqlRandFunctionProto) GetSqlIdentifier

func (x *SqlRandFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlRandFunctionProto) ProtoMessage

func (*SqlRandFunctionProto) ProtoMessage()

func (*SqlRandFunctionProto) ProtoReflect

func (x *SqlRandFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlRandFunctionProto) Reset

func (x *SqlRandFunctionProto) Reset()

func (*SqlRandFunctionProto) String

func (x *SqlRandFunctionProto) String() string

type SqlRandIntegerFunctionProto

type SqlRandIntegerFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlRandIntegerFunction

func (*SqlRandIntegerFunctionProto) Descriptor deprecated

func (*SqlRandIntegerFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlRandIntegerFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlRandIntegerFunctionProto) GetAllowedSignatures

func (x *SqlRandIntegerFunctionProto) GetAllowedSignatures() string

func (*SqlRandIntegerFunctionProto) GetCategory

func (*SqlRandIntegerFunctionProto) GetKind

func (*SqlRandIntegerFunctionProto) GetLeftPrec

func (x *SqlRandIntegerFunctionProto) GetLeftPrec() int32

func (*SqlRandIntegerFunctionProto) GetName

func (x *SqlRandIntegerFunctionProto) GetName() string

func (*SqlRandIntegerFunctionProto) GetOperandTypeChecker

func (x *SqlRandIntegerFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlRandIntegerFunctionProto) GetOperandTypeInference

func (x *SqlRandIntegerFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlRandIntegerFunctionProto) GetReturnTypeInference

func (x *SqlRandIntegerFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlRandIntegerFunctionProto) GetRightPrec

func (x *SqlRandIntegerFunctionProto) GetRightPrec() int32

func (*SqlRandIntegerFunctionProto) GetSqlIdentifier

func (x *SqlRandIntegerFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlRandIntegerFunctionProto) ProtoMessage

func (*SqlRandIntegerFunctionProto) ProtoMessage()

func (*SqlRandIntegerFunctionProto) ProtoReflect

func (*SqlRandIntegerFunctionProto) Reset

func (x *SqlRandIntegerFunctionProto) Reset()

func (*SqlRandIntegerFunctionProto) String

func (x *SqlRandIntegerFunctionProto) String() string

type SqlRankFunctionProto

type SqlRankFunctionProto struct {
	RequiresOrder        bool                          `protobuf:"varint,1,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,2,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,3,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,4,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,5,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,7,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,8,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,9,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,10,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,11,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,12,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,13,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlRankFunction

func (*SqlRankFunctionProto) Descriptor deprecated

func (*SqlRankFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlRankFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlRankFunctionProto) GetAllowedSignatures

func (x *SqlRankFunctionProto) GetAllowedSignatures() string

func (*SqlRankFunctionProto) GetCategory

func (*SqlRankFunctionProto) GetKind

func (x *SqlRankFunctionProto) GetKind() SqlKindProto

func (*SqlRankFunctionProto) GetLeftPrec

func (x *SqlRankFunctionProto) GetLeftPrec() int32

func (*SqlRankFunctionProto) GetName

func (x *SqlRankFunctionProto) GetName() string

func (*SqlRankFunctionProto) GetOperandTypeChecker

func (x *SqlRankFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlRankFunctionProto) GetOperandTypeInference

func (x *SqlRankFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlRankFunctionProto) GetRequiresGroupOrder

func (x *SqlRankFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlRankFunctionProto) GetRequiresOrder

func (x *SqlRankFunctionProto) GetRequiresOrder() bool

func (*SqlRankFunctionProto) GetRequiresOver

func (x *SqlRankFunctionProto) GetRequiresOver() bool

func (*SqlRankFunctionProto) GetReturnTypeInference

func (x *SqlRankFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlRankFunctionProto) GetRightPrec

func (x *SqlRankFunctionProto) GetRightPrec() int32

func (*SqlRankFunctionProto) GetSqlIdentifier

func (x *SqlRankFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlRankFunctionProto) ProtoMessage

func (*SqlRankFunctionProto) ProtoMessage()

func (*SqlRankFunctionProto) ProtoReflect

func (x *SqlRankFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlRankFunctionProto) Reset

func (x *SqlRankFunctionProto) Reset()

func (*SqlRankFunctionProto) String

func (x *SqlRankFunctionProto) String() string

type SqlRegexpReplaceFunctionProto

type SqlRegexpReplaceFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlRegexpReplaceFunction

func (*SqlRegexpReplaceFunctionProto) Descriptor deprecated

func (*SqlRegexpReplaceFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlRegexpReplaceFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlRegexpReplaceFunctionProto) GetAllowedSignatures

func (x *SqlRegexpReplaceFunctionProto) GetAllowedSignatures() string

func (*SqlRegexpReplaceFunctionProto) GetCategory

func (*SqlRegexpReplaceFunctionProto) GetKind

func (*SqlRegexpReplaceFunctionProto) GetLeftPrec

func (x *SqlRegexpReplaceFunctionProto) GetLeftPrec() int32

func (*SqlRegexpReplaceFunctionProto) GetName

func (*SqlRegexpReplaceFunctionProto) GetOperandTypeChecker

func (x *SqlRegexpReplaceFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlRegexpReplaceFunctionProto) GetOperandTypeInference

func (x *SqlRegexpReplaceFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlRegexpReplaceFunctionProto) GetReturnTypeInference

func (x *SqlRegexpReplaceFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlRegexpReplaceFunctionProto) GetRightPrec

func (x *SqlRegexpReplaceFunctionProto) GetRightPrec() int32

func (*SqlRegexpReplaceFunctionProto) GetSqlIdentifier

func (x *SqlRegexpReplaceFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlRegexpReplaceFunctionProto) ProtoMessage

func (*SqlRegexpReplaceFunctionProto) ProtoMessage()

func (*SqlRegexpReplaceFunctionProto) ProtoReflect

func (*SqlRegexpReplaceFunctionProto) Reset

func (x *SqlRegexpReplaceFunctionProto) Reset()

func (*SqlRegexpReplaceFunctionProto) String

type SqlRegrCountAggFunctionProto

type SqlRegrCountAggFunctionProto struct {
	RequiresOrder        bool                          `protobuf:"varint,1,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,2,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,3,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,4,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,5,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,7,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,8,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,9,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,10,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,11,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,12,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,13,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlRegrCountAggFunction

func (*SqlRegrCountAggFunctionProto) Descriptor deprecated

func (*SqlRegrCountAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlRegrCountAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlRegrCountAggFunctionProto) GetAllowedSignatures

func (x *SqlRegrCountAggFunctionProto) GetAllowedSignatures() string

func (*SqlRegrCountAggFunctionProto) GetCategory

func (*SqlRegrCountAggFunctionProto) GetKind

func (*SqlRegrCountAggFunctionProto) GetLeftPrec

func (x *SqlRegrCountAggFunctionProto) GetLeftPrec() int32

func (*SqlRegrCountAggFunctionProto) GetName

func (x *SqlRegrCountAggFunctionProto) GetName() string

func (*SqlRegrCountAggFunctionProto) GetOperandTypeChecker

func (x *SqlRegrCountAggFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlRegrCountAggFunctionProto) GetOperandTypeInference

func (x *SqlRegrCountAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlRegrCountAggFunctionProto) GetRequiresGroupOrder

func (x *SqlRegrCountAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlRegrCountAggFunctionProto) GetRequiresOrder

func (x *SqlRegrCountAggFunctionProto) GetRequiresOrder() bool

func (*SqlRegrCountAggFunctionProto) GetRequiresOver

func (x *SqlRegrCountAggFunctionProto) GetRequiresOver() bool

func (*SqlRegrCountAggFunctionProto) GetReturnTypeInference

func (x *SqlRegrCountAggFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlRegrCountAggFunctionProto) GetRightPrec

func (x *SqlRegrCountAggFunctionProto) GetRightPrec() int32

func (*SqlRegrCountAggFunctionProto) GetSqlIdentifier

func (x *SqlRegrCountAggFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlRegrCountAggFunctionProto) ProtoMessage

func (*SqlRegrCountAggFunctionProto) ProtoMessage()

func (*SqlRegrCountAggFunctionProto) ProtoReflect

func (*SqlRegrCountAggFunctionProto) Reset

func (x *SqlRegrCountAggFunctionProto) Reset()

func (*SqlRegrCountAggFunctionProto) String

type SqlReturnTypeInferenceChainProto

type SqlReturnTypeInferenceChainProto struct {
	Rules []*SqlReturnTypeInferenceProto `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.SqlReturnTypeInferenceChain

func (*SqlReturnTypeInferenceChainProto) Descriptor deprecated

func (*SqlReturnTypeInferenceChainProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlReturnTypeInferenceChainProto.ProtoReflect.Descriptor instead.

func (*SqlReturnTypeInferenceChainProto) GetRules

func (*SqlReturnTypeInferenceChainProto) ProtoMessage

func (*SqlReturnTypeInferenceChainProto) ProtoMessage()

func (*SqlReturnTypeInferenceChainProto) ProtoReflect

func (*SqlReturnTypeInferenceChainProto) Reset

func (*SqlReturnTypeInferenceChainProto) String

type SqlReturnTypeInferenceProto

type SqlReturnTypeInferenceProto struct {

	// Types that are assignable to SqlReturnTypeInferenceProto:
	//
	//	*SqlReturnTypeInferenceProto_SqlReturnTypeInferenceChainProto
	//	*SqlReturnTypeInferenceProto_OrdinalReturnTypeInferenceProto
	//	*SqlReturnTypeInferenceProto_ExplicitReturnTypeInferenceProto
	//	*SqlReturnTypeInferenceProto_CursorReturnTypeInferenceProto
	//	*SqlReturnTypeInferenceProto_SqlTypeTransformCascadeProto
	//	*SqlReturnTypeInferenceProto_MatchReturnTypeInferenceProto
	//	*SqlReturnTypeInferenceProto_TableFunctionReturnTypeInferenceProto
	SqlReturnTypeInferenceProto isSqlReturnTypeInferenceProto_SqlReturnTypeInferenceProto `protobuf_oneof:"sqlReturnTypeInferenceProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.SqlReturnTypeInference

func (*SqlReturnTypeInferenceProto) Descriptor deprecated

func (*SqlReturnTypeInferenceProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlReturnTypeInferenceProto.ProtoReflect.Descriptor instead.

func (*SqlReturnTypeInferenceProto) GetCursorReturnTypeInferenceProto

func (x *SqlReturnTypeInferenceProto) GetCursorReturnTypeInferenceProto() *CursorReturnTypeInferenceProto

func (*SqlReturnTypeInferenceProto) GetExplicitReturnTypeInferenceProto

func (x *SqlReturnTypeInferenceProto) GetExplicitReturnTypeInferenceProto() *ExplicitReturnTypeInferenceProto

func (*SqlReturnTypeInferenceProto) GetMatchReturnTypeInferenceProto

func (x *SqlReturnTypeInferenceProto) GetMatchReturnTypeInferenceProto() *MatchReturnTypeInferenceProto

func (*SqlReturnTypeInferenceProto) GetOrdinalReturnTypeInferenceProto

func (x *SqlReturnTypeInferenceProto) GetOrdinalReturnTypeInferenceProto() *OrdinalReturnTypeInferenceProto

func (*SqlReturnTypeInferenceProto) GetSqlReturnTypeInferenceChainProto

func (x *SqlReturnTypeInferenceProto) GetSqlReturnTypeInferenceChainProto() *SqlReturnTypeInferenceChainProto

func (*SqlReturnTypeInferenceProto) GetSqlReturnTypeInferenceProto

func (m *SqlReturnTypeInferenceProto) GetSqlReturnTypeInferenceProto() isSqlReturnTypeInferenceProto_SqlReturnTypeInferenceProto

func (*SqlReturnTypeInferenceProto) GetSqlTypeTransformCascadeProto

func (x *SqlReturnTypeInferenceProto) GetSqlTypeTransformCascadeProto() *SqlTypeTransformCascadeProto

func (*SqlReturnTypeInferenceProto) GetTableFunctionReturnTypeInferenceProto

func (x *SqlReturnTypeInferenceProto) GetTableFunctionReturnTypeInferenceProto() *TableFunctionReturnTypeInferenceProto

func (*SqlReturnTypeInferenceProto) ProtoMessage

func (*SqlReturnTypeInferenceProto) ProtoMessage()

func (*SqlReturnTypeInferenceProto) ProtoReflect

func (*SqlReturnTypeInferenceProto) Reset

func (x *SqlReturnTypeInferenceProto) Reset()

func (*SqlReturnTypeInferenceProto) String

func (x *SqlReturnTypeInferenceProto) String() string

type SqlReturnTypeInferenceProto_CursorReturnTypeInferenceProto

type SqlReturnTypeInferenceProto_CursorReturnTypeInferenceProto struct {
	CursorReturnTypeInferenceProto *CursorReturnTypeInferenceProto `protobuf:"bytes,4,opt,name=cursorReturnTypeInferenceProto,proto3,oneof"`
}

type SqlReturnTypeInferenceProto_ExplicitReturnTypeInferenceProto

type SqlReturnTypeInferenceProto_ExplicitReturnTypeInferenceProto struct {
	ExplicitReturnTypeInferenceProto *ExplicitReturnTypeInferenceProto `protobuf:"bytes,3,opt,name=explicitReturnTypeInferenceProto,proto3,oneof"`
}

type SqlReturnTypeInferenceProto_MatchReturnTypeInferenceProto

type SqlReturnTypeInferenceProto_MatchReturnTypeInferenceProto struct {
	MatchReturnTypeInferenceProto *MatchReturnTypeInferenceProto `protobuf:"bytes,6,opt,name=matchReturnTypeInferenceProto,proto3,oneof"`
}

type SqlReturnTypeInferenceProto_OrdinalReturnTypeInferenceProto

type SqlReturnTypeInferenceProto_OrdinalReturnTypeInferenceProto struct {
	OrdinalReturnTypeInferenceProto *OrdinalReturnTypeInferenceProto `protobuf:"bytes,2,opt,name=ordinalReturnTypeInferenceProto,proto3,oneof"`
}

type SqlReturnTypeInferenceProto_SqlReturnTypeInferenceChainProto

type SqlReturnTypeInferenceProto_SqlReturnTypeInferenceChainProto struct {
	SqlReturnTypeInferenceChainProto *SqlReturnTypeInferenceChainProto `protobuf:"bytes,1,opt,name=sqlReturnTypeInferenceChainProto,proto3,oneof"`
}

type SqlReturnTypeInferenceProto_SqlTypeTransformCascadeProto

type SqlReturnTypeInferenceProto_SqlTypeTransformCascadeProto struct {
	SqlTypeTransformCascadeProto *SqlTypeTransformCascadeProto `protobuf:"bytes,5,opt,name=sqlTypeTransformCascadeProto,proto3,oneof"`
}

type SqlReturnTypeInferenceProto_TableFunctionReturnTypeInferenceProto

type SqlReturnTypeInferenceProto_TableFunctionReturnTypeInferenceProto struct {
	TableFunctionReturnTypeInferenceProto *TableFunctionReturnTypeInferenceProto `protobuf:"bytes,7,opt,name=tableFunctionReturnTypeInferenceProto,proto3,oneof"`
}

type SqlRollupOperatorProto

type SqlRollupOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlRollupOperator

func (*SqlRollupOperatorProto) Descriptor deprecated

func (*SqlRollupOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlRollupOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlRollupOperatorProto) GetAllowedSignatures

func (x *SqlRollupOperatorProto) GetAllowedSignatures() string

func (*SqlRollupOperatorProto) GetKind

func (x *SqlRollupOperatorProto) GetKind() SqlKindProto

func (*SqlRollupOperatorProto) GetLeftPrec

func (x *SqlRollupOperatorProto) GetLeftPrec() int32

func (*SqlRollupOperatorProto) GetName

func (x *SqlRollupOperatorProto) GetName() string

func (*SqlRollupOperatorProto) GetOperandTypeChecker

func (x *SqlRollupOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlRollupOperatorProto) GetOperandTypeInference

func (x *SqlRollupOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlRollupOperatorProto) GetReturnTypeInference

func (x *SqlRollupOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlRollupOperatorProto) GetRightPrec

func (x *SqlRollupOperatorProto) GetRightPrec() int32

func (*SqlRollupOperatorProto) ProtoMessage

func (*SqlRollupOperatorProto) ProtoMessage()

func (*SqlRollupOperatorProto) ProtoReflect

func (x *SqlRollupOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlRollupOperatorProto) Reset

func (x *SqlRollupOperatorProto) Reset()

func (*SqlRollupOperatorProto) String

func (x *SqlRollupOperatorProto) String() string

type SqlRowOperatorProto

type SqlRowOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlRowOperator

func (*SqlRowOperatorProto) Descriptor deprecated

func (*SqlRowOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlRowOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlRowOperatorProto) GetAllowedSignatures

func (x *SqlRowOperatorProto) GetAllowedSignatures() string

func (*SqlRowOperatorProto) GetKind

func (x *SqlRowOperatorProto) GetKind() SqlKindProto

func (*SqlRowOperatorProto) GetLeftPrec

func (x *SqlRowOperatorProto) GetLeftPrec() int32

func (*SqlRowOperatorProto) GetName

func (x *SqlRowOperatorProto) GetName() string

func (*SqlRowOperatorProto) GetOperandTypeChecker

func (x *SqlRowOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlRowOperatorProto) GetOperandTypeInference

func (x *SqlRowOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlRowOperatorProto) GetReturnTypeInference

func (x *SqlRowOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlRowOperatorProto) GetRightPrec

func (x *SqlRowOperatorProto) GetRightPrec() int32

func (*SqlRowOperatorProto) ProtoMessage

func (*SqlRowOperatorProto) ProtoMessage()

func (*SqlRowOperatorProto) ProtoReflect

func (x *SqlRowOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlRowOperatorProto) Reset

func (x *SqlRowOperatorProto) Reset()

func (*SqlRowOperatorProto) String

func (x *SqlRowOperatorProto) String() string

type SqlRowTypeNameSpecProto

type SqlRowTypeNameSpecProto struct {
	FieldNames []*SqlIdentifierProto   `protobuf:"bytes,1,rep,name=fieldNames,proto3" json:"fieldNames,omitempty"`
	FieldTypes []*SqlDataTypeSpecProto `protobuf:"bytes,2,rep,name=fieldTypes,proto3" json:"fieldTypes,omitempty"`
	TypeName   *SqlIdentifierProto     `protobuf:"bytes,3,opt,name=typeName,proto3" json:"typeName,omitempty"`
	Pos        *SqlParserPosProto      `protobuf:"bytes,4,opt,name=pos,proto3" json:"pos,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlRowTypeNameSpec

func (*SqlRowTypeNameSpecProto) Descriptor deprecated

func (*SqlRowTypeNameSpecProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlRowTypeNameSpecProto.ProtoReflect.Descriptor instead.

func (*SqlRowTypeNameSpecProto) GetFieldNames

func (x *SqlRowTypeNameSpecProto) GetFieldNames() []*SqlIdentifierProto

func (*SqlRowTypeNameSpecProto) GetFieldTypes

func (x *SqlRowTypeNameSpecProto) GetFieldTypes() []*SqlDataTypeSpecProto

func (*SqlRowTypeNameSpecProto) GetPos

func (*SqlRowTypeNameSpecProto) GetTypeName

func (x *SqlRowTypeNameSpecProto) GetTypeName() *SqlIdentifierProto

func (*SqlRowTypeNameSpecProto) ProtoMessage

func (*SqlRowTypeNameSpecProto) ProtoMessage()

func (*SqlRowTypeNameSpecProto) ProtoReflect

func (x *SqlRowTypeNameSpecProto) ProtoReflect() protoreflect.Message

func (*SqlRowTypeNameSpecProto) Reset

func (x *SqlRowTypeNameSpecProto) Reset()

func (*SqlRowTypeNameSpecProto) String

func (x *SqlRowTypeNameSpecProto) String() string

type SqlSearchOperatorProto

type SqlSearchOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlSearchOperator

func (*SqlSearchOperatorProto) Descriptor deprecated

func (*SqlSearchOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlSearchOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlSearchOperatorProto) GetAllowedSignatures

func (x *SqlSearchOperatorProto) GetAllowedSignatures() string

func (*SqlSearchOperatorProto) GetKind

func (x *SqlSearchOperatorProto) GetKind() SqlKindProto

func (*SqlSearchOperatorProto) GetLeftPrec

func (x *SqlSearchOperatorProto) GetLeftPrec() int32

func (*SqlSearchOperatorProto) GetName

func (x *SqlSearchOperatorProto) GetName() string

func (*SqlSearchOperatorProto) GetOperandTypeChecker

func (x *SqlSearchOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlSearchOperatorProto) GetOperandTypeInference

func (x *SqlSearchOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlSearchOperatorProto) GetReturnTypeInference

func (x *SqlSearchOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlSearchOperatorProto) GetRightPrec

func (x *SqlSearchOperatorProto) GetRightPrec() int32

func (*SqlSearchOperatorProto) ProtoMessage

func (*SqlSearchOperatorProto) ProtoMessage()

func (*SqlSearchOperatorProto) ProtoReflect

func (x *SqlSearchOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlSearchOperatorProto) Reset

func (x *SqlSearchOperatorProto) Reset()

func (*SqlSearchOperatorProto) String

func (x *SqlSearchOperatorProto) String() string

type SqlSelectOperatorProto

type SqlSelectOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlSelectOperator

func (*SqlSelectOperatorProto) Descriptor deprecated

func (*SqlSelectOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlSelectOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlSelectOperatorProto) GetAllowedSignatures

func (x *SqlSelectOperatorProto) GetAllowedSignatures() string

func (*SqlSelectOperatorProto) GetKind

func (x *SqlSelectOperatorProto) GetKind() SqlKindProto

func (*SqlSelectOperatorProto) GetLeftPrec

func (x *SqlSelectOperatorProto) GetLeftPrec() int32

func (*SqlSelectOperatorProto) GetName

func (x *SqlSelectOperatorProto) GetName() string

func (*SqlSelectOperatorProto) GetOperandTypeChecker

func (x *SqlSelectOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlSelectOperatorProto) GetOperandTypeInference

func (x *SqlSelectOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlSelectOperatorProto) GetReturnTypeInference

func (x *SqlSelectOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlSelectOperatorProto) GetRightPrec

func (x *SqlSelectOperatorProto) GetRightPrec() int32

func (*SqlSelectOperatorProto) ProtoMessage

func (*SqlSelectOperatorProto) ProtoMessage()

func (*SqlSelectOperatorProto) ProtoReflect

func (x *SqlSelectOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlSelectOperatorProto) Reset

func (x *SqlSelectOperatorProto) Reset()

func (*SqlSelectOperatorProto) String

func (x *SqlSelectOperatorProto) String() string

type SqlSelectProto

type SqlSelectProto struct {
	KeywordList     *SqlNodeListProto  `protobuf:"bytes,1,opt,name=keywordList,proto3" json:"keywordList,omitempty"`
	SelectList      *SqlNodeListProto  `protobuf:"bytes,2,opt,name=selectList,proto3" json:"selectList,omitempty"`
	From            *SqlNodeProto      `protobuf:"bytes,3,opt,name=from,proto3" json:"from,omitempty"`
	Where           *SqlNodeProto      `protobuf:"bytes,4,opt,name=where,proto3" json:"where,omitempty"`
	GroupBy         *SqlNodeListProto  `protobuf:"bytes,5,opt,name=groupBy,proto3" json:"groupBy,omitempty"`
	Having          *SqlNodeProto      `protobuf:"bytes,6,opt,name=having,proto3" json:"having,omitempty"`
	WindowDecls     *SqlNodeListProto  `protobuf:"bytes,7,opt,name=windowDecls,proto3" json:"windowDecls,omitempty"`
	OrderBy         *SqlNodeListProto  `protobuf:"bytes,8,opt,name=orderBy,proto3" json:"orderBy,omitempty"`
	Offset          *SqlNodeProto      `protobuf:"bytes,9,opt,name=offset,proto3" json:"offset,omitempty"`
	Fetch           *SqlNodeProto      `protobuf:"bytes,10,opt,name=fetch,proto3" json:"fetch,omitempty"`
	Hints           *SqlNodeListProto  `protobuf:"bytes,11,opt,name=hints,proto3" json:"hints,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,12,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,13,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlSelect

func (*SqlSelectProto) Descriptor deprecated

func (*SqlSelectProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlSelectProto.ProtoReflect.Descriptor instead.

func (*SqlSelectProto) GetFetch

func (x *SqlSelectProto) GetFetch() *SqlNodeProto

func (*SqlSelectProto) GetFrom

func (x *SqlSelectProto) GetFrom() *SqlNodeProto

func (*SqlSelectProto) GetGroupBy

func (x *SqlSelectProto) GetGroupBy() *SqlNodeListProto

func (*SqlSelectProto) GetHaving

func (x *SqlSelectProto) GetHaving() *SqlNodeProto

func (*SqlSelectProto) GetHints

func (x *SqlSelectProto) GetHints() *SqlNodeListProto

func (*SqlSelectProto) GetKeywordList

func (x *SqlSelectProto) GetKeywordList() *SqlNodeListProto

func (*SqlSelectProto) GetOffset

func (x *SqlSelectProto) GetOffset() *SqlNodeProto

func (*SqlSelectProto) GetOrderBy

func (x *SqlSelectProto) GetOrderBy() *SqlNodeListProto

func (*SqlSelectProto) GetPos

func (x *SqlSelectProto) GetPos() *SqlParserPosProto

func (*SqlSelectProto) GetSelectList

func (x *SqlSelectProto) GetSelectList() *SqlNodeListProto

func (*SqlSelectProto) GetTypeInformation

func (x *SqlSelectProto) GetTypeInformation() *RelDataTypeProto

func (*SqlSelectProto) GetWhere

func (x *SqlSelectProto) GetWhere() *SqlNodeProto

func (*SqlSelectProto) GetWindowDecls

func (x *SqlSelectProto) GetWindowDecls() *SqlNodeListProto

func (*SqlSelectProto) ProtoMessage

func (*SqlSelectProto) ProtoMessage()

func (*SqlSelectProto) ProtoReflect

func (x *SqlSelectProto) ProtoReflect() protoreflect.Message

func (*SqlSelectProto) Reset

func (x *SqlSelectProto) Reset()

func (*SqlSelectProto) String

func (x *SqlSelectProto) String() string

type SqlSequenceValueOperatorProto

type SqlSequenceValueOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlSequenceValueOperator

func (*SqlSequenceValueOperatorProto) Descriptor deprecated

func (*SqlSequenceValueOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlSequenceValueOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlSequenceValueOperatorProto) GetAllowedSignatures

func (x *SqlSequenceValueOperatorProto) GetAllowedSignatures() string

func (*SqlSequenceValueOperatorProto) GetKind

func (*SqlSequenceValueOperatorProto) GetLeftPrec

func (x *SqlSequenceValueOperatorProto) GetLeftPrec() int32

func (*SqlSequenceValueOperatorProto) GetName

func (*SqlSequenceValueOperatorProto) GetOperandTypeChecker

func (x *SqlSequenceValueOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlSequenceValueOperatorProto) GetOperandTypeInference

func (x *SqlSequenceValueOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlSequenceValueOperatorProto) GetReturnTypeInference

func (x *SqlSequenceValueOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlSequenceValueOperatorProto) GetRightPrec

func (x *SqlSequenceValueOperatorProto) GetRightPrec() int32

func (*SqlSequenceValueOperatorProto) ProtoMessage

func (*SqlSequenceValueOperatorProto) ProtoMessage()

func (*SqlSequenceValueOperatorProto) ProtoReflect

func (*SqlSequenceValueOperatorProto) Reset

func (x *SqlSequenceValueOperatorProto) Reset()

func (*SqlSequenceValueOperatorProto) String

type SqlSessionTableFunctionProto

type SqlSessionTableFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlSessionTableFunction

func (*SqlSessionTableFunctionProto) Descriptor deprecated

func (*SqlSessionTableFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlSessionTableFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlSessionTableFunctionProto) GetAllowedSignatures

func (x *SqlSessionTableFunctionProto) GetAllowedSignatures() string

func (*SqlSessionTableFunctionProto) GetCategory

func (*SqlSessionTableFunctionProto) GetKind

func (*SqlSessionTableFunctionProto) GetLeftPrec

func (x *SqlSessionTableFunctionProto) GetLeftPrec() int32

func (*SqlSessionTableFunctionProto) GetName

func (x *SqlSessionTableFunctionProto) GetName() string

func (*SqlSessionTableFunctionProto) GetOperandTypeChecker

func (x *SqlSessionTableFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlSessionTableFunctionProto) GetOperandTypeInference

func (x *SqlSessionTableFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlSessionTableFunctionProto) GetReturnTypeInference

func (x *SqlSessionTableFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlSessionTableFunctionProto) GetRightPrec

func (x *SqlSessionTableFunctionProto) GetRightPrec() int32

func (*SqlSessionTableFunctionProto) GetSqlIdentifier

func (x *SqlSessionTableFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlSessionTableFunctionProto) ProtoMessage

func (*SqlSessionTableFunctionProto) ProtoMessage()

func (*SqlSessionTableFunctionProto) ProtoReflect

func (*SqlSessionTableFunctionProto) Reset

func (x *SqlSessionTableFunctionProto) Reset()

func (*SqlSessionTableFunctionProto) String

type SqlSetOperatorProto

type SqlSetOperatorProto struct {
	All                  bool                          `protobuf:"varint,1,opt,name=all,proto3" json:"all,omitempty"`
	Name                 string                        `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,3,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,4,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,5,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,6,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,7,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,8,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,9,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlSetOperator

func (*SqlSetOperatorProto) Descriptor deprecated

func (*SqlSetOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlSetOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlSetOperatorProto) GetAll

func (x *SqlSetOperatorProto) GetAll() bool

func (*SqlSetOperatorProto) GetAllowedSignatures

func (x *SqlSetOperatorProto) GetAllowedSignatures() string

func (*SqlSetOperatorProto) GetKind

func (x *SqlSetOperatorProto) GetKind() SqlKindProto

func (*SqlSetOperatorProto) GetLeftPrec

func (x *SqlSetOperatorProto) GetLeftPrec() int32

func (*SqlSetOperatorProto) GetName

func (x *SqlSetOperatorProto) GetName() string

func (*SqlSetOperatorProto) GetOperandTypeChecker

func (x *SqlSetOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlSetOperatorProto) GetOperandTypeInference

func (x *SqlSetOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlSetOperatorProto) GetReturnTypeInference

func (x *SqlSetOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlSetOperatorProto) GetRightPrec

func (x *SqlSetOperatorProto) GetRightPrec() int32

func (*SqlSetOperatorProto) ProtoMessage

func (*SqlSetOperatorProto) ProtoMessage()

func (*SqlSetOperatorProto) ProtoReflect

func (x *SqlSetOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlSetOperatorProto) Reset

func (x *SqlSetOperatorProto) Reset()

func (*SqlSetOperatorProto) String

func (x *SqlSetOperatorProto) String() string

type SqlSetOptionProto

type SqlSetOptionProto struct {
	Name            *SqlIdentifierProto `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value           *SqlNodeProto       `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Scope           string              `protobuf:"bytes,3,opt,name=scope,proto3" json:"scope,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,4,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,5,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlSetOption

func (*SqlSetOptionProto) Descriptor deprecated

func (*SqlSetOptionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlSetOptionProto.ProtoReflect.Descriptor instead.

func (*SqlSetOptionProto) GetName

func (x *SqlSetOptionProto) GetName() *SqlIdentifierProto

func (*SqlSetOptionProto) GetPos

func (x *SqlSetOptionProto) GetPos() *SqlParserPosProto

func (*SqlSetOptionProto) GetScope

func (x *SqlSetOptionProto) GetScope() string

func (*SqlSetOptionProto) GetTypeInformation

func (x *SqlSetOptionProto) GetTypeInformation() *RelDataTypeProto

func (*SqlSetOptionProto) GetValue

func (x *SqlSetOptionProto) GetValue() *SqlNodeProto

func (*SqlSetOptionProto) ProtoMessage

func (*SqlSetOptionProto) ProtoMessage()

func (*SqlSetOptionProto) ProtoReflect

func (x *SqlSetOptionProto) ProtoReflect() protoreflect.Message

func (*SqlSetOptionProto) Reset

func (x *SqlSetOptionProto) Reset()

func (*SqlSetOptionProto) String

func (x *SqlSetOptionProto) String() string

type SqlSingleOperandTypeCheckerProto

type SqlSingleOperandTypeCheckerProto struct {

	// Types that are assignable to SqlSingleOperandTypeCheckerProto:
	//
	//	*SqlSingleOperandTypeCheckerProto_LiteralOperandTypeCheckerProto
	//	*SqlSingleOperandTypeCheckerProto_SameOperandTypeCheckerProto
	//	*SqlSingleOperandTypeCheckerProto_FamilyOperandTypeCheckerProto
	//	*SqlSingleOperandTypeCheckerProto_CompositeSingleOperandTypeCheckerProto
	//	*SqlSingleOperandTypeCheckerProto_SameOperandTypeExceptLastOperandCheckerProto
	//	*SqlSingleOperandTypeCheckerProto_ComparableOperandTypeCheckerProto
	//	*SqlSingleOperandTypeCheckerProto_OperandMetadataImplProto
	SqlSingleOperandTypeCheckerProto isSqlSingleOperandTypeCheckerProto_SqlSingleOperandTypeCheckerProto `protobuf_oneof:"sqlSingleOperandTypeCheckerProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.SqlSingleOperandTypeChecker

func (*SqlSingleOperandTypeCheckerProto) Descriptor deprecated

func (*SqlSingleOperandTypeCheckerProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlSingleOperandTypeCheckerProto.ProtoReflect.Descriptor instead.

func (*SqlSingleOperandTypeCheckerProto) GetComparableOperandTypeCheckerProto

func (x *SqlSingleOperandTypeCheckerProto) GetComparableOperandTypeCheckerProto() *ComparableOperandTypeCheckerProto

func (*SqlSingleOperandTypeCheckerProto) GetCompositeSingleOperandTypeCheckerProto

func (x *SqlSingleOperandTypeCheckerProto) GetCompositeSingleOperandTypeCheckerProto() *CompositeSingleOperandTypeCheckerProto

func (*SqlSingleOperandTypeCheckerProto) GetFamilyOperandTypeCheckerProto

func (x *SqlSingleOperandTypeCheckerProto) GetFamilyOperandTypeCheckerProto() *FamilyOperandTypeCheckerProto

func (*SqlSingleOperandTypeCheckerProto) GetLiteralOperandTypeCheckerProto

func (x *SqlSingleOperandTypeCheckerProto) GetLiteralOperandTypeCheckerProto() *LiteralOperandTypeCheckerProto

func (*SqlSingleOperandTypeCheckerProto) GetOperandMetadataImplProto

func (x *SqlSingleOperandTypeCheckerProto) GetOperandMetadataImplProto() *OperandMetadataImplProto

func (*SqlSingleOperandTypeCheckerProto) GetSameOperandTypeCheckerProto

func (x *SqlSingleOperandTypeCheckerProto) GetSameOperandTypeCheckerProto() *SameOperandTypeCheckerProto

func (*SqlSingleOperandTypeCheckerProto) GetSameOperandTypeExceptLastOperandCheckerProto

func (x *SqlSingleOperandTypeCheckerProto) GetSameOperandTypeExceptLastOperandCheckerProto() *SameOperandTypeExceptLastOperandCheckerProto

func (*SqlSingleOperandTypeCheckerProto) GetSqlSingleOperandTypeCheckerProto

func (m *SqlSingleOperandTypeCheckerProto) GetSqlSingleOperandTypeCheckerProto() isSqlSingleOperandTypeCheckerProto_SqlSingleOperandTypeCheckerProto

func (*SqlSingleOperandTypeCheckerProto) ProtoMessage

func (*SqlSingleOperandTypeCheckerProto) ProtoMessage()

func (*SqlSingleOperandTypeCheckerProto) ProtoReflect

func (*SqlSingleOperandTypeCheckerProto) Reset

func (*SqlSingleOperandTypeCheckerProto) String

type SqlSingleOperandTypeCheckerProto_ComparableOperandTypeCheckerProto

type SqlSingleOperandTypeCheckerProto_ComparableOperandTypeCheckerProto struct {
	ComparableOperandTypeCheckerProto *ComparableOperandTypeCheckerProto `protobuf:"bytes,6,opt,name=comparableOperandTypeCheckerProto,proto3,oneof"`
}

type SqlSingleOperandTypeCheckerProto_CompositeSingleOperandTypeCheckerProto

type SqlSingleOperandTypeCheckerProto_CompositeSingleOperandTypeCheckerProto struct {
	CompositeSingleOperandTypeCheckerProto *CompositeSingleOperandTypeCheckerProto `protobuf:"bytes,4,opt,name=compositeSingleOperandTypeCheckerProto,proto3,oneof"`
}

type SqlSingleOperandTypeCheckerProto_FamilyOperandTypeCheckerProto

type SqlSingleOperandTypeCheckerProto_FamilyOperandTypeCheckerProto struct {
	FamilyOperandTypeCheckerProto *FamilyOperandTypeCheckerProto `protobuf:"bytes,3,opt,name=familyOperandTypeCheckerProto,proto3,oneof"`
}

type SqlSingleOperandTypeCheckerProto_LiteralOperandTypeCheckerProto

type SqlSingleOperandTypeCheckerProto_LiteralOperandTypeCheckerProto struct {
	LiteralOperandTypeCheckerProto *LiteralOperandTypeCheckerProto `protobuf:"bytes,1,opt,name=literalOperandTypeCheckerProto,proto3,oneof"`
}

type SqlSingleOperandTypeCheckerProto_OperandMetadataImplProto

type SqlSingleOperandTypeCheckerProto_OperandMetadataImplProto struct {
	OperandMetadataImplProto *OperandMetadataImplProto `protobuf:"bytes,7,opt,name=operandMetadataImplProto,proto3,oneof"`
}

type SqlSingleOperandTypeCheckerProto_SameOperandTypeCheckerProto

type SqlSingleOperandTypeCheckerProto_SameOperandTypeCheckerProto struct {
	SameOperandTypeCheckerProto *SameOperandTypeCheckerProto `protobuf:"bytes,2,opt,name=sameOperandTypeCheckerProto,proto3,oneof"`
}

type SqlSingleOperandTypeCheckerProto_SameOperandTypeExceptLastOperandCheckerProto

type SqlSingleOperandTypeCheckerProto_SameOperandTypeExceptLastOperandCheckerProto struct {
	SameOperandTypeExceptLastOperandCheckerProto *SameOperandTypeExceptLastOperandCheckerProto `protobuf:"bytes,5,opt,name=sameOperandTypeExceptLastOperandCheckerProto,proto3,oneof"`
}

type SqlSingleValueAggFunctionProto

type SqlSingleValueAggFunctionProto struct {
	Type                 *RelDataTypeProto             `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	RequiresOrder        bool                          `protobuf:"varint,2,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,3,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,4,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,5,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,6,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,8,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,9,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,10,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,11,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,12,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,13,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,14,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlSingleValueAggFunction

func (*SqlSingleValueAggFunctionProto) Descriptor deprecated

func (*SqlSingleValueAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlSingleValueAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlSingleValueAggFunctionProto) GetAllowedSignatures

func (x *SqlSingleValueAggFunctionProto) GetAllowedSignatures() string

func (*SqlSingleValueAggFunctionProto) GetCategory

func (*SqlSingleValueAggFunctionProto) GetKind

func (*SqlSingleValueAggFunctionProto) GetLeftPrec

func (x *SqlSingleValueAggFunctionProto) GetLeftPrec() int32

func (*SqlSingleValueAggFunctionProto) GetName

func (*SqlSingleValueAggFunctionProto) GetOperandTypeChecker

func (x *SqlSingleValueAggFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlSingleValueAggFunctionProto) GetOperandTypeInference

func (x *SqlSingleValueAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlSingleValueAggFunctionProto) GetRequiresGroupOrder

func (x *SqlSingleValueAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlSingleValueAggFunctionProto) GetRequiresOrder

func (x *SqlSingleValueAggFunctionProto) GetRequiresOrder() bool

func (*SqlSingleValueAggFunctionProto) GetRequiresOver

func (x *SqlSingleValueAggFunctionProto) GetRequiresOver() bool

func (*SqlSingleValueAggFunctionProto) GetReturnTypeInference

func (x *SqlSingleValueAggFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlSingleValueAggFunctionProto) GetRightPrec

func (x *SqlSingleValueAggFunctionProto) GetRightPrec() int32

func (*SqlSingleValueAggFunctionProto) GetSqlIdentifier

func (x *SqlSingleValueAggFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlSingleValueAggFunctionProto) GetType

func (*SqlSingleValueAggFunctionProto) ProtoMessage

func (*SqlSingleValueAggFunctionProto) ProtoMessage()

func (*SqlSingleValueAggFunctionProto) ProtoReflect

func (*SqlSingleValueAggFunctionProto) Reset

func (x *SqlSingleValueAggFunctionProto) Reset()

func (*SqlSingleValueAggFunctionProto) String

type SqlSnapshotProto

type SqlSnapshotProto struct {
	TableRef        *SqlNodeProto      `protobuf:"bytes,1,opt,name=tableRef,proto3" json:"tableRef,omitempty"`
	Period          *SqlNodeProto      `protobuf:"bytes,2,opt,name=period,proto3" json:"period,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,3,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,4,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlSnapshot

func (*SqlSnapshotProto) Descriptor deprecated

func (*SqlSnapshotProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlSnapshotProto.ProtoReflect.Descriptor instead.

func (*SqlSnapshotProto) GetPeriod

func (x *SqlSnapshotProto) GetPeriod() *SqlNodeProto

func (*SqlSnapshotProto) GetPos

func (x *SqlSnapshotProto) GetPos() *SqlParserPosProto

func (*SqlSnapshotProto) GetTableRef

func (x *SqlSnapshotProto) GetTableRef() *SqlNodeProto

func (*SqlSnapshotProto) GetTypeInformation

func (x *SqlSnapshotProto) GetTypeInformation() *RelDataTypeProto

func (*SqlSnapshotProto) ProtoMessage

func (*SqlSnapshotProto) ProtoMessage()

func (*SqlSnapshotProto) ProtoReflect

func (x *SqlSnapshotProto) ProtoReflect() protoreflect.Message

func (*SqlSnapshotProto) Reset

func (x *SqlSnapshotProto) Reset()

func (*SqlSnapshotProto) String

func (x *SqlSnapshotProto) String() string

type SqlSpecialOperatorProto

type SqlSpecialOperatorProto struct {

	// Types that are assignable to SqlSpecialOperatorProto:
	//
	//	*SqlSpecialOperatorProto_SqlLateralOperatorProto
	//	*SqlSpecialOperatorProto_SqlMultisetValueConstructorProto
	//	*SqlSpecialOperatorProto_SqlDefaultOperatorProto
	//	*SqlSpecialOperatorProto_SqlLiteralChainOperatorProto
	//	*SqlSpecialOperatorProto_SqlDatetimePlusOperatorProto
	//	*SqlSpecialOperatorProto_SqlSequenceValueOperatorProto
	//	*SqlSpecialOperatorProto_SqlFunctionalOperatorProto
	//	*SqlSpecialOperatorProto_SqlLikeOperatorProto
	//	*SqlSpecialOperatorProto_SqlInternalOperatorProto
	//	*SqlSpecialOperatorProto_SqlDotOperatorProto
	//	*SqlSpecialOperatorProto_SqlThrowOperatorProto
	//	*SqlSpecialOperatorProto_SqlItemOperatorProto
	//	*SqlSpecialOperatorProto_SqlInfixOperatorProto
	//	*SqlSpecialOperatorProto_SqlAsOperatorProto
	//	*SqlSpecialOperatorProto_SqlValuesOperatorProto
	//	*SqlSpecialOperatorProto_SqlColumnListConstructorProto
	//	*SqlSpecialOperatorProto_SqlMultisetQueryConstructorProto
	//	*SqlSpecialOperatorProto_SqlCursorConstructorProto
	//	*SqlSpecialOperatorProto_SqlRowOperatorProto
	//	*SqlSpecialOperatorProto_SqlDatetimeSubtractionOperatorProto
	//	*SqlSpecialOperatorProto_SqlNullTreatmentOperatorProto
	//	*SqlSpecialOperatorProto_SqlArrayValueConstructorProto
	//	*SqlSpecialOperatorProto_SqlMapValueConstructorProto
	//	*SqlSpecialOperatorProto_SqlCollectionTableOperatorProto
	//	*SqlSpecialOperatorProto_SqlUnnestOperatorProto
	//	*SqlSpecialOperatorProto_SqlExtendOperatorProto
	//	*SqlSpecialOperatorProto_SqlRollupOperatorProto
	//	*SqlSpecialOperatorProto_SqlIntervalOperatorProto
	//	*SqlSpecialOperatorProto_SqlSearchOperatorProto
	//	*SqlSpecialOperatorProto_SqlBetweenOperatorProto
	//	*SqlSpecialOperatorProto_SqlArgumentAssignmentOperatorProto
	//	*SqlSpecialOperatorProto_SqlArrayQueryConstructorProto
	//	*SqlSpecialOperatorProto_SqlMapQueryConstructorProto
	SqlSpecialOperatorProto isSqlSpecialOperatorProto_SqlSpecialOperatorProto `protobuf_oneof:"sqlSpecialOperatorProto"`
	Name                    string                                            `protobuf:"bytes,34,opt,name=name,proto3" json:"name,omitempty"`
	Kind                    SqlKindProto                                      `protobuf:"varint,35,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec                int32                                             `protobuf:"zigzag32,36,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec               int32                                             `protobuf:"zigzag32,37,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference     *SqlReturnTypeInferenceProto                      `protobuf:"bytes,38,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference    *SqlOperandTypeInferenceProto                     `protobuf:"bytes,39,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker      *SqlOperandTypeCheckerProto                       `protobuf:"bytes,40,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures       string                                            `protobuf:"bytes,41,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlSpecialOperator

func (*SqlSpecialOperatorProto) Descriptor deprecated

func (*SqlSpecialOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlSpecialOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlSpecialOperatorProto) GetAllowedSignatures

func (x *SqlSpecialOperatorProto) GetAllowedSignatures() string

func (*SqlSpecialOperatorProto) GetKind

func (*SqlSpecialOperatorProto) GetLeftPrec

func (x *SqlSpecialOperatorProto) GetLeftPrec() int32

func (*SqlSpecialOperatorProto) GetName

func (x *SqlSpecialOperatorProto) GetName() string

func (*SqlSpecialOperatorProto) GetOperandTypeChecker

func (x *SqlSpecialOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlSpecialOperatorProto) GetOperandTypeInference

func (x *SqlSpecialOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlSpecialOperatorProto) GetReturnTypeInference

func (x *SqlSpecialOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlSpecialOperatorProto) GetRightPrec

func (x *SqlSpecialOperatorProto) GetRightPrec() int32

func (*SqlSpecialOperatorProto) GetSqlArgumentAssignmentOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlArgumentAssignmentOperatorProto() *SqlArgumentAssignmentOperatorProto

func (*SqlSpecialOperatorProto) GetSqlArrayQueryConstructorProto

func (x *SqlSpecialOperatorProto) GetSqlArrayQueryConstructorProto() *SqlArrayQueryConstructorProto

func (*SqlSpecialOperatorProto) GetSqlArrayValueConstructorProto

func (x *SqlSpecialOperatorProto) GetSqlArrayValueConstructorProto() *SqlArrayValueConstructorProto

func (*SqlSpecialOperatorProto) GetSqlAsOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlAsOperatorProto() *SqlAsOperatorProto

func (*SqlSpecialOperatorProto) GetSqlBetweenOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlBetweenOperatorProto() *SqlBetweenOperatorProto

func (*SqlSpecialOperatorProto) GetSqlCollectionTableOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlCollectionTableOperatorProto() *SqlCollectionTableOperatorProto

func (*SqlSpecialOperatorProto) GetSqlColumnListConstructorProto

func (x *SqlSpecialOperatorProto) GetSqlColumnListConstructorProto() *SqlColumnListConstructorProto

func (*SqlSpecialOperatorProto) GetSqlCursorConstructorProto

func (x *SqlSpecialOperatorProto) GetSqlCursorConstructorProto() *SqlCursorConstructorProto

func (*SqlSpecialOperatorProto) GetSqlDatetimePlusOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlDatetimePlusOperatorProto() *SqlDatetimePlusOperatorProto

func (*SqlSpecialOperatorProto) GetSqlDatetimeSubtractionOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlDatetimeSubtractionOperatorProto() *SqlDatetimeSubtractionOperatorProto

func (*SqlSpecialOperatorProto) GetSqlDefaultOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlDefaultOperatorProto() *SqlDefaultOperatorProto

func (*SqlSpecialOperatorProto) GetSqlDotOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlDotOperatorProto() *SqlDotOperatorProto

func (*SqlSpecialOperatorProto) GetSqlExtendOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlExtendOperatorProto() *SqlExtendOperatorProto

func (*SqlSpecialOperatorProto) GetSqlFunctionalOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlFunctionalOperatorProto() *SqlFunctionalOperatorProto

func (*SqlSpecialOperatorProto) GetSqlInfixOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlInfixOperatorProto() *SqlInfixOperatorProto

func (*SqlSpecialOperatorProto) GetSqlInternalOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlInternalOperatorProto() *SqlInternalOperatorProto

func (*SqlSpecialOperatorProto) GetSqlIntervalOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlIntervalOperatorProto() *SqlIntervalOperatorProto

func (*SqlSpecialOperatorProto) GetSqlItemOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlItemOperatorProto() *SqlItemOperatorProto

func (*SqlSpecialOperatorProto) GetSqlLateralOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlLateralOperatorProto() *SqlLateralOperatorProto

func (*SqlSpecialOperatorProto) GetSqlLikeOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlLikeOperatorProto() *SqlLikeOperatorProto

func (*SqlSpecialOperatorProto) GetSqlLiteralChainOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlLiteralChainOperatorProto() *SqlLiteralChainOperatorProto

func (*SqlSpecialOperatorProto) GetSqlMapQueryConstructorProto

func (x *SqlSpecialOperatorProto) GetSqlMapQueryConstructorProto() *SqlMapQueryConstructorProto

func (*SqlSpecialOperatorProto) GetSqlMapValueConstructorProto

func (x *SqlSpecialOperatorProto) GetSqlMapValueConstructorProto() *SqlMapValueConstructorProto

func (*SqlSpecialOperatorProto) GetSqlMultisetQueryConstructorProto

func (x *SqlSpecialOperatorProto) GetSqlMultisetQueryConstructorProto() *SqlMultisetQueryConstructorProto

func (*SqlSpecialOperatorProto) GetSqlMultisetValueConstructorProto

func (x *SqlSpecialOperatorProto) GetSqlMultisetValueConstructorProto() *SqlMultisetValueConstructorProto

func (*SqlSpecialOperatorProto) GetSqlNullTreatmentOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlNullTreatmentOperatorProto() *SqlNullTreatmentOperatorProto

func (*SqlSpecialOperatorProto) GetSqlRollupOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlRollupOperatorProto() *SqlRollupOperatorProto

func (*SqlSpecialOperatorProto) GetSqlRowOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlRowOperatorProto() *SqlRowOperatorProto

func (*SqlSpecialOperatorProto) GetSqlSearchOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlSearchOperatorProto() *SqlSearchOperatorProto

func (*SqlSpecialOperatorProto) GetSqlSequenceValueOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlSequenceValueOperatorProto() *SqlSequenceValueOperatorProto

func (*SqlSpecialOperatorProto) GetSqlSpecialOperatorProto

func (m *SqlSpecialOperatorProto) GetSqlSpecialOperatorProto() isSqlSpecialOperatorProto_SqlSpecialOperatorProto

func (*SqlSpecialOperatorProto) GetSqlThrowOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlThrowOperatorProto() *SqlThrowOperatorProto

func (*SqlSpecialOperatorProto) GetSqlUnnestOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlUnnestOperatorProto() *SqlUnnestOperatorProto

func (*SqlSpecialOperatorProto) GetSqlValuesOperatorProto

func (x *SqlSpecialOperatorProto) GetSqlValuesOperatorProto() *SqlValuesOperatorProto

func (*SqlSpecialOperatorProto) ProtoMessage

func (*SqlSpecialOperatorProto) ProtoMessage()

func (*SqlSpecialOperatorProto) ProtoReflect

func (x *SqlSpecialOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlSpecialOperatorProto) Reset

func (x *SqlSpecialOperatorProto) Reset()

func (*SqlSpecialOperatorProto) String

func (x *SqlSpecialOperatorProto) String() string

type SqlSpecialOperatorProto_SqlArgumentAssignmentOperatorProto

type SqlSpecialOperatorProto_SqlArgumentAssignmentOperatorProto struct {
	SqlArgumentAssignmentOperatorProto *SqlArgumentAssignmentOperatorProto `protobuf:"bytes,31,opt,name=sqlArgumentAssignmentOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlArrayQueryConstructorProto

type SqlSpecialOperatorProto_SqlArrayQueryConstructorProto struct {
	SqlArrayQueryConstructorProto *SqlArrayQueryConstructorProto `protobuf:"bytes,32,opt,name=sqlArrayQueryConstructorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlArrayValueConstructorProto

type SqlSpecialOperatorProto_SqlArrayValueConstructorProto struct {
	SqlArrayValueConstructorProto *SqlArrayValueConstructorProto `protobuf:"bytes,22,opt,name=sqlArrayValueConstructorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlAsOperatorProto

type SqlSpecialOperatorProto_SqlAsOperatorProto struct {
	SqlAsOperatorProto *SqlAsOperatorProto `protobuf:"bytes,14,opt,name=sqlAsOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlBetweenOperatorProto

type SqlSpecialOperatorProto_SqlBetweenOperatorProto struct {
	SqlBetweenOperatorProto *SqlBetweenOperatorProto `protobuf:"bytes,30,opt,name=sqlBetweenOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlCollectionTableOperatorProto

type SqlSpecialOperatorProto_SqlCollectionTableOperatorProto struct {
	SqlCollectionTableOperatorProto *SqlCollectionTableOperatorProto `protobuf:"bytes,24,opt,name=sqlCollectionTableOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlColumnListConstructorProto

type SqlSpecialOperatorProto_SqlColumnListConstructorProto struct {
	SqlColumnListConstructorProto *SqlColumnListConstructorProto `protobuf:"bytes,16,opt,name=sqlColumnListConstructorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlCursorConstructorProto

type SqlSpecialOperatorProto_SqlCursorConstructorProto struct {
	SqlCursorConstructorProto *SqlCursorConstructorProto `protobuf:"bytes,18,opt,name=sqlCursorConstructorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlDatetimePlusOperatorProto

type SqlSpecialOperatorProto_SqlDatetimePlusOperatorProto struct {
	SqlDatetimePlusOperatorProto *SqlDatetimePlusOperatorProto `protobuf:"bytes,5,opt,name=sqlDatetimePlusOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlDatetimeSubtractionOperatorProto

type SqlSpecialOperatorProto_SqlDatetimeSubtractionOperatorProto struct {
	SqlDatetimeSubtractionOperatorProto *SqlDatetimeSubtractionOperatorProto `protobuf:"bytes,20,opt,name=sqlDatetimeSubtractionOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlDefaultOperatorProto

type SqlSpecialOperatorProto_SqlDefaultOperatorProto struct {
	SqlDefaultOperatorProto *SqlDefaultOperatorProto `protobuf:"bytes,3,opt,name=sqlDefaultOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlDotOperatorProto

type SqlSpecialOperatorProto_SqlDotOperatorProto struct {
	SqlDotOperatorProto *SqlDotOperatorProto `protobuf:"bytes,10,opt,name=sqlDotOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlExtendOperatorProto

type SqlSpecialOperatorProto_SqlExtendOperatorProto struct {
	SqlExtendOperatorProto *SqlExtendOperatorProto `protobuf:"bytes,26,opt,name=sqlExtendOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlFunctionalOperatorProto

type SqlSpecialOperatorProto_SqlFunctionalOperatorProto struct {
	SqlFunctionalOperatorProto *SqlFunctionalOperatorProto `protobuf:"bytes,7,opt,name=sqlFunctionalOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlInfixOperatorProto

type SqlSpecialOperatorProto_SqlInfixOperatorProto struct {
	SqlInfixOperatorProto *SqlInfixOperatorProto `protobuf:"bytes,13,opt,name=sqlInfixOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlInternalOperatorProto

type SqlSpecialOperatorProto_SqlInternalOperatorProto struct {
	SqlInternalOperatorProto *SqlInternalOperatorProto `protobuf:"bytes,9,opt,name=sqlInternalOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlIntervalOperatorProto

type SqlSpecialOperatorProto_SqlIntervalOperatorProto struct {
	SqlIntervalOperatorProto *SqlIntervalOperatorProto `protobuf:"bytes,28,opt,name=sqlIntervalOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlItemOperatorProto

type SqlSpecialOperatorProto_SqlItemOperatorProto struct {
	SqlItemOperatorProto *SqlItemOperatorProto `protobuf:"bytes,12,opt,name=sqlItemOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlLateralOperatorProto

type SqlSpecialOperatorProto_SqlLateralOperatorProto struct {
	SqlLateralOperatorProto *SqlLateralOperatorProto `protobuf:"bytes,1,opt,name=sqlLateralOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlLikeOperatorProto

type SqlSpecialOperatorProto_SqlLikeOperatorProto struct {
	SqlLikeOperatorProto *SqlLikeOperatorProto `protobuf:"bytes,8,opt,name=sqlLikeOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlLiteralChainOperatorProto

type SqlSpecialOperatorProto_SqlLiteralChainOperatorProto struct {
	SqlLiteralChainOperatorProto *SqlLiteralChainOperatorProto `protobuf:"bytes,4,opt,name=sqlLiteralChainOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlMapQueryConstructorProto

type SqlSpecialOperatorProto_SqlMapQueryConstructorProto struct {
	SqlMapQueryConstructorProto *SqlMapQueryConstructorProto `protobuf:"bytes,33,opt,name=sqlMapQueryConstructorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlMapValueConstructorProto

type SqlSpecialOperatorProto_SqlMapValueConstructorProto struct {
	SqlMapValueConstructorProto *SqlMapValueConstructorProto `protobuf:"bytes,23,opt,name=sqlMapValueConstructorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlMultisetQueryConstructorProto

type SqlSpecialOperatorProto_SqlMultisetQueryConstructorProto struct {
	SqlMultisetQueryConstructorProto *SqlMultisetQueryConstructorProto `protobuf:"bytes,17,opt,name=sqlMultisetQueryConstructorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlMultisetValueConstructorProto

type SqlSpecialOperatorProto_SqlMultisetValueConstructorProto struct {
	SqlMultisetValueConstructorProto *SqlMultisetValueConstructorProto `protobuf:"bytes,2,opt,name=sqlMultisetValueConstructorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlNullTreatmentOperatorProto

type SqlSpecialOperatorProto_SqlNullTreatmentOperatorProto struct {
	SqlNullTreatmentOperatorProto *SqlNullTreatmentOperatorProto `protobuf:"bytes,21,opt,name=sqlNullTreatmentOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlRollupOperatorProto

type SqlSpecialOperatorProto_SqlRollupOperatorProto struct {
	SqlRollupOperatorProto *SqlRollupOperatorProto `protobuf:"bytes,27,opt,name=sqlRollupOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlRowOperatorProto

type SqlSpecialOperatorProto_SqlRowOperatorProto struct {
	SqlRowOperatorProto *SqlRowOperatorProto `protobuf:"bytes,19,opt,name=sqlRowOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlSearchOperatorProto

type SqlSpecialOperatorProto_SqlSearchOperatorProto struct {
	SqlSearchOperatorProto *SqlSearchOperatorProto `protobuf:"bytes,29,opt,name=sqlSearchOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlSequenceValueOperatorProto

type SqlSpecialOperatorProto_SqlSequenceValueOperatorProto struct {
	SqlSequenceValueOperatorProto *SqlSequenceValueOperatorProto `protobuf:"bytes,6,opt,name=sqlSequenceValueOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlThrowOperatorProto

type SqlSpecialOperatorProto_SqlThrowOperatorProto struct {
	SqlThrowOperatorProto *SqlThrowOperatorProto `protobuf:"bytes,11,opt,name=sqlThrowOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlUnnestOperatorProto

type SqlSpecialOperatorProto_SqlUnnestOperatorProto struct {
	SqlUnnestOperatorProto *SqlUnnestOperatorProto `protobuf:"bytes,25,opt,name=sqlUnnestOperatorProto,proto3,oneof"`
}

type SqlSpecialOperatorProto_SqlValuesOperatorProto

type SqlSpecialOperatorProto_SqlValuesOperatorProto struct {
	SqlValuesOperatorProto *SqlValuesOperatorProto `protobuf:"bytes,15,opt,name=sqlValuesOperatorProto,proto3,oneof"`
}

type SqlStringContextVariableProto

type SqlStringContextVariableProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlStringContextVariable

func (*SqlStringContextVariableProto) Descriptor deprecated

func (*SqlStringContextVariableProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlStringContextVariableProto.ProtoReflect.Descriptor instead.

func (*SqlStringContextVariableProto) GetAllowedSignatures

func (x *SqlStringContextVariableProto) GetAllowedSignatures() string

func (*SqlStringContextVariableProto) GetCategory

func (*SqlStringContextVariableProto) GetKind

func (*SqlStringContextVariableProto) GetLeftPrec

func (x *SqlStringContextVariableProto) GetLeftPrec() int32

func (*SqlStringContextVariableProto) GetName

func (*SqlStringContextVariableProto) GetOperandTypeChecker

func (x *SqlStringContextVariableProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlStringContextVariableProto) GetOperandTypeInference

func (x *SqlStringContextVariableProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlStringContextVariableProto) GetReturnTypeInference

func (x *SqlStringContextVariableProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlStringContextVariableProto) GetRightPrec

func (x *SqlStringContextVariableProto) GetRightPrec() int32

func (*SqlStringContextVariableProto) GetSqlIdentifier

func (x *SqlStringContextVariableProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlStringContextVariableProto) ProtoMessage

func (*SqlStringContextVariableProto) ProtoMessage()

func (*SqlStringContextVariableProto) ProtoReflect

func (*SqlStringContextVariableProto) Reset

func (x *SqlStringContextVariableProto) Reset()

func (*SqlStringContextVariableProto) String

type SqlSubstringFunctionProto

type SqlSubstringFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlSubstringFunction

func (*SqlSubstringFunctionProto) Descriptor deprecated

func (*SqlSubstringFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlSubstringFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlSubstringFunctionProto) GetAllowedSignatures

func (x *SqlSubstringFunctionProto) GetAllowedSignatures() string

func (*SqlSubstringFunctionProto) GetCategory

func (*SqlSubstringFunctionProto) GetKind

func (*SqlSubstringFunctionProto) GetLeftPrec

func (x *SqlSubstringFunctionProto) GetLeftPrec() int32

func (*SqlSubstringFunctionProto) GetName

func (x *SqlSubstringFunctionProto) GetName() string

func (*SqlSubstringFunctionProto) GetOperandTypeChecker

func (x *SqlSubstringFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlSubstringFunctionProto) GetOperandTypeInference

func (x *SqlSubstringFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlSubstringFunctionProto) GetReturnTypeInference

func (x *SqlSubstringFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlSubstringFunctionProto) GetRightPrec

func (x *SqlSubstringFunctionProto) GetRightPrec() int32

func (*SqlSubstringFunctionProto) GetSqlIdentifier

func (x *SqlSubstringFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlSubstringFunctionProto) ProtoMessage

func (*SqlSubstringFunctionProto) ProtoMessage()

func (*SqlSubstringFunctionProto) ProtoReflect

func (*SqlSubstringFunctionProto) Reset

func (x *SqlSubstringFunctionProto) Reset()

func (*SqlSubstringFunctionProto) String

func (x *SqlSubstringFunctionProto) String() string

type SqlSumAggFunctionProto

type SqlSumAggFunctionProto struct {
	Type                 *RelDataTypeProto             `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	RequiresOrder        bool                          `protobuf:"varint,2,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,3,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,4,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,5,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,6,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,8,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,9,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,10,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,11,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,12,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,13,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,14,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlSumAggFunction

func (*SqlSumAggFunctionProto) Descriptor deprecated

func (*SqlSumAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlSumAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlSumAggFunctionProto) GetAllowedSignatures

func (x *SqlSumAggFunctionProto) GetAllowedSignatures() string

func (*SqlSumAggFunctionProto) GetCategory

func (*SqlSumAggFunctionProto) GetKind

func (x *SqlSumAggFunctionProto) GetKind() SqlKindProto

func (*SqlSumAggFunctionProto) GetLeftPrec

func (x *SqlSumAggFunctionProto) GetLeftPrec() int32

func (*SqlSumAggFunctionProto) GetName

func (x *SqlSumAggFunctionProto) GetName() string

func (*SqlSumAggFunctionProto) GetOperandTypeChecker

func (x *SqlSumAggFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlSumAggFunctionProto) GetOperandTypeInference

func (x *SqlSumAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlSumAggFunctionProto) GetRequiresGroupOrder

func (x *SqlSumAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlSumAggFunctionProto) GetRequiresOrder

func (x *SqlSumAggFunctionProto) GetRequiresOrder() bool

func (*SqlSumAggFunctionProto) GetRequiresOver

func (x *SqlSumAggFunctionProto) GetRequiresOver() bool

func (*SqlSumAggFunctionProto) GetReturnTypeInference

func (x *SqlSumAggFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlSumAggFunctionProto) GetRightPrec

func (x *SqlSumAggFunctionProto) GetRightPrec() int32

func (*SqlSumAggFunctionProto) GetSqlIdentifier

func (x *SqlSumAggFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlSumAggFunctionProto) GetType

func (*SqlSumAggFunctionProto) ProtoMessage

func (*SqlSumAggFunctionProto) ProtoMessage()

func (*SqlSumAggFunctionProto) ProtoReflect

func (x *SqlSumAggFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlSumAggFunctionProto) Reset

func (x *SqlSumAggFunctionProto) Reset()

func (*SqlSumAggFunctionProto) String

func (x *SqlSumAggFunctionProto) String() string

type SqlSumEmptyIsZeroAggFunctionProto

type SqlSumEmptyIsZeroAggFunctionProto struct {
	RequiresOrder        bool                          `protobuf:"varint,1,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,2,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,3,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,4,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,5,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,7,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,8,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,9,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,10,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,11,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,12,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,13,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlSumEmptyIsZeroAggFunction

func (*SqlSumEmptyIsZeroAggFunctionProto) Descriptor deprecated

func (*SqlSumEmptyIsZeroAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlSumEmptyIsZeroAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlSumEmptyIsZeroAggFunctionProto) GetAllowedSignatures

func (x *SqlSumEmptyIsZeroAggFunctionProto) GetAllowedSignatures() string

func (*SqlSumEmptyIsZeroAggFunctionProto) GetCategory

func (*SqlSumEmptyIsZeroAggFunctionProto) GetKind

func (*SqlSumEmptyIsZeroAggFunctionProto) GetLeftPrec

func (x *SqlSumEmptyIsZeroAggFunctionProto) GetLeftPrec() int32

func (*SqlSumEmptyIsZeroAggFunctionProto) GetName

func (*SqlSumEmptyIsZeroAggFunctionProto) GetOperandTypeChecker

func (*SqlSumEmptyIsZeroAggFunctionProto) GetOperandTypeInference

func (*SqlSumEmptyIsZeroAggFunctionProto) GetRequiresGroupOrder

func (x *SqlSumEmptyIsZeroAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlSumEmptyIsZeroAggFunctionProto) GetRequiresOrder

func (x *SqlSumEmptyIsZeroAggFunctionProto) GetRequiresOrder() bool

func (*SqlSumEmptyIsZeroAggFunctionProto) GetRequiresOver

func (x *SqlSumEmptyIsZeroAggFunctionProto) GetRequiresOver() bool

func (*SqlSumEmptyIsZeroAggFunctionProto) GetReturnTypeInference

func (*SqlSumEmptyIsZeroAggFunctionProto) GetRightPrec

func (x *SqlSumEmptyIsZeroAggFunctionProto) GetRightPrec() int32

func (*SqlSumEmptyIsZeroAggFunctionProto) GetSqlIdentifier

func (*SqlSumEmptyIsZeroAggFunctionProto) ProtoMessage

func (*SqlSumEmptyIsZeroAggFunctionProto) ProtoMessage()

func (*SqlSumEmptyIsZeroAggFunctionProto) ProtoReflect

func (*SqlSumEmptyIsZeroAggFunctionProto) Reset

func (*SqlSumEmptyIsZeroAggFunctionProto) String

type SqlSyntaxProto

type SqlSyntaxProto int32
const (
	SqlSyntaxProto_SqlSyntaxProto_FUNCTION_         SqlSyntaxProto = 0
	SqlSyntaxProto_SqlSyntaxProto_FUNCTION_STAR_    SqlSyntaxProto = 1
	SqlSyntaxProto_SqlSyntaxProto_ORDERED_FUNCTION_ SqlSyntaxProto = 2
	SqlSyntaxProto_SqlSyntaxProto_BINARY_           SqlSyntaxProto = 3
	SqlSyntaxProto_SqlSyntaxProto_PREFIX_           SqlSyntaxProto = 4
	SqlSyntaxProto_SqlSyntaxProto_POSTFIX_          SqlSyntaxProto = 5
	SqlSyntaxProto_SqlSyntaxProto_SPECIAL_          SqlSyntaxProto = 6
	SqlSyntaxProto_SqlSyntaxProto_FUNCTION_ID_      SqlSyntaxProto = 7
	SqlSyntaxProto_SqlSyntaxProto_INTERNAL_         SqlSyntaxProto = 8
)

func (SqlSyntaxProto) Descriptor

func (SqlSyntaxProto) Enum

func (x SqlSyntaxProto) Enum() *SqlSyntaxProto

func (SqlSyntaxProto) EnumDescriptor deprecated

func (SqlSyntaxProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use SqlSyntaxProto.Descriptor instead.

func (SqlSyntaxProto) Number

func (SqlSyntaxProto) String

func (x SqlSyntaxProto) String() string

func (SqlSyntaxProto) Type

type SqlTableRefProto

type SqlTableRefProto struct {
	TableName       *SqlIdentifierProto `protobuf:"bytes,1,opt,name=tableName,proto3" json:"tableName,omitempty"`
	Hints           *SqlNodeListProto   `protobuf:"bytes,2,opt,name=hints,proto3" json:"hints,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,3,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,4,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlTableRef

func (*SqlTableRefProto) Descriptor deprecated

func (*SqlTableRefProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlTableRefProto.ProtoReflect.Descriptor instead.

func (*SqlTableRefProto) GetHints

func (x *SqlTableRefProto) GetHints() *SqlNodeListProto

func (*SqlTableRefProto) GetPos

func (x *SqlTableRefProto) GetPos() *SqlParserPosProto

func (*SqlTableRefProto) GetTableName

func (x *SqlTableRefProto) GetTableName() *SqlIdentifierProto

func (*SqlTableRefProto) GetTypeInformation

func (x *SqlTableRefProto) GetTypeInformation() *RelDataTypeProto

func (*SqlTableRefProto) ProtoMessage

func (*SqlTableRefProto) ProtoMessage()

func (*SqlTableRefProto) ProtoReflect

func (x *SqlTableRefProto) ProtoReflect() protoreflect.Message

func (*SqlTableRefProto) Reset

func (x *SqlTableRefProto) Reset()

func (*SqlTableRefProto) String

func (x *SqlTableRefProto) String() string

type SqlThrowOperatorProto

type SqlThrowOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlThrowOperator

func (*SqlThrowOperatorProto) Descriptor deprecated

func (*SqlThrowOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlThrowOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlThrowOperatorProto) GetAllowedSignatures

func (x *SqlThrowOperatorProto) GetAllowedSignatures() string

func (*SqlThrowOperatorProto) GetKind

func (x *SqlThrowOperatorProto) GetKind() SqlKindProto

func (*SqlThrowOperatorProto) GetLeftPrec

func (x *SqlThrowOperatorProto) GetLeftPrec() int32

func (*SqlThrowOperatorProto) GetName

func (x *SqlThrowOperatorProto) GetName() string

func (*SqlThrowOperatorProto) GetOperandTypeChecker

func (x *SqlThrowOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlThrowOperatorProto) GetOperandTypeInference

func (x *SqlThrowOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlThrowOperatorProto) GetReturnTypeInference

func (x *SqlThrowOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlThrowOperatorProto) GetRightPrec

func (x *SqlThrowOperatorProto) GetRightPrec() int32

func (*SqlThrowOperatorProto) ProtoMessage

func (*SqlThrowOperatorProto) ProtoMessage()

func (*SqlThrowOperatorProto) ProtoReflect

func (x *SqlThrowOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlThrowOperatorProto) Reset

func (x *SqlThrowOperatorProto) Reset()

func (*SqlThrowOperatorProto) String

func (x *SqlThrowOperatorProto) String() string

type SqlTimeLiteralProto

type SqlTimeLiteralProto struct {
	HasTimeZone     bool               `protobuf:"varint,1,opt,name=hasTimeZone,proto3" json:"hasTimeZone,omitempty"`
	Precision       int32              `protobuf:"zigzag32,2,opt,name=precision,proto3" json:"precision,omitempty"`
	TypeName        SqlTypeNameProto   `protobuf:"varint,3,opt,name=typeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeName,omitempty"`
	Value           string             `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,5,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,6,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlTimeLiteral

func (*SqlTimeLiteralProto) Descriptor deprecated

func (*SqlTimeLiteralProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlTimeLiteralProto.ProtoReflect.Descriptor instead.

func (*SqlTimeLiteralProto) GetHasTimeZone

func (x *SqlTimeLiteralProto) GetHasTimeZone() bool

func (*SqlTimeLiteralProto) GetPos

func (*SqlTimeLiteralProto) GetPrecision

func (x *SqlTimeLiteralProto) GetPrecision() int32

func (*SqlTimeLiteralProto) GetTypeInformation

func (x *SqlTimeLiteralProto) GetTypeInformation() *RelDataTypeProto

func (*SqlTimeLiteralProto) GetTypeName

func (x *SqlTimeLiteralProto) GetTypeName() SqlTypeNameProto

func (*SqlTimeLiteralProto) GetValue

func (x *SqlTimeLiteralProto) GetValue() string

func (*SqlTimeLiteralProto) ProtoMessage

func (*SqlTimeLiteralProto) ProtoMessage()

func (*SqlTimeLiteralProto) ProtoReflect

func (x *SqlTimeLiteralProto) ProtoReflect() protoreflect.Message

func (*SqlTimeLiteralProto) Reset

func (x *SqlTimeLiteralProto) Reset()

func (*SqlTimeLiteralProto) String

func (x *SqlTimeLiteralProto) String() string

type SqlTimestampAddFunctionProto

type SqlTimestampAddFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlTimestampAddFunction

func (*SqlTimestampAddFunctionProto) Descriptor deprecated

func (*SqlTimestampAddFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlTimestampAddFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlTimestampAddFunctionProto) GetAllowedSignatures

func (x *SqlTimestampAddFunctionProto) GetAllowedSignatures() string

func (*SqlTimestampAddFunctionProto) GetCategory

func (*SqlTimestampAddFunctionProto) GetKind

func (*SqlTimestampAddFunctionProto) GetLeftPrec

func (x *SqlTimestampAddFunctionProto) GetLeftPrec() int32

func (*SqlTimestampAddFunctionProto) GetName

func (x *SqlTimestampAddFunctionProto) GetName() string

func (*SqlTimestampAddFunctionProto) GetOperandTypeChecker

func (x *SqlTimestampAddFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlTimestampAddFunctionProto) GetOperandTypeInference

func (x *SqlTimestampAddFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlTimestampAddFunctionProto) GetReturnTypeInference

func (x *SqlTimestampAddFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlTimestampAddFunctionProto) GetRightPrec

func (x *SqlTimestampAddFunctionProto) GetRightPrec() int32

func (*SqlTimestampAddFunctionProto) GetSqlIdentifier

func (x *SqlTimestampAddFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlTimestampAddFunctionProto) ProtoMessage

func (*SqlTimestampAddFunctionProto) ProtoMessage()

func (*SqlTimestampAddFunctionProto) ProtoReflect

func (*SqlTimestampAddFunctionProto) Reset

func (x *SqlTimestampAddFunctionProto) Reset()

func (*SqlTimestampAddFunctionProto) String

type SqlTimestampDiffFunctionProto

type SqlTimestampDiffFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlTimestampDiffFunction

func (*SqlTimestampDiffFunctionProto) Descriptor deprecated

func (*SqlTimestampDiffFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlTimestampDiffFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlTimestampDiffFunctionProto) GetAllowedSignatures

func (x *SqlTimestampDiffFunctionProto) GetAllowedSignatures() string

func (*SqlTimestampDiffFunctionProto) GetCategory

func (*SqlTimestampDiffFunctionProto) GetKind

func (*SqlTimestampDiffFunctionProto) GetLeftPrec

func (x *SqlTimestampDiffFunctionProto) GetLeftPrec() int32

func (*SqlTimestampDiffFunctionProto) GetName

func (*SqlTimestampDiffFunctionProto) GetOperandTypeChecker

func (x *SqlTimestampDiffFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlTimestampDiffFunctionProto) GetOperandTypeInference

func (x *SqlTimestampDiffFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlTimestampDiffFunctionProto) GetReturnTypeInference

func (x *SqlTimestampDiffFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlTimestampDiffFunctionProto) GetRightPrec

func (x *SqlTimestampDiffFunctionProto) GetRightPrec() int32

func (*SqlTimestampDiffFunctionProto) GetSqlIdentifier

func (x *SqlTimestampDiffFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlTimestampDiffFunctionProto) ProtoMessage

func (*SqlTimestampDiffFunctionProto) ProtoMessage()

func (*SqlTimestampDiffFunctionProto) ProtoReflect

func (*SqlTimestampDiffFunctionProto) Reset

func (x *SqlTimestampDiffFunctionProto) Reset()

func (*SqlTimestampDiffFunctionProto) String

type SqlTimestampLiteralProto

type SqlTimestampLiteralProto struct {
	HasTimeZone     bool               `protobuf:"varint,1,opt,name=hasTimeZone,proto3" json:"hasTimeZone,omitempty"`
	Precision       int32              `protobuf:"zigzag32,2,opt,name=precision,proto3" json:"precision,omitempty"`
	TypeName        SqlTypeNameProto   `protobuf:"varint,3,opt,name=typeName,proto3,enum=rill.sql.v1.SqlTypeNameProto" json:"typeName,omitempty"`
	Value           string             `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,5,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,6,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlTimestampLiteral

func (*SqlTimestampLiteralProto) Descriptor deprecated

func (*SqlTimestampLiteralProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlTimestampLiteralProto.ProtoReflect.Descriptor instead.

func (*SqlTimestampLiteralProto) GetHasTimeZone

func (x *SqlTimestampLiteralProto) GetHasTimeZone() bool

func (*SqlTimestampLiteralProto) GetPos

func (*SqlTimestampLiteralProto) GetPrecision

func (x *SqlTimestampLiteralProto) GetPrecision() int32

func (*SqlTimestampLiteralProto) GetTypeInformation

func (x *SqlTimestampLiteralProto) GetTypeInformation() *RelDataTypeProto

func (*SqlTimestampLiteralProto) GetTypeName

func (x *SqlTimestampLiteralProto) GetTypeName() SqlTypeNameProto

func (*SqlTimestampLiteralProto) GetValue

func (x *SqlTimestampLiteralProto) GetValue() string

func (*SqlTimestampLiteralProto) ProtoMessage

func (*SqlTimestampLiteralProto) ProtoMessage()

func (*SqlTimestampLiteralProto) ProtoReflect

func (x *SqlTimestampLiteralProto) ProtoReflect() protoreflect.Message

func (*SqlTimestampLiteralProto) Reset

func (x *SqlTimestampLiteralProto) Reset()

func (*SqlTimestampLiteralProto) String

func (x *SqlTimestampLiteralProto) String() string

type SqlTranslate3FunctionProto

type SqlTranslate3FunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlTranslate3Function

func (*SqlTranslate3FunctionProto) Descriptor deprecated

func (*SqlTranslate3FunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlTranslate3FunctionProto.ProtoReflect.Descriptor instead.

func (*SqlTranslate3FunctionProto) GetAllowedSignatures

func (x *SqlTranslate3FunctionProto) GetAllowedSignatures() string

func (*SqlTranslate3FunctionProto) GetCategory

func (*SqlTranslate3FunctionProto) GetKind

func (*SqlTranslate3FunctionProto) GetLeftPrec

func (x *SqlTranslate3FunctionProto) GetLeftPrec() int32

func (*SqlTranslate3FunctionProto) GetName

func (x *SqlTranslate3FunctionProto) GetName() string

func (*SqlTranslate3FunctionProto) GetOperandTypeChecker

func (x *SqlTranslate3FunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlTranslate3FunctionProto) GetOperandTypeInference

func (x *SqlTranslate3FunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlTranslate3FunctionProto) GetReturnTypeInference

func (x *SqlTranslate3FunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlTranslate3FunctionProto) GetRightPrec

func (x *SqlTranslate3FunctionProto) GetRightPrec() int32

func (*SqlTranslate3FunctionProto) GetSqlIdentifier

func (x *SqlTranslate3FunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlTranslate3FunctionProto) ProtoMessage

func (*SqlTranslate3FunctionProto) ProtoMessage()

func (*SqlTranslate3FunctionProto) ProtoReflect

func (*SqlTranslate3FunctionProto) Reset

func (x *SqlTranslate3FunctionProto) Reset()

func (*SqlTranslate3FunctionProto) String

func (x *SqlTranslate3FunctionProto) String() string

type SqlTrimFunctionProto

type SqlTrimFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.fun.SqlTrimFunction

func (*SqlTrimFunctionProto) Descriptor deprecated

func (*SqlTrimFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlTrimFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlTrimFunctionProto) GetAllowedSignatures

func (x *SqlTrimFunctionProto) GetAllowedSignatures() string

func (*SqlTrimFunctionProto) GetCategory

func (*SqlTrimFunctionProto) GetKind

func (x *SqlTrimFunctionProto) GetKind() SqlKindProto

func (*SqlTrimFunctionProto) GetLeftPrec

func (x *SqlTrimFunctionProto) GetLeftPrec() int32

func (*SqlTrimFunctionProto) GetName

func (x *SqlTrimFunctionProto) GetName() string

func (*SqlTrimFunctionProto) GetOperandTypeChecker

func (x *SqlTrimFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlTrimFunctionProto) GetOperandTypeInference

func (x *SqlTrimFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlTrimFunctionProto) GetReturnTypeInference

func (x *SqlTrimFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlTrimFunctionProto) GetRightPrec

func (x *SqlTrimFunctionProto) GetRightPrec() int32

func (*SqlTrimFunctionProto) GetSqlIdentifier

func (x *SqlTrimFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlTrimFunctionProto) ProtoMessage

func (*SqlTrimFunctionProto) ProtoMessage()

func (*SqlTrimFunctionProto) ProtoReflect

func (x *SqlTrimFunctionProto) ProtoReflect() protoreflect.Message

func (*SqlTrimFunctionProto) Reset

func (x *SqlTrimFunctionProto) Reset()

func (*SqlTrimFunctionProto) String

func (x *SqlTrimFunctionProto) String() string

type SqlTumbleTableFunctionProto

type SqlTumbleTableFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlTumbleTableFunction

func (*SqlTumbleTableFunctionProto) Descriptor deprecated

func (*SqlTumbleTableFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlTumbleTableFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlTumbleTableFunctionProto) GetAllowedSignatures

func (x *SqlTumbleTableFunctionProto) GetAllowedSignatures() string

func (*SqlTumbleTableFunctionProto) GetCategory

func (*SqlTumbleTableFunctionProto) GetKind

func (*SqlTumbleTableFunctionProto) GetLeftPrec

func (x *SqlTumbleTableFunctionProto) GetLeftPrec() int32

func (*SqlTumbleTableFunctionProto) GetName

func (x *SqlTumbleTableFunctionProto) GetName() string

func (*SqlTumbleTableFunctionProto) GetOperandTypeChecker

func (x *SqlTumbleTableFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlTumbleTableFunctionProto) GetOperandTypeInference

func (x *SqlTumbleTableFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlTumbleTableFunctionProto) GetReturnTypeInference

func (x *SqlTumbleTableFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlTumbleTableFunctionProto) GetRightPrec

func (x *SqlTumbleTableFunctionProto) GetRightPrec() int32

func (*SqlTumbleTableFunctionProto) GetSqlIdentifier

func (x *SqlTumbleTableFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlTumbleTableFunctionProto) ProtoMessage

func (*SqlTumbleTableFunctionProto) ProtoMessage()

func (*SqlTumbleTableFunctionProto) ProtoReflect

func (*SqlTumbleTableFunctionProto) Reset

func (x *SqlTumbleTableFunctionProto) Reset()

func (*SqlTumbleTableFunctionProto) String

func (x *SqlTumbleTableFunctionProto) String() string

type SqlTypeConstructorFunctionProto

type SqlTypeConstructorFunctionProto struct {
	Type                 *RelDataTypeProto             `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,2,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,3,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,5,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,6,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,7,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,8,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,9,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,10,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,11,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlTypeConstructorFunction

func (*SqlTypeConstructorFunctionProto) Descriptor deprecated

func (*SqlTypeConstructorFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlTypeConstructorFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlTypeConstructorFunctionProto) GetAllowedSignatures

func (x *SqlTypeConstructorFunctionProto) GetAllowedSignatures() string

func (*SqlTypeConstructorFunctionProto) GetCategory

func (*SqlTypeConstructorFunctionProto) GetKind

func (*SqlTypeConstructorFunctionProto) GetLeftPrec

func (x *SqlTypeConstructorFunctionProto) GetLeftPrec() int32

func (*SqlTypeConstructorFunctionProto) GetName

func (*SqlTypeConstructorFunctionProto) GetOperandTypeChecker

func (x *SqlTypeConstructorFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlTypeConstructorFunctionProto) GetOperandTypeInference

func (x *SqlTypeConstructorFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlTypeConstructorFunctionProto) GetReturnTypeInference

func (x *SqlTypeConstructorFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlTypeConstructorFunctionProto) GetRightPrec

func (x *SqlTypeConstructorFunctionProto) GetRightPrec() int32

func (*SqlTypeConstructorFunctionProto) GetSqlIdentifier

func (x *SqlTypeConstructorFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlTypeConstructorFunctionProto) GetType

func (*SqlTypeConstructorFunctionProto) ProtoMessage

func (*SqlTypeConstructorFunctionProto) ProtoMessage()

func (*SqlTypeConstructorFunctionProto) ProtoReflect

func (*SqlTypeConstructorFunctionProto) Reset

func (*SqlTypeConstructorFunctionProto) String

type SqlTypeFactoryImplProto

type SqlTypeFactoryImplProto struct {

	// Types that are assignable to SqlTypeFactoryImplProto:
	//
	//	*SqlTypeFactoryImplProto_JavaTypeFactoryImplProto
	SqlTypeFactoryImplProto isSqlTypeFactoryImplProto_SqlTypeFactoryImplProto `protobuf_oneof:"sqlTypeFactoryImplProto"`
	TypeSystem              *RelDataTypeSystemProto                           `protobuf:"bytes,2,opt,name=typeSystem,proto3" json:"typeSystem,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.SqlTypeFactoryImpl

func (*SqlTypeFactoryImplProto) Descriptor deprecated

func (*SqlTypeFactoryImplProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlTypeFactoryImplProto.ProtoReflect.Descriptor instead.

func (*SqlTypeFactoryImplProto) GetJavaTypeFactoryImplProto

func (x *SqlTypeFactoryImplProto) GetJavaTypeFactoryImplProto() *JavaTypeFactoryImplProto

func (*SqlTypeFactoryImplProto) GetSqlTypeFactoryImplProto

func (m *SqlTypeFactoryImplProto) GetSqlTypeFactoryImplProto() isSqlTypeFactoryImplProto_SqlTypeFactoryImplProto

func (*SqlTypeFactoryImplProto) GetTypeSystem

func (x *SqlTypeFactoryImplProto) GetTypeSystem() *RelDataTypeSystemProto

func (*SqlTypeFactoryImplProto) ProtoMessage

func (*SqlTypeFactoryImplProto) ProtoMessage()

func (*SqlTypeFactoryImplProto) ProtoReflect

func (x *SqlTypeFactoryImplProto) ProtoReflect() protoreflect.Message

func (*SqlTypeFactoryImplProto) Reset

func (x *SqlTypeFactoryImplProto) Reset()

func (*SqlTypeFactoryImplProto) String

func (x *SqlTypeFactoryImplProto) String() string

type SqlTypeFactoryImplProto_JavaTypeFactoryImplProto

type SqlTypeFactoryImplProto_JavaTypeFactoryImplProto struct {
	JavaTypeFactoryImplProto *JavaTypeFactoryImplProto `protobuf:"bytes,1,opt,name=javaTypeFactoryImplProto,proto3,oneof"`
}

type SqlTypeFamilyProto

type SqlTypeFamilyProto int32
const (
	SqlTypeFamilyProto_SqlTypeFamilyProto_CHARACTER_           SqlTypeFamilyProto = 0
	SqlTypeFamilyProto_SqlTypeFamilyProto_BINARY_              SqlTypeFamilyProto = 1
	SqlTypeFamilyProto_SqlTypeFamilyProto_NUMERIC_             SqlTypeFamilyProto = 2
	SqlTypeFamilyProto_SqlTypeFamilyProto_DATE_                SqlTypeFamilyProto = 3
	SqlTypeFamilyProto_SqlTypeFamilyProto_TIME_                SqlTypeFamilyProto = 4
	SqlTypeFamilyProto_SqlTypeFamilyProto_TIMESTAMP_           SqlTypeFamilyProto = 5
	SqlTypeFamilyProto_SqlTypeFamilyProto_BOOLEAN_             SqlTypeFamilyProto = 6
	SqlTypeFamilyProto_SqlTypeFamilyProto_INTERVAL_YEAR_MONTH_ SqlTypeFamilyProto = 7
	SqlTypeFamilyProto_SqlTypeFamilyProto_INTERVAL_DAY_TIME_   SqlTypeFamilyProto = 8
	SqlTypeFamilyProto_SqlTypeFamilyProto_STRING_              SqlTypeFamilyProto = 9
	SqlTypeFamilyProto_SqlTypeFamilyProto_APPROXIMATE_NUMERIC_ SqlTypeFamilyProto = 10
	SqlTypeFamilyProto_SqlTypeFamilyProto_EXACT_NUMERIC_       SqlTypeFamilyProto = 11
	SqlTypeFamilyProto_SqlTypeFamilyProto_DECIMAL_             SqlTypeFamilyProto = 12
	SqlTypeFamilyProto_SqlTypeFamilyProto_INTEGER_             SqlTypeFamilyProto = 13
	SqlTypeFamilyProto_SqlTypeFamilyProto_DATETIME_            SqlTypeFamilyProto = 14
	SqlTypeFamilyProto_SqlTypeFamilyProto_DATETIME_INTERVAL_   SqlTypeFamilyProto = 15
	SqlTypeFamilyProto_SqlTypeFamilyProto_MULTISET_            SqlTypeFamilyProto = 16
	SqlTypeFamilyProto_SqlTypeFamilyProto_ARRAY_               SqlTypeFamilyProto = 17
	SqlTypeFamilyProto_SqlTypeFamilyProto_MAP_                 SqlTypeFamilyProto = 18
	SqlTypeFamilyProto_SqlTypeFamilyProto_NULL_                SqlTypeFamilyProto = 19
	SqlTypeFamilyProto_SqlTypeFamilyProto_ANY_                 SqlTypeFamilyProto = 20
	SqlTypeFamilyProto_SqlTypeFamilyProto_CURSOR_              SqlTypeFamilyProto = 21
	SqlTypeFamilyProto_SqlTypeFamilyProto_COLUMN_LIST_         SqlTypeFamilyProto = 22
	SqlTypeFamilyProto_SqlTypeFamilyProto_GEO_                 SqlTypeFamilyProto = 23
	SqlTypeFamilyProto_SqlTypeFamilyProto_IGNORE_              SqlTypeFamilyProto = 24
)

func (SqlTypeFamilyProto) Descriptor

func (SqlTypeFamilyProto) Enum

func (SqlTypeFamilyProto) EnumDescriptor deprecated

func (SqlTypeFamilyProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use SqlTypeFamilyProto.Descriptor instead.

func (SqlTypeFamilyProto) Number

func (SqlTypeFamilyProto) String

func (x SqlTypeFamilyProto) String() string

func (SqlTypeFamilyProto) Type

type SqlTypeNameProto

type SqlTypeNameProto int32
const (
	SqlTypeNameProto_SqlTypeNameProto_BOOLEAN_                        SqlTypeNameProto = 0
	SqlTypeNameProto_SqlTypeNameProto_TINYINT_                        SqlTypeNameProto = 1
	SqlTypeNameProto_SqlTypeNameProto_SMALLINT_                       SqlTypeNameProto = 2
	SqlTypeNameProto_SqlTypeNameProto_INTEGER_                        SqlTypeNameProto = 3
	SqlTypeNameProto_SqlTypeNameProto_BIGINT_                         SqlTypeNameProto = 4
	SqlTypeNameProto_SqlTypeNameProto_DECIMAL_                        SqlTypeNameProto = 5
	SqlTypeNameProto_SqlTypeNameProto_FLOAT_                          SqlTypeNameProto = 6
	SqlTypeNameProto_SqlTypeNameProto_REAL_                           SqlTypeNameProto = 7
	SqlTypeNameProto_SqlTypeNameProto_DOUBLE_                         SqlTypeNameProto = 8
	SqlTypeNameProto_SqlTypeNameProto_DATE_                           SqlTypeNameProto = 9
	SqlTypeNameProto_SqlTypeNameProto_TIME_                           SqlTypeNameProto = 10
	SqlTypeNameProto_SqlTypeNameProto_TIME_WITH_LOCAL_TIME_ZONE_      SqlTypeNameProto = 11
	SqlTypeNameProto_SqlTypeNameProto_TIMESTAMP_                      SqlTypeNameProto = 12
	SqlTypeNameProto_SqlTypeNameProto_TIMESTAMP_WITH_LOCAL_TIME_ZONE_ SqlTypeNameProto = 13
	SqlTypeNameProto_SqlTypeNameProto_INTERVAL_YEAR_                  SqlTypeNameProto = 14
	SqlTypeNameProto_SqlTypeNameProto_INTERVAL_YEAR_MONTH_            SqlTypeNameProto = 15
	SqlTypeNameProto_SqlTypeNameProto_INTERVAL_MONTH_                 SqlTypeNameProto = 16
	SqlTypeNameProto_SqlTypeNameProto_INTERVAL_DAY_                   SqlTypeNameProto = 17
	SqlTypeNameProto_SqlTypeNameProto_INTERVAL_DAY_HOUR_              SqlTypeNameProto = 18
	SqlTypeNameProto_SqlTypeNameProto_INTERVAL_DAY_MINUTE_            SqlTypeNameProto = 19
	SqlTypeNameProto_SqlTypeNameProto_INTERVAL_DAY_SECOND_            SqlTypeNameProto = 20
	SqlTypeNameProto_SqlTypeNameProto_INTERVAL_HOUR_                  SqlTypeNameProto = 21
	SqlTypeNameProto_SqlTypeNameProto_INTERVAL_HOUR_MINUTE_           SqlTypeNameProto = 22
	SqlTypeNameProto_SqlTypeNameProto_INTERVAL_HOUR_SECOND_           SqlTypeNameProto = 23
	SqlTypeNameProto_SqlTypeNameProto_INTERVAL_MINUTE_                SqlTypeNameProto = 24
	SqlTypeNameProto_SqlTypeNameProto_INTERVAL_MINUTE_SECOND_         SqlTypeNameProto = 25
	SqlTypeNameProto_SqlTypeNameProto_INTERVAL_SECOND_                SqlTypeNameProto = 26
	SqlTypeNameProto_SqlTypeNameProto_CHAR_                           SqlTypeNameProto = 27
	SqlTypeNameProto_SqlTypeNameProto_VARCHAR_                        SqlTypeNameProto = 28
	SqlTypeNameProto_SqlTypeNameProto_BINARY_                         SqlTypeNameProto = 29
	SqlTypeNameProto_SqlTypeNameProto_VARBINARY_                      SqlTypeNameProto = 30
	SqlTypeNameProto_SqlTypeNameProto_NULL_                           SqlTypeNameProto = 31
	SqlTypeNameProto_SqlTypeNameProto_UNKNOWN_                        SqlTypeNameProto = 32
	SqlTypeNameProto_SqlTypeNameProto_ANY_                            SqlTypeNameProto = 33
	SqlTypeNameProto_SqlTypeNameProto_SYMBOL_                         SqlTypeNameProto = 34
	SqlTypeNameProto_SqlTypeNameProto_MULTISET_                       SqlTypeNameProto = 35
	SqlTypeNameProto_SqlTypeNameProto_ARRAY_                          SqlTypeNameProto = 36
	SqlTypeNameProto_SqlTypeNameProto_MAP_                            SqlTypeNameProto = 37
	SqlTypeNameProto_SqlTypeNameProto_DISTINCT_                       SqlTypeNameProto = 38
	SqlTypeNameProto_SqlTypeNameProto_STRUCTURED_                     SqlTypeNameProto = 39
	SqlTypeNameProto_SqlTypeNameProto_ROW_                            SqlTypeNameProto = 40
	SqlTypeNameProto_SqlTypeNameProto_OTHER_                          SqlTypeNameProto = 41
	SqlTypeNameProto_SqlTypeNameProto_CURSOR_                         SqlTypeNameProto = 42
	SqlTypeNameProto_SqlTypeNameProto_COLUMN_LIST_                    SqlTypeNameProto = 43
	SqlTypeNameProto_SqlTypeNameProto_DYNAMIC_STAR_                   SqlTypeNameProto = 44
	SqlTypeNameProto_SqlTypeNameProto_GEOMETRY_                       SqlTypeNameProto = 45
	SqlTypeNameProto_SqlTypeNameProto_SARG_                           SqlTypeNameProto = 46
)

func (SqlTypeNameProto) Descriptor

func (SqlTypeNameProto) Enum

func (SqlTypeNameProto) EnumDescriptor deprecated

func (SqlTypeNameProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use SqlTypeNameProto.Descriptor instead.

func (SqlTypeNameProto) Number

func (SqlTypeNameProto) String

func (x SqlTypeNameProto) String() string

func (SqlTypeNameProto) Type

type SqlTypeNameSpecProto

type SqlTypeNameSpecProto struct {

	// Types that are assignable to SqlTypeNameSpecProto:
	//
	//	*SqlTypeNameSpecProto_SqlUserDefinedTypeNameSpecProto
	//	*SqlTypeNameSpecProto_SqlRowTypeNameSpecProto
	//	*SqlTypeNameSpecProto_SqlBasicTypeNameSpecProto
	//	*SqlTypeNameSpecProto_SqlCollectionTypeNameSpecProto
	//	*SqlTypeNameSpecProto_SqlAlienSystemTypeNameSpecProto
	SqlTypeNameSpecProto isSqlTypeNameSpecProto_SqlTypeNameSpecProto `protobuf_oneof:"sqlTypeNameSpecProto"`
	TypeName             *SqlIdentifierProto                         `protobuf:"bytes,6,opt,name=typeName,proto3" json:"typeName,omitempty"`
	Pos                  *SqlParserPosProto                          `protobuf:"bytes,7,opt,name=pos,proto3" json:"pos,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlTypeNameSpec

func (*SqlTypeNameSpecProto) Descriptor deprecated

func (*SqlTypeNameSpecProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlTypeNameSpecProto.ProtoReflect.Descriptor instead.

func (*SqlTypeNameSpecProto) GetPos

func (*SqlTypeNameSpecProto) GetSqlAlienSystemTypeNameSpecProto

func (x *SqlTypeNameSpecProto) GetSqlAlienSystemTypeNameSpecProto() *SqlAlienSystemTypeNameSpecProto

func (*SqlTypeNameSpecProto) GetSqlBasicTypeNameSpecProto

func (x *SqlTypeNameSpecProto) GetSqlBasicTypeNameSpecProto() *SqlBasicTypeNameSpecProto

func (*SqlTypeNameSpecProto) GetSqlCollectionTypeNameSpecProto

func (x *SqlTypeNameSpecProto) GetSqlCollectionTypeNameSpecProto() *SqlCollectionTypeNameSpecProto

func (*SqlTypeNameSpecProto) GetSqlRowTypeNameSpecProto

func (x *SqlTypeNameSpecProto) GetSqlRowTypeNameSpecProto() *SqlRowTypeNameSpecProto

func (*SqlTypeNameSpecProto) GetSqlTypeNameSpecProto

func (m *SqlTypeNameSpecProto) GetSqlTypeNameSpecProto() isSqlTypeNameSpecProto_SqlTypeNameSpecProto

func (*SqlTypeNameSpecProto) GetSqlUserDefinedTypeNameSpecProto

func (x *SqlTypeNameSpecProto) GetSqlUserDefinedTypeNameSpecProto() *SqlUserDefinedTypeNameSpecProto

func (*SqlTypeNameSpecProto) GetTypeName

func (x *SqlTypeNameSpecProto) GetTypeName() *SqlIdentifierProto

func (*SqlTypeNameSpecProto) ProtoMessage

func (*SqlTypeNameSpecProto) ProtoMessage()

func (*SqlTypeNameSpecProto) ProtoReflect

func (x *SqlTypeNameSpecProto) ProtoReflect() protoreflect.Message

func (*SqlTypeNameSpecProto) Reset

func (x *SqlTypeNameSpecProto) Reset()

func (*SqlTypeNameSpecProto) String

func (x *SqlTypeNameSpecProto) String() string

type SqlTypeNameSpecProto_SqlAlienSystemTypeNameSpecProto

type SqlTypeNameSpecProto_SqlAlienSystemTypeNameSpecProto struct {
	SqlAlienSystemTypeNameSpecProto *SqlAlienSystemTypeNameSpecProto `protobuf:"bytes,5,opt,name=sqlAlienSystemTypeNameSpecProto,proto3,oneof"`
}

type SqlTypeNameSpecProto_SqlBasicTypeNameSpecProto

type SqlTypeNameSpecProto_SqlBasicTypeNameSpecProto struct {
	SqlBasicTypeNameSpecProto *SqlBasicTypeNameSpecProto `protobuf:"bytes,3,opt,name=sqlBasicTypeNameSpecProto,proto3,oneof"`
}

type SqlTypeNameSpecProto_SqlCollectionTypeNameSpecProto

type SqlTypeNameSpecProto_SqlCollectionTypeNameSpecProto struct {
	SqlCollectionTypeNameSpecProto *SqlCollectionTypeNameSpecProto `protobuf:"bytes,4,opt,name=sqlCollectionTypeNameSpecProto,proto3,oneof"`
}

type SqlTypeNameSpecProto_SqlRowTypeNameSpecProto

type SqlTypeNameSpecProto_SqlRowTypeNameSpecProto struct {
	SqlRowTypeNameSpecProto *SqlRowTypeNameSpecProto `protobuf:"bytes,2,opt,name=sqlRowTypeNameSpecProto,proto3,oneof"`
}

type SqlTypeNameSpecProto_SqlUserDefinedTypeNameSpecProto

type SqlTypeNameSpecProto_SqlUserDefinedTypeNameSpecProto struct {
	SqlUserDefinedTypeNameSpecProto *SqlUserDefinedTypeNameSpecProto `protobuf:"bytes,1,opt,name=sqlUserDefinedTypeNameSpecProto,proto3,oneof"`
}

type SqlTypeTransformCascadeProto

type SqlTypeTransformCascadeProto struct {
	Rule       *SqlReturnTypeInferenceProto `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"`
	Transforms []*SqlTypeTransformProto     `protobuf:"bytes,2,rep,name=transforms,proto3" json:"transforms,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.SqlTypeTransformCascade

func (*SqlTypeTransformCascadeProto) Descriptor deprecated

func (*SqlTypeTransformCascadeProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlTypeTransformCascadeProto.ProtoReflect.Descriptor instead.

func (*SqlTypeTransformCascadeProto) GetRule

func (*SqlTypeTransformCascadeProto) GetTransforms

func (*SqlTypeTransformCascadeProto) ProtoMessage

func (*SqlTypeTransformCascadeProto) ProtoMessage()

func (*SqlTypeTransformCascadeProto) ProtoReflect

func (*SqlTypeTransformCascadeProto) Reset

func (x *SqlTypeTransformCascadeProto) Reset()

func (*SqlTypeTransformCascadeProto) String

type SqlTypeTransformProto

type SqlTypeTransformProto struct {
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.SqlTypeTransform

func (*SqlTypeTransformProto) Descriptor deprecated

func (*SqlTypeTransformProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlTypeTransformProto.ProtoReflect.Descriptor instead.

func (*SqlTypeTransformProto) ProtoMessage

func (*SqlTypeTransformProto) ProtoMessage()

func (*SqlTypeTransformProto) ProtoReflect

func (x *SqlTypeTransformProto) ProtoReflect() protoreflect.Message

func (*SqlTypeTransformProto) Reset

func (x *SqlTypeTransformProto) Reset()

func (*SqlTypeTransformProto) String

func (x *SqlTypeTransformProto) String() string

type SqlUnnestOperatorProto

type SqlUnnestOperatorProto struct {
	WithOrdinality       bool                          `protobuf:"varint,1,opt,name=withOrdinality,proto3" json:"withOrdinality,omitempty"`
	Name                 string                        `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,3,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,4,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,5,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,6,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,7,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,8,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,9,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlUnnestOperator

func (*SqlUnnestOperatorProto) Descriptor deprecated

func (*SqlUnnestOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlUnnestOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlUnnestOperatorProto) GetAllowedSignatures

func (x *SqlUnnestOperatorProto) GetAllowedSignatures() string

func (*SqlUnnestOperatorProto) GetKind

func (x *SqlUnnestOperatorProto) GetKind() SqlKindProto

func (*SqlUnnestOperatorProto) GetLeftPrec

func (x *SqlUnnestOperatorProto) GetLeftPrec() int32

func (*SqlUnnestOperatorProto) GetName

func (x *SqlUnnestOperatorProto) GetName() string

func (*SqlUnnestOperatorProto) GetOperandTypeChecker

func (x *SqlUnnestOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlUnnestOperatorProto) GetOperandTypeInference

func (x *SqlUnnestOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlUnnestOperatorProto) GetReturnTypeInference

func (x *SqlUnnestOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlUnnestOperatorProto) GetRightPrec

func (x *SqlUnnestOperatorProto) GetRightPrec() int32

func (*SqlUnnestOperatorProto) GetWithOrdinality

func (x *SqlUnnestOperatorProto) GetWithOrdinality() bool

func (*SqlUnnestOperatorProto) ProtoMessage

func (*SqlUnnestOperatorProto) ProtoMessage()

func (*SqlUnnestOperatorProto) ProtoReflect

func (x *SqlUnnestOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlUnnestOperatorProto) Reset

func (x *SqlUnnestOperatorProto) Reset()

func (*SqlUnnestOperatorProto) String

func (x *SqlUnnestOperatorProto) String() string

type SqlUnpivotProto

type SqlUnpivotProto struct {
	Query           *SqlNodeProto      `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	IncludeNulls    bool               `protobuf:"varint,2,opt,name=includeNulls,proto3" json:"includeNulls,omitempty"`
	MeasureList     *SqlNodeListProto  `protobuf:"bytes,3,opt,name=measureList,proto3" json:"measureList,omitempty"`
	AxisList        *SqlNodeListProto  `protobuf:"bytes,4,opt,name=axisList,proto3" json:"axisList,omitempty"`
	InList          *SqlNodeListProto  `protobuf:"bytes,5,opt,name=inList,proto3" json:"inList,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,6,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,7,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlUnpivot

func (*SqlUnpivotProto) Descriptor deprecated

func (*SqlUnpivotProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlUnpivotProto.ProtoReflect.Descriptor instead.

func (*SqlUnpivotProto) GetAxisList

func (x *SqlUnpivotProto) GetAxisList() *SqlNodeListProto

func (*SqlUnpivotProto) GetInList

func (x *SqlUnpivotProto) GetInList() *SqlNodeListProto

func (*SqlUnpivotProto) GetIncludeNulls

func (x *SqlUnpivotProto) GetIncludeNulls() bool

func (*SqlUnpivotProto) GetMeasureList

func (x *SqlUnpivotProto) GetMeasureList() *SqlNodeListProto

func (*SqlUnpivotProto) GetPos

func (x *SqlUnpivotProto) GetPos() *SqlParserPosProto

func (*SqlUnpivotProto) GetQuery

func (x *SqlUnpivotProto) GetQuery() *SqlNodeProto

func (*SqlUnpivotProto) GetTypeInformation

func (x *SqlUnpivotProto) GetTypeInformation() *RelDataTypeProto

func (*SqlUnpivotProto) ProtoMessage

func (*SqlUnpivotProto) ProtoMessage()

func (*SqlUnpivotProto) ProtoReflect

func (x *SqlUnpivotProto) ProtoReflect() protoreflect.Message

func (*SqlUnpivotProto) Reset

func (x *SqlUnpivotProto) Reset()

func (*SqlUnpivotProto) String

func (x *SqlUnpivotProto) String() string

type SqlUnresolvedFunctionProto

type SqlUnresolvedFunctionProto struct {
	Category             SqlFunctionCategoryProto      `protobuf:"varint,1,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,2,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,4,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,5,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,6,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,7,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,8,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,9,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,10,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlUnresolvedFunction

func (*SqlUnresolvedFunctionProto) Descriptor deprecated

func (*SqlUnresolvedFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlUnresolvedFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlUnresolvedFunctionProto) GetAllowedSignatures

func (x *SqlUnresolvedFunctionProto) GetAllowedSignatures() string

func (*SqlUnresolvedFunctionProto) GetCategory

func (*SqlUnresolvedFunctionProto) GetKind

func (*SqlUnresolvedFunctionProto) GetLeftPrec

func (x *SqlUnresolvedFunctionProto) GetLeftPrec() int32

func (*SqlUnresolvedFunctionProto) GetName

func (x *SqlUnresolvedFunctionProto) GetName() string

func (*SqlUnresolvedFunctionProto) GetOperandTypeChecker

func (x *SqlUnresolvedFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlUnresolvedFunctionProto) GetOperandTypeInference

func (x *SqlUnresolvedFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlUnresolvedFunctionProto) GetReturnTypeInference

func (x *SqlUnresolvedFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlUnresolvedFunctionProto) GetRightPrec

func (x *SqlUnresolvedFunctionProto) GetRightPrec() int32

func (*SqlUnresolvedFunctionProto) GetSqlIdentifier

func (x *SqlUnresolvedFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlUnresolvedFunctionProto) ProtoMessage

func (*SqlUnresolvedFunctionProto) ProtoMessage()

func (*SqlUnresolvedFunctionProto) ProtoReflect

func (*SqlUnresolvedFunctionProto) Reset

func (x *SqlUnresolvedFunctionProto) Reset()

func (*SqlUnresolvedFunctionProto) String

func (x *SqlUnresolvedFunctionProto) String() string

type SqlUpdateProto

type SqlUpdateProto struct {
	TargetTable          *SqlNodeProto       `protobuf:"bytes,1,opt,name=targetTable,proto3" json:"targetTable,omitempty"`
	TargetColumnList     []*SqlNodeListProto `protobuf:"bytes,2,rep,name=targetColumnList,proto3" json:"targetColumnList,omitempty"`
	SourceExpressionList *SqlNodeListProto   `protobuf:"bytes,3,opt,name=sourceExpressionList,proto3" json:"sourceExpressionList,omitempty"`
	Condition            *SqlNodeProto       `protobuf:"bytes,4,opt,name=condition,proto3" json:"condition,omitempty"`
	SourceSelect         *SqlSelectProto     `protobuf:"bytes,5,opt,name=sourceSelect,proto3" json:"sourceSelect,omitempty"`
	Alias                *SqlIdentifierProto `protobuf:"bytes,6,opt,name=alias,proto3" json:"alias,omitempty"`
	Pos                  *SqlParserPosProto  `protobuf:"bytes,7,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation      *RelDataTypeProto   `protobuf:"bytes,8,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlUpdate

func (*SqlUpdateProto) Descriptor deprecated

func (*SqlUpdateProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlUpdateProto.ProtoReflect.Descriptor instead.

func (*SqlUpdateProto) GetAlias

func (x *SqlUpdateProto) GetAlias() *SqlIdentifierProto

func (*SqlUpdateProto) GetCondition

func (x *SqlUpdateProto) GetCondition() *SqlNodeProto

func (*SqlUpdateProto) GetPos

func (x *SqlUpdateProto) GetPos() *SqlParserPosProto

func (*SqlUpdateProto) GetSourceExpressionList

func (x *SqlUpdateProto) GetSourceExpressionList() *SqlNodeListProto

func (*SqlUpdateProto) GetSourceSelect

func (x *SqlUpdateProto) GetSourceSelect() *SqlSelectProto

func (*SqlUpdateProto) GetTargetColumnList

func (x *SqlUpdateProto) GetTargetColumnList() []*SqlNodeListProto

func (*SqlUpdateProto) GetTargetTable

func (x *SqlUpdateProto) GetTargetTable() *SqlNodeProto

func (*SqlUpdateProto) GetTypeInformation

func (x *SqlUpdateProto) GetTypeInformation() *RelDataTypeProto

func (*SqlUpdateProto) ProtoMessage

func (*SqlUpdateProto) ProtoMessage()

func (*SqlUpdateProto) ProtoReflect

func (x *SqlUpdateProto) ProtoReflect() protoreflect.Message

func (*SqlUpdateProto) Reset

func (x *SqlUpdateProto) Reset()

func (*SqlUpdateProto) String

func (x *SqlUpdateProto) String() string

type SqlUserDefinedAggFunctionProto

type SqlUserDefinedAggFunctionProto struct {
	Function             *AggregateFunctionProto       `protobuf:"bytes,1,opt,name=function,proto3" json:"function,omitempty"`
	RequiresOrder        bool                          `protobuf:"varint,2,opt,name=requiresOrder,proto3" json:"requiresOrder,omitempty"`
	RequiresOver         bool                          `protobuf:"varint,3,opt,name=requiresOver,proto3" json:"requiresOver,omitempty"`
	RequiresGroupOrder   OptionalityProto              `protobuf:"varint,4,opt,name=requiresGroupOrder,proto3,enum=rill.sql.v1.OptionalityProto" json:"requiresGroupOrder,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,5,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,6,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,8,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,9,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,10,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,11,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,12,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,13,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,14,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.validate.SqlUserDefinedAggFunction

func (*SqlUserDefinedAggFunctionProto) Descriptor deprecated

func (*SqlUserDefinedAggFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlUserDefinedAggFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlUserDefinedAggFunctionProto) GetAllowedSignatures

func (x *SqlUserDefinedAggFunctionProto) GetAllowedSignatures() string

func (*SqlUserDefinedAggFunctionProto) GetCategory

func (*SqlUserDefinedAggFunctionProto) GetFunction

func (*SqlUserDefinedAggFunctionProto) GetKind

func (*SqlUserDefinedAggFunctionProto) GetLeftPrec

func (x *SqlUserDefinedAggFunctionProto) GetLeftPrec() int32

func (*SqlUserDefinedAggFunctionProto) GetName

func (*SqlUserDefinedAggFunctionProto) GetOperandTypeChecker

func (x *SqlUserDefinedAggFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlUserDefinedAggFunctionProto) GetOperandTypeInference

func (x *SqlUserDefinedAggFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlUserDefinedAggFunctionProto) GetRequiresGroupOrder

func (x *SqlUserDefinedAggFunctionProto) GetRequiresGroupOrder() OptionalityProto

func (*SqlUserDefinedAggFunctionProto) GetRequiresOrder

func (x *SqlUserDefinedAggFunctionProto) GetRequiresOrder() bool

func (*SqlUserDefinedAggFunctionProto) GetRequiresOver

func (x *SqlUserDefinedAggFunctionProto) GetRequiresOver() bool

func (*SqlUserDefinedAggFunctionProto) GetReturnTypeInference

func (x *SqlUserDefinedAggFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlUserDefinedAggFunctionProto) GetRightPrec

func (x *SqlUserDefinedAggFunctionProto) GetRightPrec() int32

func (*SqlUserDefinedAggFunctionProto) GetSqlIdentifier

func (x *SqlUserDefinedAggFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlUserDefinedAggFunctionProto) ProtoMessage

func (*SqlUserDefinedAggFunctionProto) ProtoMessage()

func (*SqlUserDefinedAggFunctionProto) ProtoReflect

func (*SqlUserDefinedAggFunctionProto) Reset

func (x *SqlUserDefinedAggFunctionProto) Reset()

func (*SqlUserDefinedAggFunctionProto) String

type SqlUserDefinedFunctionProto

type SqlUserDefinedFunctionProto struct {

	// Types that are assignable to SqlUserDefinedFunctionProto:
	//
	//	*SqlUserDefinedFunctionProto_SqlUserDefinedTableFunctionProto
	SqlUserDefinedFunctionProto isSqlUserDefinedFunctionProto_SqlUserDefinedFunctionProto `protobuf_oneof:"sqlUserDefinedFunctionProto"`
	Function                    *OrgApacheCalciteSchema_FunctionProto                     `protobuf:"bytes,2,opt,name=function,proto3" json:"function,omitempty"`
	Category                    SqlFunctionCategoryProto                                  `protobuf:"varint,3,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier               *SqlIdentifierProto                                       `protobuf:"bytes,4,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                        string                                                    `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Kind                        SqlKindProto                                              `protobuf:"varint,6,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec                    int32                                                     `protobuf:"zigzag32,7,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec                   int32                                                     `protobuf:"zigzag32,8,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference         *SqlReturnTypeInferenceProto                              `protobuf:"bytes,9,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference        *SqlOperandTypeInferenceProto                             `protobuf:"bytes,10,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker          *SqlOperandTypeCheckerProto                               `protobuf:"bytes,11,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures           string                                                    `protobuf:"bytes,12,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.validate.SqlUserDefinedFunction

func (*SqlUserDefinedFunctionProto) Descriptor deprecated

func (*SqlUserDefinedFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlUserDefinedFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlUserDefinedFunctionProto) GetAllowedSignatures

func (x *SqlUserDefinedFunctionProto) GetAllowedSignatures() string

func (*SqlUserDefinedFunctionProto) GetCategory

func (*SqlUserDefinedFunctionProto) GetFunction

func (*SqlUserDefinedFunctionProto) GetKind

func (*SqlUserDefinedFunctionProto) GetLeftPrec

func (x *SqlUserDefinedFunctionProto) GetLeftPrec() int32

func (*SqlUserDefinedFunctionProto) GetName

func (x *SqlUserDefinedFunctionProto) GetName() string

func (*SqlUserDefinedFunctionProto) GetOperandTypeChecker

func (x *SqlUserDefinedFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlUserDefinedFunctionProto) GetOperandTypeInference

func (x *SqlUserDefinedFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlUserDefinedFunctionProto) GetReturnTypeInference

func (x *SqlUserDefinedFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlUserDefinedFunctionProto) GetRightPrec

func (x *SqlUserDefinedFunctionProto) GetRightPrec() int32

func (*SqlUserDefinedFunctionProto) GetSqlIdentifier

func (x *SqlUserDefinedFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlUserDefinedFunctionProto) GetSqlUserDefinedFunctionProto

func (m *SqlUserDefinedFunctionProto) GetSqlUserDefinedFunctionProto() isSqlUserDefinedFunctionProto_SqlUserDefinedFunctionProto

func (*SqlUserDefinedFunctionProto) GetSqlUserDefinedTableFunctionProto

func (x *SqlUserDefinedFunctionProto) GetSqlUserDefinedTableFunctionProto() *SqlUserDefinedTableFunctionProto

func (*SqlUserDefinedFunctionProto) ProtoMessage

func (*SqlUserDefinedFunctionProto) ProtoMessage()

func (*SqlUserDefinedFunctionProto) ProtoReflect

func (*SqlUserDefinedFunctionProto) Reset

func (x *SqlUserDefinedFunctionProto) Reset()

func (*SqlUserDefinedFunctionProto) String

func (x *SqlUserDefinedFunctionProto) String() string

type SqlUserDefinedFunctionProto_SqlUserDefinedTableFunctionProto

type SqlUserDefinedFunctionProto_SqlUserDefinedTableFunctionProto struct {
	SqlUserDefinedTableFunctionProto *SqlUserDefinedTableFunctionProto `protobuf:"bytes,1,opt,name=sqlUserDefinedTableFunctionProto,proto3,oneof"`
}

type SqlUserDefinedTableFunctionProto

type SqlUserDefinedTableFunctionProto struct {
	Function             *OrgApacheCalciteSchema_FunctionProto `protobuf:"bytes,1,opt,name=function,proto3" json:"function,omitempty"`
	Category             SqlFunctionCategoryProto              `protobuf:"varint,2,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto                   `protobuf:"bytes,3,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                                `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                          `protobuf:"varint,5,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                                 `protobuf:"zigzag32,6,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                                 `protobuf:"zigzag32,7,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto          `protobuf:"bytes,8,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto         `protobuf:"bytes,9,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto           `protobuf:"bytes,10,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                                `protobuf:"bytes,11,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.validate.SqlUserDefinedTableFunction

func (*SqlUserDefinedTableFunctionProto) Descriptor deprecated

func (*SqlUserDefinedTableFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlUserDefinedTableFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlUserDefinedTableFunctionProto) GetAllowedSignatures

func (x *SqlUserDefinedTableFunctionProto) GetAllowedSignatures() string

func (*SqlUserDefinedTableFunctionProto) GetCategory

func (*SqlUserDefinedTableFunctionProto) GetFunction

func (*SqlUserDefinedTableFunctionProto) GetKind

func (*SqlUserDefinedTableFunctionProto) GetLeftPrec

func (x *SqlUserDefinedTableFunctionProto) GetLeftPrec() int32

func (*SqlUserDefinedTableFunctionProto) GetName

func (*SqlUserDefinedTableFunctionProto) GetOperandTypeChecker

func (*SqlUserDefinedTableFunctionProto) GetOperandTypeInference

func (x *SqlUserDefinedTableFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlUserDefinedTableFunctionProto) GetReturnTypeInference

func (*SqlUserDefinedTableFunctionProto) GetRightPrec

func (x *SqlUserDefinedTableFunctionProto) GetRightPrec() int32

func (*SqlUserDefinedTableFunctionProto) GetSqlIdentifier

func (*SqlUserDefinedTableFunctionProto) ProtoMessage

func (*SqlUserDefinedTableFunctionProto) ProtoMessage()

func (*SqlUserDefinedTableFunctionProto) ProtoReflect

func (*SqlUserDefinedTableFunctionProto) Reset

func (*SqlUserDefinedTableFunctionProto) String

type SqlUserDefinedTableMacroProto

type SqlUserDefinedTableMacroProto struct {
	TableMacro           *TableMacroProto              `protobuf:"bytes,1,opt,name=tableMacro,proto3" json:"tableMacro,omitempty"`
	Category             SqlFunctionCategoryProto      `protobuf:"varint,2,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier        *SqlIdentifierProto           `protobuf:"bytes,3,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                 string                        `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,5,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,6,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,7,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,8,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,9,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,10,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,11,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.validate.SqlUserDefinedTableMacro

func (*SqlUserDefinedTableMacroProto) Descriptor deprecated

func (*SqlUserDefinedTableMacroProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlUserDefinedTableMacroProto.ProtoReflect.Descriptor instead.

func (*SqlUserDefinedTableMacroProto) GetAllowedSignatures

func (x *SqlUserDefinedTableMacroProto) GetAllowedSignatures() string

func (*SqlUserDefinedTableMacroProto) GetCategory

func (*SqlUserDefinedTableMacroProto) GetKind

func (*SqlUserDefinedTableMacroProto) GetLeftPrec

func (x *SqlUserDefinedTableMacroProto) GetLeftPrec() int32

func (*SqlUserDefinedTableMacroProto) GetName

func (*SqlUserDefinedTableMacroProto) GetOperandTypeChecker

func (x *SqlUserDefinedTableMacroProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlUserDefinedTableMacroProto) GetOperandTypeInference

func (x *SqlUserDefinedTableMacroProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlUserDefinedTableMacroProto) GetReturnTypeInference

func (x *SqlUserDefinedTableMacroProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlUserDefinedTableMacroProto) GetRightPrec

func (x *SqlUserDefinedTableMacroProto) GetRightPrec() int32

func (*SqlUserDefinedTableMacroProto) GetSqlIdentifier

func (x *SqlUserDefinedTableMacroProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlUserDefinedTableMacroProto) GetTableMacro

func (x *SqlUserDefinedTableMacroProto) GetTableMacro() *TableMacroProto

func (*SqlUserDefinedTableMacroProto) ProtoMessage

func (*SqlUserDefinedTableMacroProto) ProtoMessage()

func (*SqlUserDefinedTableMacroProto) ProtoReflect

func (*SqlUserDefinedTableMacroProto) Reset

func (x *SqlUserDefinedTableMacroProto) Reset()

func (*SqlUserDefinedTableMacroProto) String

type SqlUserDefinedTypeNameSpecProto

type SqlUserDefinedTypeNameSpecProto struct {
	TypeName *SqlIdentifierProto `protobuf:"bytes,1,opt,name=typeName,proto3" json:"typeName,omitempty"`
	Pos      *SqlParserPosProto  `protobuf:"bytes,2,opt,name=pos,proto3" json:"pos,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlUserDefinedTypeNameSpec

func (*SqlUserDefinedTypeNameSpecProto) Descriptor deprecated

func (*SqlUserDefinedTypeNameSpecProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlUserDefinedTypeNameSpecProto.ProtoReflect.Descriptor instead.

func (*SqlUserDefinedTypeNameSpecProto) GetPos

func (*SqlUserDefinedTypeNameSpecProto) GetTypeName

func (*SqlUserDefinedTypeNameSpecProto) ProtoMessage

func (*SqlUserDefinedTypeNameSpecProto) ProtoMessage()

func (*SqlUserDefinedTypeNameSpecProto) ProtoReflect

func (*SqlUserDefinedTypeNameSpecProto) Reset

func (*SqlUserDefinedTypeNameSpecProto) String

type SqlValuesOperatorProto

type SqlValuesOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlValuesOperator

func (*SqlValuesOperatorProto) Descriptor deprecated

func (*SqlValuesOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlValuesOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlValuesOperatorProto) GetAllowedSignatures

func (x *SqlValuesOperatorProto) GetAllowedSignatures() string

func (*SqlValuesOperatorProto) GetKind

func (x *SqlValuesOperatorProto) GetKind() SqlKindProto

func (*SqlValuesOperatorProto) GetLeftPrec

func (x *SqlValuesOperatorProto) GetLeftPrec() int32

func (*SqlValuesOperatorProto) GetName

func (x *SqlValuesOperatorProto) GetName() string

func (*SqlValuesOperatorProto) GetOperandTypeChecker

func (x *SqlValuesOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlValuesOperatorProto) GetOperandTypeInference

func (x *SqlValuesOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlValuesOperatorProto) GetReturnTypeInference

func (x *SqlValuesOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlValuesOperatorProto) GetRightPrec

func (x *SqlValuesOperatorProto) GetRightPrec() int32

func (*SqlValuesOperatorProto) ProtoMessage

func (*SqlValuesOperatorProto) ProtoMessage()

func (*SqlValuesOperatorProto) ProtoReflect

func (x *SqlValuesOperatorProto) ProtoReflect() protoreflect.Message

func (*SqlValuesOperatorProto) Reset

func (x *SqlValuesOperatorProto) Reset()

func (*SqlValuesOperatorProto) String

func (x *SqlValuesOperatorProto) String() string

type SqlWindowProto

type SqlWindowProto struct {
	DeclName        *SqlIdentifierProto `protobuf:"bytes,1,opt,name=declName,proto3" json:"declName,omitempty"`
	RefName         *SqlIdentifierProto `protobuf:"bytes,2,opt,name=refName,proto3" json:"refName,omitempty"`
	PartitionList   *SqlNodeListProto   `protobuf:"bytes,3,opt,name=partitionList,proto3" json:"partitionList,omitempty"`
	OrderList       *SqlNodeListProto   `protobuf:"bytes,4,opt,name=orderList,proto3" json:"orderList,omitempty"`
	IsRows          *SqlLiteralProto    `protobuf:"bytes,5,opt,name=isRows,proto3" json:"isRows,omitempty"`
	LowerBound      *SqlNodeProto       `protobuf:"bytes,6,opt,name=lowerBound,proto3" json:"lowerBound,omitempty"`
	UpperBound      *SqlNodeProto       `protobuf:"bytes,7,opt,name=upperBound,proto3" json:"upperBound,omitempty"`
	AllowPartial    *SqlLiteralProto    `protobuf:"bytes,8,opt,name=allowPartial,proto3" json:"allowPartial,omitempty"`
	WindowCall      *SqlCallProto       `protobuf:"bytes,9,opt,name=windowCall,proto3" json:"windowCall,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,10,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,11,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlWindow

func (*SqlWindowProto) Descriptor deprecated

func (*SqlWindowProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlWindowProto.ProtoReflect.Descriptor instead.

func (*SqlWindowProto) GetAllowPartial

func (x *SqlWindowProto) GetAllowPartial() *SqlLiteralProto

func (*SqlWindowProto) GetDeclName

func (x *SqlWindowProto) GetDeclName() *SqlIdentifierProto

func (*SqlWindowProto) GetIsRows

func (x *SqlWindowProto) GetIsRows() *SqlLiteralProto

func (*SqlWindowProto) GetLowerBound

func (x *SqlWindowProto) GetLowerBound() *SqlNodeProto

func (*SqlWindowProto) GetOrderList

func (x *SqlWindowProto) GetOrderList() *SqlNodeListProto

func (*SqlWindowProto) GetPartitionList

func (x *SqlWindowProto) GetPartitionList() *SqlNodeListProto

func (*SqlWindowProto) GetPos

func (x *SqlWindowProto) GetPos() *SqlParserPosProto

func (*SqlWindowProto) GetRefName

func (x *SqlWindowProto) GetRefName() *SqlIdentifierProto

func (*SqlWindowProto) GetTypeInformation

func (x *SqlWindowProto) GetTypeInformation() *RelDataTypeProto

func (*SqlWindowProto) GetUpperBound

func (x *SqlWindowProto) GetUpperBound() *SqlNodeProto

func (*SqlWindowProto) GetWindowCall

func (x *SqlWindowProto) GetWindowCall() *SqlCallProto

func (*SqlWindowProto) ProtoMessage

func (*SqlWindowProto) ProtoMessage()

func (*SqlWindowProto) ProtoReflect

func (x *SqlWindowProto) ProtoReflect() protoreflect.Message

func (*SqlWindowProto) Reset

func (x *SqlWindowProto) Reset()

func (*SqlWindowProto) String

func (x *SqlWindowProto) String() string

type SqlWindowTableFunctionProto

type SqlWindowTableFunctionProto struct {

	// Types that are assignable to SqlWindowTableFunctionProto:
	//
	//	*SqlWindowTableFunctionProto_SqlTumbleTableFunctionProto
	//	*SqlWindowTableFunctionProto_SqlSessionTableFunctionProto
	//	*SqlWindowTableFunctionProto_SqlHopTableFunctionProto
	SqlWindowTableFunctionProto isSqlWindowTableFunctionProto_SqlWindowTableFunctionProto `protobuf_oneof:"sqlWindowTableFunctionProto"`
	Category                    SqlFunctionCategoryProto                                  `protobuf:"varint,4,opt,name=category,proto3,enum=rill.sql.v1.SqlFunctionCategoryProto" json:"category,omitempty"`
	SqlIdentifier               *SqlIdentifierProto                                       `protobuf:"bytes,5,opt,name=sqlIdentifier,proto3" json:"sqlIdentifier,omitempty"`
	Name                        string                                                    `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Kind                        SqlKindProto                                              `protobuf:"varint,7,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec                    int32                                                     `protobuf:"zigzag32,8,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec                   int32                                                     `protobuf:"zigzag32,9,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference         *SqlReturnTypeInferenceProto                              `protobuf:"bytes,10,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference        *SqlOperandTypeInferenceProto                             `protobuf:"bytes,11,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker          *SqlOperandTypeCheckerProto                               `protobuf:"bytes,12,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures           string                                                    `protobuf:"bytes,13,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlWindowTableFunction

func (*SqlWindowTableFunctionProto) Descriptor deprecated

func (*SqlWindowTableFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlWindowTableFunctionProto.ProtoReflect.Descriptor instead.

func (*SqlWindowTableFunctionProto) GetAllowedSignatures

func (x *SqlWindowTableFunctionProto) GetAllowedSignatures() string

func (*SqlWindowTableFunctionProto) GetCategory

func (*SqlWindowTableFunctionProto) GetKind

func (*SqlWindowTableFunctionProto) GetLeftPrec

func (x *SqlWindowTableFunctionProto) GetLeftPrec() int32

func (*SqlWindowTableFunctionProto) GetName

func (x *SqlWindowTableFunctionProto) GetName() string

func (*SqlWindowTableFunctionProto) GetOperandTypeChecker

func (x *SqlWindowTableFunctionProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlWindowTableFunctionProto) GetOperandTypeInference

func (x *SqlWindowTableFunctionProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlWindowTableFunctionProto) GetReturnTypeInference

func (x *SqlWindowTableFunctionProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlWindowTableFunctionProto) GetRightPrec

func (x *SqlWindowTableFunctionProto) GetRightPrec() int32

func (*SqlWindowTableFunctionProto) GetSqlHopTableFunctionProto

func (x *SqlWindowTableFunctionProto) GetSqlHopTableFunctionProto() *SqlHopTableFunctionProto

func (*SqlWindowTableFunctionProto) GetSqlIdentifier

func (x *SqlWindowTableFunctionProto) GetSqlIdentifier() *SqlIdentifierProto

func (*SqlWindowTableFunctionProto) GetSqlSessionTableFunctionProto

func (x *SqlWindowTableFunctionProto) GetSqlSessionTableFunctionProto() *SqlSessionTableFunctionProto

func (*SqlWindowTableFunctionProto) GetSqlTumbleTableFunctionProto

func (x *SqlWindowTableFunctionProto) GetSqlTumbleTableFunctionProto() *SqlTumbleTableFunctionProto

func (*SqlWindowTableFunctionProto) GetSqlWindowTableFunctionProto

func (m *SqlWindowTableFunctionProto) GetSqlWindowTableFunctionProto() isSqlWindowTableFunctionProto_SqlWindowTableFunctionProto

func (*SqlWindowTableFunctionProto) ProtoMessage

func (*SqlWindowTableFunctionProto) ProtoMessage()

func (*SqlWindowTableFunctionProto) ProtoReflect

func (*SqlWindowTableFunctionProto) Reset

func (x *SqlWindowTableFunctionProto) Reset()

func (*SqlWindowTableFunctionProto) String

func (x *SqlWindowTableFunctionProto) String() string

type SqlWindowTableFunctionProto_SqlHopTableFunctionProto

type SqlWindowTableFunctionProto_SqlHopTableFunctionProto struct {
	SqlHopTableFunctionProto *SqlHopTableFunctionProto `protobuf:"bytes,3,opt,name=sqlHopTableFunctionProto,proto3,oneof"`
}

type SqlWindowTableFunctionProto_SqlSessionTableFunctionProto

type SqlWindowTableFunctionProto_SqlSessionTableFunctionProto struct {
	SqlSessionTableFunctionProto *SqlSessionTableFunctionProto `protobuf:"bytes,2,opt,name=sqlSessionTableFunctionProto,proto3,oneof"`
}

type SqlWindowTableFunctionProto_SqlTumbleTableFunctionProto

type SqlWindowTableFunctionProto_SqlTumbleTableFunctionProto struct {
	SqlTumbleTableFunctionProto *SqlTumbleTableFunctionProto `protobuf:"bytes,1,opt,name=sqlTumbleTableFunctionProto,proto3,oneof"`
}

type SqlWithItemProto

type SqlWithItemProto struct {
	Name            *SqlIdentifierProto `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ColumnList      *SqlNodeListProto   `protobuf:"bytes,2,opt,name=columnList,proto3" json:"columnList,omitempty"`
	Query           *SqlNodeProto       `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"`
	Pos             *SqlParserPosProto  `protobuf:"bytes,4,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto   `protobuf:"bytes,5,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlWithItem

func (*SqlWithItemProto) Descriptor deprecated

func (*SqlWithItemProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlWithItemProto.ProtoReflect.Descriptor instead.

func (*SqlWithItemProto) GetColumnList

func (x *SqlWithItemProto) GetColumnList() *SqlNodeListProto

func (*SqlWithItemProto) GetName

func (x *SqlWithItemProto) GetName() *SqlIdentifierProto

func (*SqlWithItemProto) GetPos

func (x *SqlWithItemProto) GetPos() *SqlParserPosProto

func (*SqlWithItemProto) GetQuery

func (x *SqlWithItemProto) GetQuery() *SqlNodeProto

func (*SqlWithItemProto) GetTypeInformation

func (x *SqlWithItemProto) GetTypeInformation() *RelDataTypeProto

func (*SqlWithItemProto) ProtoMessage

func (*SqlWithItemProto) ProtoMessage()

func (*SqlWithItemProto) ProtoReflect

func (x *SqlWithItemProto) ProtoReflect() protoreflect.Message

func (*SqlWithItemProto) Reset

func (x *SqlWithItemProto) Reset()

func (*SqlWithItemProto) String

func (x *SqlWithItemProto) String() string

type SqlWithProto

type SqlWithProto struct {
	WithList        *SqlNodeListProto  `protobuf:"bytes,1,opt,name=withList,proto3" json:"withList,omitempty"`
	Body            *SqlNodeProto      `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	Pos             *SqlParserPosProto `protobuf:"bytes,3,opt,name=pos,proto3" json:"pos,omitempty"`
	TypeInformation *RelDataTypeProto  `protobuf:"bytes,4,opt,name=typeInformation,proto3" json:"typeInformation,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlWith

func (*SqlWithProto) Descriptor deprecated

func (*SqlWithProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlWithProto.ProtoReflect.Descriptor instead.

func (*SqlWithProto) GetBody

func (x *SqlWithProto) GetBody() *SqlNodeProto

func (*SqlWithProto) GetPos

func (x *SqlWithProto) GetPos() *SqlParserPosProto

func (*SqlWithProto) GetTypeInformation

func (x *SqlWithProto) GetTypeInformation() *RelDataTypeProto

func (*SqlWithProto) GetWithList

func (x *SqlWithProto) GetWithList() *SqlNodeListProto

func (*SqlWithProto) ProtoMessage

func (*SqlWithProto) ProtoMessage()

func (*SqlWithProto) ProtoReflect

func (x *SqlWithProto) ProtoReflect() protoreflect.Message

func (*SqlWithProto) Reset

func (x *SqlWithProto) Reset()

func (*SqlWithProto) String

func (x *SqlWithProto) String() string

type SqlWithinDistinctOperatorProto

type SqlWithinDistinctOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlWithinDistinctOperator

func (*SqlWithinDistinctOperatorProto) Descriptor deprecated

func (*SqlWithinDistinctOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlWithinDistinctOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlWithinDistinctOperatorProto) GetAllowedSignatures

func (x *SqlWithinDistinctOperatorProto) GetAllowedSignatures() string

func (*SqlWithinDistinctOperatorProto) GetKind

func (*SqlWithinDistinctOperatorProto) GetLeftPrec

func (x *SqlWithinDistinctOperatorProto) GetLeftPrec() int32

func (*SqlWithinDistinctOperatorProto) GetName

func (*SqlWithinDistinctOperatorProto) GetOperandTypeChecker

func (x *SqlWithinDistinctOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlWithinDistinctOperatorProto) GetOperandTypeInference

func (x *SqlWithinDistinctOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlWithinDistinctOperatorProto) GetReturnTypeInference

func (x *SqlWithinDistinctOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlWithinDistinctOperatorProto) GetRightPrec

func (x *SqlWithinDistinctOperatorProto) GetRightPrec() int32

func (*SqlWithinDistinctOperatorProto) ProtoMessage

func (*SqlWithinDistinctOperatorProto) ProtoMessage()

func (*SqlWithinDistinctOperatorProto) ProtoReflect

func (*SqlWithinDistinctOperatorProto) Reset

func (x *SqlWithinDistinctOperatorProto) Reset()

func (*SqlWithinDistinctOperatorProto) String

type SqlWithinGroupOperatorProto

type SqlWithinGroupOperatorProto struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind                 SqlKindProto                  `protobuf:"varint,2,opt,name=kind,proto3,enum=rill.sql.v1.SqlKindProto" json:"kind,omitempty"`
	LeftPrec             int32                         `protobuf:"zigzag32,3,opt,name=leftPrec,proto3" json:"leftPrec,omitempty"`
	RightPrec            int32                         `protobuf:"zigzag32,4,opt,name=rightPrec,proto3" json:"rightPrec,omitempty"`
	ReturnTypeInference  *SqlReturnTypeInferenceProto  `protobuf:"bytes,5,opt,name=returnTypeInference,proto3" json:"returnTypeInference,omitempty"`
	OperandTypeInference *SqlOperandTypeInferenceProto `protobuf:"bytes,6,opt,name=operandTypeInference,proto3" json:"operandTypeInference,omitempty"`
	OperandTypeChecker   *SqlOperandTypeCheckerProto   `protobuf:"bytes,7,opt,name=operandTypeChecker,proto3" json:"operandTypeChecker,omitempty"`
	AllowedSignatures    string                        `protobuf:"bytes,8,opt,name=allowedSignatures,proto3" json:"allowedSignatures,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.SqlWithinGroupOperator

func (*SqlWithinGroupOperatorProto) Descriptor deprecated

func (*SqlWithinGroupOperatorProto) Descriptor() ([]byte, []int)

Deprecated: Use SqlWithinGroupOperatorProto.ProtoReflect.Descriptor instead.

func (*SqlWithinGroupOperatorProto) GetAllowedSignatures

func (x *SqlWithinGroupOperatorProto) GetAllowedSignatures() string

func (*SqlWithinGroupOperatorProto) GetKind

func (*SqlWithinGroupOperatorProto) GetLeftPrec

func (x *SqlWithinGroupOperatorProto) GetLeftPrec() int32

func (*SqlWithinGroupOperatorProto) GetName

func (x *SqlWithinGroupOperatorProto) GetName() string

func (*SqlWithinGroupOperatorProto) GetOperandTypeChecker

func (x *SqlWithinGroupOperatorProto) GetOperandTypeChecker() *SqlOperandTypeCheckerProto

func (*SqlWithinGroupOperatorProto) GetOperandTypeInference

func (x *SqlWithinGroupOperatorProto) GetOperandTypeInference() *SqlOperandTypeInferenceProto

func (*SqlWithinGroupOperatorProto) GetReturnTypeInference

func (x *SqlWithinGroupOperatorProto) GetReturnTypeInference() *SqlReturnTypeInferenceProto

func (*SqlWithinGroupOperatorProto) GetRightPrec

func (x *SqlWithinGroupOperatorProto) GetRightPrec() int32

func (*SqlWithinGroupOperatorProto) ProtoMessage

func (*SqlWithinGroupOperatorProto) ProtoMessage()

func (*SqlWithinGroupOperatorProto) ProtoReflect

func (*SqlWithinGroupOperatorProto) Reset

func (x *SqlWithinGroupOperatorProto) Reset()

func (*SqlWithinGroupOperatorProto) String

func (x *SqlWithinGroupOperatorProto) String() string

type StructKindProto

type StructKindProto int32
const (
	StructKindProto_StructKindProto_NONE_                  StructKindProto = 0
	StructKindProto_StructKindProto_FULLY_QUALIFIED_       StructKindProto = 1
	StructKindProto_StructKindProto_PEEK_FIELDS_DEFAULT_   StructKindProto = 2
	StructKindProto_StructKindProto_PEEK_FIELDS_           StructKindProto = 3
	StructKindProto_StructKindProto_PEEK_FIELDS_NO_EXPAND_ StructKindProto = 4
)

func (StructKindProto) Descriptor

func (StructKindProto) Enum

func (x StructKindProto) Enum() *StructKindProto

func (StructKindProto) EnumDescriptor deprecated

func (StructKindProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use StructKindProto.Descriptor instead.

func (StructKindProto) Number

func (StructKindProto) String

func (x StructKindProto) String() string

func (StructKindProto) Type

type TableFunctionImplProto

type TableFunctionImplProto struct {
	Implementor *CallImplementorProto     `protobuf:"bytes,1,opt,name=implementor,proto3" json:"implementor,omitempty"`
	Method      *MethodProto              `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"`
	Parameters  []*FunctionParameterProto `protobuf:"bytes,3,rep,name=parameters,proto3" json:"parameters,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.impl.TableFunctionImpl

func (*TableFunctionImplProto) Descriptor deprecated

func (*TableFunctionImplProto) Descriptor() ([]byte, []int)

Deprecated: Use TableFunctionImplProto.ProtoReflect.Descriptor instead.

func (*TableFunctionImplProto) GetImplementor

func (x *TableFunctionImplProto) GetImplementor() *CallImplementorProto

func (*TableFunctionImplProto) GetMethod

func (x *TableFunctionImplProto) GetMethod() *MethodProto

func (*TableFunctionImplProto) GetParameters

func (x *TableFunctionImplProto) GetParameters() []*FunctionParameterProto

func (*TableFunctionImplProto) ProtoMessage

func (*TableFunctionImplProto) ProtoMessage()

func (*TableFunctionImplProto) ProtoReflect

func (x *TableFunctionImplProto) ProtoReflect() protoreflect.Message

func (*TableFunctionImplProto) Reset

func (x *TableFunctionImplProto) Reset()

func (*TableFunctionImplProto) String

func (x *TableFunctionImplProto) String() string

type TableFunctionProto

type TableFunctionProto struct {

	// Types that are assignable to TableFunctionProto:
	//
	//	*TableFunctionProto_TableFunctionImplProto
	TableFunctionProto isTableFunctionProto_TableFunctionProto `protobuf_oneof:"tableFunctionProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.TableFunction

func (*TableFunctionProto) Descriptor deprecated

func (*TableFunctionProto) Descriptor() ([]byte, []int)

Deprecated: Use TableFunctionProto.ProtoReflect.Descriptor instead.

func (*TableFunctionProto) GetTableFunctionImplProto

func (x *TableFunctionProto) GetTableFunctionImplProto() *TableFunctionImplProto

func (*TableFunctionProto) GetTableFunctionProto

func (m *TableFunctionProto) GetTableFunctionProto() isTableFunctionProto_TableFunctionProto

func (*TableFunctionProto) ProtoMessage

func (*TableFunctionProto) ProtoMessage()

func (*TableFunctionProto) ProtoReflect

func (x *TableFunctionProto) ProtoReflect() protoreflect.Message

func (*TableFunctionProto) Reset

func (x *TableFunctionProto) Reset()

func (*TableFunctionProto) String

func (x *TableFunctionProto) String() string

type TableFunctionProto_TableFunctionImplProto

type TableFunctionProto_TableFunctionImplProto struct {
	TableFunctionImplProto *TableFunctionImplProto `protobuf:"bytes,1,opt,name=tableFunctionImplProto,proto3,oneof"`
}

type TableFunctionReturnTypeInferenceProto

type TableFunctionReturnTypeInferenceProto struct {
	ParamNames     []string                 `protobuf:"bytes,1,rep,name=paramNames,proto3" json:"paramNames,omitempty"`
	ColumnMappings []*RelColumnMappingProto `protobuf:"bytes,2,rep,name=columnMappings,proto3" json:"columnMappings,omitempty"`
	IsPassthrough  bool                     `protobuf:"varint,3,opt,name=isPassthrough,proto3" json:"isPassthrough,omitempty"`
	ProtoType      *RelProtoDataTypeProto   `protobuf:"bytes,4,opt,name=protoType,proto3" json:"protoType,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.sql.type.TableFunctionReturnTypeInference

func (*TableFunctionReturnTypeInferenceProto) Descriptor deprecated

func (*TableFunctionReturnTypeInferenceProto) Descriptor() ([]byte, []int)

Deprecated: Use TableFunctionReturnTypeInferenceProto.ProtoReflect.Descriptor instead.

func (*TableFunctionReturnTypeInferenceProto) GetColumnMappings

func (*TableFunctionReturnTypeInferenceProto) GetIsPassthrough

func (x *TableFunctionReturnTypeInferenceProto) GetIsPassthrough() bool

func (*TableFunctionReturnTypeInferenceProto) GetParamNames

func (x *TableFunctionReturnTypeInferenceProto) GetParamNames() []string

func (*TableFunctionReturnTypeInferenceProto) GetProtoType

func (*TableFunctionReturnTypeInferenceProto) ProtoMessage

func (*TableFunctionReturnTypeInferenceProto) ProtoMessage()

func (*TableFunctionReturnTypeInferenceProto) ProtoReflect

func (*TableFunctionReturnTypeInferenceProto) Reset

func (*TableFunctionReturnTypeInferenceProto) String

type TableMacroImplProto

type TableMacroImplProto struct {
	Method     *MethodProto              `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"`
	Parameters []*FunctionParameterProto `protobuf:"bytes,2,rep,name=parameters,proto3" json:"parameters,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.impl.TableMacroImpl

func (*TableMacroImplProto) Descriptor deprecated

func (*TableMacroImplProto) Descriptor() ([]byte, []int)

Deprecated: Use TableMacroImplProto.ProtoReflect.Descriptor instead.

func (*TableMacroImplProto) GetMethod

func (x *TableMacroImplProto) GetMethod() *MethodProto

func (*TableMacroImplProto) GetParameters

func (x *TableMacroImplProto) GetParameters() []*FunctionParameterProto

func (*TableMacroImplProto) ProtoMessage

func (*TableMacroImplProto) ProtoMessage()

func (*TableMacroImplProto) ProtoReflect

func (x *TableMacroImplProto) ProtoReflect() protoreflect.Message

func (*TableMacroImplProto) Reset

func (x *TableMacroImplProto) Reset()

func (*TableMacroImplProto) String

func (x *TableMacroImplProto) String() string

type TableMacroProto

type TableMacroProto struct {

	// Types that are assignable to TableMacroProto:
	//
	//	*TableMacroProto_TableMacroImplProto
	//	*TableMacroProto_ViewTableMacroProto
	TableMacroProto isTableMacroProto_TableMacroProto `protobuf_oneof:"tableMacroProto"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.TableMacro

func (*TableMacroProto) Descriptor deprecated

func (*TableMacroProto) Descriptor() ([]byte, []int)

Deprecated: Use TableMacroProto.ProtoReflect.Descriptor instead.

func (*TableMacroProto) GetTableMacroImplProto

func (x *TableMacroProto) GetTableMacroImplProto() *TableMacroImplProto

func (*TableMacroProto) GetTableMacroProto

func (m *TableMacroProto) GetTableMacroProto() isTableMacroProto_TableMacroProto

func (*TableMacroProto) GetViewTableMacroProto

func (x *TableMacroProto) GetViewTableMacroProto() *ViewTableMacroProto

func (*TableMacroProto) ProtoMessage

func (*TableMacroProto) ProtoMessage()

func (*TableMacroProto) ProtoReflect

func (x *TableMacroProto) ProtoReflect() protoreflect.Message

func (*TableMacroProto) Reset

func (x *TableMacroProto) Reset()

func (*TableMacroProto) String

func (x *TableMacroProto) String() string

type TableMacroProto_TableMacroImplProto

type TableMacroProto_TableMacroImplProto struct {
	TableMacroImplProto *TableMacroImplProto `protobuf:"bytes,1,opt,name=tableMacroImplProto,proto3,oneof"`
}

type TableMacroProto_ViewTableMacroProto

type TableMacroProto_ViewTableMacroProto struct {
	ViewTableMacroProto *ViewTableMacroProto `protobuf:"bytes,2,opt,name=viewTableMacroProto,proto3,oneof"`
}

type TimeUnitProto

type TimeUnitProto int32
const (
	TimeUnitProto_TimeUnitProto_YEAR_        TimeUnitProto = 0
	TimeUnitProto_TimeUnitProto_MONTH_       TimeUnitProto = 1
	TimeUnitProto_TimeUnitProto_DAY_         TimeUnitProto = 2
	TimeUnitProto_TimeUnitProto_HOUR_        TimeUnitProto = 3
	TimeUnitProto_TimeUnitProto_MINUTE_      TimeUnitProto = 4
	TimeUnitProto_TimeUnitProto_SECOND_      TimeUnitProto = 5
	TimeUnitProto_TimeUnitProto_QUARTER_     TimeUnitProto = 6
	TimeUnitProto_TimeUnitProto_ISOYEAR_     TimeUnitProto = 7
	TimeUnitProto_TimeUnitProto_WEEK_        TimeUnitProto = 8
	TimeUnitProto_TimeUnitProto_MILLISECOND_ TimeUnitProto = 9
	TimeUnitProto_TimeUnitProto_MICROSECOND_ TimeUnitProto = 10
	TimeUnitProto_TimeUnitProto_NANOSECOND_  TimeUnitProto = 11
	TimeUnitProto_TimeUnitProto_DOW_         TimeUnitProto = 12
	TimeUnitProto_TimeUnitProto_ISODOW_      TimeUnitProto = 13
	TimeUnitProto_TimeUnitProto_DOY_         TimeUnitProto = 14
	TimeUnitProto_TimeUnitProto_EPOCH_       TimeUnitProto = 15
	TimeUnitProto_TimeUnitProto_DECADE_      TimeUnitProto = 16
	TimeUnitProto_TimeUnitProto_CENTURY_     TimeUnitProto = 17
	TimeUnitProto_TimeUnitProto_MILLENNIUM_  TimeUnitProto = 18
)

func (TimeUnitProto) Descriptor

func (TimeUnitProto) Enum

func (x TimeUnitProto) Enum() *TimeUnitProto

func (TimeUnitProto) EnumDescriptor deprecated

func (TimeUnitProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use TimeUnitProto.Descriptor instead.

func (TimeUnitProto) Number

func (TimeUnitProto) String

func (x TimeUnitProto) String() string

func (TimeUnitProto) Type

type TimeUnitRangeProto

type TimeUnitRangeProto int32
const (
	TimeUnitRangeProto_TimeUnitRangeProto_YEAR_             TimeUnitRangeProto = 0
	TimeUnitRangeProto_TimeUnitRangeProto_YEAR_TO_MONTH_    TimeUnitRangeProto = 1
	TimeUnitRangeProto_TimeUnitRangeProto_MONTH_            TimeUnitRangeProto = 2
	TimeUnitRangeProto_TimeUnitRangeProto_DAY_              TimeUnitRangeProto = 3
	TimeUnitRangeProto_TimeUnitRangeProto_DAY_TO_HOUR_      TimeUnitRangeProto = 4
	TimeUnitRangeProto_TimeUnitRangeProto_DAY_TO_MINUTE_    TimeUnitRangeProto = 5
	TimeUnitRangeProto_TimeUnitRangeProto_DAY_TO_SECOND_    TimeUnitRangeProto = 6
	TimeUnitRangeProto_TimeUnitRangeProto_HOUR_             TimeUnitRangeProto = 7
	TimeUnitRangeProto_TimeUnitRangeProto_HOUR_TO_MINUTE_   TimeUnitRangeProto = 8
	TimeUnitRangeProto_TimeUnitRangeProto_HOUR_TO_SECOND_   TimeUnitRangeProto = 9
	TimeUnitRangeProto_TimeUnitRangeProto_MINUTE_           TimeUnitRangeProto = 10
	TimeUnitRangeProto_TimeUnitRangeProto_MINUTE_TO_SECOND_ TimeUnitRangeProto = 11
	TimeUnitRangeProto_TimeUnitRangeProto_SECOND_           TimeUnitRangeProto = 12
	TimeUnitRangeProto_TimeUnitRangeProto_ISOYEAR_          TimeUnitRangeProto = 13
	TimeUnitRangeProto_TimeUnitRangeProto_QUARTER_          TimeUnitRangeProto = 14
	TimeUnitRangeProto_TimeUnitRangeProto_WEEK_             TimeUnitRangeProto = 15
	TimeUnitRangeProto_TimeUnitRangeProto_MILLISECOND_      TimeUnitRangeProto = 16
	TimeUnitRangeProto_TimeUnitRangeProto_MICROSECOND_      TimeUnitRangeProto = 17
	TimeUnitRangeProto_TimeUnitRangeProto_NANOSECOND_       TimeUnitRangeProto = 18
	TimeUnitRangeProto_TimeUnitRangeProto_DOW_              TimeUnitRangeProto = 19
	TimeUnitRangeProto_TimeUnitRangeProto_ISODOW_           TimeUnitRangeProto = 20
	TimeUnitRangeProto_TimeUnitRangeProto_DOY_              TimeUnitRangeProto = 21
	TimeUnitRangeProto_TimeUnitRangeProto_EPOCH_            TimeUnitRangeProto = 22
	TimeUnitRangeProto_TimeUnitRangeProto_DECADE_           TimeUnitRangeProto = 23
	TimeUnitRangeProto_TimeUnitRangeProto_CENTURY_          TimeUnitRangeProto = 24
	TimeUnitRangeProto_TimeUnitRangeProto_MILLENNIUM_       TimeUnitRangeProto = 25
)

func (TimeUnitRangeProto) Descriptor

func (TimeUnitRangeProto) Enum

func (TimeUnitRangeProto) EnumDescriptor deprecated

func (TimeUnitRangeProto) EnumDescriptor() ([]byte, []int)

Deprecated: Use TimeUnitRangeProto.Descriptor instead.

func (TimeUnitRangeProto) Number

func (TimeUnitRangeProto) String

func (x TimeUnitRangeProto) String() string

func (TimeUnitRangeProto) Type

type TimeZoneProto

type TimeZoneProto struct {
	// contains filtered or unexported fields
}

Java Class: java.util.TimeZone

func (*TimeZoneProto) Descriptor deprecated

func (*TimeZoneProto) Descriptor() ([]byte, []int)

Deprecated: Use TimeZoneProto.ProtoReflect.Descriptor instead.

func (*TimeZoneProto) ProtoMessage

func (*TimeZoneProto) ProtoMessage()

func (*TimeZoneProto) ProtoReflect

func (x *TimeZoneProto) ProtoReflect() protoreflect.Message

func (*TimeZoneProto) Reset

func (x *TimeZoneProto) Reset()

func (*TimeZoneProto) String

func (x *TimeZoneProto) String() string

type TreeMultimapProto

type TreeMultimapProto struct {
	// contains filtered or unexported fields
}

Java Class: com.google.common.collect.TreeMultimap

func (*TreeMultimapProto) Descriptor deprecated

func (*TreeMultimapProto) Descriptor() ([]byte, []int)

Deprecated: Use TreeMultimapProto.ProtoReflect.Descriptor instead.

func (*TreeMultimapProto) ProtoMessage

func (*TreeMultimapProto) ProtoMessage()

func (*TreeMultimapProto) ProtoReflect

func (x *TreeMultimapProto) ProtoReflect() protoreflect.Message

func (*TreeMultimapProto) Reset

func (x *TreeMultimapProto) Reset()

func (*TreeMultimapProto) String

func (x *TreeMultimapProto) String() string

type ViewTableMacroProto

type ViewTableMacroProto struct {
	ViewSql    string              `protobuf:"bytes,1,opt,name=viewSql,proto3" json:"viewSql,omitempty"`
	Schema     *CalciteSchemaProto `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	Modifiable bool                `protobuf:"varint,3,opt,name=modifiable,proto3" json:"modifiable,omitempty"`
	SchemaPath []string            `protobuf:"bytes,4,rep,name=schemaPath,proto3" json:"schemaPath,omitempty"`
	ViewPath   []string            `protobuf:"bytes,5,rep,name=viewPath,proto3" json:"viewPath,omitempty"`
	// contains filtered or unexported fields
}

Java Class: org.apache.calcite.schema.impl.ViewTableMacro

func (*ViewTableMacroProto) Descriptor deprecated

func (*ViewTableMacroProto) Descriptor() ([]byte, []int)

Deprecated: Use ViewTableMacroProto.ProtoReflect.Descriptor instead.

func (*ViewTableMacroProto) GetModifiable

func (x *ViewTableMacroProto) GetModifiable() bool

func (*ViewTableMacroProto) GetSchema

func (x *ViewTableMacroProto) GetSchema() *CalciteSchemaProto

func (*ViewTableMacroProto) GetSchemaPath

func (x *ViewTableMacroProto) GetSchemaPath() []string

func (*ViewTableMacroProto) GetViewPath

func (x *ViewTableMacroProto) GetViewPath() []string

func (*ViewTableMacroProto) GetViewSql

func (x *ViewTableMacroProto) GetViewSql() string

func (*ViewTableMacroProto) ProtoMessage

func (*ViewTableMacroProto) ProtoMessage()

func (*ViewTableMacroProto) ProtoReflect

func (x *ViewTableMacroProto) ProtoReflect() protoreflect.Message

func (*ViewTableMacroProto) Reset

func (x *ViewTableMacroProto) Reset()

func (*ViewTableMacroProto) String

func (x *ViewTableMacroProto) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL