gen

package
v0.0.0-...-36c938f Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2026 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Default_FieldOptions_VectorOptions_Precision  = int32(16)
	Default_FieldOptions_VectorOptions_Dimensions = int32(768)
)

Default values for FieldOptions_VectorOptions fields.

View Source
const (
	Default_FieldOptions_IndexOption_Type = string("value")
)

Default values for FieldOptions_IndexOption fields.

View Source
const (
	Default_Field_NullInterpretation = Field_NOT_UNIQUE
)

Default values for Field fields.

View Source
const (
	Default_Grouping_GroupedCount = int32(1)
)

Default values for Grouping fields.

View Source
const (
	Default_KeyWithValue_SplitPoint = int32(1)
)

Default values for KeyWithValue fields.

View Source
const (
	Default_RecordTypeOptions_Usage = RecordTypeOptions_UNSET
)

Default values for RecordTypeOptions fields.

Variables

View Source
var (
	IndexBuildIndexingStamp_Method_name = map[int32]string{
		0: "INVALID",
		1: "BY_RECORDS",
		2: "BY_INDEX",
		3: "SCRUB_REPAIR",
		4: "MULTI_TARGET_BY_RECORDS",
		5: "MUTUAL_BY_RECORDS",
		6: "NONE",
	}
	IndexBuildIndexingStamp_Method_value = map[string]int32{
		"INVALID":                 0,
		"BY_RECORDS":              1,
		"BY_INDEX":                2,
		"SCRUB_REPAIR":            3,
		"MULTI_TARGET_BY_RECORDS": 4,
		"MUTUAL_BY_RECORDS":       5,
		"NONE":                    6,
	}
)

Enum value maps for IndexBuildIndexingStamp_Method.

View Source
var (
	PPlannerPhase_name = map[int32]string{
		1: "REWRITING",
		2: "PLANNING",
	}
	PPlannerPhase_value = map[string]int32{
		"REWRITING": 1,
		"PLANNING":  2,
	}
)

Enum value maps for PPlannerPhase.

View Source
var (
	OrElseContinuation_State_name = map[int32]string{
		0: "UNDECIDED",
		1: "USE_INNER",
		2: "USE_OTHER",
	}
	OrElseContinuation_State_value = map[string]int32{
		"UNDECIDED": 0,
		"USE_INNER": 1,
		"USE_OTHER": 2,
	}
)

Enum value maps for OrElseContinuation_State.

View Source
var (
	Field_FanType_name = map[int32]string{
		1: "SCALAR",
		2: "FAN_OUT",
		3: "CONCATENATE",
	}
	Field_FanType_value = map[string]int32{
		"SCALAR":      1,
		"FAN_OUT":     2,
		"CONCATENATE": 3,
	}
)

Enum value maps for Field_FanType.

View Source
var (
	Field_NullInterpretation_name = map[int32]string{
		1: "NOT_UNIQUE",
		2: "UNIQUE",
		3: "NOT_NULL",
	}
	Field_NullInterpretation_value = map[string]int32{
		"NOT_UNIQUE": 1,
		"UNIQUE":     2,
		"NOT_NULL":   3,
	}
)

Enum value maps for Field_NullInterpretation.

View Source
var (
	Color_name = map[int32]string{
		1: "RED",
		2: "BLUE",
		3: "YELLOW",
		4: "PINK",
	}
	Color_value = map[string]int32{
		"RED":    1,
		"BLUE":   2,
		"YELLOW": 3,
		"PINK":   4,
	}
)

Enum value maps for Color.

View Source
var (
	ComparisonType_name = map[int32]string{
		1: "EQUALS",
		2: "NOT_EQUALS",
		3: "LESS_THAN",
		4: "LESS_THAN_OR_EQUALS",
		5: "GREATER_THAN",
		6: "GREATER_THAN_OR_EQUALS",
		7: "STARTS_WITH",
		8: "NOT_NULL",
		9: "IS_NULL",
	}
	ComparisonType_value = map[string]int32{
		"EQUALS":                 1,
		"NOT_EQUALS":             2,
		"LESS_THAN":              3,
		"LESS_THAN_OR_EQUALS":    4,
		"GREATER_THAN":           5,
		"GREATER_THAN_OR_EQUALS": 6,
		"STARTS_WITH":            7,
		"NOT_NULL":               8,
		"IS_NULL":                9,
	}
)

Enum value maps for ComparisonType.

View Source
var (
	DataStoreInfo_RecordCountState_name = map[int32]string{
		1: "READABLE",
		2: "WRITE_ONLY",
		3: "DISABLED",
	}
	DataStoreInfo_RecordCountState_value = map[string]int32{
		"READABLE":   1,
		"WRITE_ONLY": 2,
		"DISABLED":   3,
	}
)

Enum value maps for DataStoreInfo_RecordCountState.

View Source
var (
	DataStoreInfo_StoreLockState_State_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "FORBID_RECORD_UPDATE",
		2: "FULL_STORE",
	}
	DataStoreInfo_StoreLockState_State_value = map[string]int32{
		"UNSPECIFIED":          0,
		"FORBID_RECORD_UPDATE": 1,
		"FULL_STORE":           2,
	}
)

Enum value maps for DataStoreInfo_StoreLockState_State.

View Source
var (
	Index_Type_name = map[int32]string{
		1: "INDEX",
		2: "UNIQUE",
		3: "RANK",
		4: "RANK_UNIQUE",
	}
	Index_Type_value = map[string]int32{
		"INDEX":       1,
		"UNIQUE":      2,
		"RANK":        3,
		"RANK_UNIQUE": 4,
	}
)

Enum value maps for Index_Type.

View Source
var (
	ConstantPredicate_ConstantValue_name = map[int32]string{
		1: "TRUE",
		2: "FALSE",
		3: "NULL",
	}
	ConstantPredicate_ConstantValue_value = map[string]int32{
		"TRUE":  1,
		"FALSE": 2,
		"NULL":  3,
	}
)

Enum value maps for ConstantPredicate_ConstantValue.

View Source
var (
	RowNumberWindowPredicate_Direction_name = map[int32]string{
		1: "ASC",
		2: "DESC",
	}
	RowNumberWindowPredicate_Direction_value = map[string]int32{
		"ASC":  1,
		"DESC": 2,
	}
)

Enum value maps for RowNumberWindowPredicate_Direction.

View Source
var (
	RecordTypeOptions_Usage_name = map[int32]string{
		0: "UNSET",
		1: "RECORD",
		2: "UNION",
		3: "NESTED",
	}
	RecordTypeOptions_Usage_value = map[string]int32{
		"UNSET":  0,
		"RECORD": 1,
		"UNION":  2,
		"NESTED": 3,
	}
)

Enum value maps for RecordTypeOptions_Usage.

View Source
var (
	PlannerConfiguration_IndexScanPreference_name = map[int32]string{
		0: "PREFER_SCAN",
		1: "PREFER_INDEX",
		2: "PREFER_PRIMARY_KEY_INDEX",
	}
	PlannerConfiguration_IndexScanPreference_value = map[string]int32{
		"PREFER_SCAN":              0,
		"PREFER_INDEX":             1,
		"PREFER_PRIMARY_KEY_INDEX": 2,
	}
)

Enum value maps for PlannerConfiguration_IndexScanPreference.

View Source
var (
	PlannerConfiguration_IndexFetchMethod_name = map[int32]string{
		0: "SCAN_AND_FETCH",
		1: "USE_REMOTE_FETCH",
		2: "USE_REMOTE_FETCH_WITH_FALLBACK",
	}
	PlannerConfiguration_IndexFetchMethod_value = map[string]int32{
		"SCAN_AND_FETCH":                 0,
		"USE_REMOTE_FETCH":               1,
		"USE_REMOTE_FETCH_WITH_FALLBACK": 2,
	}
)

Enum value maps for PlannerConfiguration_IndexFetchMethod.

View Source
var (
	PEvaluation_name = map[int32]string{
		1: "IS_TRUE",
		2: "IS_FALSE",
		3: "IS_NULL",
		4: "IS_NOT_NULL",
	}
	PEvaluation_value = map[string]int32{
		"IS_TRUE":     1,
		"IS_FALSE":    2,
		"IS_NULL":     3,
		"IS_NOT_NULL": 4,
	}
)

Enum value maps for PEvaluation.

View Source
var (
	PDirection_name = map[int32]string{
		1: "ASC_NULLS_FIRST",
		2: "ASC_NULLS_LAST",
		3: "DESC_NULLS_FIRST",
		4: "DESC_NULLS_LAST",
	}
	PDirection_value = map[string]int32{
		"ASC_NULLS_FIRST":  1,
		"ASC_NULLS_LAST":   2,
		"DESC_NULLS_FIRST": 3,
		"DESC_NULLS_LAST":  4,
	}
)

Enum value maps for PDirection.

View Source
var (
	PIndexFetchMethod_name = map[int32]string{
		1: "SCAN_AND_FETCH",
		2: "USE_REMOTE_FETCH",
		3: "USE_REMOTE_FETCH_WITH_FALLBACK",
	}
	PIndexFetchMethod_value = map[string]int32{
		"SCAN_AND_FETCH":                 1,
		"USE_REMOTE_FETCH":               2,
		"USE_REMOTE_FETCH_WITH_FALLBACK": 3,
	}
)

Enum value maps for PIndexFetchMethod.

View Source
var (
	PFetchIndexRecords_name = map[int32]string{
		1: "PRIMARY_KEY",
		2: "SYNTHETIC_CONSTITUENTS",
	}
	PFetchIndexRecords_value = map[string]int32{
		"PRIMARY_KEY":            1,
		"SYNTHETIC_CONSTITUENTS": 2,
	}
)

Enum value maps for PFetchIndexRecords.

View Source
var (
	PType_PTypeCode_name = map[int32]string{
		1:  "UNKNOWN",
		2:  "ANY",
		3:  "NULL",
		4:  "BOOLEAN",
		5:  "BYTES",
		6:  "DOUBLE",
		7:  "FLOAT",
		8:  "INT",
		9:  "LONG",
		10: "STRING",
		11: "VERSION",
		12: "ENUM",
		13: "RECORD",
		14: "ARRAY",
		15: "RELATION",
		16: "NONE",
		17: "UUID",
		18: "VECTOR",
		19: "FUNCTION",
	}
	PType_PTypeCode_value = map[string]int32{
		"UNKNOWN":  1,
		"ANY":      2,
		"NULL":     3,
		"BOOLEAN":  4,
		"BYTES":    5,
		"DOUBLE":   6,
		"FLOAT":    7,
		"INT":      8,
		"LONG":     9,
		"STRING":   10,
		"VERSION":  11,
		"ENUM":     12,
		"RECORD":   13,
		"ARRAY":    14,
		"RELATION": 15,
		"NONE":     16,
		"UUID":     17,
		"VECTOR":   18,
		"FUNCTION": 19,
	}
)

Enum value maps for PType_PTypeCode.

View Source
var (
	PPrimitiveCoercionBiFunction_PPhysicalOperator_name = map[int32]string{
		1:  "INT_TO_LONG",
		2:  "INT_TO_FLOAT",
		3:  "INT_TO_DOUBLE",
		4:  "LONG_TO_FLOAT",
		5:  "LONG_TO_DOUBLE",
		6:  "FLOAT_TO_DOUBLE",
		7:  "NULL_TO_INT",
		8:  "NULL_TO_LONG",
		9:  "NULL_TO_FLOAT",
		10: "NULL_TO_DOUBLE",
		11: "NULL_TO_BOOLEAN",
		12: "NULL_TO_STRING",
		13: "NULL_TO_ARRAY",
		14: "NULL_TO_RECORD",
		15: "NONE_TO_ARRAY",
		16: "NULL_TO_ENUM",
		17: "STRING_TO_ENUM",
		18: "STRING_TO_UUID",
		19: "NULL_TO_BYTES",
		20: "NULL_TO_VECTOR",
		21: "NULL_TO_VERSION",
	}
	PPrimitiveCoercionBiFunction_PPhysicalOperator_value = map[string]int32{
		"INT_TO_LONG":     1,
		"INT_TO_FLOAT":    2,
		"INT_TO_DOUBLE":   3,
		"LONG_TO_FLOAT":   4,
		"LONG_TO_DOUBLE":  5,
		"FLOAT_TO_DOUBLE": 6,
		"NULL_TO_INT":     7,
		"NULL_TO_LONG":    8,
		"NULL_TO_FLOAT":   9,
		"NULL_TO_DOUBLE":  10,
		"NULL_TO_BOOLEAN": 11,
		"NULL_TO_STRING":  12,
		"NULL_TO_ARRAY":   13,
		"NULL_TO_RECORD":  14,
		"NONE_TO_ARRAY":   15,
		"NULL_TO_ENUM":    16,
		"STRING_TO_ENUM":  17,
		"STRING_TO_UUID":  18,
		"NULL_TO_BYTES":   19,
		"NULL_TO_VECTOR":  20,
		"NULL_TO_VERSION": 21,
	}
)

Enum value maps for PPrimitiveCoercionBiFunction_PPhysicalOperator.

View Source
var (
	PAndOrValue_POperator_name = map[int32]string{
		1: "AND",
		2: "OR",
	}
	PAndOrValue_POperator_value = map[string]int32{
		"AND": 1,
		"OR":  2,
	}
)

Enum value maps for PAndOrValue_POperator.

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

	PArithmeticValue_PPhysicalOperator_value = map[string]int32{}/* 107 elements not displayed */

)

Enum value maps for PArithmeticValue_PPhysicalOperator.

View Source
var (
	PDistanceValue_PDistanceOperator_name = map[int32]string{
		1: "EUCLIDEAN_DISTANCE",
		2: "EUCLIDEAN_SQUARE_DISTANCE",
		4: "COSINE_DISTANCE",
		5: "DOT_PRODUCT_DISTANCE",
	}
	PDistanceValue_PDistanceOperator_value = map[string]int32{
		"EUCLIDEAN_DISTANCE":        1,
		"EUCLIDEAN_SQUARE_DISTANCE": 2,
		"COSINE_DISTANCE":           4,
		"DOT_PRODUCT_DISTANCE":      5,
	}
)

Enum value maps for PDistanceValue_PDistanceOperator.

View Source
var (
	PCountValue_PPhysicalOperator_name = map[int32]string{
		1: "COUNT",
		2: "COUNT_STAR",
	}
	PCountValue_PPhysicalOperator_value = map[string]int32{
		"COUNT":      1,
		"COUNT_STAR": 2,
	}
)

Enum value maps for PCountValue_PPhysicalOperator.

View Source
var (
	PIndexOnlyAggregateValue_PPhysicalOperator_name = map[int32]string{
		1: "MAX_EVER_LONG",
		2: "MIN_EVER_LONG",
	}
	PIndexOnlyAggregateValue_PPhysicalOperator_value = map[string]int32{
		"MAX_EVER_LONG": 1,
		"MIN_EVER_LONG": 2,
	}
)

Enum value maps for PIndexOnlyAggregateValue_PPhysicalOperator.

View Source
var (
	PNumericAggregationValue_PPhysicalOperator_name = map[int32]string{
		1:  "SUM_I",
		2:  "SUM_L",
		3:  "SUM_F",
		4:  "SUM_D",
		5:  "AVG_I",
		6:  "AVG_L",
		7:  "AVG_F",
		8:  "AVG_D",
		9:  "MIN_I",
		10: "MIN_L",
		11: "MIN_F",
		12: "MIN_D",
		13: "MAX_I",
		14: "MAX_L",
		15: "MAX_F",
		16: "MAX_D",
		17: "BITMAP_CONSTRUCT_AGG_L",
		18: "BITMAP_CONSTRUCT_AGG_I",
	}
	PNumericAggregationValue_PPhysicalOperator_value = map[string]int32{
		"SUM_I":                  1,
		"SUM_L":                  2,
		"SUM_F":                  3,
		"SUM_D":                  4,
		"AVG_I":                  5,
		"AVG_L":                  6,
		"AVG_F":                  7,
		"AVG_D":                  8,
		"MIN_I":                  9,
		"MIN_L":                  10,
		"MIN_F":                  11,
		"MIN_D":                  12,
		"MAX_I":                  13,
		"MAX_L":                  14,
		"MAX_F":                  15,
		"MAX_D":                  16,
		"BITMAP_CONSTRUCT_AGG_L": 17,
		"BITMAP_CONSTRUCT_AGG_I": 18,
	}
)

Enum value maps for PNumericAggregationValue_PPhysicalOperator.

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

	PBinaryRelOpValue_PBinaryPhysicalOperator_value = map[string]int32{}/* 530 elements not displayed */

)

Enum value maps for PBinaryRelOpValue_PBinaryPhysicalOperator.

View Source
var (
	PUnaryRelOpValue_PUnaryPhysicalOperator_name = map[int32]string{
		1:  "IS_NULL_UI",
		2:  "IS_NULL_II",
		3:  "IS_NULL_LI",
		4:  "IS_NULL_FI",
		5:  "IS_NULL_DI",
		6:  "IS_NULL_SS",
		7:  "IS_NULL_BI",
		8:  "IS_NOT_NULL_UI",
		9:  "IS_NOT_NULL_II",
		10: "IS_NOT_NULL_LI",
		11: "IS_NOT_NULL_FI",
		12: "IS_NOT_NULL_DI",
		13: "IS_NOT_NULL_SS",
		14: "IS_NOT_NULL_BI",
		15: "IS_NULL_BY",
		16: "IS_NOT_NULL_BY",
		17: "IS_NULL_EI",
		18: "IS_NOT_NULL_EI",
		19: "IS_NULL_ID",
		20: "IS_NOT_NULL_ID",
		21: "IS_NULL_NT",
		22: "IS_NOT_NULL_NT",
		23: "IS_NULL_VECTOR",
		24: "IS_NOT_NULL_VECTOR",
		25: "IS_NULL_VERSION",
		26: "IS_NOT_NULL_VERSION",
		27: "IS_NULL_ARRAY",
		28: "IS_NOT_NULL_ARRAY",
		29: "IS_NULL_NONE",
		30: "IS_NOT_NULL_NONE",
	}
	PUnaryRelOpValue_PUnaryPhysicalOperator_value = map[string]int32{
		"IS_NULL_UI":          1,
		"IS_NULL_II":          2,
		"IS_NULL_LI":          3,
		"IS_NULL_FI":          4,
		"IS_NULL_DI":          5,
		"IS_NULL_SS":          6,
		"IS_NULL_BI":          7,
		"IS_NOT_NULL_UI":      8,
		"IS_NOT_NULL_II":      9,
		"IS_NOT_NULL_LI":      10,
		"IS_NOT_NULL_FI":      11,
		"IS_NOT_NULL_DI":      12,
		"IS_NOT_NULL_SS":      13,
		"IS_NOT_NULL_BI":      14,
		"IS_NULL_BY":          15,
		"IS_NOT_NULL_BY":      16,
		"IS_NULL_EI":          17,
		"IS_NOT_NULL_EI":      18,
		"IS_NULL_ID":          19,
		"IS_NOT_NULL_ID":      20,
		"IS_NULL_NT":          21,
		"IS_NOT_NULL_NT":      22,
		"IS_NULL_VECTOR":      23,
		"IS_NOT_NULL_VECTOR":  24,
		"IS_NULL_VERSION":     25,
		"IS_NOT_NULL_VERSION": 26,
		"IS_NULL_ARRAY":       27,
		"IS_NOT_NULL_ARRAY":   28,
		"IS_NULL_NONE":        29,
		"IS_NOT_NULL_NONE":    30,
	}
)

Enum value maps for PUnaryRelOpValue_PUnaryPhysicalOperator.

View Source
var (
	PVariadicFunctionValue_PPhysicalOperator_name = map[int32]string{
		1:  "GREATEST_INT",
		2:  "GREATEST_LONG",
		3:  "GREATEST_BOOLEAN",
		4:  "GREATEST_STRING",
		5:  "GREATEST_FLOAT",
		6:  "GREATEST_DOUBLE",
		7:  "LEAST_INT",
		8:  "LEAST_LONG",
		9:  "LEAST_BOOLEAN",
		10: "LEAST_STRING",
		11: "LEAST_FLOAT",
		12: "LEAST_DOUBLE",
		13: "COALESCE_INT",
		14: "COALESCE_LONG",
		15: "COALESCE_BOOLEAN",
		16: "COALESCE_STRING",
		17: "COALESCE_FLOAT",
		18: "COALESCE_DOUBLE",
		19: "COALESCE_RECORD",
		20: "COALESCE_ARRAY",
	}
	PVariadicFunctionValue_PPhysicalOperator_value = map[string]int32{
		"GREATEST_INT":     1,
		"GREATEST_LONG":    2,
		"GREATEST_BOOLEAN": 3,
		"GREATEST_STRING":  4,
		"GREATEST_FLOAT":   5,
		"GREATEST_DOUBLE":  6,
		"LEAST_INT":        7,
		"LEAST_LONG":       8,
		"LEAST_BOOLEAN":    9,
		"LEAST_STRING":     10,
		"LEAST_FLOAT":      11,
		"LEAST_DOUBLE":     12,
		"COALESCE_INT":     13,
		"COALESCE_LONG":    14,
		"COALESCE_BOOLEAN": 15,
		"COALESCE_STRING":  16,
		"COALESCE_FLOAT":   17,
		"COALESCE_DOUBLE":  18,
		"COALESCE_RECORD":  19,
		"COALESCE_ARRAY":   20,
	}
)

Enum value maps for PVariadicFunctionValue_PPhysicalOperator.

View Source
var (
	PCastValue_PPhysicalOperator_name = map[int32]string{
		1:  "INT_TO_LONG",
		2:  "INT_TO_FLOAT",
		3:  "INT_TO_DOUBLE",
		4:  "LONG_TO_INT",
		5:  "LONG_TO_FLOAT",
		6:  "LONG_TO_DOUBLE",
		7:  "FLOAT_TO_INT",
		8:  "FLOAT_TO_LONG",
		9:  "FLOAT_TO_DOUBLE",
		10: "DOUBLE_TO_INT",
		11: "DOUBLE_TO_LONG",
		12: "DOUBLE_TO_FLOAT",
		13: "INT_TO_STRING",
		14: "LONG_TO_STRING",
		15: "FLOAT_TO_STRING",
		16: "DOUBLE_TO_STRING",
		17: "BOOLEAN_TO_STRING",
		18: "STRING_TO_INT",
		19: "STRING_TO_LONG",
		20: "STRING_TO_FLOAT",
		21: "STRING_TO_DOUBLE",
		22: "STRING_TO_BOOLEAN",
		23: "INT_TO_BOOLEAN",
		24: "BOOLEAN_TO_INT",
		25: "NULL_TO_INT",
		26: "NULL_TO_LONG",
		27: "NULL_TO_FLOAT",
		28: "NULL_TO_DOUBLE",
		29: "NULL_TO_BOOLEAN",
		30: "NULL_TO_STRING",
		31: "NULL_TO_ARRAY",
		32: "NULL_TO_RECORD",
		33: "NULL_TO_ENUM",
		34: "NULL_TO_UUID",
		35: "ARRAY_TO_ARRAY",
		36: "STRING_TO_ENUM",
		37: "STRING_TO_UUID",
		38: "ARRAY_TO_VECTOR",
		39: "NULL_TO_BYTES",
		40: "NULL_TO_VECTOR",
		41: "NULL_TO_VERSION",
	}
	PCastValue_PPhysicalOperator_value = map[string]int32{
		"INT_TO_LONG":       1,
		"INT_TO_FLOAT":      2,
		"INT_TO_DOUBLE":     3,
		"LONG_TO_INT":       4,
		"LONG_TO_FLOAT":     5,
		"LONG_TO_DOUBLE":    6,
		"FLOAT_TO_INT":      7,
		"FLOAT_TO_LONG":     8,
		"FLOAT_TO_DOUBLE":   9,
		"DOUBLE_TO_INT":     10,
		"DOUBLE_TO_LONG":    11,
		"DOUBLE_TO_FLOAT":   12,
		"INT_TO_STRING":     13,
		"LONG_TO_STRING":    14,
		"FLOAT_TO_STRING":   15,
		"DOUBLE_TO_STRING":  16,
		"BOOLEAN_TO_STRING": 17,
		"STRING_TO_INT":     18,
		"STRING_TO_LONG":    19,
		"STRING_TO_FLOAT":   20,
		"STRING_TO_DOUBLE":  21,
		"STRING_TO_BOOLEAN": 22,
		"INT_TO_BOOLEAN":    23,
		"BOOLEAN_TO_INT":    24,
		"NULL_TO_INT":       25,
		"NULL_TO_LONG":      26,
		"NULL_TO_FLOAT":     27,
		"NULL_TO_DOUBLE":    28,
		"NULL_TO_BOOLEAN":   29,
		"NULL_TO_STRING":    30,
		"NULL_TO_ARRAY":     31,
		"NULL_TO_RECORD":    32,
		"NULL_TO_ENUM":      33,
		"NULL_TO_UUID":      34,
		"ARRAY_TO_ARRAY":    35,
		"STRING_TO_ENUM":    36,
		"STRING_TO_UUID":    37,
		"ARRAY_TO_VECTOR":   38,
		"NULL_TO_BYTES":     39,
		"NULL_TO_VECTOR":    40,
		"NULL_TO_VERSION":   41,
	}
)

Enum value maps for PCastValue_PPhysicalOperator.

View Source
var (
	PComparison_PComparisonType_name = map[int32]string{
		1:  "EQUALS",
		2:  "NOT_EQUALS",
		3:  "LESS_THAN",
		4:  "LESS_THAN_OR_EQUALS",
		5:  "GREATER_THAN",
		6:  "GREATER_THAN_OR_EQUALS",
		7:  "STARTS_WITH",
		8:  "NOT_NULL",
		9:  "IS_NULL",
		10: "IN",
		11: "TEXT_CONTAINS_ALL",
		12: "TEXT_CONTAINS_ALL_WITHIN",
		13: "TEXT_CONTAINS_ANY",
		14: "TEXT_CONTAINS_PHRASE",
		15: "TEXT_CONTAINS_PREFIX",
		16: "TEXT_CONTAINS_ALL_PREFIXES",
		17: "TEXT_CONTAINS_ANY_PREFIX",
		18: "SORT",
		19: "LIKE",
		20: "IS_DISTINCT_FROM",
		21: "NOT_DISTINCT_FROM",
		22: "DISTANCE_RANK_EQUALS",
		23: "DISTANCE_RANK_LESS_THAN",
		24: "DISTANCE_RANK_LESS_THAN_OR_EQUAL",
	}
	PComparison_PComparisonType_value = map[string]int32{
		"EQUALS":                           1,
		"NOT_EQUALS":                       2,
		"LESS_THAN":                        3,
		"LESS_THAN_OR_EQUALS":              4,
		"GREATER_THAN":                     5,
		"GREATER_THAN_OR_EQUALS":           6,
		"STARTS_WITH":                      7,
		"NOT_NULL":                         8,
		"IS_NULL":                          9,
		"IN":                               10,
		"TEXT_CONTAINS_ALL":                11,
		"TEXT_CONTAINS_ALL_WITHIN":         12,
		"TEXT_CONTAINS_ANY":                13,
		"TEXT_CONTAINS_PHRASE":             14,
		"TEXT_CONTAINS_PREFIX":             15,
		"TEXT_CONTAINS_ALL_PREFIXES":       16,
		"TEXT_CONTAINS_ANY_PREFIX":         17,
		"SORT":                             18,
		"LIKE":                             19,
		"IS_DISTINCT_FROM":                 20,
		"NOT_DISTINCT_FROM":                21,
		"DISTANCE_RANK_EQUALS":             22,
		"DISTANCE_RANK_LESS_THAN":          23,
		"DISTANCE_RANK_LESS_THAN_OR_EQUAL": 24,
	}
)

Enum value maps for PComparison_PComparisonType.

View Source
var (
	PParameterComparison_PBindingKind_name = map[int32]string{
		1: "IN",
		2: "RANK",
		3: "CORRELATION",
		4: "CONSTANT",
	}
	PParameterComparison_PBindingKind_value = map[string]int32{
		"IN":          1,
		"RANK":        2,
		"CORRELATION": 3,
		"CONSTANT":    4,
	}
)

Enum value maps for PParameterComparison_PBindingKind.

View Source
var (
	PIndexKeyValueToPartialRecord_PTupleSource_name = map[int32]string{
		1: "KEY",
		2: "VALUE",
		3: "OTHER",
	}
	PIndexKeyValueToPartialRecord_PTupleSource_value = map[string]int32{
		"KEY":   1,
		"VALUE": 2,
		"OTHER": 3,
	}
)

Enum value maps for PIndexKeyValueToPartialRecord_PTupleSource.

View Source
var (
	PScoreForRank_PBindingFunction_name = map[int32]string{
		1: "INT",
		2: "LONG",
		3: "FLOAT",
		4: "DOUBLE",
		5: "BOOLEAN",
		6: "STRING",
		7: "BYTE_STRING",
		8: "TUPLE",
	}
	PScoreForRank_PBindingFunction_value = map[string]int32{
		"INT":         1,
		"LONG":        2,
		"FLOAT":       3,
		"DOUBLE":      4,
		"BOOLEAN":     5,
		"STRING":      6,
		"BYTE_STRING": 7,
		"TUPLE":       8,
	}
)

Enum value maps for PScoreForRank_PBindingFunction.

View Source
var (
	PRecordQueryRecursiveDfsJoinPlan_PDfsTraversalStrategy_name = map[int32]string{
		1: "PRE_ORDER",
		2: "POST_ORDER",
	}
	PRecordQueryRecursiveDfsJoinPlan_PDfsTraversalStrategy_value = map[string]int32{
		"PRE_ORDER":  1,
		"POST_ORDER": 2,
	}
)

Enum value maps for PRecordQueryRecursiveDfsJoinPlan_PDfsTraversalStrategy.

View Source
var (
	WriteLock_name = map[int32]string{
		1: "UNLOCKED",
		2: "WRITE_LOCKED",
		3: "RETIRED",
	}
	WriteLock_value = map[string]int32{
		"UNLOCKED":     1,
		"WRITE_LOCKED": 2,
		"RETIRED":      3,
	}
)

Enum value maps for WriteLock.

View Source
var (
	// optional com.apple.foundationdb.record.FieldOptions field = 1233;
	E_Field = &file_record_metadata_options_proto_extTypes[2]
)

Extension fields to descriptorpb.FieldOptions.

View Source
var (
	// optional com.apple.foundationdb.record.RecordTypeOptions record = 1233;
	E_Record = &file_record_metadata_options_proto_extTypes[1]
)

Extension fields to descriptorpb.MessageOptions.

View Source
var (
	// optional com.apple.foundationdb.record.SchemaOptions schema = 1233;
	E_Schema = &file_record_metadata_options_proto_extTypes[0]
)

Extension fields to descriptorpb.FileOptions.

View Source
var File_catalog_data_proto protoreflect.FileDescriptor
View Source
var File_index_build_proto protoreflect.FileDescriptor
View Source
var File_keyspace_proto protoreflect.FileDescriptor
View Source
var File_planner_events_proto protoreflect.FileDescriptor
View Source
var File_record_cursor_proto protoreflect.FileDescriptor
View Source
var File_record_key_expression_proto protoreflect.FileDescriptor
View Source
var File_record_layer_demo_proto protoreflect.FileDescriptor
View Source
var File_record_metadata_options_proto protoreflect.FileDescriptor
View Source
var File_record_metadata_proto protoreflect.FileDescriptor
View Source
var File_record_planner_config_proto protoreflect.FileDescriptor
View Source
var File_record_query_plan_proto protoreflect.FileDescriptor
View Source
var File_record_query_runtime_proto protoreflect.FileDescriptor
View Source
var File_record_sorting_proto protoreflect.FileDescriptor
View Source
var File_resolver_state_proto protoreflect.FileDescriptor
View Source
var File_string_interning_data_proto protoreflect.FileDescriptor
View Source
var File_time_window_leaderboard_proto protoreflect.FileDescriptor
View Source
var File_tuple_fields_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AccumulatorState

type AccumulatorState struct {
	State []*OneOfTypedState `protobuf:"bytes,1,rep,name=state" json:"state,omitempty"` // 2 for avg
	// contains filtered or unexported fields
}

func AccumulatorStateFromVTPool

func AccumulatorStateFromVTPool() *AccumulatorState

func (*AccumulatorState) Descriptor deprecated

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

Deprecated: Use AccumulatorState.ProtoReflect.Descriptor instead.

func (*AccumulatorState) GetState

func (x *AccumulatorState) GetState() []*OneOfTypedState

func (*AccumulatorState) MarshalToSizedBufferVT

func (m *AccumulatorState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AccumulatorState) MarshalToVT

func (m *AccumulatorState) MarshalToVT(dAtA []byte) (int, error)

func (*AccumulatorState) MarshalVT

func (m *AccumulatorState) MarshalVT() (dAtA []byte, err error)

func (*AccumulatorState) ProtoMessage

func (*AccumulatorState) ProtoMessage()

func (*AccumulatorState) ProtoReflect

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

func (*AccumulatorState) Reset

func (x *AccumulatorState) Reset()

func (*AccumulatorState) ResetVT

func (m *AccumulatorState) ResetVT()

func (*AccumulatorState) ReturnToVTPool

func (m *AccumulatorState) ReturnToVTPool()

func (*AccumulatorState) SizeVT

func (m *AccumulatorState) SizeVT() (n int)

func (*AccumulatorState) String

func (x *AccumulatorState) String() string

func (*AccumulatorState) UnmarshalVT

func (m *AccumulatorState) UnmarshalVT(dAtA []byte) error

type AggregateCursorContinuation

type AggregateCursorContinuation struct {
	Continuation              []byte                    `protobuf:"bytes,1,opt,name=continuation" json:"continuation,omitempty"`
	PartialAggregationResults *PartialAggregationResult `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func AggregateCursorContinuationFromVTPool

func AggregateCursorContinuationFromVTPool() *AggregateCursorContinuation

func (*AggregateCursorContinuation) Descriptor deprecated

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

Deprecated: Use AggregateCursorContinuation.ProtoReflect.Descriptor instead.

func (*AggregateCursorContinuation) GetContinuation

func (x *AggregateCursorContinuation) GetContinuation() []byte

func (*AggregateCursorContinuation) GetPartialAggregationResults

func (x *AggregateCursorContinuation) GetPartialAggregationResults() *PartialAggregationResult

func (*AggregateCursorContinuation) MarshalToSizedBufferVT

func (m *AggregateCursorContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AggregateCursorContinuation) MarshalToVT

func (m *AggregateCursorContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*AggregateCursorContinuation) MarshalVT

func (m *AggregateCursorContinuation) MarshalVT() (dAtA []byte, err error)

func (*AggregateCursorContinuation) ProtoMessage

func (*AggregateCursorContinuation) ProtoMessage()

func (*AggregateCursorContinuation) ProtoReflect

func (*AggregateCursorContinuation) Reset

func (x *AggregateCursorContinuation) Reset()

func (*AggregateCursorContinuation) ResetVT

func (m *AggregateCursorContinuation) ResetVT()

func (*AggregateCursorContinuation) ReturnToVTPool

func (m *AggregateCursorContinuation) ReturnToVTPool()

func (*AggregateCursorContinuation) SizeVT

func (m *AggregateCursorContinuation) SizeVT() (n int)

func (*AggregateCursorContinuation) String

func (x *AggregateCursorContinuation) String() string

func (*AggregateCursorContinuation) UnmarshalVT

func (m *AggregateCursorContinuation) UnmarshalVT(dAtA []byte) error

type AndPredicate

type AndPredicate struct {
	Children []*Predicate `protobuf:"bytes,1,rep,name=children" json:"children,omitempty"`
	// contains filtered or unexported fields
}

func AndPredicateFromVTPool

func AndPredicateFromVTPool() *AndPredicate

func (*AndPredicate) Descriptor deprecated

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

Deprecated: Use AndPredicate.ProtoReflect.Descriptor instead.

func (*AndPredicate) GetChildren

func (x *AndPredicate) GetChildren() []*Predicate

func (*AndPredicate) MarshalToSizedBufferVT

func (m *AndPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AndPredicate) MarshalToVT

func (m *AndPredicate) MarshalToVT(dAtA []byte) (int, error)

func (*AndPredicate) MarshalVT

func (m *AndPredicate) MarshalVT() (dAtA []byte, err error)

func (*AndPredicate) ProtoMessage

func (*AndPredicate) ProtoMessage()

func (*AndPredicate) ProtoReflect

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

func (*AndPredicate) Reset

func (x *AndPredicate) Reset()

func (*AndPredicate) ResetVT

func (m *AndPredicate) ResetVT()

func (*AndPredicate) ReturnToVTPool

func (m *AndPredicate) ReturnToVTPool()

func (*AndPredicate) SizeVT

func (m *AndPredicate) SizeVT() (n int)

func (*AndPredicate) String

func (x *AndPredicate) String() string

func (*AndPredicate) UnmarshalVT

func (m *AndPredicate) UnmarshalVT(dAtA []byte) error

type CatalogUnion

type CatalogUnion struct {

	// Field names match the Go builder convention "_<MessageName>". Wire
	// format stores only field numbers (1/2/3) so Java's "_SCHEMAS"
	// naming convention is irrelevant cross-language.
	XSchemas   *Schemas   `protobuf:"bytes,1,opt,name=_Schemas,json=Schemas" json:"_Schemas,omitempty"`
	XDatabases *Databases `protobuf:"bytes,2,opt,name=_Databases,json=Databases" json:"_Databases,omitempty"`
	XTemplates *Templates `protobuf:"bytes,3,opt,name=_Templates,json=Templates" json:"_Templates,omitempty"`
	// contains filtered or unexported fields
}

Named CatalogUnion (not Java's "RecordTypeUnion" nor the project default "UnionDescriptor") to avoid a symbol clash with the conformance demo's UnionDescriptor in the shared `gen` Go package. The union message name is not on the wire — only its field numbers — so cross-language catalog compatibility is unaffected. Callers use BuildCatalogMetaData which wires this explicitly via SetUnionName.

func CatalogUnionFromVTPool

func CatalogUnionFromVTPool() *CatalogUnion

func (*CatalogUnion) Descriptor deprecated

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

Deprecated: Use CatalogUnion.ProtoReflect.Descriptor instead.

func (*CatalogUnion) GetXDatabases

func (x *CatalogUnion) GetXDatabases() *Databases

func (*CatalogUnion) GetXSchemas

func (x *CatalogUnion) GetXSchemas() *Schemas

func (*CatalogUnion) GetXTemplates

func (x *CatalogUnion) GetXTemplates() *Templates

func (*CatalogUnion) MarshalToSizedBufferVT

func (m *CatalogUnion) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CatalogUnion) MarshalToVT

func (m *CatalogUnion) MarshalToVT(dAtA []byte) (int, error)

func (*CatalogUnion) MarshalVT

func (m *CatalogUnion) MarshalVT() (dAtA []byte, err error)

func (*CatalogUnion) ProtoMessage

func (*CatalogUnion) ProtoMessage()

func (*CatalogUnion) ProtoReflect

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

func (*CatalogUnion) Reset

func (x *CatalogUnion) Reset()

func (*CatalogUnion) ResetVT

func (m *CatalogUnion) ResetVT()

func (*CatalogUnion) ReturnToVTPool

func (m *CatalogUnion) ReturnToVTPool()

func (*CatalogUnion) SizeVT

func (m *CatalogUnion) SizeVT() (n int)

func (*CatalogUnion) String

func (x *CatalogUnion) String() string

func (*CatalogUnion) UnmarshalVT

func (m *CatalogUnion) UnmarshalVT(dAtA []byte) error

type Color

type Color int32
const (
	Color_RED    Color = 1
	Color_BLUE   Color = 2
	Color_YELLOW Color = 3
	Color_PINK   Color = 4
)

func (Color) Descriptor

func (Color) Descriptor() protoreflect.EnumDescriptor

func (Color) Enum

func (x Color) Enum() *Color

func (Color) EnumDescriptor deprecated

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

Deprecated: Use Color.Descriptor instead.

func (Color) Number

func (x Color) Number() protoreflect.EnumNumber

func (Color) String

func (x Color) String() string

func (Color) Type

func (Color) Type() protoreflect.EnumType

func (*Color) UnmarshalJSON deprecated

func (x *Color) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ComparatorContinuation

type ComparatorContinuation struct {
	ChildState []*ComparatorContinuation_CursorState `protobuf:"bytes,1,rep,name=child_state,json=childState" json:"child_state,omitempty"`
	// contains filtered or unexported fields
}

func ComparatorContinuationFromVTPool

func ComparatorContinuationFromVTPool() *ComparatorContinuation

func (*ComparatorContinuation) Descriptor deprecated

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

Deprecated: Use ComparatorContinuation.ProtoReflect.Descriptor instead.

func (*ComparatorContinuation) GetChildState

func (*ComparatorContinuation) MarshalToSizedBufferVT

func (m *ComparatorContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ComparatorContinuation) MarshalToVT

func (m *ComparatorContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*ComparatorContinuation) MarshalVT

func (m *ComparatorContinuation) MarshalVT() (dAtA []byte, err error)

func (*ComparatorContinuation) ProtoMessage

func (*ComparatorContinuation) ProtoMessage()

func (*ComparatorContinuation) ProtoReflect

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

func (*ComparatorContinuation) Reset

func (x *ComparatorContinuation) Reset()

func (*ComparatorContinuation) ResetVT

func (m *ComparatorContinuation) ResetVT()

func (*ComparatorContinuation) ReturnToVTPool

func (m *ComparatorContinuation) ReturnToVTPool()

func (*ComparatorContinuation) SizeVT

func (m *ComparatorContinuation) SizeVT() (n int)

func (*ComparatorContinuation) String

func (x *ComparatorContinuation) String() string

func (*ComparatorContinuation) UnmarshalVT

func (m *ComparatorContinuation) UnmarshalVT(dAtA []byte) error

type ComparatorContinuation_CursorState

type ComparatorContinuation_CursorState struct {
	Continuation []byte `protobuf:"bytes,1,opt,name=continuation" json:"continuation,omitempty"`
	Started      *bool  `protobuf:"varint,2,opt,name=started" json:"started,omitempty"`
	// contains filtered or unexported fields
}

func ComparatorContinuation_CursorStateFromVTPool

func ComparatorContinuation_CursorStateFromVTPool() *ComparatorContinuation_CursorState

func (*ComparatorContinuation_CursorState) Descriptor deprecated

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

Deprecated: Use ComparatorContinuation_CursorState.ProtoReflect.Descriptor instead.

func (*ComparatorContinuation_CursorState) GetContinuation

func (x *ComparatorContinuation_CursorState) GetContinuation() []byte

func (*ComparatorContinuation_CursorState) GetStarted

func (x *ComparatorContinuation_CursorState) GetStarted() bool

func (*ComparatorContinuation_CursorState) MarshalToSizedBufferVT

func (m *ComparatorContinuation_CursorState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ComparatorContinuation_CursorState) MarshalToVT

func (m *ComparatorContinuation_CursorState) MarshalToVT(dAtA []byte) (int, error)

func (*ComparatorContinuation_CursorState) MarshalVT

func (m *ComparatorContinuation_CursorState) MarshalVT() (dAtA []byte, err error)

func (*ComparatorContinuation_CursorState) ProtoMessage

func (*ComparatorContinuation_CursorState) ProtoMessage()

func (*ComparatorContinuation_CursorState) ProtoReflect

func (*ComparatorContinuation_CursorState) Reset

func (*ComparatorContinuation_CursorState) ResetVT

func (*ComparatorContinuation_CursorState) ReturnToVTPool

func (m *ComparatorContinuation_CursorState) ReturnToVTPool()

func (*ComparatorContinuation_CursorState) SizeVT

func (m *ComparatorContinuation_CursorState) SizeVT() (n int)

func (*ComparatorContinuation_CursorState) String

func (*ComparatorContinuation_CursorState) UnmarshalVT

func (m *ComparatorContinuation_CursorState) UnmarshalVT(dAtA []byte) error

type Comparison

type Comparison struct {

	// exactly one of the following
	SimpleComparison *SimpleComparison `protobuf:"bytes,1,opt,name=simple_comparison,json=simpleComparison" json:"simple_comparison,omitempty"`
	NullComparison   *NullComparison   `protobuf:"bytes,2,opt,name=null_comparison,json=nullComparison" json:"null_comparison,omitempty"`
	// contains filtered or unexported fields
}

func ComparisonFromVTPool

func ComparisonFromVTPool() *Comparison

func (*Comparison) Descriptor deprecated

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

Deprecated: Use Comparison.ProtoReflect.Descriptor instead.

func (*Comparison) GetNullComparison

func (x *Comparison) GetNullComparison() *NullComparison

func (*Comparison) GetSimpleComparison

func (x *Comparison) GetSimpleComparison() *SimpleComparison

func (*Comparison) MarshalToSizedBufferVT

func (m *Comparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Comparison) MarshalToVT

func (m *Comparison) MarshalToVT(dAtA []byte) (int, error)

func (*Comparison) MarshalVT

func (m *Comparison) MarshalVT() (dAtA []byte, err error)

func (*Comparison) ProtoMessage

func (*Comparison) ProtoMessage()

func (*Comparison) ProtoReflect

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

func (*Comparison) Reset

func (x *Comparison) Reset()

func (*Comparison) ResetVT

func (m *Comparison) ResetVT()

func (*Comparison) ReturnToVTPool

func (m *Comparison) ReturnToVTPool()

func (*Comparison) SizeVT

func (m *Comparison) SizeVT() (n int)

func (*Comparison) String

func (x *Comparison) String() string

func (*Comparison) UnmarshalVT

func (m *Comparison) UnmarshalVT(dAtA []byte) error

type ComparisonType

type ComparisonType int32
const (
	ComparisonType_EQUALS                 ComparisonType = 1
	ComparisonType_NOT_EQUALS             ComparisonType = 2
	ComparisonType_LESS_THAN              ComparisonType = 3
	ComparisonType_LESS_THAN_OR_EQUALS    ComparisonType = 4
	ComparisonType_GREATER_THAN           ComparisonType = 5
	ComparisonType_GREATER_THAN_OR_EQUALS ComparisonType = 6
	ComparisonType_STARTS_WITH            ComparisonType = 7
	ComparisonType_NOT_NULL               ComparisonType = 8
	ComparisonType_IS_NULL                ComparisonType = 9
)

func (ComparisonType) Descriptor

func (ComparisonType) Enum

func (x ComparisonType) Enum() *ComparisonType

func (ComparisonType) EnumDescriptor deprecated

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

Deprecated: Use ComparisonType.Descriptor instead.

func (ComparisonType) Number

func (ComparisonType) String

func (x ComparisonType) String() string

func (ComparisonType) Type

func (*ComparisonType) UnmarshalJSON deprecated

func (x *ComparisonType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ComposedBitmapIndexContinuation

type ComposedBitmapIndexContinuation struct {
	ChildState []*ComposedBitmapIndexContinuation_CursorState `protobuf:"bytes,1,rep,name=child_state,json=childState" json:"child_state,omitempty"`
	// contains filtered or unexported fields
}

func ComposedBitmapIndexContinuationFromVTPool

func ComposedBitmapIndexContinuationFromVTPool() *ComposedBitmapIndexContinuation

func (*ComposedBitmapIndexContinuation) Descriptor deprecated

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

Deprecated: Use ComposedBitmapIndexContinuation.ProtoReflect.Descriptor instead.

func (*ComposedBitmapIndexContinuation) GetChildState

func (*ComposedBitmapIndexContinuation) MarshalToSizedBufferVT

func (m *ComposedBitmapIndexContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ComposedBitmapIndexContinuation) MarshalToVT

func (m *ComposedBitmapIndexContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*ComposedBitmapIndexContinuation) MarshalVT

func (m *ComposedBitmapIndexContinuation) MarshalVT() (dAtA []byte, err error)

func (*ComposedBitmapIndexContinuation) ProtoMessage

func (*ComposedBitmapIndexContinuation) ProtoMessage()

func (*ComposedBitmapIndexContinuation) ProtoReflect

func (*ComposedBitmapIndexContinuation) Reset

func (*ComposedBitmapIndexContinuation) ResetVT

func (m *ComposedBitmapIndexContinuation) ResetVT()

func (*ComposedBitmapIndexContinuation) ReturnToVTPool

func (m *ComposedBitmapIndexContinuation) ReturnToVTPool()

func (*ComposedBitmapIndexContinuation) SizeVT

func (m *ComposedBitmapIndexContinuation) SizeVT() (n int)

func (*ComposedBitmapIndexContinuation) String

func (*ComposedBitmapIndexContinuation) UnmarshalVT

func (m *ComposedBitmapIndexContinuation) UnmarshalVT(dAtA []byte) error

type ComposedBitmapIndexContinuation_CursorState

type ComposedBitmapIndexContinuation_CursorState struct {
	Continuation []byte `protobuf:"bytes,1,opt,name=continuation" json:"continuation,omitempty"`
	Exhausted    *bool  `protobuf:"varint,2,opt,name=exhausted" json:"exhausted,omitempty"`
	// contains filtered or unexported fields
}

func ComposedBitmapIndexContinuation_CursorStateFromVTPool

func ComposedBitmapIndexContinuation_CursorStateFromVTPool() *ComposedBitmapIndexContinuation_CursorState

func (*ComposedBitmapIndexContinuation_CursorState) Descriptor deprecated

Deprecated: Use ComposedBitmapIndexContinuation_CursorState.ProtoReflect.Descriptor instead.

func (*ComposedBitmapIndexContinuation_CursorState) GetContinuation

func (x *ComposedBitmapIndexContinuation_CursorState) GetContinuation() []byte

func (*ComposedBitmapIndexContinuation_CursorState) GetExhausted

func (*ComposedBitmapIndexContinuation_CursorState) MarshalToSizedBufferVT

func (m *ComposedBitmapIndexContinuation_CursorState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ComposedBitmapIndexContinuation_CursorState) MarshalToVT

func (m *ComposedBitmapIndexContinuation_CursorState) MarshalToVT(dAtA []byte) (int, error)

func (*ComposedBitmapIndexContinuation_CursorState) MarshalVT

func (m *ComposedBitmapIndexContinuation_CursorState) MarshalVT() (dAtA []byte, err error)

func (*ComposedBitmapIndexContinuation_CursorState) ProtoMessage

func (*ComposedBitmapIndexContinuation_CursorState) ProtoReflect

func (*ComposedBitmapIndexContinuation_CursorState) Reset

func (*ComposedBitmapIndexContinuation_CursorState) ResetVT

func (*ComposedBitmapIndexContinuation_CursorState) ReturnToVTPool

func (m *ComposedBitmapIndexContinuation_CursorState) ReturnToVTPool()

func (*ComposedBitmapIndexContinuation_CursorState) SizeVT

func (*ComposedBitmapIndexContinuation_CursorState) String

func (*ComposedBitmapIndexContinuation_CursorState) UnmarshalVT

type ConcatContinuation

type ConcatContinuation struct {
	Second       *bool  `protobuf:"varint,1,opt,name=second" json:"second,omitempty"` //true if the continuation applies to second cursor
	Continuation []byte `protobuf:"bytes,3,opt,name=continuation" json:"continuation,omitempty"`
	// contains filtered or unexported fields
}

func ConcatContinuationFromVTPool

func ConcatContinuationFromVTPool() *ConcatContinuation

func (*ConcatContinuation) Descriptor deprecated

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

Deprecated: Use ConcatContinuation.ProtoReflect.Descriptor instead.

func (*ConcatContinuation) GetContinuation

func (x *ConcatContinuation) GetContinuation() []byte

func (*ConcatContinuation) GetSecond

func (x *ConcatContinuation) GetSecond() bool

func (*ConcatContinuation) MarshalToSizedBufferVT

func (m *ConcatContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ConcatContinuation) MarshalToVT

func (m *ConcatContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*ConcatContinuation) MarshalVT

func (m *ConcatContinuation) MarshalVT() (dAtA []byte, err error)

func (*ConcatContinuation) ProtoMessage

func (*ConcatContinuation) ProtoMessage()

func (*ConcatContinuation) ProtoReflect

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

func (*ConcatContinuation) Reset

func (x *ConcatContinuation) Reset()

func (*ConcatContinuation) ResetVT

func (m *ConcatContinuation) ResetVT()

func (*ConcatContinuation) ReturnToVTPool

func (m *ConcatContinuation) ReturnToVTPool()

func (*ConcatContinuation) SizeVT

func (m *ConcatContinuation) SizeVT() (n int)

func (*ConcatContinuation) String

func (x *ConcatContinuation) String() string

func (*ConcatContinuation) UnmarshalVT

func (m *ConcatContinuation) UnmarshalVT(dAtA []byte) error

type ConstantPredicate

type ConstantPredicate struct {
	Value *ConstantPredicate_ConstantValue `protobuf:"varint,1,opt,name=value,enum=com.apple.foundationdb.record.ConstantPredicate_ConstantValue" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func ConstantPredicateFromVTPool

func ConstantPredicateFromVTPool() *ConstantPredicate

func (*ConstantPredicate) Descriptor deprecated

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

Deprecated: Use ConstantPredicate.ProtoReflect.Descriptor instead.

func (*ConstantPredicate) GetValue

func (*ConstantPredicate) MarshalToSizedBufferVT

func (m *ConstantPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ConstantPredicate) MarshalToVT

func (m *ConstantPredicate) MarshalToVT(dAtA []byte) (int, error)

func (*ConstantPredicate) MarshalVT

func (m *ConstantPredicate) MarshalVT() (dAtA []byte, err error)

func (*ConstantPredicate) ProtoMessage

func (*ConstantPredicate) ProtoMessage()

func (*ConstantPredicate) ProtoReflect

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

func (*ConstantPredicate) Reset

func (x *ConstantPredicate) Reset()

func (*ConstantPredicate) ResetVT

func (m *ConstantPredicate) ResetVT()

func (*ConstantPredicate) ReturnToVTPool

func (m *ConstantPredicate) ReturnToVTPool()

func (*ConstantPredicate) SizeVT

func (m *ConstantPredicate) SizeVT() (n int)

func (*ConstantPredicate) String

func (x *ConstantPredicate) String() string

func (*ConstantPredicate) UnmarshalVT

func (m *ConstantPredicate) UnmarshalVT(dAtA []byte) error

type ConstantPredicate_ConstantValue

type ConstantPredicate_ConstantValue int32
const (
	ConstantPredicate_TRUE  ConstantPredicate_ConstantValue = 1
	ConstantPredicate_FALSE ConstantPredicate_ConstantValue = 2
	ConstantPredicate_NULL  ConstantPredicate_ConstantValue = 3
)

func (ConstantPredicate_ConstantValue) Descriptor

func (ConstantPredicate_ConstantValue) Enum

func (ConstantPredicate_ConstantValue) EnumDescriptor deprecated

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

Deprecated: Use ConstantPredicate_ConstantValue.Descriptor instead.

func (ConstantPredicate_ConstantValue) Number

func (ConstantPredicate_ConstantValue) String

func (ConstantPredicate_ConstantValue) Type

func (*ConstantPredicate_ConstantValue) UnmarshalJSON deprecated

func (x *ConstantPredicate_ConstantValue) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Customer

type Customer struct {
	CustomerId *int64  `protobuf:"varint,1,opt,name=customer_id,json=customerId" json:"customer_id,omitempty"`
	Name       *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Email      *string `protobuf:"bytes,3,opt,name=email" json:"email,omitempty"`
	Price      *int32  `protobuf:"varint,4,opt,name=price" json:"price,omitempty"`
	// contains filtered or unexported fields
}

func CustomerFromVTPool

func CustomerFromVTPool() *Customer

func (*Customer) Descriptor deprecated

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

Deprecated: Use Customer.ProtoReflect.Descriptor instead.

func (*Customer) GetCustomerId

func (x *Customer) GetCustomerId() int64

func (*Customer) GetEmail

func (x *Customer) GetEmail() string

func (*Customer) GetName

func (x *Customer) GetName() string

func (*Customer) GetPrice

func (x *Customer) GetPrice() int32

func (*Customer) MarshalToSizedBufferVT

func (m *Customer) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Customer) MarshalToVT

func (m *Customer) MarshalToVT(dAtA []byte) (int, error)

func (*Customer) MarshalVT

func (m *Customer) MarshalVT() (dAtA []byte, err error)

func (*Customer) ProtoMessage

func (*Customer) ProtoMessage()

func (*Customer) ProtoReflect

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

func (*Customer) Reset

func (x *Customer) Reset()

func (*Customer) ResetVT

func (m *Customer) ResetVT()

func (*Customer) ReturnToVTPool

func (m *Customer) ReturnToVTPool()

func (*Customer) SizeVT

func (m *Customer) SizeVT() (n int)

func (*Customer) String

func (x *Customer) String() string

func (*Customer) UnmarshalVT

func (m *Customer) UnmarshalVT(dAtA []byte) error

type Data

type Data struct {
	InternedValue *uint64 `protobuf:"varint,1,opt,name=internedValue" json:"internedValue,omitempty"`
	Metadata      []byte  `protobuf:"bytes,2,opt,name=metadata" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func DataFromVTPool

func DataFromVTPool() *Data

func (*Data) Descriptor deprecated

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

Deprecated: Use Data.ProtoReflect.Descriptor instead.

func (*Data) GetInternedValue

func (x *Data) GetInternedValue() uint64

func (*Data) GetMetadata

func (x *Data) GetMetadata() []byte

func (*Data) MarshalToSizedBufferVT

func (m *Data) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Data) MarshalToVT

func (m *Data) MarshalToVT(dAtA []byte) (int, error)

func (*Data) MarshalVT

func (m *Data) MarshalVT() (dAtA []byte, err error)

func (*Data) ProtoMessage

func (*Data) ProtoMessage()

func (*Data) ProtoReflect

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

func (*Data) Reset

func (x *Data) Reset()

func (*Data) ResetVT

func (m *Data) ResetVT()

func (*Data) ReturnToVTPool

func (m *Data) ReturnToVTPool()

func (*Data) SizeVT

func (m *Data) SizeVT() (n int)

func (*Data) String

func (x *Data) String() string

func (*Data) UnmarshalVT

func (m *Data) UnmarshalVT(dAtA []byte) error

type DataInKeySpacePath

type DataInKeySpacePath struct {
	Path      []*KeySpacePathEntry `protobuf:"bytes,1,rep,name=path" json:"path,omitempty"`
	Remainder []byte               `protobuf:"bytes,2,opt,name=remainder" json:"remainder,omitempty"`
	Value     []byte               `protobuf:"bytes,3,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func DataInKeySpacePathFromVTPool

func DataInKeySpacePathFromVTPool() *DataInKeySpacePath

func (*DataInKeySpacePath) Descriptor deprecated

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

Deprecated: Use DataInKeySpacePath.ProtoReflect.Descriptor instead.

func (*DataInKeySpacePath) GetPath

func (x *DataInKeySpacePath) GetPath() []*KeySpacePathEntry

func (*DataInKeySpacePath) GetRemainder

func (x *DataInKeySpacePath) GetRemainder() []byte

func (*DataInKeySpacePath) GetValue

func (x *DataInKeySpacePath) GetValue() []byte

func (*DataInKeySpacePath) MarshalToSizedBufferVT

func (m *DataInKeySpacePath) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DataInKeySpacePath) MarshalToVT

func (m *DataInKeySpacePath) MarshalToVT(dAtA []byte) (int, error)

func (*DataInKeySpacePath) MarshalVT

func (m *DataInKeySpacePath) MarshalVT() (dAtA []byte, err error)

func (*DataInKeySpacePath) ProtoMessage

func (*DataInKeySpacePath) ProtoMessage()

func (*DataInKeySpacePath) ProtoReflect

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

func (*DataInKeySpacePath) Reset

func (x *DataInKeySpacePath) Reset()

func (*DataInKeySpacePath) ResetVT

func (m *DataInKeySpacePath) ResetVT()

func (*DataInKeySpacePath) ReturnToVTPool

func (m *DataInKeySpacePath) ReturnToVTPool()

func (*DataInKeySpacePath) SizeVT

func (m *DataInKeySpacePath) SizeVT() (n int)

func (*DataInKeySpacePath) String

func (x *DataInKeySpacePath) String() string

func (*DataInKeySpacePath) UnmarshalVT

func (m *DataInKeySpacePath) UnmarshalVT(dAtA []byte) error

type DataStoreInfo

type DataStoreInfo struct {

	// The format version that the store is using. This is a monotonically increasing version number used to allow the
	// store to record or use information in a way that older code may not understand or fully support.
	// Controlling the version via FDBRecordStore.Builder.setFormatVersion allows clients to prevent the store from using
	// these new features before other stores support them.
	// If you try to open a store that has a format verison that is not supported, it will throw an error.
	// Generally speaking this number can only go up.
	// Generally speaking increasing this should be definitively achievable in a single transaction, regardless of the
	// amount or type of data in the store.
	// This corresponds to FormatVersion.getValueForSerialization().
	FormatVersion *int32 `protobuf:"varint,1,opt,name=formatVersion" json:"formatVersion,omitempty"`
	// This is the version of the metadata that was last used with this store.
	// This can only go up, you cannot downgrade the metaData version.
	// Other than building new indexes, or rebuilding changed indexes, upgrading this should be achievable within a
	// single transaction. UserVersionChecker.needRebuildIndex controls whether or not the record store should try to
	// rebuild the indexes in the transaction during open (or checkVersion) and should check the record count or store
	// size to determine whether this is reasonable to attempt.
	MetaDataversion *int32 `protobuf:"varint,2,opt,name=metaDataversion" json:"metaDataversion,omitempty"`
	// The userVersion is intended to be used as a way for users to do something similar to the formatVersion, but for
	// information that the record layer does not control.
	// This _can_ also be used if the UserVersionChecker and RecordMetaDataProvider share state to control what metadata
	// is provided, as a workaround for https://github.com/FoundationDB/fdb-record-layer/issues/965
	UserVersion *int32 `protobuf:"varint,3,opt,name=userVersion" json:"userVersion,omitempty"`
	// If the metadata has a recordCountKey this tracks the key that was in the metadata the last time that
	// metaDataVersion was updated.
	// This is needed, in larger part because the RecordCountKey does not have a lastModifiedVersion, and thus we would
	// have no way to know that the key has changed, and the counts need to be recalculated.
	// Warning: We currently do not have any means to rebuild the record count key across transactions, so if this changes
	// stores with more records than can be scanned in a single transaction will fail to run checkVersion (i.e. open)
	// The counts associated with this key are used by FDBRecordStore.getSnapshotRecordCount and associated methods, but
	// that will fallback to evaluating an aggregate function.
	// This was introduced with FormatVersion.RECORD_COUNT_KEY_ADDED.
	RecordCountKey *KeyExpression `protobuf:"bytes,4,opt,name=record_count_key,json=recordCountKey" json:"record_count_key,omitempty"`
	// Tracks the last time the store header was updated for auditing purposes.
	LastUpdateTime *uint64 `protobuf:"varint,5,opt,name=lastUpdateTime" json:"lastUpdateTime,omitempty"`
	// This was introduced with FormatVersion.SAVE_UNSPLIT_WITH_SUFFIX to maintain backwards compatibility on stores
	// that have a metadata with splitLongRecords disabled.
	// Prior to format version 5, we would save split records with an additional suffix that was left off of unsplit
	// records. This was more space efficient, but it meant that upgrading from unsplit to split records was impossible
	// without a much more involved data migration. However, if we open a store with unsplit records that was written
	// with an older format version, this flag needs to be set in order to correctly read previous data. Note that as
	// we never try to migrate the old data from the old format to the new (instead reverting to the old behavior for
	// reads and new writes), this is a one-way flag. Once set on a store, it will not be unset.
	// Additionally, if the suffix is not used, and isStoreRecordVersions is enabled on the metaData, then record
	// versions are not stored next to a record but instead in their own space. This is less efficient, because it
	// requires an additional read any time a record is loaded.
	// This backwards compatibility flag is employed instead of a migration as it allows us to update the format version
	// without performing an unbounded amount of work in checkVersion. However, ideally, we would have a way to migrate
	// stores to the new format. See: https://github.com/FoundationDB/fdb-record-layer/issues/3303
	OmitUnsplitRecordSuffix *bool `` /* 128-byte string literal not displayed */
	// Whether this store's store header should be cached using MetaDataVersionStampStoreStateCache
	// This is most important for very active stores that rarely change their metadata to avoid creating a hot shard on
	// the store header.
	// Note: All stores with this true will lose their cache any time any store on the cluster changes their store header,
	// so it should not be used on too many stores within a cluster, or its benefits will be lost.
	// This was introduced with FormatVersion.CACHEABLE_STATE.
	Cacheable *bool `protobuf:"varint,7,opt,name=cacheable" json:"cacheable,omitempty"`
	// A user defined map for storing additional information on the store header.
	// This should be kept very small, as it is loaded every time the store is opened, and cannot be split.
	// When considering using this, one should also consider introducing a new record type to store the data.
	// This was introduced with FormatVersion.HEADER_USER_FIELDS.
	UserField []*DataStoreInfo_UserFieldEntry `protobuf:"bytes,8,rep,name=user_field,json=userField" json:"user_field,omitempty"`
	// Whether the RecordCount as defined by record_count_key is usable by FDBRecordStore.getSnapshotRecordCount and
	// whether it is maintained at all.
	// This helps as a mechanism to de-risk removing the deprecated RecordCountKey from metadata by disabling it for
	// queries first, and then disabling entirely, but only for specific stores. Once validated that the necessary COUNT
	// indexes are working sufficiently, the RecordCountKey can be removed from the metadata more safely.
	// This was introduced with FormatVersion.RECORD_COUNT_STATE
	RecordCountState *DataStoreInfo_RecordCountState `` /* 171-byte string literal not displayed */
	StoreLockState   *DataStoreInfo_StoreLockState   `protobuf:"bytes,10,opt,name=store_lock_state,json=storeLockState" json:"store_lock_state,omitempty"`
	// The incarnation of this store, which should be incremented when moving data from one cluster to another.
	// The intended usage of this value is that you increment it when moving data between different FDB clusters.
	// Then if any time you save or update a record in the store, you set a field (let's say "incr") in that record to
	// this incarnation, and you create an index on `[field("incr"), version()]` that index will be ordered by when the
	// records were last modified, regardless of when data may have been moved between clusters.
	// This is important, because `version()` is not well ordered across clusters, and thus you could save records on
	// the new cluster, and get much lower `version()` values. By combining with the incarnation, it won't matter that
	// the new cluster is providing lower versionstamps.
	Incarnation *int32 `protobuf:"varint,11,opt,name=incarnation" json:"incarnation,omitempty"`
	// contains filtered or unexported fields
}

This is the protobuf message used for the store header, an internal structure used in every store to track the current state of the store (e.g. version of metadat) and ensure that data is read/written correctly. This data is read any time a store is opened.

func DataStoreInfoFromVTPool

func DataStoreInfoFromVTPool() *DataStoreInfo

func (*DataStoreInfo) Descriptor deprecated

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

Deprecated: Use DataStoreInfo.ProtoReflect.Descriptor instead.

func (*DataStoreInfo) GetCacheable

func (x *DataStoreInfo) GetCacheable() bool

func (*DataStoreInfo) GetFormatVersion

func (x *DataStoreInfo) GetFormatVersion() int32

func (*DataStoreInfo) GetIncarnation

func (x *DataStoreInfo) GetIncarnation() int32

func (*DataStoreInfo) GetLastUpdateTime

func (x *DataStoreInfo) GetLastUpdateTime() uint64

func (*DataStoreInfo) GetMetaDataversion

func (x *DataStoreInfo) GetMetaDataversion() int32

func (*DataStoreInfo) GetOmitUnsplitRecordSuffix

func (x *DataStoreInfo) GetOmitUnsplitRecordSuffix() bool

func (*DataStoreInfo) GetRecordCountKey

func (x *DataStoreInfo) GetRecordCountKey() *KeyExpression

func (*DataStoreInfo) GetRecordCountState

func (x *DataStoreInfo) GetRecordCountState() DataStoreInfo_RecordCountState

func (*DataStoreInfo) GetStoreLockState

func (x *DataStoreInfo) GetStoreLockState() *DataStoreInfo_StoreLockState

func (*DataStoreInfo) GetUserField

func (x *DataStoreInfo) GetUserField() []*DataStoreInfo_UserFieldEntry

func (*DataStoreInfo) GetUserVersion

func (x *DataStoreInfo) GetUserVersion() int32

func (*DataStoreInfo) MarshalToSizedBufferVT

func (m *DataStoreInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DataStoreInfo) MarshalToVT

func (m *DataStoreInfo) MarshalToVT(dAtA []byte) (int, error)

func (*DataStoreInfo) MarshalVT

func (m *DataStoreInfo) MarshalVT() (dAtA []byte, err error)

func (*DataStoreInfo) ProtoMessage

func (*DataStoreInfo) ProtoMessage()

func (*DataStoreInfo) ProtoReflect

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

func (*DataStoreInfo) Reset

func (x *DataStoreInfo) Reset()

func (*DataStoreInfo) ResetVT

func (m *DataStoreInfo) ResetVT()

func (*DataStoreInfo) ReturnToVTPool

func (m *DataStoreInfo) ReturnToVTPool()

func (*DataStoreInfo) SizeVT

func (m *DataStoreInfo) SizeVT() (n int)

func (*DataStoreInfo) String

func (x *DataStoreInfo) String() string

func (*DataStoreInfo) UnmarshalVT

func (m *DataStoreInfo) UnmarshalVT(dAtA []byte) error

type DataStoreInfo_RecordCountState

type DataStoreInfo_RecordCountState int32

The state of the RecordCount as defined by record_count_key. This is similar to IndexState, but since there is no mechanism for building the RecordCount across multiple transactions, the state transitions are slightly different.

const (
	// The RecordCountKey is maintained and usable for FDBRecordStore.getSnapshotRecordCount
	DataStoreInfo_READABLE DataStoreInfo_RecordCountState = 1
	// The RecordCount as defined by record_count_key is maintained, but not queryable
	// This can be freely updated back to READABLE
	DataStoreInfo_WRITE_ONLY DataStoreInfo_RecordCountState = 2
	// The RecordCount as defined by record_count_key is not maintained.
	// Once disabled, there is no way to go back to WriteOnly
	DataStoreInfo_DISABLED DataStoreInfo_RecordCountState = 3
)

func (DataStoreInfo_RecordCountState) Descriptor

func (DataStoreInfo_RecordCountState) Enum

func (DataStoreInfo_RecordCountState) EnumDescriptor deprecated

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

Deprecated: Use DataStoreInfo_RecordCountState.Descriptor instead.

func (DataStoreInfo_RecordCountState) Number

func (DataStoreInfo_RecordCountState) String

func (DataStoreInfo_RecordCountState) Type

func (*DataStoreInfo_RecordCountState) UnmarshalJSON deprecated

func (x *DataStoreInfo_RecordCountState) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type DataStoreInfo_StoreLockState

type DataStoreInfo_StoreLockState struct {
	LockState *DataStoreInfo_StoreLockState_State `` /* 152-byte string literal not displayed */
	Reason    *string                             `protobuf:"bytes,2,opt,name=reason" json:"reason,omitempty"`
	Timestamp *int64                              `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

Setting a store lock state

func DataStoreInfo_StoreLockStateFromVTPool

func DataStoreInfo_StoreLockStateFromVTPool() *DataStoreInfo_StoreLockState

func (*DataStoreInfo_StoreLockState) Descriptor deprecated

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

Deprecated: Use DataStoreInfo_StoreLockState.ProtoReflect.Descriptor instead.

func (*DataStoreInfo_StoreLockState) GetLockState

func (*DataStoreInfo_StoreLockState) GetReason

func (x *DataStoreInfo_StoreLockState) GetReason() string

func (*DataStoreInfo_StoreLockState) GetTimestamp

func (x *DataStoreInfo_StoreLockState) GetTimestamp() int64

func (*DataStoreInfo_StoreLockState) MarshalToSizedBufferVT

func (m *DataStoreInfo_StoreLockState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DataStoreInfo_StoreLockState) MarshalToVT

func (m *DataStoreInfo_StoreLockState) MarshalToVT(dAtA []byte) (int, error)

func (*DataStoreInfo_StoreLockState) MarshalVT

func (m *DataStoreInfo_StoreLockState) MarshalVT() (dAtA []byte, err error)

func (*DataStoreInfo_StoreLockState) ProtoMessage

func (*DataStoreInfo_StoreLockState) ProtoMessage()

func (*DataStoreInfo_StoreLockState) ProtoReflect

func (*DataStoreInfo_StoreLockState) Reset

func (x *DataStoreInfo_StoreLockState) Reset()

func (*DataStoreInfo_StoreLockState) ResetVT

func (m *DataStoreInfo_StoreLockState) ResetVT()

func (*DataStoreInfo_StoreLockState) ReturnToVTPool

func (m *DataStoreInfo_StoreLockState) ReturnToVTPool()

func (*DataStoreInfo_StoreLockState) SizeVT

func (m *DataStoreInfo_StoreLockState) SizeVT() (n int)

func (*DataStoreInfo_StoreLockState) String

func (*DataStoreInfo_StoreLockState) UnmarshalVT

func (m *DataStoreInfo_StoreLockState) UnmarshalVT(dAtA []byte) error

type DataStoreInfo_StoreLockState_State

type DataStoreInfo_StoreLockState_State int32
const (
	DataStoreInfo_StoreLockState_UNSPECIFIED DataStoreInfo_StoreLockState_State = 0
	// In this state the store may not create, update, or delete records. If set, the store - from the user's
	// point of view - becomes a read-only store, while indexes and other internal metadata can still be modified.
	// This type of lock may be useful in some extreme cases, such as recovery.
	DataStoreInfo_StoreLockState_FORBID_RECORD_UPDATE DataStoreInfo_StoreLockState_State = 1
	// In this state the the store may not be opened unless the builder is provided with an override to the lock,
	// including the expected current state and reason.
	DataStoreInfo_StoreLockState_FULL_STORE DataStoreInfo_StoreLockState_State = 2
)

func (DataStoreInfo_StoreLockState_State) Descriptor

func (DataStoreInfo_StoreLockState_State) Enum

func (DataStoreInfo_StoreLockState_State) EnumDescriptor deprecated

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

Deprecated: Use DataStoreInfo_StoreLockState_State.Descriptor instead.

func (DataStoreInfo_StoreLockState_State) Number

func (DataStoreInfo_StoreLockState_State) String

func (DataStoreInfo_StoreLockState_State) Type

func (*DataStoreInfo_StoreLockState_State) UnmarshalJSON deprecated

func (x *DataStoreInfo_StoreLockState_State) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type DataStoreInfo_UserFieldEntry

type DataStoreInfo_UserFieldEntry struct {
	Key   *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Value []byte  `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Compatible with map<string, bytes> on the wire; see user_field.

func DataStoreInfo_UserFieldEntryFromVTPool

func DataStoreInfo_UserFieldEntryFromVTPool() *DataStoreInfo_UserFieldEntry

func (*DataStoreInfo_UserFieldEntry) Descriptor deprecated

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

Deprecated: Use DataStoreInfo_UserFieldEntry.ProtoReflect.Descriptor instead.

func (*DataStoreInfo_UserFieldEntry) GetKey

func (*DataStoreInfo_UserFieldEntry) GetValue

func (x *DataStoreInfo_UserFieldEntry) GetValue() []byte

func (*DataStoreInfo_UserFieldEntry) MarshalToSizedBufferVT

func (m *DataStoreInfo_UserFieldEntry) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DataStoreInfo_UserFieldEntry) MarshalToVT

func (m *DataStoreInfo_UserFieldEntry) MarshalToVT(dAtA []byte) (int, error)

func (*DataStoreInfo_UserFieldEntry) MarshalVT

func (m *DataStoreInfo_UserFieldEntry) MarshalVT() (dAtA []byte, err error)

func (*DataStoreInfo_UserFieldEntry) ProtoMessage

func (*DataStoreInfo_UserFieldEntry) ProtoMessage()

func (*DataStoreInfo_UserFieldEntry) ProtoReflect

func (*DataStoreInfo_UserFieldEntry) Reset

func (x *DataStoreInfo_UserFieldEntry) Reset()

func (*DataStoreInfo_UserFieldEntry) ResetVT

func (m *DataStoreInfo_UserFieldEntry) ResetVT()

func (*DataStoreInfo_UserFieldEntry) ReturnToVTPool

func (m *DataStoreInfo_UserFieldEntry) ReturnToVTPool()

func (*DataStoreInfo_UserFieldEntry) SizeVT

func (m *DataStoreInfo_UserFieldEntry) SizeVT() (n int)

func (*DataStoreInfo_UserFieldEntry) String

func (*DataStoreInfo_UserFieldEntry) UnmarshalVT

func (m *DataStoreInfo_UserFieldEntry) UnmarshalVT(dAtA []byte) error

type Databases

type Databases struct {
	DATABASE_ID *string `protobuf:"bytes,1,opt,name=DATABASE_ID,json=DATABASEID" json:"DATABASE_ID,omitempty"`
	// contains filtered or unexported fields
}

func DatabasesFromVTPool

func DatabasesFromVTPool() *Databases

func (*Databases) Descriptor deprecated

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

Deprecated: Use Databases.ProtoReflect.Descriptor instead.

func (*Databases) GetDATABASE_ID

func (x *Databases) GetDATABASE_ID() string

func (*Databases) MarshalToSizedBufferVT

func (m *Databases) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Databases) MarshalToVT

func (m *Databases) MarshalToVT(dAtA []byte) (int, error)

func (*Databases) MarshalVT

func (m *Databases) MarshalVT() (dAtA []byte, err error)

func (*Databases) ProtoMessage

func (*Databases) ProtoMessage()

func (*Databases) ProtoReflect

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

func (*Databases) Reset

func (x *Databases) Reset()

func (*Databases) ResetVT

func (m *Databases) ResetVT()

func (*Databases) ReturnToVTPool

func (m *Databases) ReturnToVTPool()

func (*Databases) SizeVT

func (m *Databases) SizeVT() (n int)

func (*Databases) String

func (x *Databases) String() string

func (*Databases) UnmarshalVT

func (m *Databases) UnmarshalVT(dAtA []byte) error

type DedupContinuation

type DedupContinuation struct {
	InnerContinuation []byte `protobuf:"bytes,1,req,name=innerContinuation" json:"innerContinuation,omitempty"`
	LastValue         []byte `protobuf:"bytes,2,opt,name=lastValue" json:"lastValue,omitempty"`
	// contains filtered or unexported fields
}

func DedupContinuationFromVTPool

func DedupContinuationFromVTPool() *DedupContinuation

func (*DedupContinuation) Descriptor deprecated

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

Deprecated: Use DedupContinuation.ProtoReflect.Descriptor instead.

func (*DedupContinuation) GetInnerContinuation

func (x *DedupContinuation) GetInnerContinuation() []byte

func (*DedupContinuation) GetLastValue

func (x *DedupContinuation) GetLastValue() []byte

func (*DedupContinuation) MarshalToSizedBufferVT

func (m *DedupContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DedupContinuation) MarshalToVT

func (m *DedupContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*DedupContinuation) MarshalVT

func (m *DedupContinuation) MarshalVT() (dAtA []byte, err error)

func (*DedupContinuation) ProtoMessage

func (*DedupContinuation) ProtoMessage()

func (*DedupContinuation) ProtoReflect

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

func (*DedupContinuation) Reset

func (x *DedupContinuation) Reset()

func (*DedupContinuation) ResetVT

func (m *DedupContinuation) ResetVT()

func (*DedupContinuation) ReturnToVTPool

func (m *DedupContinuation) ReturnToVTPool()

func (*DedupContinuation) SizeVT

func (m *DedupContinuation) SizeVT() (n int)

func (*DedupContinuation) String

func (x *DedupContinuation) String() string

func (*DedupContinuation) UnmarshalVT

func (m *DedupContinuation) UnmarshalVT(dAtA []byte) error

type Dimensions

type Dimensions struct {
	WholeKey       *KeyExpression `protobuf:"bytes,1,req,name=whole_key,json=wholeKey" json:"whole_key,omitempty"`
	PrefixSize     *int32         `protobuf:"varint,2,opt,name=prefix_size,json=prefixSize" json:"prefix_size,omitempty"`
	DimensionsSize *int32         `protobuf:"varint,3,opt,name=dimensions_size,json=dimensionsSize" json:"dimensions_size,omitempty"`
	// contains filtered or unexported fields
}

func DimensionsFromVTPool

func DimensionsFromVTPool() *Dimensions

func (*Dimensions) Descriptor deprecated

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

Deprecated: Use Dimensions.ProtoReflect.Descriptor instead.

func (*Dimensions) GetDimensionsSize

func (x *Dimensions) GetDimensionsSize() int32

func (*Dimensions) GetPrefixSize

func (x *Dimensions) GetPrefixSize() int32

func (*Dimensions) GetWholeKey

func (x *Dimensions) GetWholeKey() *KeyExpression

func (*Dimensions) MarshalToSizedBufferVT

func (m *Dimensions) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Dimensions) MarshalToVT

func (m *Dimensions) MarshalToVT(dAtA []byte) (int, error)

func (*Dimensions) MarshalVT

func (m *Dimensions) MarshalVT() (dAtA []byte, err error)

func (*Dimensions) ProtoMessage

func (*Dimensions) ProtoMessage()

func (*Dimensions) ProtoReflect

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

func (*Dimensions) Reset

func (x *Dimensions) Reset()

func (*Dimensions) ResetVT

func (m *Dimensions) ResetVT()

func (*Dimensions) ReturnToVTPool

func (m *Dimensions) ReturnToVTPool()

func (*Dimensions) SizeVT

func (m *Dimensions) SizeVT() (n int)

func (*Dimensions) String

func (x *Dimensions) String() string

func (*Dimensions) UnmarshalVT

func (m *Dimensions) UnmarshalVT(dAtA []byte) error

type Empty

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

func EmptyFromVTPool

func EmptyFromVTPool() *Empty

func (*Empty) Descriptor deprecated

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

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) MarshalToSizedBufferVT

func (m *Empty) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Empty) MarshalToVT

func (m *Empty) MarshalToVT(dAtA []byte) (int, error)

func (*Empty) MarshalVT

func (m *Empty) MarshalVT() (dAtA []byte, err error)

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect

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

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) ResetVT

func (m *Empty) ResetVT()

func (*Empty) ReturnToVTPool

func (m *Empty) ReturnToVTPool()

func (*Empty) SizeVT

func (m *Empty) SizeVT() (n int)

func (*Empty) String

func (x *Empty) String() string

func (*Empty) UnmarshalVT

func (m *Empty) UnmarshalVT(dAtA []byte) error

type Field

type Field struct {
	FieldName          *string                   `protobuf:"bytes,1,req,name=field_name,json=fieldName" json:"field_name,omitempty"`
	FanType            *Field_FanType            `` /* 137-byte string literal not displayed */
	NullInterpretation *Field_NullInterpretation `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

func FieldFromVTPool

func FieldFromVTPool() *Field

func (*Field) Descriptor deprecated

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

Deprecated: Use Field.ProtoReflect.Descriptor instead.

func (*Field) GetFanType

func (x *Field) GetFanType() Field_FanType

func (*Field) GetFieldName

func (x *Field) GetFieldName() string

func (*Field) GetNullInterpretation

func (x *Field) GetNullInterpretation() Field_NullInterpretation

func (*Field) MarshalToSizedBufferVT

func (m *Field) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Field) MarshalToVT

func (m *Field) MarshalToVT(dAtA []byte) (int, error)

func (*Field) MarshalVT

func (m *Field) MarshalVT() (dAtA []byte, err error)

func (*Field) ProtoMessage

func (*Field) ProtoMessage()

func (*Field) ProtoReflect

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

func (*Field) Reset

func (x *Field) Reset()

func (*Field) ResetVT

func (m *Field) ResetVT()

func (*Field) ReturnToVTPool

func (m *Field) ReturnToVTPool()

func (*Field) SizeVT

func (m *Field) SizeVT() (n int)

func (*Field) String

func (x *Field) String() string

func (*Field) UnmarshalVT

func (m *Field) UnmarshalVT(dAtA []byte) error

type FieldOptions

type FieldOptions struct {

	// Deprecated: Marked as deprecated in record_metadata_options.proto.
	Indexed       *Index_Type                 `protobuf:"varint,1,opt,name=indexed,enum=com.apple.foundationdb.record.Index_Type" json:"indexed,omitempty"` // Use index.type.
	PrimaryKey    *bool                       `protobuf:"varint,2,opt,name=primary_key,json=primaryKey" json:"primary_key,omitempty"`
	Index         *FieldOptions_IndexOption   `protobuf:"bytes,3,opt,name=index" json:"index,omitempty"`
	VectorOptions *FieldOptions_VectorOptions `protobuf:"bytes,4,opt,name=vectorOptions" json:"vectorOptions,omitempty"`
	// contains filtered or unexported fields
}

func FieldOptionsFromVTPool

func FieldOptionsFromVTPool() *FieldOptions

func (*FieldOptions) Descriptor deprecated

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

Deprecated: Use FieldOptions.ProtoReflect.Descriptor instead.

func (*FieldOptions) GetIndex

func (x *FieldOptions) GetIndex() *FieldOptions_IndexOption

func (*FieldOptions) GetIndexed deprecated

func (x *FieldOptions) GetIndexed() Index_Type

Deprecated: Marked as deprecated in record_metadata_options.proto.

func (*FieldOptions) GetPrimaryKey

func (x *FieldOptions) GetPrimaryKey() bool

func (*FieldOptions) GetVectorOptions

func (x *FieldOptions) GetVectorOptions() *FieldOptions_VectorOptions

func (*FieldOptions) MarshalToSizedBufferVT

func (m *FieldOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldOptions) MarshalToVT

func (m *FieldOptions) MarshalToVT(dAtA []byte) (int, error)

func (*FieldOptions) MarshalVT

func (m *FieldOptions) MarshalVT() (dAtA []byte, err error)

func (*FieldOptions) ProtoMessage

func (*FieldOptions) ProtoMessage()

func (*FieldOptions) ProtoReflect

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

func (*FieldOptions) Reset

func (x *FieldOptions) Reset()

func (*FieldOptions) ResetVT

func (m *FieldOptions) ResetVT()

func (*FieldOptions) ReturnToVTPool

func (m *FieldOptions) ReturnToVTPool()

func (*FieldOptions) SizeVT

func (m *FieldOptions) SizeVT() (n int)

func (*FieldOptions) String

func (x *FieldOptions) String() string

func (*FieldOptions) UnmarshalVT

func (m *FieldOptions) UnmarshalVT(dAtA []byte) error

type FieldOptions_IndexOption

type FieldOptions_IndexOption struct {
	Type    *string         `protobuf:"bytes,1,opt,name=type,def=value" json:"type,omitempty"`
	Unique  *bool           `protobuf:"varint,2,opt,name=unique" json:"unique,omitempty"`
	Options []*Index_Option `protobuf:"bytes,3,rep,name=options" json:"options,omitempty"` // Note: there is no way to specify these in a .proto file.
	// contains filtered or unexported fields
}

func FieldOptions_IndexOptionFromVTPool

func FieldOptions_IndexOptionFromVTPool() *FieldOptions_IndexOption

func (*FieldOptions_IndexOption) Descriptor deprecated

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

Deprecated: Use FieldOptions_IndexOption.ProtoReflect.Descriptor instead.

func (*FieldOptions_IndexOption) GetOptions

func (x *FieldOptions_IndexOption) GetOptions() []*Index_Option

func (*FieldOptions_IndexOption) GetType

func (x *FieldOptions_IndexOption) GetType() string

func (*FieldOptions_IndexOption) GetUnique

func (x *FieldOptions_IndexOption) GetUnique() bool

func (*FieldOptions_IndexOption) MarshalToSizedBufferVT

func (m *FieldOptions_IndexOption) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldOptions_IndexOption) MarshalToVT

func (m *FieldOptions_IndexOption) MarshalToVT(dAtA []byte) (int, error)

func (*FieldOptions_IndexOption) MarshalVT

func (m *FieldOptions_IndexOption) MarshalVT() (dAtA []byte, err error)

func (*FieldOptions_IndexOption) ProtoMessage

func (*FieldOptions_IndexOption) ProtoMessage()

func (*FieldOptions_IndexOption) ProtoReflect

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

func (*FieldOptions_IndexOption) Reset

func (x *FieldOptions_IndexOption) Reset()

func (*FieldOptions_IndexOption) ResetVT

func (m *FieldOptions_IndexOption) ResetVT()

func (*FieldOptions_IndexOption) ReturnToVTPool

func (m *FieldOptions_IndexOption) ReturnToVTPool()

func (*FieldOptions_IndexOption) SizeVT

func (m *FieldOptions_IndexOption) SizeVT() (n int)

func (*FieldOptions_IndexOption) String

func (x *FieldOptions_IndexOption) String() string

func (*FieldOptions_IndexOption) UnmarshalVT

func (m *FieldOptions_IndexOption) UnmarshalVT(dAtA []byte) error

type FieldOptions_VectorOptions

type FieldOptions_VectorOptions struct {
	Precision  *int32 `protobuf:"varint,1,opt,name=precision,def=16" json:"precision,omitempty"`
	Dimensions *int32 `protobuf:"varint,2,opt,name=dimensions,def=768" json:"dimensions,omitempty"`
	// contains filtered or unexported fields
}

func FieldOptions_VectorOptionsFromVTPool

func FieldOptions_VectorOptionsFromVTPool() *FieldOptions_VectorOptions

func (*FieldOptions_VectorOptions) Descriptor deprecated

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

Deprecated: Use FieldOptions_VectorOptions.ProtoReflect.Descriptor instead.

func (*FieldOptions_VectorOptions) GetDimensions

func (x *FieldOptions_VectorOptions) GetDimensions() int32

func (*FieldOptions_VectorOptions) GetPrecision

func (x *FieldOptions_VectorOptions) GetPrecision() int32

func (*FieldOptions_VectorOptions) MarshalToSizedBufferVT

func (m *FieldOptions_VectorOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldOptions_VectorOptions) MarshalToVT

func (m *FieldOptions_VectorOptions) MarshalToVT(dAtA []byte) (int, error)

func (*FieldOptions_VectorOptions) MarshalVT

func (m *FieldOptions_VectorOptions) MarshalVT() (dAtA []byte, err error)

func (*FieldOptions_VectorOptions) ProtoMessage

func (*FieldOptions_VectorOptions) ProtoMessage()

func (*FieldOptions_VectorOptions) ProtoReflect

func (*FieldOptions_VectorOptions) Reset

func (x *FieldOptions_VectorOptions) Reset()

func (*FieldOptions_VectorOptions) ResetVT

func (m *FieldOptions_VectorOptions) ResetVT()

func (*FieldOptions_VectorOptions) ReturnToVTPool

func (m *FieldOptions_VectorOptions) ReturnToVTPool()

func (*FieldOptions_VectorOptions) SizeVT

func (m *FieldOptions_VectorOptions) SizeVT() (n int)

func (*FieldOptions_VectorOptions) String

func (x *FieldOptions_VectorOptions) String() string

func (*FieldOptions_VectorOptions) UnmarshalVT

func (m *FieldOptions_VectorOptions) UnmarshalVT(dAtA []byte) error

type FieldPath

type FieldPath struct {
	Field []string `protobuf:"bytes,1,rep,name=field" json:"field,omitempty"`
	// contains filtered or unexported fields
}

func FieldPathFromVTPool

func FieldPathFromVTPool() *FieldPath

func (*FieldPath) Descriptor deprecated

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

Deprecated: Use FieldPath.ProtoReflect.Descriptor instead.

func (*FieldPath) GetField

func (x *FieldPath) GetField() []string

func (*FieldPath) MarshalToSizedBufferVT

func (m *FieldPath) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldPath) MarshalToVT

func (m *FieldPath) MarshalToVT(dAtA []byte) (int, error)

func (*FieldPath) MarshalVT

func (m *FieldPath) MarshalVT() (dAtA []byte, err error)

func (*FieldPath) ProtoMessage

func (*FieldPath) ProtoMessage()

func (*FieldPath) ProtoReflect

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

func (*FieldPath) Reset

func (x *FieldPath) Reset()

func (*FieldPath) ResetVT

func (m *FieldPath) ResetVT()

func (*FieldPath) ReturnToVTPool

func (m *FieldPath) ReturnToVTPool()

func (*FieldPath) SizeVT

func (m *FieldPath) SizeVT() (n int)

func (*FieldPath) String

func (x *FieldPath) String() string

func (*FieldPath) UnmarshalVT

func (m *FieldPath) UnmarshalVT(dAtA []byte) error

type Field_FanType

type Field_FanType int32
const (
	Field_SCALAR      Field_FanType = 1
	Field_FAN_OUT     Field_FanType = 2
	Field_CONCATENATE Field_FanType = 3
)

func (Field_FanType) Descriptor

func (Field_FanType) Enum

func (x Field_FanType) Enum() *Field_FanType

func (Field_FanType) EnumDescriptor deprecated

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

Deprecated: Use Field_FanType.Descriptor instead.

func (Field_FanType) Number

func (Field_FanType) String

func (x Field_FanType) String() string

func (Field_FanType) Type

func (*Field_FanType) UnmarshalJSON deprecated

func (x *Field_FanType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Field_NullInterpretation

type Field_NullInterpretation int32
const (
	Field_NOT_UNIQUE Field_NullInterpretation = 1 // Missing values allowed multiple times in unique index
	Field_UNIQUE     Field_NullInterpretation = 2 // Missing values treated like null value in unique index
	Field_NOT_NULL   Field_NullInterpretation = 3 // Missing values are the default for the type, not null
)

func (Field_NullInterpretation) Descriptor

func (Field_NullInterpretation) Enum

func (Field_NullInterpretation) EnumDescriptor deprecated

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

Deprecated: Use Field_NullInterpretation.Descriptor instead.

func (Field_NullInterpretation) Number

func (Field_NullInterpretation) String

func (x Field_NullInterpretation) String() string

func (Field_NullInterpretation) Type

func (*Field_NullInterpretation) UnmarshalJSON deprecated

func (x *Field_NullInterpretation) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type FileSortContinuation

type FileSortContinuation struct {
	Loading         *bool    `protobuf:"varint,1,opt,name=loading" json:"loading,omitempty"`
	InMemoryRecords [][]byte `protobuf:"bytes,2,rep,name=in_memory_records,json=inMemoryRecords" json:"in_memory_records,omitempty"`
	Files           []string `protobuf:"bytes,3,rep,name=files" json:"files,omitempty"`
	Continuation    []byte   `protobuf:"bytes,4,opt,name=continuation" json:"continuation,omitempty"`
	RecordPosition  *int32   `protobuf:"varint,5,opt,name=record_position,json=recordPosition" json:"record_position,omitempty"`
	FilePosition    *int64   `protobuf:"varint,6,opt,name=file_position,json=filePosition" json:"file_position,omitempty"`
	// contains filtered or unexported fields
}

func FileSortContinuationFromVTPool

func FileSortContinuationFromVTPool() *FileSortContinuation

func (*FileSortContinuation) Descriptor deprecated

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

Deprecated: Use FileSortContinuation.ProtoReflect.Descriptor instead.

func (*FileSortContinuation) GetContinuation

func (x *FileSortContinuation) GetContinuation() []byte

func (*FileSortContinuation) GetFilePosition

func (x *FileSortContinuation) GetFilePosition() int64

func (*FileSortContinuation) GetFiles

func (x *FileSortContinuation) GetFiles() []string

func (*FileSortContinuation) GetInMemoryRecords

func (x *FileSortContinuation) GetInMemoryRecords() [][]byte

func (*FileSortContinuation) GetLoading

func (x *FileSortContinuation) GetLoading() bool

func (*FileSortContinuation) GetRecordPosition

func (x *FileSortContinuation) GetRecordPosition() int32

func (*FileSortContinuation) MarshalToSizedBufferVT

func (m *FileSortContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FileSortContinuation) MarshalToVT

func (m *FileSortContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*FileSortContinuation) MarshalVT

func (m *FileSortContinuation) MarshalVT() (dAtA []byte, err error)

func (*FileSortContinuation) ProtoMessage

func (*FileSortContinuation) ProtoMessage()

func (*FileSortContinuation) ProtoReflect

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

func (*FileSortContinuation) Reset

func (x *FileSortContinuation) Reset()

func (*FileSortContinuation) ResetVT

func (m *FileSortContinuation) ResetVT()

func (*FileSortContinuation) ReturnToVTPool

func (m *FileSortContinuation) ReturnToVTPool()

func (*FileSortContinuation) SizeVT

func (m *FileSortContinuation) SizeVT() (n int)

func (*FileSortContinuation) String

func (x *FileSortContinuation) String() string

func (*FileSortContinuation) UnmarshalVT

func (m *FileSortContinuation) UnmarshalVT(dAtA []byte) error

type FlatMapContinuation

type FlatMapContinuation struct {
	OuterContinuation []byte `protobuf:"bytes,1,opt,name=outer_continuation,json=outerContinuation" json:"outer_continuation,omitempty"`
	InnerContinuation []byte `protobuf:"bytes,2,opt,name=inner_continuation,json=innerContinuation" json:"inner_continuation,omitempty"`
	CheckValue        []byte `protobuf:"bytes,3,opt,name=check_value,json=checkValue" json:"check_value,omitempty"`
	// contains filtered or unexported fields
}

func FlatMapContinuationFromVTPool

func FlatMapContinuationFromVTPool() *FlatMapContinuation

func (*FlatMapContinuation) Descriptor deprecated

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

Deprecated: Use FlatMapContinuation.ProtoReflect.Descriptor instead.

func (*FlatMapContinuation) GetCheckValue

func (x *FlatMapContinuation) GetCheckValue() []byte

func (*FlatMapContinuation) GetInnerContinuation

func (x *FlatMapContinuation) GetInnerContinuation() []byte

func (*FlatMapContinuation) GetOuterContinuation

func (x *FlatMapContinuation) GetOuterContinuation() []byte

func (*FlatMapContinuation) MarshalToSizedBufferVT

func (m *FlatMapContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FlatMapContinuation) MarshalToVT

func (m *FlatMapContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*FlatMapContinuation) MarshalVT

func (m *FlatMapContinuation) MarshalVT() (dAtA []byte, err error)

func (*FlatMapContinuation) ProtoMessage

func (*FlatMapContinuation) ProtoMessage()

func (*FlatMapContinuation) ProtoReflect

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

func (*FlatMapContinuation) Reset

func (x *FlatMapContinuation) Reset()

func (*FlatMapContinuation) ResetVT

func (m *FlatMapContinuation) ResetVT()

func (*FlatMapContinuation) ReturnToVTPool

func (m *FlatMapContinuation) ReturnToVTPool()

func (*FlatMapContinuation) SizeVT

func (m *FlatMapContinuation) SizeVT() (n int)

func (*FlatMapContinuation) String

func (x *FlatMapContinuation) String() string

func (*FlatMapContinuation) UnmarshalVT

func (m *FlatMapContinuation) UnmarshalVT(dAtA []byte) error

type Flower

type Flower struct {
	Type  *string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"`
	Color *Color  `protobuf:"varint,2,opt,name=color,enum=com.apple.foundationdb.record.Color" json:"color,omitempty"`
	// contains filtered or unexported fields
}

func FlowerFromVTPool

func FlowerFromVTPool() *Flower

func (*Flower) Descriptor deprecated

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

Deprecated: Use Flower.ProtoReflect.Descriptor instead.

func (*Flower) GetColor

func (x *Flower) GetColor() Color

func (*Flower) GetType

func (x *Flower) GetType() string

func (*Flower) MarshalToSizedBufferVT

func (m *Flower) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Flower) MarshalToVT

func (m *Flower) MarshalToVT(dAtA []byte) (int, error)

func (*Flower) MarshalVT

func (m *Flower) MarshalVT() (dAtA []byte, err error)

func (*Flower) ProtoMessage

func (*Flower) ProtoMessage()

func (*Flower) ProtoReflect

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

func (*Flower) Reset

func (x *Flower) Reset()

func (*Flower) ResetVT

func (m *Flower) ResetVT()

func (*Flower) ReturnToVTPool

func (m *Flower) ReturnToVTPool()

func (*Flower) SizeVT

func (m *Flower) SizeVT() (n int)

func (*Flower) String

func (x *Flower) String() string

func (*Flower) UnmarshalVT

func (m *Flower) UnmarshalVT(dAtA []byte) error

type FormerIndex

type FormerIndex struct {
	FormerName     *string `protobuf:"bytes,3,opt,name=former_name,json=formerName" json:"former_name,omitempty"`
	SubspaceKey    []byte  `protobuf:"bytes,5,opt,name=subspace_key,json=subspaceKey" json:"subspace_key,omitempty"`
	RemovedVersion *int32  `protobuf:"varint,6,opt,name=removed_version,json=removedVersion" json:"removed_version,omitempty"`
	AddedVersion   *int32  `protobuf:"varint,10,opt,name=added_version,json=addedVersion" json:"added_version,omitempty"`
	// contains filtered or unexported fields
}

func FormerIndexFromVTPool

func FormerIndexFromVTPool() *FormerIndex

func (*FormerIndex) Descriptor deprecated

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

Deprecated: Use FormerIndex.ProtoReflect.Descriptor instead.

func (*FormerIndex) GetAddedVersion

func (x *FormerIndex) GetAddedVersion() int32

func (*FormerIndex) GetFormerName

func (x *FormerIndex) GetFormerName() string

func (*FormerIndex) GetRemovedVersion

func (x *FormerIndex) GetRemovedVersion() int32

func (*FormerIndex) GetSubspaceKey

func (x *FormerIndex) GetSubspaceKey() []byte

func (*FormerIndex) MarshalToSizedBufferVT

func (m *FormerIndex) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FormerIndex) MarshalToVT

func (m *FormerIndex) MarshalToVT(dAtA []byte) (int, error)

func (*FormerIndex) MarshalVT

func (m *FormerIndex) MarshalVT() (dAtA []byte, err error)

func (*FormerIndex) ProtoMessage

func (*FormerIndex) ProtoMessage()

func (*FormerIndex) ProtoReflect

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

func (*FormerIndex) Reset

func (x *FormerIndex) Reset()

func (*FormerIndex) ResetVT

func (m *FormerIndex) ResetVT()

func (*FormerIndex) ReturnToVTPool

func (m *FormerIndex) ReturnToVTPool()

func (*FormerIndex) SizeVT

func (m *FormerIndex) SizeVT() (n int)

func (*FormerIndex) String

func (x *FormerIndex) String() string

func (*FormerIndex) UnmarshalVT

func (m *FormerIndex) UnmarshalVT(dAtA []byte) error

type Function

type Function struct {
	Name      *string        `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Arguments *KeyExpression `protobuf:"bytes,2,req,name=arguments" json:"arguments,omitempty"`
	// contains filtered or unexported fields
}

func FunctionFromVTPool

func FunctionFromVTPool() *Function

func (*Function) Descriptor deprecated

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

Deprecated: Use Function.ProtoReflect.Descriptor instead.

func (*Function) GetArguments

func (x *Function) GetArguments() *KeyExpression

func (*Function) GetName

func (x *Function) GetName() string

func (*Function) MarshalToSizedBufferVT

func (m *Function) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Function) MarshalToVT

func (m *Function) MarshalToVT(dAtA []byte) (int, error)

func (*Function) MarshalVT

func (m *Function) MarshalVT() (dAtA []byte, err error)

func (*Function) ProtoMessage

func (*Function) ProtoMessage()

func (*Function) ProtoReflect

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

func (*Function) Reset

func (x *Function) Reset()

func (*Function) ResetVT

func (m *Function) ResetVT()

func (*Function) ReturnToVTPool

func (m *Function) ReturnToVTPool()

func (*Function) SizeVT

func (m *Function) SizeVT() (n int)

func (*Function) String

func (x *Function) String() string

func (*Function) UnmarshalVT

func (m *Function) UnmarshalVT(dAtA []byte) error

type Grouping

type Grouping struct {
	WholeKey     *KeyExpression `protobuf:"bytes,1,req,name=whole_key,json=wholeKey" json:"whole_key,omitempty"`
	GroupedCount *int32         `protobuf:"varint,3,opt,name=grouped_count,json=groupedCount,def=1" json:"grouped_count,omitempty"`
	// contains filtered or unexported fields
}

func GroupingFromVTPool

func GroupingFromVTPool() *Grouping

func (*Grouping) Descriptor deprecated

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

Deprecated: Use Grouping.ProtoReflect.Descriptor instead.

func (*Grouping) GetGroupedCount

func (x *Grouping) GetGroupedCount() int32

func (*Grouping) GetWholeKey

func (x *Grouping) GetWholeKey() *KeyExpression

func (*Grouping) MarshalToSizedBufferVT

func (m *Grouping) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Grouping) MarshalToVT

func (m *Grouping) MarshalToVT(dAtA []byte) (int, error)

func (*Grouping) MarshalVT

func (m *Grouping) MarshalVT() (dAtA []byte, err error)

func (*Grouping) ProtoMessage

func (*Grouping) ProtoMessage()

func (*Grouping) ProtoReflect

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

func (*Grouping) Reset

func (x *Grouping) Reset()

func (*Grouping) ResetVT

func (m *Grouping) ResetVT()

func (*Grouping) ReturnToVTPool

func (m *Grouping) ReturnToVTPool()

func (*Grouping) SizeVT

func (m *Grouping) SizeVT() (n int)

func (*Grouping) String

func (x *Grouping) String() string

func (*Grouping) UnmarshalVT

func (m *Grouping) UnmarshalVT(dAtA []byte) error

type Index

type Index struct {
	RecordType []string `protobuf:"bytes,1,rep,name=record_type,json=recordType" json:"record_type,omitempty"`
	// Deprecated: Marked as deprecated in record_metadata.proto.
	IndexType *Index_Type `` // Use type.
	/* 128-byte string literal not displayed */
	Name                *string        `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
	RootExpression      *KeyExpression `protobuf:"bytes,4,opt,name=root_expression,json=rootExpression" json:"root_expression,omitempty"`
	SubspaceKey         []byte         `protobuf:"bytes,5,opt,name=subspace_key,json=subspaceKey" json:"subspace_key,omitempty"`
	LastModifiedVersion *int32         `protobuf:"varint,6,opt,name=last_modified_version,json=lastModifiedVersion" json:"last_modified_version,omitempty"`
	// value_expression should now be expressed as a KeyWithValue() root expression
	//
	// Deprecated: Marked as deprecated in record_metadata.proto.
	ValueExpression *KeyExpression  `protobuf:"bytes,7,opt,name=value_expression,json=valueExpression" json:"value_expression,omitempty"`
	Type            *string         `protobuf:"bytes,8,opt,name=type" json:"type,omitempty"`
	Options         []*Index_Option `protobuf:"bytes,9,rep,name=options" json:"options,omitempty"`
	AddedVersion    *int32          `protobuf:"varint,10,opt,name=added_version,json=addedVersion" json:"added_version,omitempty"`
	Predicate       *Predicate      `protobuf:"bytes,11,opt,name=predicate" json:"predicate,omitempty"`
	// contains filtered or unexported fields
}

func IndexFromVTPool

func IndexFromVTPool() *Index

func (*Index) Descriptor deprecated

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

Deprecated: Use Index.ProtoReflect.Descriptor instead.

func (*Index) GetAddedVersion

func (x *Index) GetAddedVersion() int32

func (*Index) GetIndexType deprecated

func (x *Index) GetIndexType() Index_Type

Deprecated: Marked as deprecated in record_metadata.proto.

func (*Index) GetLastModifiedVersion

func (x *Index) GetLastModifiedVersion() int32

func (*Index) GetName

func (x *Index) GetName() string

func (*Index) GetOptions

func (x *Index) GetOptions() []*Index_Option

func (*Index) GetPredicate

func (x *Index) GetPredicate() *Predicate

func (*Index) GetRecordType

func (x *Index) GetRecordType() []string

func (*Index) GetRootExpression

func (x *Index) GetRootExpression() *KeyExpression

func (*Index) GetSubspaceKey

func (x *Index) GetSubspaceKey() []byte

func (*Index) GetType

func (x *Index) GetType() string

func (*Index) GetValueExpression deprecated

func (x *Index) GetValueExpression() *KeyExpression

Deprecated: Marked as deprecated in record_metadata.proto.

func (*Index) MarshalToSizedBufferVT

func (m *Index) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Index) MarshalToVT

func (m *Index) MarshalToVT(dAtA []byte) (int, error)

func (*Index) MarshalVT

func (m *Index) MarshalVT() (dAtA []byte, err error)

func (*Index) ProtoMessage

func (*Index) ProtoMessage()

func (*Index) ProtoReflect

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

func (*Index) Reset

func (x *Index) Reset()

func (*Index) ResetVT

func (m *Index) ResetVT()

func (*Index) ReturnToVTPool

func (m *Index) ReturnToVTPool()

func (*Index) SizeVT

func (m *Index) SizeVT() (n int)

func (*Index) String

func (x *Index) String() string

func (*Index) UnmarshalVT

func (m *Index) UnmarshalVT(dAtA []byte) error

type IndexBuildHeartbeat

type IndexBuildHeartbeat struct {
	Info                      *string `protobuf:"bytes,1,opt,name=info" json:"info,omitempty"`                                            // general information about the indexing session. This can be useful when querying the heartbeats.
	CreateTimeMilliseconds    *int64  `protobuf:"varint,2,opt,name=createTimeMilliseconds" json:"createTimeMilliseconds,omitempty"`       // indexer's creation time (since epoch)
	HeartbeatTimeMilliseconds *int64  `protobuf:"varint,3,opt,name=heartbeatTimeMilliseconds" json:"heartbeatTimeMilliseconds,omitempty"` // last heartbeat's time (since epoch). This is the only heartbeat value that changes during online indexing.
	// contains filtered or unexported fields
}

An heartbeat is maintained by an OnlineIndexer at every transaction during the indexing iteration, to ensure there aren't too many concurrent processes trying to build an index

func IndexBuildHeartbeatFromVTPool

func IndexBuildHeartbeatFromVTPool() *IndexBuildHeartbeat

func (*IndexBuildHeartbeat) Descriptor deprecated

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

Deprecated: Use IndexBuildHeartbeat.ProtoReflect.Descriptor instead.

func (*IndexBuildHeartbeat) GetCreateTimeMilliseconds

func (x *IndexBuildHeartbeat) GetCreateTimeMilliseconds() int64

func (*IndexBuildHeartbeat) GetHeartbeatTimeMilliseconds

func (x *IndexBuildHeartbeat) GetHeartbeatTimeMilliseconds() int64

func (*IndexBuildHeartbeat) GetInfo

func (x *IndexBuildHeartbeat) GetInfo() string

func (*IndexBuildHeartbeat) MarshalToSizedBufferVT

func (m *IndexBuildHeartbeat) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*IndexBuildHeartbeat) MarshalToVT

func (m *IndexBuildHeartbeat) MarshalToVT(dAtA []byte) (int, error)

func (*IndexBuildHeartbeat) MarshalVT

func (m *IndexBuildHeartbeat) MarshalVT() (dAtA []byte, err error)

func (*IndexBuildHeartbeat) ProtoMessage

func (*IndexBuildHeartbeat) ProtoMessage()

func (*IndexBuildHeartbeat) ProtoReflect

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

func (*IndexBuildHeartbeat) Reset

func (x *IndexBuildHeartbeat) Reset()

func (*IndexBuildHeartbeat) ResetVT

func (m *IndexBuildHeartbeat) ResetVT()

func (*IndexBuildHeartbeat) ReturnToVTPool

func (m *IndexBuildHeartbeat) ReturnToVTPool()

func (*IndexBuildHeartbeat) SizeVT

func (m *IndexBuildHeartbeat) SizeVT() (n int)

func (*IndexBuildHeartbeat) String

func (x *IndexBuildHeartbeat) String() string

func (*IndexBuildHeartbeat) UnmarshalVT

func (m *IndexBuildHeartbeat) UnmarshalVT(dAtA []byte) error

type IndexBuildIndexingStamp

type IndexBuildIndexingStamp struct {
	Method                         *IndexBuildIndexingStamp_Method `protobuf:"varint,1,opt,name=method,enum=com.apple.foundationdb.record.IndexBuildIndexingStamp_Method" json:"method,omitempty"`
	SourceIndexSubspaceKey         []byte                          `protobuf:"bytes,2,opt,name=source_index_subspace_key,json=sourceIndexSubspaceKey" json:"source_index_subspace_key,omitempty"` // relevant only with BY_INDEX method
	SourceIndexLastModifiedVersion *int32                          ``                                                                                                                             // only with BY_INDEX method
	/* 151-byte string literal not displayed */
	TargetIndex []string `protobuf:"bytes,4,rep,name=targetIndex" json:"targetIndex,omitempty"` // (Only with MULTI_TARGET & MUTUAL) list of target indexes sorted alphabetically
	// the first item is used as the primary index
	Block                        *bool   `protobuf:"varint,5,opt,name=block" json:"block,omitempty"`                                               // if true and unexpired, indexing may not be continued
	BlockExpireEpochMilliSeconds *uint64 `protobuf:"varint,6,opt,name=blockExpireEpochMilliSeconds" json:"blockExpireEpochMilliSeconds,omitempty"` // if non zero, the block expiration time in milliseconds since epoch
	BlockID                      *string `protobuf:"bytes,7,opt,name=blockID" json:"blockID,omitempty"`                                            // optional, a short string that describes the reason for the block.
	// contains filtered or unexported fields
}

func IndexBuildIndexingStampFromVTPool

func IndexBuildIndexingStampFromVTPool() *IndexBuildIndexingStamp

func (*IndexBuildIndexingStamp) Descriptor deprecated

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

Deprecated: Use IndexBuildIndexingStamp.ProtoReflect.Descriptor instead.

func (*IndexBuildIndexingStamp) GetBlock

func (x *IndexBuildIndexingStamp) GetBlock() bool

func (*IndexBuildIndexingStamp) GetBlockExpireEpochMilliSeconds

func (x *IndexBuildIndexingStamp) GetBlockExpireEpochMilliSeconds() uint64

func (*IndexBuildIndexingStamp) GetBlockID

func (x *IndexBuildIndexingStamp) GetBlockID() string

func (*IndexBuildIndexingStamp) GetMethod

func (*IndexBuildIndexingStamp) GetSourceIndexLastModifiedVersion

func (x *IndexBuildIndexingStamp) GetSourceIndexLastModifiedVersion() int32

func (*IndexBuildIndexingStamp) GetSourceIndexSubspaceKey

func (x *IndexBuildIndexingStamp) GetSourceIndexSubspaceKey() []byte

func (*IndexBuildIndexingStamp) GetTargetIndex

func (x *IndexBuildIndexingStamp) GetTargetIndex() []string

func (*IndexBuildIndexingStamp) MarshalToSizedBufferVT

func (m *IndexBuildIndexingStamp) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*IndexBuildIndexingStamp) MarshalToVT

func (m *IndexBuildIndexingStamp) MarshalToVT(dAtA []byte) (int, error)

func (*IndexBuildIndexingStamp) MarshalVT

func (m *IndexBuildIndexingStamp) MarshalVT() (dAtA []byte, err error)

func (*IndexBuildIndexingStamp) ProtoMessage

func (*IndexBuildIndexingStamp) ProtoMessage()

func (*IndexBuildIndexingStamp) ProtoReflect

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

func (*IndexBuildIndexingStamp) Reset

func (x *IndexBuildIndexingStamp) Reset()

func (*IndexBuildIndexingStamp) ResetVT

func (m *IndexBuildIndexingStamp) ResetVT()

func (*IndexBuildIndexingStamp) ReturnToVTPool

func (m *IndexBuildIndexingStamp) ReturnToVTPool()

func (*IndexBuildIndexingStamp) SizeVT

func (m *IndexBuildIndexingStamp) SizeVT() (n int)

func (*IndexBuildIndexingStamp) String

func (x *IndexBuildIndexingStamp) String() string

func (*IndexBuildIndexingStamp) UnmarshalVT

func (m *IndexBuildIndexingStamp) UnmarshalVT(dAtA []byte) error

type IndexBuildIndexingStamp_Method

type IndexBuildIndexingStamp_Method int32
const (
	IndexBuildIndexingStamp_INVALID                 IndexBuildIndexingStamp_Method = 0 // let zero be invalid
	IndexBuildIndexingStamp_BY_RECORDS              IndexBuildIndexingStamp_Method = 1 // indexing by records - scanning all records in a record store
	IndexBuildIndexingStamp_BY_INDEX                IndexBuildIndexingStamp_Method = 2 // indexing by a source index. When source index points to all possible records of the target index.
	IndexBuildIndexingStamp_SCRUB_REPAIR            IndexBuildIndexingStamp_Method = 3 // while readable, verify index validity. Repair if needed.
	IndexBuildIndexingStamp_MULTI_TARGET_BY_RECORDS IndexBuildIndexingStamp_Method = 4 // scan records, build multiple target indexes
	IndexBuildIndexingStamp_MUTUAL_BY_RECORDS       IndexBuildIndexingStamp_Method = 5 // scan records, build multiple target indexes, while allowing multiple indexer processes
	IndexBuildIndexingStamp_NONE                    IndexBuildIndexingStamp_Method = 6 // return this stamp in query when null - never to be written in the DB
)

func (IndexBuildIndexingStamp_Method) Descriptor

func (IndexBuildIndexingStamp_Method) Enum

func (IndexBuildIndexingStamp_Method) EnumDescriptor deprecated

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

Deprecated: Use IndexBuildIndexingStamp_Method.Descriptor instead.

func (IndexBuildIndexingStamp_Method) Number

func (IndexBuildIndexingStamp_Method) String

func (IndexBuildIndexingStamp_Method) Type

func (*IndexBuildIndexingStamp_Method) UnmarshalJSON deprecated

func (x *IndexBuildIndexingStamp_Method) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Index_Option

type Index_Option struct {
	Key   *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
	Value *string `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func Index_OptionFromVTPool

func Index_OptionFromVTPool() *Index_Option

func (*Index_Option) Descriptor deprecated

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

Deprecated: Use Index_Option.ProtoReflect.Descriptor instead.

func (*Index_Option) GetKey

func (x *Index_Option) GetKey() string

func (*Index_Option) GetValue

func (x *Index_Option) GetValue() string

func (*Index_Option) MarshalToSizedBufferVT

func (m *Index_Option) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Index_Option) MarshalToVT

func (m *Index_Option) MarshalToVT(dAtA []byte) (int, error)

func (*Index_Option) MarshalVT

func (m *Index_Option) MarshalVT() (dAtA []byte, err error)

func (*Index_Option) ProtoMessage

func (*Index_Option) ProtoMessage()

func (*Index_Option) ProtoReflect

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

func (*Index_Option) Reset

func (x *Index_Option) Reset()

func (*Index_Option) ResetVT

func (m *Index_Option) ResetVT()

func (*Index_Option) ReturnToVTPool

func (m *Index_Option) ReturnToVTPool()

func (*Index_Option) SizeVT

func (m *Index_Option) SizeVT() (n int)

func (*Index_Option) String

func (x *Index_Option) String() string

func (*Index_Option) UnmarshalVT

func (m *Index_Option) UnmarshalVT(dAtA []byte) error

type Index_Type

type Index_Type int32
const (
	Index_INDEX       Index_Type = 1
	Index_UNIQUE      Index_Type = 2
	Index_RANK        Index_Type = 3
	Index_RANK_UNIQUE Index_Type = 4 // (Meaning the score is unique.)
)

func (Index_Type) Descriptor

func (Index_Type) Descriptor() protoreflect.EnumDescriptor

func (Index_Type) Enum

func (x Index_Type) Enum() *Index_Type

func (Index_Type) EnumDescriptor deprecated

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

Deprecated: Use Index_Type.Descriptor instead.

func (Index_Type) Number

func (x Index_Type) Number() protoreflect.EnumNumber

func (Index_Type) String

func (x Index_Type) String() string

func (Index_Type) Type

func (*Index_Type) UnmarshalJSON deprecated

func (x *Index_Type) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type IntersectionContinuation

type IntersectionContinuation struct {
	FirstContinuation  []byte                                  `protobuf:"bytes,1,opt,name=first_continuation,json=firstContinuation" json:"first_continuation,omitempty"`
	SecondContinuation []byte                                  `protobuf:"bytes,2,opt,name=second_continuation,json=secondContinuation" json:"second_continuation,omitempty"`
	FirstStarted       *bool                                   `protobuf:"varint,3,opt,name=first_started,json=firstStarted" json:"first_started,omitempty"`
	SecondStarted      *bool                                   `protobuf:"varint,4,opt,name=second_started,json=secondStarted" json:"second_started,omitempty"`
	OtherChildState    []*IntersectionContinuation_CursorState `protobuf:"bytes,5,rep,name=other_child_state,json=otherChildState" json:"other_child_state,omitempty"`
	// contains filtered or unexported fields
}

func IntersectionContinuationFromVTPool

func IntersectionContinuationFromVTPool() *IntersectionContinuation

func (*IntersectionContinuation) Descriptor deprecated

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

Deprecated: Use IntersectionContinuation.ProtoReflect.Descriptor instead.

func (*IntersectionContinuation) GetFirstContinuation

func (x *IntersectionContinuation) GetFirstContinuation() []byte

func (*IntersectionContinuation) GetFirstStarted

func (x *IntersectionContinuation) GetFirstStarted() bool

func (*IntersectionContinuation) GetOtherChildState

func (*IntersectionContinuation) GetSecondContinuation

func (x *IntersectionContinuation) GetSecondContinuation() []byte

func (*IntersectionContinuation) GetSecondStarted

func (x *IntersectionContinuation) GetSecondStarted() bool

func (*IntersectionContinuation) MarshalToSizedBufferVT

func (m *IntersectionContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*IntersectionContinuation) MarshalToVT

func (m *IntersectionContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*IntersectionContinuation) MarshalVT

func (m *IntersectionContinuation) MarshalVT() (dAtA []byte, err error)

func (*IntersectionContinuation) ProtoMessage

func (*IntersectionContinuation) ProtoMessage()

func (*IntersectionContinuation) ProtoReflect

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

func (*IntersectionContinuation) Reset

func (x *IntersectionContinuation) Reset()

func (*IntersectionContinuation) ResetVT

func (m *IntersectionContinuation) ResetVT()

func (*IntersectionContinuation) ReturnToVTPool

func (m *IntersectionContinuation) ReturnToVTPool()

func (*IntersectionContinuation) SizeVT

func (m *IntersectionContinuation) SizeVT() (n int)

func (*IntersectionContinuation) String

func (x *IntersectionContinuation) String() string

func (*IntersectionContinuation) UnmarshalVT

func (m *IntersectionContinuation) UnmarshalVT(dAtA []byte) error

type IntersectionContinuation_CursorState

type IntersectionContinuation_CursorState struct {
	Continuation []byte `protobuf:"bytes,1,opt,name=continuation" json:"continuation,omitempty"`
	Started      *bool  `protobuf:"varint,2,opt,name=started" json:"started,omitempty"`
	// contains filtered or unexported fields
}

func IntersectionContinuation_CursorStateFromVTPool

func IntersectionContinuation_CursorStateFromVTPool() *IntersectionContinuation_CursorState

func (*IntersectionContinuation_CursorState) Descriptor deprecated

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

Deprecated: Use IntersectionContinuation_CursorState.ProtoReflect.Descriptor instead.

func (*IntersectionContinuation_CursorState) GetContinuation

func (x *IntersectionContinuation_CursorState) GetContinuation() []byte

func (*IntersectionContinuation_CursorState) GetStarted

func (*IntersectionContinuation_CursorState) MarshalToSizedBufferVT

func (m *IntersectionContinuation_CursorState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*IntersectionContinuation_CursorState) MarshalToVT

func (m *IntersectionContinuation_CursorState) MarshalToVT(dAtA []byte) (int, error)

func (*IntersectionContinuation_CursorState) MarshalVT

func (m *IntersectionContinuation_CursorState) MarshalVT() (dAtA []byte, err error)

func (*IntersectionContinuation_CursorState) ProtoMessage

func (*IntersectionContinuation_CursorState) ProtoMessage()

func (*IntersectionContinuation_CursorState) ProtoReflect

func (*IntersectionContinuation_CursorState) Reset

func (*IntersectionContinuation_CursorState) ResetVT

func (*IntersectionContinuation_CursorState) ReturnToVTPool

func (m *IntersectionContinuation_CursorState) ReturnToVTPool()

func (*IntersectionContinuation_CursorState) SizeVT

func (m *IntersectionContinuation_CursorState) SizeVT() (n int)

func (*IntersectionContinuation_CursorState) String

func (*IntersectionContinuation_CursorState) UnmarshalVT

func (m *IntersectionContinuation_CursorState) UnmarshalVT(dAtA []byte) error

type JoinedRecordType

type JoinedRecordType struct {
	Name             *string                             `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	RecordTypeKey    *Value                              `protobuf:"bytes,4,opt,name=record_type_key,json=recordTypeKey" json:"record_type_key,omitempty"`
	JoinConstituents []*JoinedRecordType_JoinConstituent `protobuf:"bytes,10,rep,name=join_constituents,json=joinConstituents" json:"join_constituents,omitempty"`
	Joins            []*JoinedRecordType_Join            `protobuf:"bytes,11,rep,name=joins" json:"joins,omitempty"`
	// contains filtered or unexported fields
}

func JoinedRecordTypeFromVTPool

func JoinedRecordTypeFromVTPool() *JoinedRecordType

func (*JoinedRecordType) Descriptor deprecated

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

Deprecated: Use JoinedRecordType.ProtoReflect.Descriptor instead.

func (*JoinedRecordType) GetJoinConstituents

func (x *JoinedRecordType) GetJoinConstituents() []*JoinedRecordType_JoinConstituent

func (*JoinedRecordType) GetJoins

func (x *JoinedRecordType) GetJoins() []*JoinedRecordType_Join

func (*JoinedRecordType) GetName

func (x *JoinedRecordType) GetName() string

func (*JoinedRecordType) GetRecordTypeKey

func (x *JoinedRecordType) GetRecordTypeKey() *Value

func (*JoinedRecordType) MarshalToSizedBufferVT

func (m *JoinedRecordType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*JoinedRecordType) MarshalToVT

func (m *JoinedRecordType) MarshalToVT(dAtA []byte) (int, error)

func (*JoinedRecordType) MarshalVT

func (m *JoinedRecordType) MarshalVT() (dAtA []byte, err error)

func (*JoinedRecordType) ProtoMessage

func (*JoinedRecordType) ProtoMessage()

func (*JoinedRecordType) ProtoReflect

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

func (*JoinedRecordType) Reset

func (x *JoinedRecordType) Reset()

func (*JoinedRecordType) ResetVT

func (m *JoinedRecordType) ResetVT()

func (*JoinedRecordType) ReturnToVTPool

func (m *JoinedRecordType) ReturnToVTPool()

func (*JoinedRecordType) SizeVT

func (m *JoinedRecordType) SizeVT() (n int)

func (*JoinedRecordType) String

func (x *JoinedRecordType) String() string

func (*JoinedRecordType) UnmarshalVT

func (m *JoinedRecordType) UnmarshalVT(dAtA []byte) error

type JoinedRecordType_Join

type JoinedRecordType_Join struct {
	Left            *string        `protobuf:"bytes,1,opt,name=left" json:"left,omitempty"`
	LeftExpression  *KeyExpression `protobuf:"bytes,2,opt,name=left_expression,json=leftExpression" json:"left_expression,omitempty"`
	Right           *string        `protobuf:"bytes,3,opt,name=right" json:"right,omitempty"`
	RightExpression *KeyExpression `protobuf:"bytes,4,opt,name=right_expression,json=rightExpression" json:"right_expression,omitempty"`
	// contains filtered or unexported fields
}

func JoinedRecordType_JoinFromVTPool

func JoinedRecordType_JoinFromVTPool() *JoinedRecordType_Join

func (*JoinedRecordType_Join) Descriptor deprecated

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

Deprecated: Use JoinedRecordType_Join.ProtoReflect.Descriptor instead.

func (*JoinedRecordType_Join) GetLeft

func (x *JoinedRecordType_Join) GetLeft() string

func (*JoinedRecordType_Join) GetLeftExpression

func (x *JoinedRecordType_Join) GetLeftExpression() *KeyExpression

func (*JoinedRecordType_Join) GetRight

func (x *JoinedRecordType_Join) GetRight() string

func (*JoinedRecordType_Join) GetRightExpression

func (x *JoinedRecordType_Join) GetRightExpression() *KeyExpression

func (*JoinedRecordType_Join) MarshalToSizedBufferVT

func (m *JoinedRecordType_Join) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*JoinedRecordType_Join) MarshalToVT

func (m *JoinedRecordType_Join) MarshalToVT(dAtA []byte) (int, error)

func (*JoinedRecordType_Join) MarshalVT

func (m *JoinedRecordType_Join) MarshalVT() (dAtA []byte, err error)

func (*JoinedRecordType_Join) ProtoMessage

func (*JoinedRecordType_Join) ProtoMessage()

func (*JoinedRecordType_Join) ProtoReflect

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

func (*JoinedRecordType_Join) Reset

func (x *JoinedRecordType_Join) Reset()

func (*JoinedRecordType_Join) ResetVT

func (m *JoinedRecordType_Join) ResetVT()

func (*JoinedRecordType_Join) ReturnToVTPool

func (m *JoinedRecordType_Join) ReturnToVTPool()

func (*JoinedRecordType_Join) SizeVT

func (m *JoinedRecordType_Join) SizeVT() (n int)

func (*JoinedRecordType_Join) String

func (x *JoinedRecordType_Join) String() string

func (*JoinedRecordType_Join) UnmarshalVT

func (m *JoinedRecordType_Join) UnmarshalVT(dAtA []byte) error

type JoinedRecordType_JoinConstituent

type JoinedRecordType_JoinConstituent struct {
	Name        *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	RecordType  *string `protobuf:"bytes,2,opt,name=record_type,json=recordType" json:"record_type,omitempty"`
	OuterJoined *bool   `protobuf:"varint,3,opt,name=outer_joined,json=outerJoined" json:"outer_joined,omitempty"`
	// contains filtered or unexported fields
}

func JoinedRecordType_JoinConstituentFromVTPool

func JoinedRecordType_JoinConstituentFromVTPool() *JoinedRecordType_JoinConstituent

func (*JoinedRecordType_JoinConstituent) Descriptor deprecated

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

Deprecated: Use JoinedRecordType_JoinConstituent.ProtoReflect.Descriptor instead.

func (*JoinedRecordType_JoinConstituent) GetName

func (*JoinedRecordType_JoinConstituent) GetOuterJoined

func (x *JoinedRecordType_JoinConstituent) GetOuterJoined() bool

func (*JoinedRecordType_JoinConstituent) GetRecordType

func (x *JoinedRecordType_JoinConstituent) GetRecordType() string

func (*JoinedRecordType_JoinConstituent) MarshalToSizedBufferVT

func (m *JoinedRecordType_JoinConstituent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*JoinedRecordType_JoinConstituent) MarshalToVT

func (m *JoinedRecordType_JoinConstituent) MarshalToVT(dAtA []byte) (int, error)

func (*JoinedRecordType_JoinConstituent) MarshalVT

func (m *JoinedRecordType_JoinConstituent) MarshalVT() (dAtA []byte, err error)

func (*JoinedRecordType_JoinConstituent) ProtoMessage

func (*JoinedRecordType_JoinConstituent) ProtoMessage()

func (*JoinedRecordType_JoinConstituent) ProtoReflect

func (*JoinedRecordType_JoinConstituent) Reset

func (*JoinedRecordType_JoinConstituent) ResetVT

func (m *JoinedRecordType_JoinConstituent) ResetVT()

func (*JoinedRecordType_JoinConstituent) ReturnToVTPool

func (m *JoinedRecordType_JoinConstituent) ReturnToVTPool()

func (*JoinedRecordType_JoinConstituent) SizeVT

func (m *JoinedRecordType_JoinConstituent) SizeVT() (n int)

func (*JoinedRecordType_JoinConstituent) String

func (*JoinedRecordType_JoinConstituent) UnmarshalVT

func (m *JoinedRecordType_JoinConstituent) UnmarshalVT(dAtA []byte) error

type KeyExpression

type KeyExpression struct {

	// Exactly one of the following:
	Then          *Then          `protobuf:"bytes,1,opt,name=then" json:"then,omitempty"`
	Nesting       *Nesting       `protobuf:"bytes,2,opt,name=nesting" json:"nesting,omitempty"`
	Field         *Field         `protobuf:"bytes,3,opt,name=field" json:"field,omitempty"`
	Grouping      *Grouping      `protobuf:"bytes,4,opt,name=grouping" json:"grouping,omitempty"`
	Empty         *Empty         `protobuf:"bytes,5,opt,name=empty" json:"empty,omitempty"`
	Split         *Split         `protobuf:"bytes,6,opt,name=split" json:"split,omitempty"`
	Version       *Version       `protobuf:"bytes,7,opt,name=version" json:"version,omitempty"`
	Value         *Value         `protobuf:"bytes,8,opt,name=value" json:"value,omitempty"`
	Function      *Function      `protobuf:"bytes,9,opt,name=function" json:"function,omitempty"`
	KeyWithValue  *KeyWithValue  `protobuf:"bytes,10,opt,name=key_with_value,json=keyWithValue" json:"key_with_value,omitempty"`
	RecordTypeKey *RecordTypeKey `protobuf:"bytes,11,opt,name=record_type_key,json=recordTypeKey" json:"record_type_key,omitempty"`
	List          *List          `protobuf:"bytes,12,opt,name=list" json:"list,omitempty"`
	Dimensions    *Dimensions    `protobuf:"bytes,13,opt,name=dimensions" json:"dimensions,omitempty"`
	// contains filtered or unexported fields
}

func KeyExpressionFromVTPool

func KeyExpressionFromVTPool() *KeyExpression

func (*KeyExpression) Descriptor deprecated

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

Deprecated: Use KeyExpression.ProtoReflect.Descriptor instead.

func (*KeyExpression) GetDimensions

func (x *KeyExpression) GetDimensions() *Dimensions

func (*KeyExpression) GetEmpty

func (x *KeyExpression) GetEmpty() *Empty

func (*KeyExpression) GetField

func (x *KeyExpression) GetField() *Field

func (*KeyExpression) GetFunction

func (x *KeyExpression) GetFunction() *Function

func (*KeyExpression) GetGrouping

func (x *KeyExpression) GetGrouping() *Grouping

func (*KeyExpression) GetKeyWithValue

func (x *KeyExpression) GetKeyWithValue() *KeyWithValue

func (*KeyExpression) GetList

func (x *KeyExpression) GetList() *List

func (*KeyExpression) GetNesting

func (x *KeyExpression) GetNesting() *Nesting

func (*KeyExpression) GetRecordTypeKey

func (x *KeyExpression) GetRecordTypeKey() *RecordTypeKey

func (*KeyExpression) GetSplit

func (x *KeyExpression) GetSplit() *Split

func (*KeyExpression) GetThen

func (x *KeyExpression) GetThen() *Then

func (*KeyExpression) GetValue

func (x *KeyExpression) GetValue() *Value

func (*KeyExpression) GetVersion

func (x *KeyExpression) GetVersion() *Version

func (*KeyExpression) MarshalToSizedBufferVT

func (m *KeyExpression) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*KeyExpression) MarshalToVT

func (m *KeyExpression) MarshalToVT(dAtA []byte) (int, error)

func (*KeyExpression) MarshalVT

func (m *KeyExpression) MarshalVT() (dAtA []byte, err error)

func (*KeyExpression) ProtoMessage

func (*KeyExpression) ProtoMessage()

func (*KeyExpression) ProtoReflect

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

func (*KeyExpression) Reset

func (x *KeyExpression) Reset()

func (*KeyExpression) ResetVT

func (m *KeyExpression) ResetVT()

func (*KeyExpression) ReturnToVTPool

func (m *KeyExpression) ReturnToVTPool()

func (*KeyExpression) SizeVT

func (m *KeyExpression) SizeVT() (n int)

func (*KeyExpression) String

func (x *KeyExpression) String() string

func (*KeyExpression) UnmarshalVT

func (m *KeyExpression) UnmarshalVT(dAtA []byte) error

type KeySpacePathEntry

type KeySpacePathEntry struct {
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	// specific boolean to indicate this is supposed to be a null
	NullValue    *bool                   `protobuf:"varint,2,opt,name=nullValue" json:"nullValue,omitempty"`
	BytesValue   []byte                  `protobuf:"bytes,3,opt,name=bytesValue" json:"bytesValue,omitempty"`
	StringValue  *string                 `protobuf:"bytes,4,opt,name=stringValue" json:"stringValue,omitempty"`
	LongValue    *int64                  `protobuf:"varint,5,opt,name=longValue" json:"longValue,omitempty"`
	FloatValue   *float32                `protobuf:"fixed32,6,opt,name=floatValue" json:"floatValue,omitempty"`
	DoubleValue  *float64                `protobuf:"fixed64,7,opt,name=doubleValue" json:"doubleValue,omitempty"`
	BooleanValue *bool                   `protobuf:"varint,8,opt,name=booleanValue" json:"booleanValue,omitempty"`
	Uuid         *KeySpacePathEntry_UUID `protobuf:"bytes,9,opt,name=uuid" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

Entry representing logical values for a KeySpacePath entry.

func KeySpacePathEntryFromVTPool

func KeySpacePathEntryFromVTPool() *KeySpacePathEntry

func (*KeySpacePathEntry) Descriptor deprecated

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

Deprecated: Use KeySpacePathEntry.ProtoReflect.Descriptor instead.

func (*KeySpacePathEntry) GetBooleanValue

func (x *KeySpacePathEntry) GetBooleanValue() bool

func (*KeySpacePathEntry) GetBytesValue

func (x *KeySpacePathEntry) GetBytesValue() []byte

func (*KeySpacePathEntry) GetDoubleValue

func (x *KeySpacePathEntry) GetDoubleValue() float64

func (*KeySpacePathEntry) GetFloatValue

func (x *KeySpacePathEntry) GetFloatValue() float32

func (*KeySpacePathEntry) GetLongValue

func (x *KeySpacePathEntry) GetLongValue() int64

func (*KeySpacePathEntry) GetName

func (x *KeySpacePathEntry) GetName() string

func (*KeySpacePathEntry) GetNullValue

func (x *KeySpacePathEntry) GetNullValue() bool

func (*KeySpacePathEntry) GetStringValue

func (x *KeySpacePathEntry) GetStringValue() string

func (*KeySpacePathEntry) GetUuid

func (*KeySpacePathEntry) MarshalToSizedBufferVT

func (m *KeySpacePathEntry) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*KeySpacePathEntry) MarshalToVT

func (m *KeySpacePathEntry) MarshalToVT(dAtA []byte) (int, error)

func (*KeySpacePathEntry) MarshalVT

func (m *KeySpacePathEntry) MarshalVT() (dAtA []byte, err error)

func (*KeySpacePathEntry) ProtoMessage

func (*KeySpacePathEntry) ProtoMessage()

func (*KeySpacePathEntry) ProtoReflect

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

func (*KeySpacePathEntry) Reset

func (x *KeySpacePathEntry) Reset()

func (*KeySpacePathEntry) ResetVT

func (m *KeySpacePathEntry) ResetVT()

func (*KeySpacePathEntry) ReturnToVTPool

func (m *KeySpacePathEntry) ReturnToVTPool()

func (*KeySpacePathEntry) SizeVT

func (m *KeySpacePathEntry) SizeVT() (n int)

func (*KeySpacePathEntry) String

func (x *KeySpacePathEntry) String() string

func (*KeySpacePathEntry) UnmarshalVT

func (m *KeySpacePathEntry) UnmarshalVT(dAtA []byte) error

type KeySpacePathEntry_UUID

type KeySpacePathEntry_UUID struct {

	// 2 64-bit fields is two tags, the same as 1 bytes field with a length of 16 would be.
	// Using int64 would use more space for a lot of numbers since the uuid is random, it could use up to 10 bytes
	// instead of the fixed 8 bytes (plus the tag).
	// fixed64 would be closer to how these are really used, but would fail the unsigned validator.
	MostSignificantBits  *int64 `protobuf:"fixed64,1,opt,name=most_significant_bits,json=mostSignificantBits" json:"most_significant_bits,omitempty"`
	LeastSignificantBits *int64 `protobuf:"fixed64,2,opt,name=least_significant_bits,json=leastSignificantBits" json:"least_significant_bits,omitempty"`
	// contains filtered or unexported fields
}

func KeySpacePathEntry_UUIDFromVTPool

func KeySpacePathEntry_UUIDFromVTPool() *KeySpacePathEntry_UUID

func (*KeySpacePathEntry_UUID) Descriptor deprecated

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

Deprecated: Use KeySpacePathEntry_UUID.ProtoReflect.Descriptor instead.

func (*KeySpacePathEntry_UUID) GetLeastSignificantBits

func (x *KeySpacePathEntry_UUID) GetLeastSignificantBits() int64

func (*KeySpacePathEntry_UUID) GetMostSignificantBits

func (x *KeySpacePathEntry_UUID) GetMostSignificantBits() int64

func (*KeySpacePathEntry_UUID) MarshalToSizedBufferVT

func (m *KeySpacePathEntry_UUID) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*KeySpacePathEntry_UUID) MarshalToVT

func (m *KeySpacePathEntry_UUID) MarshalToVT(dAtA []byte) (int, error)

func (*KeySpacePathEntry_UUID) MarshalVT

func (m *KeySpacePathEntry_UUID) MarshalVT() (dAtA []byte, err error)

func (*KeySpacePathEntry_UUID) ProtoMessage

func (*KeySpacePathEntry_UUID) ProtoMessage()

func (*KeySpacePathEntry_UUID) ProtoReflect

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

func (*KeySpacePathEntry_UUID) Reset

func (x *KeySpacePathEntry_UUID) Reset()

func (*KeySpacePathEntry_UUID) ResetVT

func (m *KeySpacePathEntry_UUID) ResetVT()

func (*KeySpacePathEntry_UUID) ReturnToVTPool

func (m *KeySpacePathEntry_UUID) ReturnToVTPool()

func (*KeySpacePathEntry_UUID) SizeVT

func (m *KeySpacePathEntry_UUID) SizeVT() (n int)

func (*KeySpacePathEntry_UUID) String

func (x *KeySpacePathEntry_UUID) String() string

func (*KeySpacePathEntry_UUID) UnmarshalVT

func (m *KeySpacePathEntry_UUID) UnmarshalVT(dAtA []byte) error

type KeyValueCursorContinuation

type KeyValueCursorContinuation struct {
	InnerContinuation []byte `protobuf:"bytes,1,opt,name=inner_continuation,json=innerContinuation" json:"inner_continuation,omitempty"`
	MagicNumber       *int64 `protobuf:"fixed64,2,opt,name=magic_number,json=magicNumber" json:"magic_number,omitempty"`
	// contains filtered or unexported fields
}

func KeyValueCursorContinuationFromVTPool

func KeyValueCursorContinuationFromVTPool() *KeyValueCursorContinuation

func (*KeyValueCursorContinuation) Descriptor deprecated

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

Deprecated: Use KeyValueCursorContinuation.ProtoReflect.Descriptor instead.

func (*KeyValueCursorContinuation) GetInnerContinuation

func (x *KeyValueCursorContinuation) GetInnerContinuation() []byte

func (*KeyValueCursorContinuation) GetMagicNumber

func (x *KeyValueCursorContinuation) GetMagicNumber() int64

func (*KeyValueCursorContinuation) MarshalToSizedBufferVT

func (m *KeyValueCursorContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*KeyValueCursorContinuation) MarshalToVT

func (m *KeyValueCursorContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*KeyValueCursorContinuation) MarshalVT

func (m *KeyValueCursorContinuation) MarshalVT() (dAtA []byte, err error)

func (*KeyValueCursorContinuation) ProtoMessage

func (*KeyValueCursorContinuation) ProtoMessage()

func (*KeyValueCursorContinuation) ProtoReflect

func (*KeyValueCursorContinuation) Reset

func (x *KeyValueCursorContinuation) Reset()

func (*KeyValueCursorContinuation) ResetVT

func (m *KeyValueCursorContinuation) ResetVT()

func (*KeyValueCursorContinuation) ReturnToVTPool

func (m *KeyValueCursorContinuation) ReturnToVTPool()

func (*KeyValueCursorContinuation) SizeVT

func (m *KeyValueCursorContinuation) SizeVT() (n int)

func (*KeyValueCursorContinuation) String

func (x *KeyValueCursorContinuation) String() string

func (*KeyValueCursorContinuation) UnmarshalVT

func (m *KeyValueCursorContinuation) UnmarshalVT(dAtA []byte) error

type KeyWithValue

type KeyWithValue struct {
	InnerKey   *KeyExpression `protobuf:"bytes,1,req,name=inner_key,json=innerKey" json:"inner_key,omitempty"`
	SplitPoint *int32         `protobuf:"varint,2,opt,name=split_point,json=splitPoint,def=1" json:"split_point,omitempty"`
	// contains filtered or unexported fields
}

func KeyWithValueFromVTPool

func KeyWithValueFromVTPool() *KeyWithValue

func (*KeyWithValue) Descriptor deprecated

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

Deprecated: Use KeyWithValue.ProtoReflect.Descriptor instead.

func (*KeyWithValue) GetInnerKey

func (x *KeyWithValue) GetInnerKey() *KeyExpression

func (*KeyWithValue) GetSplitPoint

func (x *KeyWithValue) GetSplitPoint() int32

func (*KeyWithValue) MarshalToSizedBufferVT

func (m *KeyWithValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*KeyWithValue) MarshalToVT

func (m *KeyWithValue) MarshalToVT(dAtA []byte) (int, error)

func (*KeyWithValue) MarshalVT

func (m *KeyWithValue) MarshalVT() (dAtA []byte, err error)

func (*KeyWithValue) ProtoMessage

func (*KeyWithValue) ProtoMessage()

func (*KeyWithValue) ProtoReflect

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

func (*KeyWithValue) Reset

func (x *KeyWithValue) Reset()

func (*KeyWithValue) ResetVT

func (m *KeyWithValue) ResetVT()

func (*KeyWithValue) ReturnToVTPool

func (m *KeyWithValue) ReturnToVTPool()

func (*KeyWithValue) SizeVT

func (m *KeyWithValue) SizeVT() (n int)

func (*KeyWithValue) String

func (x *KeyWithValue) String() string

func (*KeyWithValue) UnmarshalVT

func (m *KeyWithValue) UnmarshalVT(dAtA []byte) error

type List

type List struct {
	Child []*KeyExpression `protobuf:"bytes,1,rep,name=child" json:"child,omitempty"`
	// contains filtered or unexported fields
}

func ListFromVTPool

func ListFromVTPool() *List

func (*List) Descriptor deprecated

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

Deprecated: Use List.ProtoReflect.Descriptor instead.

func (*List) GetChild

func (x *List) GetChild() []*KeyExpression

func (*List) MarshalToSizedBufferVT

func (m *List) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*List) MarshalToVT

func (m *List) MarshalToVT(dAtA []byte) (int, error)

func (*List) MarshalVT

func (m *List) MarshalVT() (dAtA []byte, err error)

func (*List) ProtoMessage

func (*List) ProtoMessage()

func (*List) ProtoReflect

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

func (*List) Reset

func (x *List) Reset()

func (*List) ResetVT

func (m *List) ResetVT()

func (*List) ReturnToVTPool

func (m *List) ReturnToVTPool()

func (*List) SizeVT

func (m *List) SizeVT() (n int)

func (*List) String

func (x *List) String() string

func (*List) UnmarshalVT

func (m *List) UnmarshalVT(dAtA []byte) error

type MemorySortContinuation

type MemorySortContinuation struct {
	Records      [][]byte `protobuf:"bytes,1,rep,name=records" json:"records,omitempty"`
	MinimumKey   []byte   `protobuf:"bytes,2,opt,name=minimum_key,json=minimumKey" json:"minimum_key,omitempty"`
	Continuation []byte   `protobuf:"bytes,3,opt,name=continuation" json:"continuation,omitempty"`
	// contains filtered or unexported fields
}

func MemorySortContinuationFromVTPool

func MemorySortContinuationFromVTPool() *MemorySortContinuation

func (*MemorySortContinuation) Descriptor deprecated

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

Deprecated: Use MemorySortContinuation.ProtoReflect.Descriptor instead.

func (*MemorySortContinuation) GetContinuation

func (x *MemorySortContinuation) GetContinuation() []byte

func (*MemorySortContinuation) GetMinimumKey

func (x *MemorySortContinuation) GetMinimumKey() []byte

func (*MemorySortContinuation) GetRecords

func (x *MemorySortContinuation) GetRecords() [][]byte

func (*MemorySortContinuation) MarshalToSizedBufferVT

func (m *MemorySortContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MemorySortContinuation) MarshalToVT

func (m *MemorySortContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*MemorySortContinuation) MarshalVT

func (m *MemorySortContinuation) MarshalVT() (dAtA []byte, err error)

func (*MemorySortContinuation) ProtoMessage

func (*MemorySortContinuation) ProtoMessage()

func (*MemorySortContinuation) ProtoReflect

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

func (*MemorySortContinuation) Reset

func (x *MemorySortContinuation) Reset()

func (*MemorySortContinuation) ResetVT

func (m *MemorySortContinuation) ResetVT()

func (*MemorySortContinuation) ReturnToVTPool

func (m *MemorySortContinuation) ReturnToVTPool()

func (*MemorySortContinuation) SizeVT

func (m *MemorySortContinuation) SizeVT() (n int)

func (*MemorySortContinuation) String

func (x *MemorySortContinuation) String() string

func (*MemorySortContinuation) UnmarshalVT

func (m *MemorySortContinuation) UnmarshalVT(dAtA []byte) error

type MetaData

type MetaData struct {
	Records          *descriptorpb.FileDescriptorProto `protobuf:"bytes,1,opt,name=records" json:"records,omitempty"`
	Indexes          []*Index                          `protobuf:"bytes,2,rep,name=indexes" json:"indexes,omitempty"`
	RecordTypes      []*RecordType                     `protobuf:"bytes,3,rep,name=record_types,json=recordTypes" json:"record_types,omitempty"`
	SplitLongRecords *bool                             `protobuf:"varint,4,opt,name=split_long_records,json=splitLongRecords" json:"split_long_records,omitempty"`
	Version          *int32                            `protobuf:"varint,5,opt,name=version" json:"version,omitempty"`
	FormerIndexes    []*FormerIndex                    `protobuf:"bytes,6,rep,name=former_indexes,json=formerIndexes" json:"former_indexes,omitempty"`
	// Deprecated: Marked as deprecated in record_metadata.proto.
	RecordCountKey         *KeyExpression                      `protobuf:"bytes,7,opt,name=record_count_key,json=recordCountKey" json:"record_count_key,omitempty"`
	StoreRecordVersions    *bool                               `protobuf:"varint,8,opt,name=store_record_versions,json=storeRecordVersions" json:"store_record_versions,omitempty"`
	Dependencies           []*descriptorpb.FileDescriptorProto `protobuf:"bytes,9,rep,name=dependencies" json:"dependencies,omitempty"`
	SubspaceKeyCounter     *int64                              `protobuf:"varint,10,opt,name=subspace_key_counter,json=subspaceKeyCounter" json:"subspace_key_counter,omitempty"`
	UsesSubspaceKeyCounter *bool                               `` /* 126-byte string literal not displayed */
	JoinedRecordTypes      []*JoinedRecordType                 `protobuf:"bytes,12,rep,name=joined_record_types,json=joinedRecordTypes" json:"joined_record_types,omitempty"`
	UnnestedRecordTypes    []*UnnestedRecordType               `protobuf:"bytes,13,rep,name=unnested_record_types,json=unnestedRecordTypes" json:"unnested_record_types,omitempty"`
	UserDefinedFunctions   []*PUserDefinedFunction             `protobuf:"bytes,14,rep,name=user_defined_functions,json=userDefinedFunctions" json:"user_defined_functions,omitempty"`
	Views                  []*PView                            `protobuf:"bytes,15,rep,name=views" json:"views,omitempty"`
	// contains filtered or unexported fields
}

func MetaDataFromVTPool

func MetaDataFromVTPool() *MetaData

func (*MetaData) Descriptor deprecated

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

Deprecated: Use MetaData.ProtoReflect.Descriptor instead.

func (*MetaData) GetDependencies

func (x *MetaData) GetDependencies() []*descriptorpb.FileDescriptorProto

func (*MetaData) GetFormerIndexes

func (x *MetaData) GetFormerIndexes() []*FormerIndex

func (*MetaData) GetIndexes

func (x *MetaData) GetIndexes() []*Index

func (*MetaData) GetJoinedRecordTypes

func (x *MetaData) GetJoinedRecordTypes() []*JoinedRecordType

func (*MetaData) GetRecordCountKey deprecated

func (x *MetaData) GetRecordCountKey() *KeyExpression

Deprecated: Marked as deprecated in record_metadata.proto.

func (*MetaData) GetRecordTypes

func (x *MetaData) GetRecordTypes() []*RecordType

func (*MetaData) GetRecords

func (x *MetaData) GetRecords() *descriptorpb.FileDescriptorProto

func (*MetaData) GetSplitLongRecords

func (x *MetaData) GetSplitLongRecords() bool

func (*MetaData) GetStoreRecordVersions

func (x *MetaData) GetStoreRecordVersions() bool

func (*MetaData) GetSubspaceKeyCounter

func (x *MetaData) GetSubspaceKeyCounter() int64

func (*MetaData) GetUnnestedRecordTypes

func (x *MetaData) GetUnnestedRecordTypes() []*UnnestedRecordType

func (*MetaData) GetUserDefinedFunctions

func (x *MetaData) GetUserDefinedFunctions() []*PUserDefinedFunction

func (*MetaData) GetUsesSubspaceKeyCounter

func (x *MetaData) GetUsesSubspaceKeyCounter() bool

func (*MetaData) GetVersion

func (x *MetaData) GetVersion() int32

func (*MetaData) GetViews

func (x *MetaData) GetViews() []*PView

func (*MetaData) MarshalToSizedBufferVT

func (m *MetaData) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MetaData) MarshalToVT

func (m *MetaData) MarshalToVT(dAtA []byte) (int, error)

func (*MetaData) MarshalVT

func (m *MetaData) MarshalVT() (dAtA []byte, err error)

func (*MetaData) ProtoMessage

func (*MetaData) ProtoMessage()

func (*MetaData) ProtoReflect

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

func (*MetaData) Reset

func (x *MetaData) Reset()

func (*MetaData) ResetVT

func (m *MetaData) ResetVT()

func (*MetaData) ReturnToVTPool

func (m *MetaData) ReturnToVTPool()

func (*MetaData) SizeVT

func (m *MetaData) SizeVT() (n int)

func (*MetaData) String

func (x *MetaData) String() string

func (*MetaData) UnmarshalVT

func (m *MetaData) UnmarshalVT(dAtA []byte) error

type MultidimensionalIndexScanContinuation

type MultidimensionalIndexScanContinuation struct {
	LastHilbertValue []byte `protobuf:"bytes,1,opt,name=lastHilbertValue" json:"lastHilbertValue,omitempty"`
	LastKey          []byte `protobuf:"bytes,2,opt,name=lastKey" json:"lastKey,omitempty"`
	// contains filtered or unexported fields
}

func MultidimensionalIndexScanContinuationFromVTPool

func MultidimensionalIndexScanContinuationFromVTPool() *MultidimensionalIndexScanContinuation

func (*MultidimensionalIndexScanContinuation) Descriptor deprecated

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

Deprecated: Use MultidimensionalIndexScanContinuation.ProtoReflect.Descriptor instead.

func (*MultidimensionalIndexScanContinuation) GetLastHilbertValue

func (x *MultidimensionalIndexScanContinuation) GetLastHilbertValue() []byte

func (*MultidimensionalIndexScanContinuation) GetLastKey

func (x *MultidimensionalIndexScanContinuation) GetLastKey() []byte

func (*MultidimensionalIndexScanContinuation) MarshalToSizedBufferVT

func (m *MultidimensionalIndexScanContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MultidimensionalIndexScanContinuation) MarshalToVT

func (m *MultidimensionalIndexScanContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*MultidimensionalIndexScanContinuation) MarshalVT

func (m *MultidimensionalIndexScanContinuation) MarshalVT() (dAtA []byte, err error)

func (*MultidimensionalIndexScanContinuation) ProtoMessage

func (*MultidimensionalIndexScanContinuation) ProtoMessage()

func (*MultidimensionalIndexScanContinuation) ProtoReflect

func (*MultidimensionalIndexScanContinuation) Reset

func (*MultidimensionalIndexScanContinuation) ResetVT

func (*MultidimensionalIndexScanContinuation) ReturnToVTPool

func (m *MultidimensionalIndexScanContinuation) ReturnToVTPool()

func (*MultidimensionalIndexScanContinuation) SizeVT

func (*MultidimensionalIndexScanContinuation) String

func (*MultidimensionalIndexScanContinuation) UnmarshalVT

func (m *MultidimensionalIndexScanContinuation) UnmarshalVT(dAtA []byte) error

type Nesting

type Nesting struct {
	Parent *Field         `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"`
	Child  *KeyExpression `protobuf:"bytes,2,opt,name=child" json:"child,omitempty"`
	// contains filtered or unexported fields
}

func NestingFromVTPool

func NestingFromVTPool() *Nesting

func (*Nesting) Descriptor deprecated

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

Deprecated: Use Nesting.ProtoReflect.Descriptor instead.

func (*Nesting) GetChild

func (x *Nesting) GetChild() *KeyExpression

func (*Nesting) GetParent

func (x *Nesting) GetParent() *Field

func (*Nesting) MarshalToSizedBufferVT

func (m *Nesting) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Nesting) MarshalToVT

func (m *Nesting) MarshalToVT(dAtA []byte) (int, error)

func (*Nesting) MarshalVT

func (m *Nesting) MarshalVT() (dAtA []byte, err error)

func (*Nesting) ProtoMessage

func (*Nesting) ProtoMessage()

func (*Nesting) ProtoReflect

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

func (*Nesting) Reset

func (x *Nesting) Reset()

func (*Nesting) ResetVT

func (m *Nesting) ResetVT()

func (*Nesting) ReturnToVTPool

func (m *Nesting) ReturnToVTPool()

func (*Nesting) SizeVT

func (m *Nesting) SizeVT() (n int)

func (*Nesting) String

func (x *Nesting) String() string

func (*Nesting) UnmarshalVT

func (m *Nesting) UnmarshalVT(dAtA []byte) error

type NotPredicate

type NotPredicate struct {
	Child *Predicate `protobuf:"bytes,1,opt,name=child" json:"child,omitempty"`
	// contains filtered or unexported fields
}

func NotPredicateFromVTPool

func NotPredicateFromVTPool() *NotPredicate

func (*NotPredicate) Descriptor deprecated

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

Deprecated: Use NotPredicate.ProtoReflect.Descriptor instead.

func (*NotPredicate) GetChild

func (x *NotPredicate) GetChild() *Predicate

func (*NotPredicate) MarshalToSizedBufferVT

func (m *NotPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NotPredicate) MarshalToVT

func (m *NotPredicate) MarshalToVT(dAtA []byte) (int, error)

func (*NotPredicate) MarshalVT

func (m *NotPredicate) MarshalVT() (dAtA []byte, err error)

func (*NotPredicate) ProtoMessage

func (*NotPredicate) ProtoMessage()

func (*NotPredicate) ProtoReflect

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

func (*NotPredicate) Reset

func (x *NotPredicate) Reset()

func (*NotPredicate) ResetVT

func (m *NotPredicate) ResetVT()

func (*NotPredicate) ReturnToVTPool

func (m *NotPredicate) ReturnToVTPool()

func (*NotPredicate) SizeVT

func (m *NotPredicate) SizeVT() (n int)

func (*NotPredicate) String

func (x *NotPredicate) String() string

func (*NotPredicate) UnmarshalVT

func (m *NotPredicate) UnmarshalVT(dAtA []byte) error

type NullComparison

type NullComparison struct {
	IsNull *bool `protobuf:"varint,1,opt,name=isNull" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

in Comparisons.Comparison we have a special NullComparison that takes care of comparing an operand to null.

func NullComparisonFromVTPool

func NullComparisonFromVTPool() *NullComparison

func (*NullComparison) Descriptor deprecated

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

Deprecated: Use NullComparison.ProtoReflect.Descriptor instead.

func (*NullComparison) GetIsNull

func (x *NullComparison) GetIsNull() bool

func (*NullComparison) MarshalToSizedBufferVT

func (m *NullComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NullComparison) MarshalToVT

func (m *NullComparison) MarshalToVT(dAtA []byte) (int, error)

func (*NullComparison) MarshalVT

func (m *NullComparison) MarshalVT() (dAtA []byte, err error)

func (*NullComparison) ProtoMessage

func (*NullComparison) ProtoMessage()

func (*NullComparison) ProtoReflect

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

func (*NullComparison) Reset

func (x *NullComparison) Reset()

func (*NullComparison) ResetVT

func (m *NullComparison) ResetVT()

func (*NullComparison) ReturnToVTPool

func (m *NullComparison) ReturnToVTPool()

func (*NullComparison) SizeVT

func (m *NullComparison) SizeVT() (n int)

func (*NullComparison) String

func (x *NullComparison) String() string

func (*NullComparison) UnmarshalVT

func (m *NullComparison) UnmarshalVT(dAtA []byte) error

type NullableBool

type NullableBool struct {
	Value *bool `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func NullableBoolFromVTPool

func NullableBoolFromVTPool() *NullableBool

func (*NullableBool) Descriptor deprecated

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

Deprecated: Use NullableBool.ProtoReflect.Descriptor instead.

func (*NullableBool) GetValue

func (x *NullableBool) GetValue() bool

func (*NullableBool) MarshalToSizedBufferVT

func (m *NullableBool) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NullableBool) MarshalToVT

func (m *NullableBool) MarshalToVT(dAtA []byte) (int, error)

func (*NullableBool) MarshalVT

func (m *NullableBool) MarshalVT() (dAtA []byte, err error)

func (*NullableBool) ProtoMessage

func (*NullableBool) ProtoMessage()

func (*NullableBool) ProtoReflect

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

func (*NullableBool) Reset

func (x *NullableBool) Reset()

func (*NullableBool) ResetVT

func (m *NullableBool) ResetVT()

func (*NullableBool) ReturnToVTPool

func (m *NullableBool) ReturnToVTPool()

func (*NullableBool) SizeVT

func (m *NullableBool) SizeVT() (n int)

func (*NullableBool) String

func (x *NullableBool) String() string

func (*NullableBool) UnmarshalVT

func (m *NullableBool) UnmarshalVT(dAtA []byte) error

type NullableBytes

type NullableBytes struct {
	Value []byte `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func NullableBytesFromVTPool

func NullableBytesFromVTPool() *NullableBytes

func (*NullableBytes) Descriptor deprecated

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

Deprecated: Use NullableBytes.ProtoReflect.Descriptor instead.

func (*NullableBytes) GetValue

func (x *NullableBytes) GetValue() []byte

func (*NullableBytes) MarshalToSizedBufferVT

func (m *NullableBytes) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NullableBytes) MarshalToVT

func (m *NullableBytes) MarshalToVT(dAtA []byte) (int, error)

func (*NullableBytes) MarshalVT

func (m *NullableBytes) MarshalVT() (dAtA []byte, err error)

func (*NullableBytes) ProtoMessage

func (*NullableBytes) ProtoMessage()

func (*NullableBytes) ProtoReflect

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

func (*NullableBytes) Reset

func (x *NullableBytes) Reset()

func (*NullableBytes) ResetVT

func (m *NullableBytes) ResetVT()

func (*NullableBytes) ReturnToVTPool

func (m *NullableBytes) ReturnToVTPool()

func (*NullableBytes) SizeVT

func (m *NullableBytes) SizeVT() (n int)

func (*NullableBytes) String

func (x *NullableBytes) String() string

func (*NullableBytes) UnmarshalVT

func (m *NullableBytes) UnmarshalVT(dAtA []byte) error

type NullableDouble

type NullableDouble struct {
	Value *float64 `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func NullableDoubleFromVTPool

func NullableDoubleFromVTPool() *NullableDouble

func (*NullableDouble) Descriptor deprecated

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

Deprecated: Use NullableDouble.ProtoReflect.Descriptor instead.

func (*NullableDouble) GetValue

func (x *NullableDouble) GetValue() float64

func (*NullableDouble) MarshalToSizedBufferVT

func (m *NullableDouble) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NullableDouble) MarshalToVT

func (m *NullableDouble) MarshalToVT(dAtA []byte) (int, error)

func (*NullableDouble) MarshalVT

func (m *NullableDouble) MarshalVT() (dAtA []byte, err error)

func (*NullableDouble) ProtoMessage

func (*NullableDouble) ProtoMessage()

func (*NullableDouble) ProtoReflect

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

func (*NullableDouble) Reset

func (x *NullableDouble) Reset()

func (*NullableDouble) ResetVT

func (m *NullableDouble) ResetVT()

func (*NullableDouble) ReturnToVTPool

func (m *NullableDouble) ReturnToVTPool()

func (*NullableDouble) SizeVT

func (m *NullableDouble) SizeVT() (n int)

func (*NullableDouble) String

func (x *NullableDouble) String() string

func (*NullableDouble) UnmarshalVT

func (m *NullableDouble) UnmarshalVT(dAtA []byte) error

type NullableFloat

type NullableFloat struct {
	Value *float32 `protobuf:"fixed32,1,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func NullableFloatFromVTPool

func NullableFloatFromVTPool() *NullableFloat

func (*NullableFloat) Descriptor deprecated

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

Deprecated: Use NullableFloat.ProtoReflect.Descriptor instead.

func (*NullableFloat) GetValue

func (x *NullableFloat) GetValue() float32

func (*NullableFloat) MarshalToSizedBufferVT

func (m *NullableFloat) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NullableFloat) MarshalToVT

func (m *NullableFloat) MarshalToVT(dAtA []byte) (int, error)

func (*NullableFloat) MarshalVT

func (m *NullableFloat) MarshalVT() (dAtA []byte, err error)

func (*NullableFloat) ProtoMessage

func (*NullableFloat) ProtoMessage()

func (*NullableFloat) ProtoReflect

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

func (*NullableFloat) Reset

func (x *NullableFloat) Reset()

func (*NullableFloat) ResetVT

func (m *NullableFloat) ResetVT()

func (*NullableFloat) ReturnToVTPool

func (m *NullableFloat) ReturnToVTPool()

func (*NullableFloat) SizeVT

func (m *NullableFloat) SizeVT() (n int)

func (*NullableFloat) String

func (x *NullableFloat) String() string

func (*NullableFloat) UnmarshalVT

func (m *NullableFloat) UnmarshalVT(dAtA []byte) error

type NullableInt32

type NullableInt32 struct {
	Value *int32 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func NullableInt32FromVTPool

func NullableInt32FromVTPool() *NullableInt32

func (*NullableInt32) Descriptor deprecated

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

Deprecated: Use NullableInt32.ProtoReflect.Descriptor instead.

func (*NullableInt32) GetValue

func (x *NullableInt32) GetValue() int32

func (*NullableInt32) MarshalToSizedBufferVT

func (m *NullableInt32) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NullableInt32) MarshalToVT

func (m *NullableInt32) MarshalToVT(dAtA []byte) (int, error)

func (*NullableInt32) MarshalVT

func (m *NullableInt32) MarshalVT() (dAtA []byte, err error)

func (*NullableInt32) ProtoMessage

func (*NullableInt32) ProtoMessage()

func (*NullableInt32) ProtoReflect

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

func (*NullableInt32) Reset

func (x *NullableInt32) Reset()

func (*NullableInt32) ResetVT

func (m *NullableInt32) ResetVT()

func (*NullableInt32) ReturnToVTPool

func (m *NullableInt32) ReturnToVTPool()

func (*NullableInt32) SizeVT

func (m *NullableInt32) SizeVT() (n int)

func (*NullableInt32) String

func (x *NullableInt32) String() string

func (*NullableInt32) UnmarshalVT

func (m *NullableInt32) UnmarshalVT(dAtA []byte) error

type NullableInt64

type NullableInt64 struct {
	Value *int64 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func NullableInt64FromVTPool

func NullableInt64FromVTPool() *NullableInt64

func (*NullableInt64) Descriptor deprecated

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

Deprecated: Use NullableInt64.ProtoReflect.Descriptor instead.

func (*NullableInt64) GetValue

func (x *NullableInt64) GetValue() int64

func (*NullableInt64) MarshalToSizedBufferVT

func (m *NullableInt64) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NullableInt64) MarshalToVT

func (m *NullableInt64) MarshalToVT(dAtA []byte) (int, error)

func (*NullableInt64) MarshalVT

func (m *NullableInt64) MarshalVT() (dAtA []byte, err error)

func (*NullableInt64) ProtoMessage

func (*NullableInt64) ProtoMessage()

func (*NullableInt64) ProtoReflect

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

func (*NullableInt64) Reset

func (x *NullableInt64) Reset()

func (*NullableInt64) ResetVT

func (m *NullableInt64) ResetVT()

func (*NullableInt64) ReturnToVTPool

func (m *NullableInt64) ReturnToVTPool()

func (*NullableInt64) SizeVT

func (m *NullableInt64) SizeVT() (n int)

func (*NullableInt64) String

func (x *NullableInt64) String() string

func (*NullableInt64) UnmarshalVT

func (m *NullableInt64) UnmarshalVT(dAtA []byte) error

type NullableString

type NullableString struct {
	Value *string `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func NullableStringFromVTPool

func NullableStringFromVTPool() *NullableString

func (*NullableString) Descriptor deprecated

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

Deprecated: Use NullableString.ProtoReflect.Descriptor instead.

func (*NullableString) GetValue

func (x *NullableString) GetValue() string

func (*NullableString) MarshalToSizedBufferVT

func (m *NullableString) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NullableString) MarshalToVT

func (m *NullableString) MarshalToVT(dAtA []byte) (int, error)

func (*NullableString) MarshalVT

func (m *NullableString) MarshalVT() (dAtA []byte, err error)

func (*NullableString) ProtoMessage

func (*NullableString) ProtoMessage()

func (*NullableString) ProtoReflect

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

func (*NullableString) Reset

func (x *NullableString) Reset()

func (*NullableString) ResetVT

func (m *NullableString) ResetVT()

func (*NullableString) ReturnToVTPool

func (m *NullableString) ReturnToVTPool()

func (*NullableString) SizeVT

func (m *NullableString) SizeVT() (n int)

func (*NullableString) String

func (x *NullableString) String() string

func (*NullableString) UnmarshalVT

func (m *NullableString) UnmarshalVT(dAtA []byte) error

type OneOfTypedState

type OneOfTypedState struct {

	// Types that are valid to be assigned to State:
	//
	//	*OneOfTypedState_Int32State
	//	*OneOfTypedState_Int64State
	//	*OneOfTypedState_FloatState
	//	*OneOfTypedState_DoubleState
	//	*OneOfTypedState_BytesState
	State isOneOfTypedState_State `protobuf_oneof:"state"`
	// contains filtered or unexported fields
}

func OneOfTypedStateFromVTPool

func OneOfTypedStateFromVTPool() *OneOfTypedState

func (*OneOfTypedState) Descriptor deprecated

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

Deprecated: Use OneOfTypedState.ProtoReflect.Descriptor instead.

func (*OneOfTypedState) GetBytesState

func (x *OneOfTypedState) GetBytesState() []byte

func (*OneOfTypedState) GetDoubleState

func (x *OneOfTypedState) GetDoubleState() float64

func (*OneOfTypedState) GetFloatState

func (x *OneOfTypedState) GetFloatState() float32

func (*OneOfTypedState) GetInt32State

func (x *OneOfTypedState) GetInt32State() int32

func (*OneOfTypedState) GetInt64State

func (x *OneOfTypedState) GetInt64State() int64

func (*OneOfTypedState) GetState

func (x *OneOfTypedState) GetState() isOneOfTypedState_State

func (*OneOfTypedState) MarshalToSizedBufferVT

func (m *OneOfTypedState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OneOfTypedState) MarshalToVT

func (m *OneOfTypedState) MarshalToVT(dAtA []byte) (int, error)

func (*OneOfTypedState) MarshalVT

func (m *OneOfTypedState) MarshalVT() (dAtA []byte, err error)

func (*OneOfTypedState) ProtoMessage

func (*OneOfTypedState) ProtoMessage()

func (*OneOfTypedState) ProtoReflect

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

func (*OneOfTypedState) Reset

func (x *OneOfTypedState) Reset()

func (*OneOfTypedState) ResetVT

func (m *OneOfTypedState) ResetVT()

func (*OneOfTypedState) ReturnToVTPool

func (m *OneOfTypedState) ReturnToVTPool()

func (*OneOfTypedState) SizeVT

func (m *OneOfTypedState) SizeVT() (n int)

func (*OneOfTypedState) String

func (x *OneOfTypedState) String() string

func (*OneOfTypedState) UnmarshalVT

func (m *OneOfTypedState) UnmarshalVT(dAtA []byte) error

type OneOfTypedState_BytesState

type OneOfTypedState_BytesState struct {
	BytesState []byte `protobuf:"bytes,5,opt,name=bytes_state,json=bytesState,oneof"`
}

func (*OneOfTypedState_BytesState) MarshalToSizedBufferVT

func (m *OneOfTypedState_BytesState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OneOfTypedState_BytesState) MarshalToVT

func (m *OneOfTypedState_BytesState) MarshalToVT(dAtA []byte) (int, error)

func (*OneOfTypedState_BytesState) SizeVT

func (m *OneOfTypedState_BytesState) SizeVT() (n int)

type OneOfTypedState_DoubleState

type OneOfTypedState_DoubleState struct {
	DoubleState float64 `protobuf:"fixed64,4,opt,name=double_state,json=doubleState,oneof"`
}

func (*OneOfTypedState_DoubleState) MarshalToSizedBufferVT

func (m *OneOfTypedState_DoubleState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OneOfTypedState_DoubleState) MarshalToVT

func (m *OneOfTypedState_DoubleState) MarshalToVT(dAtA []byte) (int, error)

func (*OneOfTypedState_DoubleState) SizeVT

func (m *OneOfTypedState_DoubleState) SizeVT() (n int)

type OneOfTypedState_FloatState

type OneOfTypedState_FloatState struct {
	FloatState float32 `protobuf:"fixed32,3,opt,name=float_state,json=floatState,oneof"`
}

func (*OneOfTypedState_FloatState) MarshalToSizedBufferVT

func (m *OneOfTypedState_FloatState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OneOfTypedState_FloatState) MarshalToVT

func (m *OneOfTypedState_FloatState) MarshalToVT(dAtA []byte) (int, error)

func (*OneOfTypedState_FloatState) SizeVT

func (m *OneOfTypedState_FloatState) SizeVT() (n int)

type OneOfTypedState_Int32State

type OneOfTypedState_Int32State struct {
	Int32State int32 `protobuf:"varint,1,opt,name=int32_state,json=int32State,oneof"`
}

func (*OneOfTypedState_Int32State) MarshalToSizedBufferVT

func (m *OneOfTypedState_Int32State) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OneOfTypedState_Int32State) MarshalToVT

func (m *OneOfTypedState_Int32State) MarshalToVT(dAtA []byte) (int, error)

func (*OneOfTypedState_Int32State) SizeVT

func (m *OneOfTypedState_Int32State) SizeVT() (n int)

type OneOfTypedState_Int64State

type OneOfTypedState_Int64State struct {
	Int64State int64 `protobuf:"varint,2,opt,name=int64_state,json=int64State,oneof"`
}

func (*OneOfTypedState_Int64State) MarshalToSizedBufferVT

func (m *OneOfTypedState_Int64State) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OneOfTypedState_Int64State) MarshalToVT

func (m *OneOfTypedState_Int64State) MarshalToVT(dAtA []byte) (int, error)

func (*OneOfTypedState_Int64State) SizeVT

func (m *OneOfTypedState_Int64State) SizeVT() (n int)

type OrElseContinuation

type OrElseContinuation struct {
	State        *OrElseContinuation_State `protobuf:"varint,1,opt,name=state,enum=com.apple.foundationdb.record.OrElseContinuation_State" json:"state,omitempty"`
	Continuation []byte                    `protobuf:"bytes,2,opt,name=continuation" json:"continuation,omitempty"`
	// contains filtered or unexported fields
}

func OrElseContinuationFromVTPool

func OrElseContinuationFromVTPool() *OrElseContinuation

func (*OrElseContinuation) Descriptor deprecated

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

Deprecated: Use OrElseContinuation.ProtoReflect.Descriptor instead.

func (*OrElseContinuation) GetContinuation

func (x *OrElseContinuation) GetContinuation() []byte

func (*OrElseContinuation) GetState

func (*OrElseContinuation) MarshalToSizedBufferVT

func (m *OrElseContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OrElseContinuation) MarshalToVT

func (m *OrElseContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*OrElseContinuation) MarshalVT

func (m *OrElseContinuation) MarshalVT() (dAtA []byte, err error)

func (*OrElseContinuation) ProtoMessage

func (*OrElseContinuation) ProtoMessage()

func (*OrElseContinuation) ProtoReflect

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

func (*OrElseContinuation) Reset

func (x *OrElseContinuation) Reset()

func (*OrElseContinuation) ResetVT

func (m *OrElseContinuation) ResetVT()

func (*OrElseContinuation) ReturnToVTPool

func (m *OrElseContinuation) ReturnToVTPool()

func (*OrElseContinuation) SizeVT

func (m *OrElseContinuation) SizeVT() (n int)

func (*OrElseContinuation) String

func (x *OrElseContinuation) String() string

func (*OrElseContinuation) UnmarshalVT

func (m *OrElseContinuation) UnmarshalVT(dAtA []byte) error

type OrElseContinuation_State

type OrElseContinuation_State int32
const (
	OrElseContinuation_UNDECIDED OrElseContinuation_State = 0
	OrElseContinuation_USE_INNER OrElseContinuation_State = 1
	OrElseContinuation_USE_OTHER OrElseContinuation_State = 2
)

func (OrElseContinuation_State) Descriptor

func (OrElseContinuation_State) Enum

func (OrElseContinuation_State) EnumDescriptor deprecated

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

Deprecated: Use OrElseContinuation_State.Descriptor instead.

func (OrElseContinuation_State) Number

func (OrElseContinuation_State) String

func (x OrElseContinuation_State) String() string

func (OrElseContinuation_State) Type

func (*OrElseContinuation_State) UnmarshalJSON deprecated

func (x *OrElseContinuation_State) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type OrPredicate

type OrPredicate struct {
	Children []*Predicate `protobuf:"bytes,2,rep,name=children" json:"children,omitempty"`
	// contains filtered or unexported fields
}

func OrPredicateFromVTPool

func OrPredicateFromVTPool() *OrPredicate

func (*OrPredicate) Descriptor deprecated

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

Deprecated: Use OrPredicate.ProtoReflect.Descriptor instead.

func (*OrPredicate) GetChildren

func (x *OrPredicate) GetChildren() []*Predicate

func (*OrPredicate) MarshalToSizedBufferVT

func (m *OrPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OrPredicate) MarshalToVT

func (m *OrPredicate) MarshalToVT(dAtA []byte) (int, error)

func (*OrPredicate) MarshalVT

func (m *OrPredicate) MarshalVT() (dAtA []byte, err error)

func (*OrPredicate) ProtoMessage

func (*OrPredicate) ProtoMessage()

func (*OrPredicate) ProtoReflect

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

func (*OrPredicate) Reset

func (x *OrPredicate) Reset()

func (*OrPredicate) ResetVT

func (m *OrPredicate) ResetVT()

func (*OrPredicate) ReturnToVTPool

func (m *OrPredicate) ReturnToVTPool()

func (*OrPredicate) SizeVT

func (m *OrPredicate) SizeVT() (n int)

func (*OrPredicate) String

func (x *OrPredicate) String() string

func (*OrPredicate) UnmarshalVT

func (m *OrPredicate) UnmarshalVT(dAtA []byte) error

type Order

type Order struct {
	OrderId    *int64   `protobuf:"varint,1,opt,name=order_id,json=orderId" json:"order_id,omitempty"`
	Flower     *Flower  `protobuf:"bytes,2,opt,name=flower" json:"flower,omitempty"`
	Price      *int32   `protobuf:"varint,3,opt,name=price" json:"price,omitempty"`
	Tags       []string `protobuf:"bytes,4,rep,name=tags" json:"tags,omitempty"`
	Quantity   *int32   `protobuf:"varint,5,opt,name=quantity" json:"quantity,omitempty"`
	CoordX     *int64   `protobuf:"varint,6,opt,name=coord_x,json=coordX" json:"coord_x,omitempty"`
	CoordY     *int64   `protobuf:"varint,7,opt,name=coord_y,json=coordY" json:"coord_y,omitempty"`
	VectorData []byte   `protobuf:"bytes,8,opt,name=vector_data,json=vectorData" json:"vector_data,omitempty"`
	// contains filtered or unexported fields
}

func OrderFromVTPool

func OrderFromVTPool() *Order

func (*Order) Descriptor deprecated

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

Deprecated: Use Order.ProtoReflect.Descriptor instead.

func (*Order) GetCoordX

func (x *Order) GetCoordX() int64

func (*Order) GetCoordY

func (x *Order) GetCoordY() int64

func (*Order) GetFlower

func (x *Order) GetFlower() *Flower

func (*Order) GetOrderId

func (x *Order) GetOrderId() int64

func (*Order) GetPrice

func (x *Order) GetPrice() int32

func (*Order) GetQuantity

func (x *Order) GetQuantity() int32

func (*Order) GetTags

func (x *Order) GetTags() []string

func (*Order) GetVectorData

func (x *Order) GetVectorData() []byte

func (*Order) MarshalToSizedBufferVT

func (m *Order) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Order) MarshalToVT

func (m *Order) MarshalToVT(dAtA []byte) (int, error)

func (*Order) MarshalVT

func (m *Order) MarshalVT() (dAtA []byte, err error)

func (*Order) ProtoMessage

func (*Order) ProtoMessage()

func (*Order) ProtoReflect

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

func (*Order) Reset

func (x *Order) Reset()

func (*Order) ResetVT

func (m *Order) ResetVT()

func (*Order) ReturnToVTPool

func (m *Order) ReturnToVTPool()

func (*Order) SizeVT

func (m *Order) SizeVT() (n int)

func (*Order) String

func (x *Order) String() string

func (*Order) UnmarshalVT

func (m *Order) UnmarshalVT(dAtA []byte) error

type PAbstractArrayConstructorValue

type PAbstractArrayConstructorValue struct {
	Children    []*PValue `protobuf:"bytes,1,rep,name=children" json:"children,omitempty"`
	ElementType *PType    `protobuf:"bytes,2,opt,name=element_type,json=elementType" json:"element_type,omitempty"`
	// contains filtered or unexported fields
}

func PAbstractArrayConstructorValueFromVTPool

func PAbstractArrayConstructorValueFromVTPool() *PAbstractArrayConstructorValue

func (*PAbstractArrayConstructorValue) Descriptor deprecated

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

Deprecated: Use PAbstractArrayConstructorValue.ProtoReflect.Descriptor instead.

func (*PAbstractArrayConstructorValue) GetChildren

func (x *PAbstractArrayConstructorValue) GetChildren() []*PValue

func (*PAbstractArrayConstructorValue) GetElementType

func (x *PAbstractArrayConstructorValue) GetElementType() *PType

func (*PAbstractArrayConstructorValue) MarshalToSizedBufferVT

func (m *PAbstractArrayConstructorValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PAbstractArrayConstructorValue) MarshalToVT

func (m *PAbstractArrayConstructorValue) MarshalToVT(dAtA []byte) (int, error)

func (*PAbstractArrayConstructorValue) MarshalVT

func (m *PAbstractArrayConstructorValue) MarshalVT() (dAtA []byte, err error)

func (*PAbstractArrayConstructorValue) ProtoMessage

func (*PAbstractArrayConstructorValue) ProtoMessage()

func (*PAbstractArrayConstructorValue) ProtoReflect

func (*PAbstractArrayConstructorValue) Reset

func (x *PAbstractArrayConstructorValue) Reset()

func (*PAbstractArrayConstructorValue) ResetVT

func (m *PAbstractArrayConstructorValue) ResetVT()

func (*PAbstractArrayConstructorValue) ReturnToVTPool

func (m *PAbstractArrayConstructorValue) ReturnToVTPool()

func (*PAbstractArrayConstructorValue) SizeVT

func (m *PAbstractArrayConstructorValue) SizeVT() (n int)

func (*PAbstractArrayConstructorValue) String

func (*PAbstractArrayConstructorValue) UnmarshalVT

func (m *PAbstractArrayConstructorValue) UnmarshalVT(dAtA []byte) error

type PAbstractPlannerEventWithState

type PAbstractPlannerEventWithState struct {
	RootReference *PReference    `protobuf:"bytes,1,opt,name=root_reference,json=rootReference" json:"root_reference,omitempty"`
	Location      *string        `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"`
	PlannerPhase  *PPlannerPhase `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func PAbstractPlannerEventWithStateFromVTPool

func PAbstractPlannerEventWithStateFromVTPool() *PAbstractPlannerEventWithState

func (*PAbstractPlannerEventWithState) Descriptor deprecated

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

Deprecated: Use PAbstractPlannerEventWithState.ProtoReflect.Descriptor instead.

func (*PAbstractPlannerEventWithState) GetLocation

func (x *PAbstractPlannerEventWithState) GetLocation() string

func (*PAbstractPlannerEventWithState) GetPlannerPhase

func (x *PAbstractPlannerEventWithState) GetPlannerPhase() PPlannerPhase

func (*PAbstractPlannerEventWithState) GetRootReference

func (x *PAbstractPlannerEventWithState) GetRootReference() *PReference

func (*PAbstractPlannerEventWithState) MarshalToSizedBufferVT

func (m *PAbstractPlannerEventWithState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PAbstractPlannerEventWithState) MarshalToVT

func (m *PAbstractPlannerEventWithState) MarshalToVT(dAtA []byte) (int, error)

func (*PAbstractPlannerEventWithState) MarshalVT

func (m *PAbstractPlannerEventWithState) MarshalVT() (dAtA []byte, err error)

func (*PAbstractPlannerEventWithState) ProtoMessage

func (*PAbstractPlannerEventWithState) ProtoMessage()

func (*PAbstractPlannerEventWithState) ProtoReflect

func (*PAbstractPlannerEventWithState) Reset

func (x *PAbstractPlannerEventWithState) Reset()

func (*PAbstractPlannerEventWithState) ResetVT

func (m *PAbstractPlannerEventWithState) ResetVT()

func (*PAbstractPlannerEventWithState) ReturnToVTPool

func (m *PAbstractPlannerEventWithState) ReturnToVTPool()

func (*PAbstractPlannerEventWithState) SizeVT

func (m *PAbstractPlannerEventWithState) SizeVT() (n int)

func (*PAbstractPlannerEventWithState) String

func (*PAbstractPlannerEventWithState) UnmarshalVT

func (m *PAbstractPlannerEventWithState) UnmarshalVT(dAtA []byte) error

type PAbstractQueryPredicate

type PAbstractQueryPredicate struct {
	IsAtomic *bool `protobuf:"varint,1,opt,name=is_atomic,json=isAtomic" json:"is_atomic,omitempty"`
	// contains filtered or unexported fields
}

func PAbstractQueryPredicateFromVTPool

func PAbstractQueryPredicateFromVTPool() *PAbstractQueryPredicate

func (*PAbstractQueryPredicate) Descriptor deprecated

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

Deprecated: Use PAbstractQueryPredicate.ProtoReflect.Descriptor instead.

func (*PAbstractQueryPredicate) GetIsAtomic

func (x *PAbstractQueryPredicate) GetIsAtomic() bool

func (*PAbstractQueryPredicate) MarshalToSizedBufferVT

func (m *PAbstractQueryPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PAbstractQueryPredicate) MarshalToVT

func (m *PAbstractQueryPredicate) MarshalToVT(dAtA []byte) (int, error)

func (*PAbstractQueryPredicate) MarshalVT

func (m *PAbstractQueryPredicate) MarshalVT() (dAtA []byte, err error)

func (*PAbstractQueryPredicate) ProtoMessage

func (*PAbstractQueryPredicate) ProtoMessage()

func (*PAbstractQueryPredicate) ProtoReflect

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

func (*PAbstractQueryPredicate) Reset

func (x *PAbstractQueryPredicate) Reset()

func (*PAbstractQueryPredicate) ResetVT

func (m *PAbstractQueryPredicate) ResetVT()

func (*PAbstractQueryPredicate) ReturnToVTPool

func (m *PAbstractQueryPredicate) ReturnToVTPool()

func (*PAbstractQueryPredicate) SizeVT

func (m *PAbstractQueryPredicate) SizeVT() (n int)

func (*PAbstractQueryPredicate) String

func (x *PAbstractQueryPredicate) String() string

func (*PAbstractQueryPredicate) UnmarshalVT

func (m *PAbstractQueryPredicate) UnmarshalVT(dAtA []byte) error

type PAdjustMatchPlannerEvent

type PAdjustMatchPlannerEvent struct {
	Super                 *PAbstractPlannerEventWithState `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	CurrentGroupReference *PReference                     `protobuf:"bytes,2,opt,name=current_group_reference,json=currentGroupReference" json:"current_group_reference,omitempty"`
	Expression            *PExpression                    `protobuf:"bytes,3,opt,name=expression" json:"expression,omitempty"`
	// contains filtered or unexported fields
}

func PAdjustMatchPlannerEventFromVTPool

func PAdjustMatchPlannerEventFromVTPool() *PAdjustMatchPlannerEvent

func (*PAdjustMatchPlannerEvent) Descriptor deprecated

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

Deprecated: Use PAdjustMatchPlannerEvent.ProtoReflect.Descriptor instead.

func (*PAdjustMatchPlannerEvent) GetCurrentGroupReference

func (x *PAdjustMatchPlannerEvent) GetCurrentGroupReference() *PReference

func (*PAdjustMatchPlannerEvent) GetExpression

func (x *PAdjustMatchPlannerEvent) GetExpression() *PExpression

func (*PAdjustMatchPlannerEvent) GetSuper

func (*PAdjustMatchPlannerEvent) MarshalToSizedBufferVT

func (m *PAdjustMatchPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PAdjustMatchPlannerEvent) MarshalToVT

func (m *PAdjustMatchPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PAdjustMatchPlannerEvent) MarshalVT

func (m *PAdjustMatchPlannerEvent) MarshalVT() (dAtA []byte, err error)

func (*PAdjustMatchPlannerEvent) ProtoMessage

func (*PAdjustMatchPlannerEvent) ProtoMessage()

func (*PAdjustMatchPlannerEvent) ProtoReflect

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

func (*PAdjustMatchPlannerEvent) Reset

func (x *PAdjustMatchPlannerEvent) Reset()

func (*PAdjustMatchPlannerEvent) ResetVT

func (m *PAdjustMatchPlannerEvent) ResetVT()

func (*PAdjustMatchPlannerEvent) ReturnToVTPool

func (m *PAdjustMatchPlannerEvent) ReturnToVTPool()

func (*PAdjustMatchPlannerEvent) SizeVT

func (m *PAdjustMatchPlannerEvent) SizeVT() (n int)

func (*PAdjustMatchPlannerEvent) String

func (x *PAdjustMatchPlannerEvent) String() string

func (*PAdjustMatchPlannerEvent) UnmarshalVT

func (m *PAdjustMatchPlannerEvent) UnmarshalVT(dAtA []byte) error

type PAndOrPredicate

type PAndOrPredicate struct {
	Super    *PAbstractQueryPredicate `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	Children []*PQueryPredicate       `protobuf:"bytes,2,rep,name=children" json:"children,omitempty"`
	// contains filtered or unexported fields
}

func PAndOrPredicateFromVTPool

func PAndOrPredicateFromVTPool() *PAndOrPredicate

func (*PAndOrPredicate) Descriptor deprecated

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

Deprecated: Use PAndOrPredicate.ProtoReflect.Descriptor instead.

func (*PAndOrPredicate) GetChildren

func (x *PAndOrPredicate) GetChildren() []*PQueryPredicate

func (*PAndOrPredicate) GetSuper

func (*PAndOrPredicate) MarshalToSizedBufferVT

func (m *PAndOrPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PAndOrPredicate) MarshalToVT

func (m *PAndOrPredicate) MarshalToVT(dAtA []byte) (int, error)

func (*PAndOrPredicate) MarshalVT

func (m *PAndOrPredicate) MarshalVT() (dAtA []byte, err error)

func (*PAndOrPredicate) ProtoMessage

func (*PAndOrPredicate) ProtoMessage()

func (*PAndOrPredicate) ProtoReflect

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

func (*PAndOrPredicate) Reset

func (x *PAndOrPredicate) Reset()

func (*PAndOrPredicate) ResetVT

func (m *PAndOrPredicate) ResetVT()

func (*PAndOrPredicate) ReturnToVTPool

func (m *PAndOrPredicate) ReturnToVTPool()

func (*PAndOrPredicate) SizeVT

func (m *PAndOrPredicate) SizeVT() (n int)

func (*PAndOrPredicate) String

func (x *PAndOrPredicate) String() string

func (*PAndOrPredicate) UnmarshalVT

func (m *PAndOrPredicate) UnmarshalVT(dAtA []byte) error

type PAndOrValue

type PAndOrValue struct {
	FunctionName *string                `protobuf:"bytes,1,opt,name=function_name,json=functionName" json:"function_name,omitempty"`
	LeftChild    *PValue                `protobuf:"bytes,2,opt,name=left_child,json=leftChild" json:"left_child,omitempty"`
	RightChild   *PValue                `protobuf:"bytes,3,opt,name=right_child,json=rightChild" json:"right_child,omitempty"`
	Operator     *PAndOrValue_POperator `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func PAndOrValueFromVTPool

func PAndOrValueFromVTPool() *PAndOrValue

func (*PAndOrValue) Descriptor deprecated

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

Deprecated: Use PAndOrValue.ProtoReflect.Descriptor instead.

func (*PAndOrValue) GetFunctionName

func (x *PAndOrValue) GetFunctionName() string

func (*PAndOrValue) GetLeftChild

func (x *PAndOrValue) GetLeftChild() *PValue

func (*PAndOrValue) GetOperator

func (x *PAndOrValue) GetOperator() PAndOrValue_POperator

func (*PAndOrValue) GetRightChild

func (x *PAndOrValue) GetRightChild() *PValue

func (*PAndOrValue) MarshalToSizedBufferVT

func (m *PAndOrValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PAndOrValue) MarshalToVT

func (m *PAndOrValue) MarshalToVT(dAtA []byte) (int, error)

func (*PAndOrValue) MarshalVT

func (m *PAndOrValue) MarshalVT() (dAtA []byte, err error)

func (*PAndOrValue) ProtoMessage

func (*PAndOrValue) ProtoMessage()

func (*PAndOrValue) ProtoReflect

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

func (*PAndOrValue) Reset

func (x *PAndOrValue) Reset()

func (*PAndOrValue) ResetVT

func (m *PAndOrValue) ResetVT()

func (*PAndOrValue) ReturnToVTPool

func (m *PAndOrValue) ReturnToVTPool()

func (*PAndOrValue) SizeVT

func (m *PAndOrValue) SizeVT() (n int)

func (*PAndOrValue) String

func (x *PAndOrValue) String() string

func (*PAndOrValue) UnmarshalVT

func (m *PAndOrValue) UnmarshalVT(dAtA []byte) error

type PAndOrValue_POperator

type PAndOrValue_POperator int32
const (
	PAndOrValue_AND PAndOrValue_POperator = 1
	PAndOrValue_OR  PAndOrValue_POperator = 2
)

func (PAndOrValue_POperator) Descriptor

func (PAndOrValue_POperator) Enum

func (PAndOrValue_POperator) EnumDescriptor deprecated

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

Deprecated: Use PAndOrValue_POperator.Descriptor instead.

func (PAndOrValue_POperator) Number

func (PAndOrValue_POperator) String

func (x PAndOrValue_POperator) String() string

func (PAndOrValue_POperator) Type

func (*PAndOrValue_POperator) UnmarshalJSON deprecated

func (x *PAndOrValue_POperator) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PAndPredicate

type PAndPredicate struct {
	Super *PAndOrPredicate `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

func PAndPredicateFromVTPool

func PAndPredicateFromVTPool() *PAndPredicate

func (*PAndPredicate) Descriptor deprecated

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

Deprecated: Use PAndPredicate.ProtoReflect.Descriptor instead.

func (*PAndPredicate) GetSuper

func (x *PAndPredicate) GetSuper() *PAndOrPredicate

func (*PAndPredicate) MarshalToSizedBufferVT

func (m *PAndPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PAndPredicate) MarshalToVT

func (m *PAndPredicate) MarshalToVT(dAtA []byte) (int, error)

func (*PAndPredicate) MarshalVT

func (m *PAndPredicate) MarshalVT() (dAtA []byte, err error)

func (*PAndPredicate) ProtoMessage

func (*PAndPredicate) ProtoMessage()

func (*PAndPredicate) ProtoReflect

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

func (*PAndPredicate) Reset

func (x *PAndPredicate) Reset()

func (*PAndPredicate) ResetVT

func (m *PAndPredicate) ResetVT()

func (*PAndPredicate) ReturnToVTPool

func (m *PAndPredicate) ReturnToVTPool()

func (*PAndPredicate) SizeVT

func (m *PAndPredicate) SizeVT() (n int)

func (*PAndPredicate) String

func (x *PAndPredicate) String() string

func (*PAndPredicate) UnmarshalVT

func (m *PAndPredicate) UnmarshalVT(dAtA []byte) error

type PArithmeticValue

type PArithmeticValue struct {
	Operator   *PArithmeticValue_PPhysicalOperator `` /* 144-byte string literal not displayed */
	LeftChild  *PValue                             `protobuf:"bytes,2,opt,name=left_child,json=leftChild" json:"left_child,omitempty"`
	RightChild *PValue                             `protobuf:"bytes,3,opt,name=right_child,json=rightChild" json:"right_child,omitempty"`
	// contains filtered or unexported fields
}

func PArithmeticValueFromVTPool

func PArithmeticValueFromVTPool() *PArithmeticValue

func (*PArithmeticValue) Descriptor deprecated

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

Deprecated: Use PArithmeticValue.ProtoReflect.Descriptor instead.

func (*PArithmeticValue) GetLeftChild

func (x *PArithmeticValue) GetLeftChild() *PValue

func (*PArithmeticValue) GetOperator

func (*PArithmeticValue) GetRightChild

func (x *PArithmeticValue) GetRightChild() *PValue

func (*PArithmeticValue) MarshalToSizedBufferVT

func (m *PArithmeticValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PArithmeticValue) MarshalToVT

func (m *PArithmeticValue) MarshalToVT(dAtA []byte) (int, error)

func (*PArithmeticValue) MarshalVT

func (m *PArithmeticValue) MarshalVT() (dAtA []byte, err error)

func (*PArithmeticValue) ProtoMessage

func (*PArithmeticValue) ProtoMessage()

func (*PArithmeticValue) ProtoReflect

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

func (*PArithmeticValue) Reset

func (x *PArithmeticValue) Reset()

func (*PArithmeticValue) ResetVT

func (m *PArithmeticValue) ResetVT()

func (*PArithmeticValue) ReturnToVTPool

func (m *PArithmeticValue) ReturnToVTPool()

func (*PArithmeticValue) SizeVT

func (m *PArithmeticValue) SizeVT() (n int)

func (*PArithmeticValue) String

func (x *PArithmeticValue) String() string

func (*PArithmeticValue) UnmarshalVT

func (m *PArithmeticValue) UnmarshalVT(dAtA []byte) error

type PArithmeticValue_PPhysicalOperator

type PArithmeticValue_PPhysicalOperator int32
const (
	PArithmeticValue_ADD_II                  PArithmeticValue_PPhysicalOperator = 1
	PArithmeticValue_ADD_IL                  PArithmeticValue_PPhysicalOperator = 2
	PArithmeticValue_ADD_IF                  PArithmeticValue_PPhysicalOperator = 3
	PArithmeticValue_ADD_ID                  PArithmeticValue_PPhysicalOperator = 4
	PArithmeticValue_ADD_IS                  PArithmeticValue_PPhysicalOperator = 5
	PArithmeticValue_ADD_LI                  PArithmeticValue_PPhysicalOperator = 6
	PArithmeticValue_ADD_LL                  PArithmeticValue_PPhysicalOperator = 7
	PArithmeticValue_ADD_LF                  PArithmeticValue_PPhysicalOperator = 8
	PArithmeticValue_ADD_LD                  PArithmeticValue_PPhysicalOperator = 9
	PArithmeticValue_ADD_LS                  PArithmeticValue_PPhysicalOperator = 10
	PArithmeticValue_ADD_FI                  PArithmeticValue_PPhysicalOperator = 11
	PArithmeticValue_ADD_FL                  PArithmeticValue_PPhysicalOperator = 12
	PArithmeticValue_ADD_FF                  PArithmeticValue_PPhysicalOperator = 13
	PArithmeticValue_ADD_FD                  PArithmeticValue_PPhysicalOperator = 14
	PArithmeticValue_ADD_FS                  PArithmeticValue_PPhysicalOperator = 15
	PArithmeticValue_ADD_DI                  PArithmeticValue_PPhysicalOperator = 16
	PArithmeticValue_ADD_DL                  PArithmeticValue_PPhysicalOperator = 17
	PArithmeticValue_ADD_DF                  PArithmeticValue_PPhysicalOperator = 18
	PArithmeticValue_ADD_DD                  PArithmeticValue_PPhysicalOperator = 19
	PArithmeticValue_ADD_DS                  PArithmeticValue_PPhysicalOperator = 20
	PArithmeticValue_ADD_SI                  PArithmeticValue_PPhysicalOperator = 21
	PArithmeticValue_ADD_SL                  PArithmeticValue_PPhysicalOperator = 22
	PArithmeticValue_ADD_SF                  PArithmeticValue_PPhysicalOperator = 23
	PArithmeticValue_ADD_SD                  PArithmeticValue_PPhysicalOperator = 24
	PArithmeticValue_ADD_SS                  PArithmeticValue_PPhysicalOperator = 25
	PArithmeticValue_SUB_II                  PArithmeticValue_PPhysicalOperator = 26
	PArithmeticValue_SUB_IL                  PArithmeticValue_PPhysicalOperator = 27
	PArithmeticValue_SUB_IF                  PArithmeticValue_PPhysicalOperator = 28
	PArithmeticValue_SUB_ID                  PArithmeticValue_PPhysicalOperator = 29
	PArithmeticValue_SUB_LI                  PArithmeticValue_PPhysicalOperator = 30
	PArithmeticValue_SUB_LL                  PArithmeticValue_PPhysicalOperator = 31
	PArithmeticValue_SUB_LF                  PArithmeticValue_PPhysicalOperator = 32
	PArithmeticValue_SUB_LD                  PArithmeticValue_PPhysicalOperator = 33
	PArithmeticValue_SUB_FI                  PArithmeticValue_PPhysicalOperator = 34
	PArithmeticValue_SUB_FL                  PArithmeticValue_PPhysicalOperator = 35
	PArithmeticValue_SUB_FF                  PArithmeticValue_PPhysicalOperator = 36
	PArithmeticValue_SUB_FD                  PArithmeticValue_PPhysicalOperator = 37
	PArithmeticValue_SUB_DI                  PArithmeticValue_PPhysicalOperator = 38
	PArithmeticValue_SUB_DL                  PArithmeticValue_PPhysicalOperator = 39
	PArithmeticValue_SUB_DF                  PArithmeticValue_PPhysicalOperator = 40
	PArithmeticValue_SUB_DD                  PArithmeticValue_PPhysicalOperator = 41
	PArithmeticValue_MUL_II                  PArithmeticValue_PPhysicalOperator = 42 // my favorite
	PArithmeticValue_MUL_IL                  PArithmeticValue_PPhysicalOperator = 43
	PArithmeticValue_MUL_IF                  PArithmeticValue_PPhysicalOperator = 44
	PArithmeticValue_MUL_ID                  PArithmeticValue_PPhysicalOperator = 45
	PArithmeticValue_MUL_LI                  PArithmeticValue_PPhysicalOperator = 46
	PArithmeticValue_MUL_LL                  PArithmeticValue_PPhysicalOperator = 47
	PArithmeticValue_MUL_LF                  PArithmeticValue_PPhysicalOperator = 48
	PArithmeticValue_MUL_LD                  PArithmeticValue_PPhysicalOperator = 49
	PArithmeticValue_MUL_FI                  PArithmeticValue_PPhysicalOperator = 50
	PArithmeticValue_MUL_FL                  PArithmeticValue_PPhysicalOperator = 51
	PArithmeticValue_MUL_FF                  PArithmeticValue_PPhysicalOperator = 52
	PArithmeticValue_MUL_FD                  PArithmeticValue_PPhysicalOperator = 53
	PArithmeticValue_MUL_DI                  PArithmeticValue_PPhysicalOperator = 54
	PArithmeticValue_MUL_DL                  PArithmeticValue_PPhysicalOperator = 55
	PArithmeticValue_MUL_DF                  PArithmeticValue_PPhysicalOperator = 56
	PArithmeticValue_MUL_DD                  PArithmeticValue_PPhysicalOperator = 57
	PArithmeticValue_DIV_II                  PArithmeticValue_PPhysicalOperator = 58
	PArithmeticValue_DIV_IL                  PArithmeticValue_PPhysicalOperator = 59
	PArithmeticValue_DIV_IF                  PArithmeticValue_PPhysicalOperator = 60
	PArithmeticValue_DIV_ID                  PArithmeticValue_PPhysicalOperator = 61
	PArithmeticValue_DIV_LI                  PArithmeticValue_PPhysicalOperator = 62
	PArithmeticValue_DIV_LL                  PArithmeticValue_PPhysicalOperator = 63
	PArithmeticValue_DIV_LF                  PArithmeticValue_PPhysicalOperator = 64
	PArithmeticValue_DIV_LD                  PArithmeticValue_PPhysicalOperator = 65
	PArithmeticValue_DIV_FI                  PArithmeticValue_PPhysicalOperator = 66
	PArithmeticValue_DIV_FL                  PArithmeticValue_PPhysicalOperator = 67
	PArithmeticValue_DIV_FF                  PArithmeticValue_PPhysicalOperator = 68
	PArithmeticValue_DIV_FD                  PArithmeticValue_PPhysicalOperator = 69
	PArithmeticValue_DIV_DI                  PArithmeticValue_PPhysicalOperator = 70
	PArithmeticValue_DIV_DL                  PArithmeticValue_PPhysicalOperator = 71
	PArithmeticValue_DIV_DF                  PArithmeticValue_PPhysicalOperator = 72
	PArithmeticValue_DIV_DD                  PArithmeticValue_PPhysicalOperator = 73
	PArithmeticValue_MOD_II                  PArithmeticValue_PPhysicalOperator = 74
	PArithmeticValue_MOD_IL                  PArithmeticValue_PPhysicalOperator = 75
	PArithmeticValue_MOD_IF                  PArithmeticValue_PPhysicalOperator = 76
	PArithmeticValue_MOD_ID                  PArithmeticValue_PPhysicalOperator = 77
	PArithmeticValue_MOD_LI                  PArithmeticValue_PPhysicalOperator = 78
	PArithmeticValue_MOD_LL                  PArithmeticValue_PPhysicalOperator = 79
	PArithmeticValue_MOD_LF                  PArithmeticValue_PPhysicalOperator = 80
	PArithmeticValue_MOD_LD                  PArithmeticValue_PPhysicalOperator = 81
	PArithmeticValue_MOD_FI                  PArithmeticValue_PPhysicalOperator = 82
	PArithmeticValue_MOD_FL                  PArithmeticValue_PPhysicalOperator = 83
	PArithmeticValue_MOD_FF                  PArithmeticValue_PPhysicalOperator = 84
	PArithmeticValue_MOD_FD                  PArithmeticValue_PPhysicalOperator = 85
	PArithmeticValue_MOD_DI                  PArithmeticValue_PPhysicalOperator = 86
	PArithmeticValue_MOD_DL                  PArithmeticValue_PPhysicalOperator = 87
	PArithmeticValue_MOD_DF                  PArithmeticValue_PPhysicalOperator = 88
	PArithmeticValue_MOD_DD                  PArithmeticValue_PPhysicalOperator = 89
	PArithmeticValue_BITOR_II                PArithmeticValue_PPhysicalOperator = 90
	PArithmeticValue_BITOR_IL                PArithmeticValue_PPhysicalOperator = 91
	PArithmeticValue_BITOR_LI                PArithmeticValue_PPhysicalOperator = 92
	PArithmeticValue_BITOR_LL                PArithmeticValue_PPhysicalOperator = 93
	PArithmeticValue_BITAND_II               PArithmeticValue_PPhysicalOperator = 94
	PArithmeticValue_BITAND_IL               PArithmeticValue_PPhysicalOperator = 95
	PArithmeticValue_BITAND_LI               PArithmeticValue_PPhysicalOperator = 96
	PArithmeticValue_BITAND_LL               PArithmeticValue_PPhysicalOperator = 97
	PArithmeticValue_BITXOR_II               PArithmeticValue_PPhysicalOperator = 98
	PArithmeticValue_BITXOR_IL               PArithmeticValue_PPhysicalOperator = 99
	PArithmeticValue_BITXOR_LI               PArithmeticValue_PPhysicalOperator = 100
	PArithmeticValue_BITXOR_LL               PArithmeticValue_PPhysicalOperator = 101
	PArithmeticValue_BITMAP_BUCKET_OFFSET_LI PArithmeticValue_PPhysicalOperator = 102
	PArithmeticValue_BITMAP_BUCKET_OFFSET_II PArithmeticValue_PPhysicalOperator = 103
	PArithmeticValue_BITMAP_BUCKET_NUMBER_LI PArithmeticValue_PPhysicalOperator = 104
	PArithmeticValue_BITMAP_BUCKET_NUMBER_II PArithmeticValue_PPhysicalOperator = 105
	PArithmeticValue_BITMAP_BIT_POSITION_LI  PArithmeticValue_PPhysicalOperator = 106
	PArithmeticValue_BITMAP_BIT_POSITION_II  PArithmeticValue_PPhysicalOperator = 107
)

func (PArithmeticValue_PPhysicalOperator) Descriptor

func (PArithmeticValue_PPhysicalOperator) Enum

func (PArithmeticValue_PPhysicalOperator) EnumDescriptor deprecated

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

Deprecated: Use PArithmeticValue_PPhysicalOperator.Descriptor instead.

func (PArithmeticValue_PPhysicalOperator) Number

func (PArithmeticValue_PPhysicalOperator) String

func (PArithmeticValue_PPhysicalOperator) Type

func (*PArithmeticValue_PPhysicalOperator) UnmarshalJSON deprecated

func (x *PArithmeticValue_PPhysicalOperator) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PArrayCoercionBiFunction

type PArrayCoercionBiFunction struct {
	FromArrayType *PType             `protobuf:"bytes,1,opt,name=from_array_type,json=fromArrayType" json:"from_array_type,omitempty"`
	ToArrayType   *PType             `protobuf:"bytes,2,opt,name=to_array_type,json=toArrayType" json:"to_array_type,omitempty"`
	ElementsTrie  *PCoercionTrieNode `protobuf:"bytes,3,opt,name=elements_trie,json=elementsTrie" json:"elements_trie,omitempty"`
	// contains filtered or unexported fields
}

func PArrayCoercionBiFunctionFromVTPool

func PArrayCoercionBiFunctionFromVTPool() *PArrayCoercionBiFunction

func (*PArrayCoercionBiFunction) Descriptor deprecated

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

Deprecated: Use PArrayCoercionBiFunction.ProtoReflect.Descriptor instead.

func (*PArrayCoercionBiFunction) GetElementsTrie

func (x *PArrayCoercionBiFunction) GetElementsTrie() *PCoercionTrieNode

func (*PArrayCoercionBiFunction) GetFromArrayType

func (x *PArrayCoercionBiFunction) GetFromArrayType() *PType

func (*PArrayCoercionBiFunction) GetToArrayType

func (x *PArrayCoercionBiFunction) GetToArrayType() *PType

func (*PArrayCoercionBiFunction) MarshalToSizedBufferVT

func (m *PArrayCoercionBiFunction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PArrayCoercionBiFunction) MarshalToVT

func (m *PArrayCoercionBiFunction) MarshalToVT(dAtA []byte) (int, error)

func (*PArrayCoercionBiFunction) MarshalVT

func (m *PArrayCoercionBiFunction) MarshalVT() (dAtA []byte, err error)

func (*PArrayCoercionBiFunction) ProtoMessage

func (*PArrayCoercionBiFunction) ProtoMessage()

func (*PArrayCoercionBiFunction) ProtoReflect

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

func (*PArrayCoercionBiFunction) Reset

func (x *PArrayCoercionBiFunction) Reset()

func (*PArrayCoercionBiFunction) ResetVT

func (m *PArrayCoercionBiFunction) ResetVT()

func (*PArrayCoercionBiFunction) ReturnToVTPool

func (m *PArrayCoercionBiFunction) ReturnToVTPool()

func (*PArrayCoercionBiFunction) SizeVT

func (m *PArrayCoercionBiFunction) SizeVT() (n int)

func (*PArrayCoercionBiFunction) String

func (x *PArrayCoercionBiFunction) String() string

func (*PArrayCoercionBiFunction) UnmarshalVT

func (m *PArrayCoercionBiFunction) UnmarshalVT(dAtA []byte) error

type PArrayDistinctValue

type PArrayDistinctValue struct {
	ChildValue *PValue `protobuf:"bytes,1,opt,name=child_value,json=childValue" json:"child_value,omitempty"`
	// contains filtered or unexported fields
}

func PArrayDistinctValueFromVTPool

func PArrayDistinctValueFromVTPool() *PArrayDistinctValue

func (*PArrayDistinctValue) Descriptor deprecated

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

Deprecated: Use PArrayDistinctValue.ProtoReflect.Descriptor instead.

func (*PArrayDistinctValue) GetChildValue

func (x *PArrayDistinctValue) GetChildValue() *PValue

func (*PArrayDistinctValue) MarshalToSizedBufferVT

func (m *PArrayDistinctValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PArrayDistinctValue) MarshalToVT

func (m *PArrayDistinctValue) MarshalToVT(dAtA []byte) (int, error)

func (*PArrayDistinctValue) MarshalVT

func (m *PArrayDistinctValue) MarshalVT() (dAtA []byte, err error)

func (*PArrayDistinctValue) ProtoMessage

func (*PArrayDistinctValue) ProtoMessage()

func (*PArrayDistinctValue) ProtoReflect

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

func (*PArrayDistinctValue) Reset

func (x *PArrayDistinctValue) Reset()

func (*PArrayDistinctValue) ResetVT

func (m *PArrayDistinctValue) ResetVT()

func (*PArrayDistinctValue) ReturnToVTPool

func (m *PArrayDistinctValue) ReturnToVTPool()

func (*PArrayDistinctValue) SizeVT

func (m *PArrayDistinctValue) SizeVT() (n int)

func (*PArrayDistinctValue) String

func (x *PArrayDistinctValue) String() string

func (*PArrayDistinctValue) UnmarshalVT

func (m *PArrayDistinctValue) UnmarshalVT(dAtA []byte) error

type PBinaryRelOpValue

type PBinaryRelOpValue struct {
	Super    *PRelOpValue                               `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	Operator *PBinaryRelOpValue_PBinaryPhysicalOperator `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func PBinaryRelOpValueFromVTPool

func PBinaryRelOpValueFromVTPool() *PBinaryRelOpValue

func (*PBinaryRelOpValue) Descriptor deprecated

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

Deprecated: Use PBinaryRelOpValue.ProtoReflect.Descriptor instead.

func (*PBinaryRelOpValue) GetOperator

func (*PBinaryRelOpValue) GetSuper

func (x *PBinaryRelOpValue) GetSuper() *PRelOpValue

func (*PBinaryRelOpValue) MarshalToSizedBufferVT

func (m *PBinaryRelOpValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PBinaryRelOpValue) MarshalToVT

func (m *PBinaryRelOpValue) MarshalToVT(dAtA []byte) (int, error)

func (*PBinaryRelOpValue) MarshalVT

func (m *PBinaryRelOpValue) MarshalVT() (dAtA []byte, err error)

func (*PBinaryRelOpValue) ProtoMessage

func (*PBinaryRelOpValue) ProtoMessage()

func (*PBinaryRelOpValue) ProtoReflect

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

func (*PBinaryRelOpValue) Reset

func (x *PBinaryRelOpValue) Reset()

func (*PBinaryRelOpValue) ResetVT

func (m *PBinaryRelOpValue) ResetVT()

func (*PBinaryRelOpValue) ReturnToVTPool

func (m *PBinaryRelOpValue) ReturnToVTPool()

func (*PBinaryRelOpValue) SizeVT

func (m *PBinaryRelOpValue) SizeVT() (n int)

func (*PBinaryRelOpValue) String

func (x *PBinaryRelOpValue) String() string

func (*PBinaryRelOpValue) UnmarshalVT

func (m *PBinaryRelOpValue) UnmarshalVT(dAtA []byte) error

type PBinaryRelOpValue_PBinaryPhysicalOperator

type PBinaryRelOpValue_PBinaryPhysicalOperator int32
const (
	PBinaryRelOpValue_EQ_BU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 1
	PBinaryRelOpValue_EQ_BB                         PBinaryRelOpValue_PBinaryPhysicalOperator = 2
	PBinaryRelOpValue_EQ_IU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 3
	PBinaryRelOpValue_EQ_II                         PBinaryRelOpValue_PBinaryPhysicalOperator = 4
	PBinaryRelOpValue_EQ_IL                         PBinaryRelOpValue_PBinaryPhysicalOperator = 5
	PBinaryRelOpValue_EQ_IF                         PBinaryRelOpValue_PBinaryPhysicalOperator = 6
	PBinaryRelOpValue_EQ_ID                         PBinaryRelOpValue_PBinaryPhysicalOperator = 7
	PBinaryRelOpValue_EQ_LU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 8
	PBinaryRelOpValue_EQ_LI                         PBinaryRelOpValue_PBinaryPhysicalOperator = 9
	PBinaryRelOpValue_EQ_LL                         PBinaryRelOpValue_PBinaryPhysicalOperator = 10
	PBinaryRelOpValue_EQ_LF                         PBinaryRelOpValue_PBinaryPhysicalOperator = 11
	PBinaryRelOpValue_EQ_LD                         PBinaryRelOpValue_PBinaryPhysicalOperator = 12
	PBinaryRelOpValue_EQ_FU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 13
	PBinaryRelOpValue_EQ_FI                         PBinaryRelOpValue_PBinaryPhysicalOperator = 14
	PBinaryRelOpValue_EQ_FL                         PBinaryRelOpValue_PBinaryPhysicalOperator = 15
	PBinaryRelOpValue_EQ_FF                         PBinaryRelOpValue_PBinaryPhysicalOperator = 16
	PBinaryRelOpValue_EQ_FD                         PBinaryRelOpValue_PBinaryPhysicalOperator = 17
	PBinaryRelOpValue_EQ_DU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 18
	PBinaryRelOpValue_EQ_DI                         PBinaryRelOpValue_PBinaryPhysicalOperator = 19
	PBinaryRelOpValue_EQ_DL                         PBinaryRelOpValue_PBinaryPhysicalOperator = 20
	PBinaryRelOpValue_EQ_DF                         PBinaryRelOpValue_PBinaryPhysicalOperator = 21
	PBinaryRelOpValue_EQ_DD                         PBinaryRelOpValue_PBinaryPhysicalOperator = 22
	PBinaryRelOpValue_EQ_SU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 23
	PBinaryRelOpValue_EQ_SS                         PBinaryRelOpValue_PBinaryPhysicalOperator = 24
	PBinaryRelOpValue_EQ_UU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 25
	PBinaryRelOpValue_EQ_UB                         PBinaryRelOpValue_PBinaryPhysicalOperator = 26
	PBinaryRelOpValue_EQ_UI                         PBinaryRelOpValue_PBinaryPhysicalOperator = 27
	PBinaryRelOpValue_EQ_UL                         PBinaryRelOpValue_PBinaryPhysicalOperator = 28
	PBinaryRelOpValue_EQ_UF                         PBinaryRelOpValue_PBinaryPhysicalOperator = 29
	PBinaryRelOpValue_EQ_UD                         PBinaryRelOpValue_PBinaryPhysicalOperator = 30
	PBinaryRelOpValue_EQ_US                         PBinaryRelOpValue_PBinaryPhysicalOperator = 31
	PBinaryRelOpValue_EQ_UV                         PBinaryRelOpValue_PBinaryPhysicalOperator = 32
	PBinaryRelOpValue_EQ_VU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 33
	PBinaryRelOpValue_EQ_VV                         PBinaryRelOpValue_PBinaryPhysicalOperator = 34
	PBinaryRelOpValue_NEQ_BU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 35
	PBinaryRelOpValue_NEQ_BB                        PBinaryRelOpValue_PBinaryPhysicalOperator = 36
	PBinaryRelOpValue_NEQ_IU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 37
	PBinaryRelOpValue_NEQ_II                        PBinaryRelOpValue_PBinaryPhysicalOperator = 38
	PBinaryRelOpValue_NEQ_IL                        PBinaryRelOpValue_PBinaryPhysicalOperator = 39
	PBinaryRelOpValue_NEQ_IF                        PBinaryRelOpValue_PBinaryPhysicalOperator = 40
	PBinaryRelOpValue_NEQ_ID                        PBinaryRelOpValue_PBinaryPhysicalOperator = 41
	PBinaryRelOpValue_NEQ_LU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 42
	PBinaryRelOpValue_NEQ_LI                        PBinaryRelOpValue_PBinaryPhysicalOperator = 43
	PBinaryRelOpValue_NEQ_LL                        PBinaryRelOpValue_PBinaryPhysicalOperator = 44
	PBinaryRelOpValue_NEQ_LF                        PBinaryRelOpValue_PBinaryPhysicalOperator = 45
	PBinaryRelOpValue_NEQ_LD                        PBinaryRelOpValue_PBinaryPhysicalOperator = 46
	PBinaryRelOpValue_NEQ_FU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 47
	PBinaryRelOpValue_NEQ_FI                        PBinaryRelOpValue_PBinaryPhysicalOperator = 48
	PBinaryRelOpValue_NEQ_FL                        PBinaryRelOpValue_PBinaryPhysicalOperator = 49
	PBinaryRelOpValue_NEQ_FF                        PBinaryRelOpValue_PBinaryPhysicalOperator = 50
	PBinaryRelOpValue_NEQ_FD                        PBinaryRelOpValue_PBinaryPhysicalOperator = 51
	PBinaryRelOpValue_NEQ_DU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 52
	PBinaryRelOpValue_NEQ_DI                        PBinaryRelOpValue_PBinaryPhysicalOperator = 53
	PBinaryRelOpValue_NEQ_DL                        PBinaryRelOpValue_PBinaryPhysicalOperator = 54
	PBinaryRelOpValue_NEQ_DF                        PBinaryRelOpValue_PBinaryPhysicalOperator = 55
	PBinaryRelOpValue_NEQ_DD                        PBinaryRelOpValue_PBinaryPhysicalOperator = 56
	PBinaryRelOpValue_NEQ_SU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 57
	PBinaryRelOpValue_NEQ_SS                        PBinaryRelOpValue_PBinaryPhysicalOperator = 58
	PBinaryRelOpValue_NEQ_UU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 59
	PBinaryRelOpValue_NEQ_UB                        PBinaryRelOpValue_PBinaryPhysicalOperator = 60
	PBinaryRelOpValue_NEQ_UI                        PBinaryRelOpValue_PBinaryPhysicalOperator = 61
	PBinaryRelOpValue_NEQ_UL                        PBinaryRelOpValue_PBinaryPhysicalOperator = 62
	PBinaryRelOpValue_NEQ_UF                        PBinaryRelOpValue_PBinaryPhysicalOperator = 63
	PBinaryRelOpValue_NEQ_UD                        PBinaryRelOpValue_PBinaryPhysicalOperator = 64
	PBinaryRelOpValue_NEQ_US                        PBinaryRelOpValue_PBinaryPhysicalOperator = 65
	PBinaryRelOpValue_NEQ_UV                        PBinaryRelOpValue_PBinaryPhysicalOperator = 66
	PBinaryRelOpValue_NEQ_VU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 67
	PBinaryRelOpValue_NEQ_VV                        PBinaryRelOpValue_PBinaryPhysicalOperator = 68
	PBinaryRelOpValue_LT_IU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 69
	PBinaryRelOpValue_LT_II                         PBinaryRelOpValue_PBinaryPhysicalOperator = 70
	PBinaryRelOpValue_LT_IL                         PBinaryRelOpValue_PBinaryPhysicalOperator = 71
	PBinaryRelOpValue_LT_IF                         PBinaryRelOpValue_PBinaryPhysicalOperator = 72
	PBinaryRelOpValue_LT_ID                         PBinaryRelOpValue_PBinaryPhysicalOperator = 73
	PBinaryRelOpValue_LT_LU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 74
	PBinaryRelOpValue_LT_LI                         PBinaryRelOpValue_PBinaryPhysicalOperator = 75
	PBinaryRelOpValue_LT_LL                         PBinaryRelOpValue_PBinaryPhysicalOperator = 76
	PBinaryRelOpValue_LT_LF                         PBinaryRelOpValue_PBinaryPhysicalOperator = 77
	PBinaryRelOpValue_LT_LD                         PBinaryRelOpValue_PBinaryPhysicalOperator = 78
	PBinaryRelOpValue_LT_FU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 79
	PBinaryRelOpValue_LT_FI                         PBinaryRelOpValue_PBinaryPhysicalOperator = 80
	PBinaryRelOpValue_LT_FL                         PBinaryRelOpValue_PBinaryPhysicalOperator = 81
	PBinaryRelOpValue_LT_FF                         PBinaryRelOpValue_PBinaryPhysicalOperator = 82
	PBinaryRelOpValue_LT_FD                         PBinaryRelOpValue_PBinaryPhysicalOperator = 83
	PBinaryRelOpValue_LT_DU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 84
	PBinaryRelOpValue_LT_DI                         PBinaryRelOpValue_PBinaryPhysicalOperator = 85
	PBinaryRelOpValue_LT_DL                         PBinaryRelOpValue_PBinaryPhysicalOperator = 86
	PBinaryRelOpValue_LT_DF                         PBinaryRelOpValue_PBinaryPhysicalOperator = 87
	PBinaryRelOpValue_LT_DD                         PBinaryRelOpValue_PBinaryPhysicalOperator = 88
	PBinaryRelOpValue_LT_SU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 89
	PBinaryRelOpValue_LT_SS                         PBinaryRelOpValue_PBinaryPhysicalOperator = 90
	PBinaryRelOpValue_LT_UU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 91
	PBinaryRelOpValue_LT_UB                         PBinaryRelOpValue_PBinaryPhysicalOperator = 92
	PBinaryRelOpValue_LT_UI                         PBinaryRelOpValue_PBinaryPhysicalOperator = 93
	PBinaryRelOpValue_LT_UL                         PBinaryRelOpValue_PBinaryPhysicalOperator = 94
	PBinaryRelOpValue_LT_UF                         PBinaryRelOpValue_PBinaryPhysicalOperator = 95
	PBinaryRelOpValue_LT_UD                         PBinaryRelOpValue_PBinaryPhysicalOperator = 96
	PBinaryRelOpValue_LT_US                         PBinaryRelOpValue_PBinaryPhysicalOperator = 97
	PBinaryRelOpValue_LT_UV                         PBinaryRelOpValue_PBinaryPhysicalOperator = 98
	PBinaryRelOpValue_LT_VU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 99
	PBinaryRelOpValue_LT_VV                         PBinaryRelOpValue_PBinaryPhysicalOperator = 100
	PBinaryRelOpValue_LTE_IU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 101
	PBinaryRelOpValue_LTE_II                        PBinaryRelOpValue_PBinaryPhysicalOperator = 102
	PBinaryRelOpValue_LTE_IL                        PBinaryRelOpValue_PBinaryPhysicalOperator = 103
	PBinaryRelOpValue_LTE_IF                        PBinaryRelOpValue_PBinaryPhysicalOperator = 104
	PBinaryRelOpValue_LTE_ID                        PBinaryRelOpValue_PBinaryPhysicalOperator = 105
	PBinaryRelOpValue_LTE_LU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 106
	PBinaryRelOpValue_LTE_LI                        PBinaryRelOpValue_PBinaryPhysicalOperator = 107
	PBinaryRelOpValue_LTE_LL                        PBinaryRelOpValue_PBinaryPhysicalOperator = 108
	PBinaryRelOpValue_LTE_LF                        PBinaryRelOpValue_PBinaryPhysicalOperator = 109
	PBinaryRelOpValue_LTE_LD                        PBinaryRelOpValue_PBinaryPhysicalOperator = 110
	PBinaryRelOpValue_LTE_FU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 111
	PBinaryRelOpValue_LTE_FI                        PBinaryRelOpValue_PBinaryPhysicalOperator = 112
	PBinaryRelOpValue_LTE_FL                        PBinaryRelOpValue_PBinaryPhysicalOperator = 113
	PBinaryRelOpValue_LTE_FF                        PBinaryRelOpValue_PBinaryPhysicalOperator = 114
	PBinaryRelOpValue_LTE_FD                        PBinaryRelOpValue_PBinaryPhysicalOperator = 115
	PBinaryRelOpValue_LTE_DU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 116
	PBinaryRelOpValue_LTE_DI                        PBinaryRelOpValue_PBinaryPhysicalOperator = 117
	PBinaryRelOpValue_LTE_DL                        PBinaryRelOpValue_PBinaryPhysicalOperator = 118
	PBinaryRelOpValue_LTE_DF                        PBinaryRelOpValue_PBinaryPhysicalOperator = 119
	PBinaryRelOpValue_LTE_DD                        PBinaryRelOpValue_PBinaryPhysicalOperator = 120
	PBinaryRelOpValue_LTE_SU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 121
	PBinaryRelOpValue_LTE_SS                        PBinaryRelOpValue_PBinaryPhysicalOperator = 122
	PBinaryRelOpValue_LTE_UU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 123
	PBinaryRelOpValue_LTE_UB                        PBinaryRelOpValue_PBinaryPhysicalOperator = 124
	PBinaryRelOpValue_LTE_UI                        PBinaryRelOpValue_PBinaryPhysicalOperator = 125
	PBinaryRelOpValue_LTE_UL                        PBinaryRelOpValue_PBinaryPhysicalOperator = 126
	PBinaryRelOpValue_LTE_UF                        PBinaryRelOpValue_PBinaryPhysicalOperator = 127
	PBinaryRelOpValue_LTE_UD                        PBinaryRelOpValue_PBinaryPhysicalOperator = 128
	PBinaryRelOpValue_LTE_US                        PBinaryRelOpValue_PBinaryPhysicalOperator = 129
	PBinaryRelOpValue_LTE_UV                        PBinaryRelOpValue_PBinaryPhysicalOperator = 130
	PBinaryRelOpValue_LTE_VU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 131
	PBinaryRelOpValue_LTE_VV                        PBinaryRelOpValue_PBinaryPhysicalOperator = 132
	PBinaryRelOpValue_GT_IU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 133
	PBinaryRelOpValue_GT_II                         PBinaryRelOpValue_PBinaryPhysicalOperator = 134
	PBinaryRelOpValue_GT_IL                         PBinaryRelOpValue_PBinaryPhysicalOperator = 135
	PBinaryRelOpValue_GT_IF                         PBinaryRelOpValue_PBinaryPhysicalOperator = 136
	PBinaryRelOpValue_GT_ID                         PBinaryRelOpValue_PBinaryPhysicalOperator = 137
	PBinaryRelOpValue_GT_LU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 138
	PBinaryRelOpValue_GT_LI                         PBinaryRelOpValue_PBinaryPhysicalOperator = 139
	PBinaryRelOpValue_GT_LL                         PBinaryRelOpValue_PBinaryPhysicalOperator = 140
	PBinaryRelOpValue_GT_LF                         PBinaryRelOpValue_PBinaryPhysicalOperator = 141
	PBinaryRelOpValue_GT_LD                         PBinaryRelOpValue_PBinaryPhysicalOperator = 142
	PBinaryRelOpValue_GT_FU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 143
	PBinaryRelOpValue_GT_FI                         PBinaryRelOpValue_PBinaryPhysicalOperator = 144
	PBinaryRelOpValue_GT_FL                         PBinaryRelOpValue_PBinaryPhysicalOperator = 145
	PBinaryRelOpValue_GT_FF                         PBinaryRelOpValue_PBinaryPhysicalOperator = 146
	PBinaryRelOpValue_GT_FD                         PBinaryRelOpValue_PBinaryPhysicalOperator = 147
	PBinaryRelOpValue_GT_DU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 148
	PBinaryRelOpValue_GT_DI                         PBinaryRelOpValue_PBinaryPhysicalOperator = 149
	PBinaryRelOpValue_GT_DL                         PBinaryRelOpValue_PBinaryPhysicalOperator = 150
	PBinaryRelOpValue_GT_DF                         PBinaryRelOpValue_PBinaryPhysicalOperator = 151
	PBinaryRelOpValue_GT_DD                         PBinaryRelOpValue_PBinaryPhysicalOperator = 152
	PBinaryRelOpValue_GT_SU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 153
	PBinaryRelOpValue_GT_SS                         PBinaryRelOpValue_PBinaryPhysicalOperator = 154
	PBinaryRelOpValue_GT_UU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 155
	PBinaryRelOpValue_GT_UB                         PBinaryRelOpValue_PBinaryPhysicalOperator = 156
	PBinaryRelOpValue_GT_UI                         PBinaryRelOpValue_PBinaryPhysicalOperator = 157
	PBinaryRelOpValue_GT_UL                         PBinaryRelOpValue_PBinaryPhysicalOperator = 158
	PBinaryRelOpValue_GT_UF                         PBinaryRelOpValue_PBinaryPhysicalOperator = 159
	PBinaryRelOpValue_GT_UD                         PBinaryRelOpValue_PBinaryPhysicalOperator = 160
	PBinaryRelOpValue_GT_US                         PBinaryRelOpValue_PBinaryPhysicalOperator = 161
	PBinaryRelOpValue_GT_UV                         PBinaryRelOpValue_PBinaryPhysicalOperator = 162
	PBinaryRelOpValue_GT_VU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 163
	PBinaryRelOpValue_GT_VV                         PBinaryRelOpValue_PBinaryPhysicalOperator = 164
	PBinaryRelOpValue_GTE_IU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 165
	PBinaryRelOpValue_GTE_II                        PBinaryRelOpValue_PBinaryPhysicalOperator = 166
	PBinaryRelOpValue_GTE_IL                        PBinaryRelOpValue_PBinaryPhysicalOperator = 167
	PBinaryRelOpValue_GTE_IF                        PBinaryRelOpValue_PBinaryPhysicalOperator = 168
	PBinaryRelOpValue_GTE_ID                        PBinaryRelOpValue_PBinaryPhysicalOperator = 169
	PBinaryRelOpValue_GTE_LU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 170
	PBinaryRelOpValue_GTE_LI                        PBinaryRelOpValue_PBinaryPhysicalOperator = 171
	PBinaryRelOpValue_GTE_LL                        PBinaryRelOpValue_PBinaryPhysicalOperator = 172
	PBinaryRelOpValue_GTE_LF                        PBinaryRelOpValue_PBinaryPhysicalOperator = 173
	PBinaryRelOpValue_GTE_LD                        PBinaryRelOpValue_PBinaryPhysicalOperator = 174
	PBinaryRelOpValue_GTE_FU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 175
	PBinaryRelOpValue_GTE_FI                        PBinaryRelOpValue_PBinaryPhysicalOperator = 176
	PBinaryRelOpValue_GTE_FL                        PBinaryRelOpValue_PBinaryPhysicalOperator = 177
	PBinaryRelOpValue_GTE_FF                        PBinaryRelOpValue_PBinaryPhysicalOperator = 178
	PBinaryRelOpValue_GTE_FD                        PBinaryRelOpValue_PBinaryPhysicalOperator = 179
	PBinaryRelOpValue_GTE_DU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 180
	PBinaryRelOpValue_GTE_DI                        PBinaryRelOpValue_PBinaryPhysicalOperator = 181
	PBinaryRelOpValue_GTE_DL                        PBinaryRelOpValue_PBinaryPhysicalOperator = 182
	PBinaryRelOpValue_GTE_DF                        PBinaryRelOpValue_PBinaryPhysicalOperator = 183
	PBinaryRelOpValue_GTE_DD                        PBinaryRelOpValue_PBinaryPhysicalOperator = 184
	PBinaryRelOpValue_GTE_SU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 185
	PBinaryRelOpValue_GTE_SS                        PBinaryRelOpValue_PBinaryPhysicalOperator = 186
	PBinaryRelOpValue_GTE_UU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 187
	PBinaryRelOpValue_GTE_UB                        PBinaryRelOpValue_PBinaryPhysicalOperator = 188
	PBinaryRelOpValue_GTE_UI                        PBinaryRelOpValue_PBinaryPhysicalOperator = 189
	PBinaryRelOpValue_GTE_UL                        PBinaryRelOpValue_PBinaryPhysicalOperator = 190
	PBinaryRelOpValue_GTE_UF                        PBinaryRelOpValue_PBinaryPhysicalOperator = 191
	PBinaryRelOpValue_GTE_UD                        PBinaryRelOpValue_PBinaryPhysicalOperator = 192
	PBinaryRelOpValue_GTE_US                        PBinaryRelOpValue_PBinaryPhysicalOperator = 193
	PBinaryRelOpValue_GTE_UV                        PBinaryRelOpValue_PBinaryPhysicalOperator = 194
	PBinaryRelOpValue_GTE_VU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 195
	PBinaryRelOpValue_GTE_VV                        PBinaryRelOpValue_PBinaryPhysicalOperator = 196
	PBinaryRelOpValue_EQ_BYU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 197
	PBinaryRelOpValue_EQ_BYBY                       PBinaryRelOpValue_PBinaryPhysicalOperator = 198
	PBinaryRelOpValue_EQ_UBY                        PBinaryRelOpValue_PBinaryPhysicalOperator = 199
	PBinaryRelOpValue_NEQ_BYU                       PBinaryRelOpValue_PBinaryPhysicalOperator = 200
	PBinaryRelOpValue_NEQ_BYBY                      PBinaryRelOpValue_PBinaryPhysicalOperator = 201
	PBinaryRelOpValue_NEQ_UBY                       PBinaryRelOpValue_PBinaryPhysicalOperator = 202
	PBinaryRelOpValue_LT_BYU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 203
	PBinaryRelOpValue_LT_BYBY                       PBinaryRelOpValue_PBinaryPhysicalOperator = 204
	PBinaryRelOpValue_LTE_BYU                       PBinaryRelOpValue_PBinaryPhysicalOperator = 205
	PBinaryRelOpValue_LTE_BYBY                      PBinaryRelOpValue_PBinaryPhysicalOperator = 206
	PBinaryRelOpValue_GT_BYU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 207
	PBinaryRelOpValue_GT_BYBY                       PBinaryRelOpValue_PBinaryPhysicalOperator = 208
	PBinaryRelOpValue_GTE_BYU                       PBinaryRelOpValue_PBinaryPhysicalOperator = 209
	PBinaryRelOpValue_GTE_BYBY                      PBinaryRelOpValue_PBinaryPhysicalOperator = 210
	PBinaryRelOpValue_EQ_EE                         PBinaryRelOpValue_PBinaryPhysicalOperator = 211
	PBinaryRelOpValue_EQ_ES                         PBinaryRelOpValue_PBinaryPhysicalOperator = 212
	PBinaryRelOpValue_EQ_SE                         PBinaryRelOpValue_PBinaryPhysicalOperator = 213
	PBinaryRelOpValue_EQ_EU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 214
	PBinaryRelOpValue_EQ_UE                         PBinaryRelOpValue_PBinaryPhysicalOperator = 215
	PBinaryRelOpValue_NEQ_EE                        PBinaryRelOpValue_PBinaryPhysicalOperator = 216
	PBinaryRelOpValue_NEQ_ES                        PBinaryRelOpValue_PBinaryPhysicalOperator = 217
	PBinaryRelOpValue_NEQ_SE                        PBinaryRelOpValue_PBinaryPhysicalOperator = 218
	PBinaryRelOpValue_NEQ_EU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 219
	PBinaryRelOpValue_NEQ_UE                        PBinaryRelOpValue_PBinaryPhysicalOperator = 220
	PBinaryRelOpValue_LT_EE                         PBinaryRelOpValue_PBinaryPhysicalOperator = 221
	PBinaryRelOpValue_LT_ES                         PBinaryRelOpValue_PBinaryPhysicalOperator = 222
	PBinaryRelOpValue_LT_SE                         PBinaryRelOpValue_PBinaryPhysicalOperator = 223
	PBinaryRelOpValue_LT_EU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 224
	PBinaryRelOpValue_LT_UE                         PBinaryRelOpValue_PBinaryPhysicalOperator = 225
	PBinaryRelOpValue_LTE_EE                        PBinaryRelOpValue_PBinaryPhysicalOperator = 226
	PBinaryRelOpValue_LTE_ES                        PBinaryRelOpValue_PBinaryPhysicalOperator = 227
	PBinaryRelOpValue_LTE_SE                        PBinaryRelOpValue_PBinaryPhysicalOperator = 228
	PBinaryRelOpValue_LTE_EU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 229
	PBinaryRelOpValue_LTE_UE                        PBinaryRelOpValue_PBinaryPhysicalOperator = 230
	PBinaryRelOpValue_GT_EE                         PBinaryRelOpValue_PBinaryPhysicalOperator = 231
	PBinaryRelOpValue_GT_ES                         PBinaryRelOpValue_PBinaryPhysicalOperator = 232
	PBinaryRelOpValue_GT_SE                         PBinaryRelOpValue_PBinaryPhysicalOperator = 233
	PBinaryRelOpValue_GT_EU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 234
	PBinaryRelOpValue_GT_UE                         PBinaryRelOpValue_PBinaryPhysicalOperator = 235
	PBinaryRelOpValue_GTE_EE                        PBinaryRelOpValue_PBinaryPhysicalOperator = 236
	PBinaryRelOpValue_GTE_ES                        PBinaryRelOpValue_PBinaryPhysicalOperator = 237
	PBinaryRelOpValue_GTE_SE                        PBinaryRelOpValue_PBinaryPhysicalOperator = 238
	PBinaryRelOpValue_GTE_EU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 239
	PBinaryRelOpValue_GTE_UE                        PBinaryRelOpValue_PBinaryPhysicalOperator = 240
	PBinaryRelOpValue_EQ_IDID                       PBinaryRelOpValue_PBinaryPhysicalOperator = 241
	PBinaryRelOpValue_EQ_IDS                        PBinaryRelOpValue_PBinaryPhysicalOperator = 242
	PBinaryRelOpValue_EQ_SID                        PBinaryRelOpValue_PBinaryPhysicalOperator = 243
	PBinaryRelOpValue_EQ_UID                        PBinaryRelOpValue_PBinaryPhysicalOperator = 244
	PBinaryRelOpValue_EQ_IDU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 245
	PBinaryRelOpValue_NEQ_IDID                      PBinaryRelOpValue_PBinaryPhysicalOperator = 246
	PBinaryRelOpValue_NEQ_IDS                       PBinaryRelOpValue_PBinaryPhysicalOperator = 247
	PBinaryRelOpValue_NEQ_SID                       PBinaryRelOpValue_PBinaryPhysicalOperator = 248
	PBinaryRelOpValue_NEQ_UID                       PBinaryRelOpValue_PBinaryPhysicalOperator = 249
	PBinaryRelOpValue_NEQ_IDU                       PBinaryRelOpValue_PBinaryPhysicalOperator = 250
	PBinaryRelOpValue_LT_IDID                       PBinaryRelOpValue_PBinaryPhysicalOperator = 251
	PBinaryRelOpValue_LT_IDS                        PBinaryRelOpValue_PBinaryPhysicalOperator = 252
	PBinaryRelOpValue_LT_SID                        PBinaryRelOpValue_PBinaryPhysicalOperator = 253
	PBinaryRelOpValue_LT_UID                        PBinaryRelOpValue_PBinaryPhysicalOperator = 254
	PBinaryRelOpValue_LT_IDU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 255
	PBinaryRelOpValue_LTE_IDID                      PBinaryRelOpValue_PBinaryPhysicalOperator = 256
	PBinaryRelOpValue_LTE_IDS                       PBinaryRelOpValue_PBinaryPhysicalOperator = 257
	PBinaryRelOpValue_LTE_SID                       PBinaryRelOpValue_PBinaryPhysicalOperator = 258
	PBinaryRelOpValue_LTE_UID                       PBinaryRelOpValue_PBinaryPhysicalOperator = 259
	PBinaryRelOpValue_LTE_IDU                       PBinaryRelOpValue_PBinaryPhysicalOperator = 260
	PBinaryRelOpValue_GT_IDID                       PBinaryRelOpValue_PBinaryPhysicalOperator = 261
	PBinaryRelOpValue_GT_IDS                        PBinaryRelOpValue_PBinaryPhysicalOperator = 262
	PBinaryRelOpValue_GT_SID                        PBinaryRelOpValue_PBinaryPhysicalOperator = 263
	PBinaryRelOpValue_GT_UID                        PBinaryRelOpValue_PBinaryPhysicalOperator = 264
	PBinaryRelOpValue_GT_IDU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 265
	PBinaryRelOpValue_GTE_IDID                      PBinaryRelOpValue_PBinaryPhysicalOperator = 266
	PBinaryRelOpValue_GTE_IDS                       PBinaryRelOpValue_PBinaryPhysicalOperator = 267
	PBinaryRelOpValue_GTE_SID                       PBinaryRelOpValue_PBinaryPhysicalOperator = 268
	PBinaryRelOpValue_GTE_UID                       PBinaryRelOpValue_PBinaryPhysicalOperator = 269
	PBinaryRelOpValue_GTE_IDU                       PBinaryRelOpValue_PBinaryPhysicalOperator = 270
	PBinaryRelOpValue_EQ_BN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 271
	PBinaryRelOpValue_EQ_IN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 272
	PBinaryRelOpValue_EQ_LN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 273
	PBinaryRelOpValue_EQ_FN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 274
	PBinaryRelOpValue_EQ_DN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 275
	PBinaryRelOpValue_EQ_SN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 276
	PBinaryRelOpValue_EQ_NN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 277
	PBinaryRelOpValue_EQ_NU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 278
	PBinaryRelOpValue_EQ_UN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 279
	PBinaryRelOpValue_EQ_NB                         PBinaryRelOpValue_PBinaryPhysicalOperator = 280
	PBinaryRelOpValue_EQ_NI                         PBinaryRelOpValue_PBinaryPhysicalOperator = 281
	PBinaryRelOpValue_EQ_NL                         PBinaryRelOpValue_PBinaryPhysicalOperator = 282
	PBinaryRelOpValue_EQ_NF                         PBinaryRelOpValue_PBinaryPhysicalOperator = 283
	PBinaryRelOpValue_EQ_ND                         PBinaryRelOpValue_PBinaryPhysicalOperator = 284
	PBinaryRelOpValue_EQ_NS                         PBinaryRelOpValue_PBinaryPhysicalOperator = 285
	PBinaryRelOpValue_EQ_NV                         PBinaryRelOpValue_PBinaryPhysicalOperator = 286
	PBinaryRelOpValue_EQ_VN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 287
	PBinaryRelOpValue_NEQ_BN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 288
	PBinaryRelOpValue_NEQ_IN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 289
	PBinaryRelOpValue_NEQ_LN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 290
	PBinaryRelOpValue_NEQ_FN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 291
	PBinaryRelOpValue_NEQ_DN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 292
	PBinaryRelOpValue_NEQ_SN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 293
	PBinaryRelOpValue_NEQ_NN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 294
	PBinaryRelOpValue_NEQ_UN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 295
	PBinaryRelOpValue_NEQ_NU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 296
	PBinaryRelOpValue_NEQ_NB                        PBinaryRelOpValue_PBinaryPhysicalOperator = 297
	PBinaryRelOpValue_NEQ_NI                        PBinaryRelOpValue_PBinaryPhysicalOperator = 298
	PBinaryRelOpValue_NEQ_NL                        PBinaryRelOpValue_PBinaryPhysicalOperator = 299
	PBinaryRelOpValue_NEQ_NF                        PBinaryRelOpValue_PBinaryPhysicalOperator = 300
	PBinaryRelOpValue_NEQ_ND                        PBinaryRelOpValue_PBinaryPhysicalOperator = 301
	PBinaryRelOpValue_NEQ_NS                        PBinaryRelOpValue_PBinaryPhysicalOperator = 302
	PBinaryRelOpValue_NEQ_NV                        PBinaryRelOpValue_PBinaryPhysicalOperator = 303
	PBinaryRelOpValue_NEQ_VN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 304
	PBinaryRelOpValue_LT_IN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 305
	PBinaryRelOpValue_LT_LN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 306
	PBinaryRelOpValue_LT_FN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 307
	PBinaryRelOpValue_LT_DN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 308
	PBinaryRelOpValue_LT_SN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 309
	PBinaryRelOpValue_LT_NN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 310
	PBinaryRelOpValue_LT_UN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 311
	PBinaryRelOpValue_LT_NU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 312
	PBinaryRelOpValue_LT_NB                         PBinaryRelOpValue_PBinaryPhysicalOperator = 313
	PBinaryRelOpValue_LT_NI                         PBinaryRelOpValue_PBinaryPhysicalOperator = 314
	PBinaryRelOpValue_LT_NL                         PBinaryRelOpValue_PBinaryPhysicalOperator = 315
	PBinaryRelOpValue_LT_NF                         PBinaryRelOpValue_PBinaryPhysicalOperator = 316
	PBinaryRelOpValue_LT_ND                         PBinaryRelOpValue_PBinaryPhysicalOperator = 317
	PBinaryRelOpValue_LT_NS                         PBinaryRelOpValue_PBinaryPhysicalOperator = 318
	PBinaryRelOpValue_LT_NV                         PBinaryRelOpValue_PBinaryPhysicalOperator = 319
	PBinaryRelOpValue_LT_VN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 320
	PBinaryRelOpValue_LTE_IN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 321
	PBinaryRelOpValue_LTE_LN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 322
	PBinaryRelOpValue_LTE_FN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 323
	PBinaryRelOpValue_LTE_DN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 324
	PBinaryRelOpValue_LTE_SN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 325
	PBinaryRelOpValue_LTE_NN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 326
	PBinaryRelOpValue_LTE_UN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 327
	PBinaryRelOpValue_LTE_NU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 328
	PBinaryRelOpValue_LTE_NB                        PBinaryRelOpValue_PBinaryPhysicalOperator = 329
	PBinaryRelOpValue_LTE_NI                        PBinaryRelOpValue_PBinaryPhysicalOperator = 330
	PBinaryRelOpValue_LTE_NL                        PBinaryRelOpValue_PBinaryPhysicalOperator = 331
	PBinaryRelOpValue_LTE_NF                        PBinaryRelOpValue_PBinaryPhysicalOperator = 332
	PBinaryRelOpValue_LTE_ND                        PBinaryRelOpValue_PBinaryPhysicalOperator = 333
	PBinaryRelOpValue_LTE_NS                        PBinaryRelOpValue_PBinaryPhysicalOperator = 334
	PBinaryRelOpValue_LTE_NV                        PBinaryRelOpValue_PBinaryPhysicalOperator = 335
	PBinaryRelOpValue_LTE_VN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 336
	PBinaryRelOpValue_GT_IN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 337
	PBinaryRelOpValue_GT_LN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 338
	PBinaryRelOpValue_GT_FN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 339
	PBinaryRelOpValue_GT_DN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 340
	PBinaryRelOpValue_GT_SN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 341
	PBinaryRelOpValue_GT_NN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 342
	PBinaryRelOpValue_GT_UN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 343
	PBinaryRelOpValue_GT_NU                         PBinaryRelOpValue_PBinaryPhysicalOperator = 344
	PBinaryRelOpValue_GT_NB                         PBinaryRelOpValue_PBinaryPhysicalOperator = 345
	PBinaryRelOpValue_GT_NI                         PBinaryRelOpValue_PBinaryPhysicalOperator = 346
	PBinaryRelOpValue_GT_NL                         PBinaryRelOpValue_PBinaryPhysicalOperator = 347
	PBinaryRelOpValue_GT_NF                         PBinaryRelOpValue_PBinaryPhysicalOperator = 348
	PBinaryRelOpValue_GT_ND                         PBinaryRelOpValue_PBinaryPhysicalOperator = 349
	PBinaryRelOpValue_GT_NS                         PBinaryRelOpValue_PBinaryPhysicalOperator = 350
	PBinaryRelOpValue_GT_NV                         PBinaryRelOpValue_PBinaryPhysicalOperator = 351
	PBinaryRelOpValue_GT_VN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 352
	PBinaryRelOpValue_GTE_IN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 353
	PBinaryRelOpValue_GTE_LN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 354
	PBinaryRelOpValue_GTE_FN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 355
	PBinaryRelOpValue_GTE_DN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 356
	PBinaryRelOpValue_GTE_SN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 357
	PBinaryRelOpValue_GTE_NN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 358
	PBinaryRelOpValue_GTE_NU                        PBinaryRelOpValue_PBinaryPhysicalOperator = 359
	PBinaryRelOpValue_GTE_UN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 360
	PBinaryRelOpValue_GTE_NB                        PBinaryRelOpValue_PBinaryPhysicalOperator = 361
	PBinaryRelOpValue_GTE_NI                        PBinaryRelOpValue_PBinaryPhysicalOperator = 362
	PBinaryRelOpValue_GTE_NL                        PBinaryRelOpValue_PBinaryPhysicalOperator = 363
	PBinaryRelOpValue_GTE_NF                        PBinaryRelOpValue_PBinaryPhysicalOperator = 364
	PBinaryRelOpValue_GTE_ND                        PBinaryRelOpValue_PBinaryPhysicalOperator = 365
	PBinaryRelOpValue_GTE_NS                        PBinaryRelOpValue_PBinaryPhysicalOperator = 366
	PBinaryRelOpValue_GTE_NV                        PBinaryRelOpValue_PBinaryPhysicalOperator = 367
	PBinaryRelOpValue_GTE_VN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 368
	PBinaryRelOpValue_EQ_BYN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 369
	PBinaryRelOpValue_EQ_NBY                        PBinaryRelOpValue_PBinaryPhysicalOperator = 370
	PBinaryRelOpValue_NEQ_BYN                       PBinaryRelOpValue_PBinaryPhysicalOperator = 371
	PBinaryRelOpValue_NEQ_NBY                       PBinaryRelOpValue_PBinaryPhysicalOperator = 372
	PBinaryRelOpValue_LT_BYN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 373
	PBinaryRelOpValue_LTE_BYN                       PBinaryRelOpValue_PBinaryPhysicalOperator = 374
	PBinaryRelOpValue_GT_BYN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 375
	PBinaryRelOpValue_GTE_BYN                       PBinaryRelOpValue_PBinaryPhysicalOperator = 376
	PBinaryRelOpValue_EQ_EN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 377
	PBinaryRelOpValue_EQ_NE                         PBinaryRelOpValue_PBinaryPhysicalOperator = 378
	PBinaryRelOpValue_NEQ_EN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 379
	PBinaryRelOpValue_NEQ_NE                        PBinaryRelOpValue_PBinaryPhysicalOperator = 380
	PBinaryRelOpValue_LT_EN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 381
	PBinaryRelOpValue_LT_NE                         PBinaryRelOpValue_PBinaryPhysicalOperator = 382
	PBinaryRelOpValue_LTE_EN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 383
	PBinaryRelOpValue_LTE_NE                        PBinaryRelOpValue_PBinaryPhysicalOperator = 384
	PBinaryRelOpValue_GT_EN                         PBinaryRelOpValue_PBinaryPhysicalOperator = 385
	PBinaryRelOpValue_GT_NE                         PBinaryRelOpValue_PBinaryPhysicalOperator = 386
	PBinaryRelOpValue_GTE_EN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 387
	PBinaryRelOpValue_GTE_NE                        PBinaryRelOpValue_PBinaryPhysicalOperator = 388
	PBinaryRelOpValue_EQ_NID                        PBinaryRelOpValue_PBinaryPhysicalOperator = 389
	PBinaryRelOpValue_EQ_IDN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 390
	PBinaryRelOpValue_NEQ_NID                       PBinaryRelOpValue_PBinaryPhysicalOperator = 391
	PBinaryRelOpValue_NEQ_IDN                       PBinaryRelOpValue_PBinaryPhysicalOperator = 392
	PBinaryRelOpValue_LT_NID                        PBinaryRelOpValue_PBinaryPhysicalOperator = 393
	PBinaryRelOpValue_LT_IDN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 394
	PBinaryRelOpValue_LTE_NID                       PBinaryRelOpValue_PBinaryPhysicalOperator = 395
	PBinaryRelOpValue_LTE_IDN                       PBinaryRelOpValue_PBinaryPhysicalOperator = 396
	PBinaryRelOpValue_GT_NID                        PBinaryRelOpValue_PBinaryPhysicalOperator = 397
	PBinaryRelOpValue_GT_IDN                        PBinaryRelOpValue_PBinaryPhysicalOperator = 398
	PBinaryRelOpValue_GTE_NID                       PBinaryRelOpValue_PBinaryPhysicalOperator = 399
	PBinaryRelOpValue_GTE_IDN                       PBinaryRelOpValue_PBinaryPhysicalOperator = 400
	PBinaryRelOpValue_IS_DISTINCT_FROM_BN           PBinaryRelOpValue_PBinaryPhysicalOperator = 401
	PBinaryRelOpValue_IS_DISTINCT_FROM_BB           PBinaryRelOpValue_PBinaryPhysicalOperator = 402
	PBinaryRelOpValue_IS_DISTINCT_FROM_IN           PBinaryRelOpValue_PBinaryPhysicalOperator = 403
	PBinaryRelOpValue_IS_DISTINCT_FROM_II           PBinaryRelOpValue_PBinaryPhysicalOperator = 404
	PBinaryRelOpValue_IS_DISTINCT_FROM_IL           PBinaryRelOpValue_PBinaryPhysicalOperator = 405
	PBinaryRelOpValue_IS_DISTINCT_FROM_IF           PBinaryRelOpValue_PBinaryPhysicalOperator = 406
	PBinaryRelOpValue_IS_DISTINCT_FROM_ID           PBinaryRelOpValue_PBinaryPhysicalOperator = 407
	PBinaryRelOpValue_IS_DISTINCT_FROM_LN           PBinaryRelOpValue_PBinaryPhysicalOperator = 408
	PBinaryRelOpValue_IS_DISTINCT_FROM_LI           PBinaryRelOpValue_PBinaryPhysicalOperator = 409
	PBinaryRelOpValue_IS_DISTINCT_FROM_LL           PBinaryRelOpValue_PBinaryPhysicalOperator = 410
	PBinaryRelOpValue_IS_DISTINCT_FROM_LF           PBinaryRelOpValue_PBinaryPhysicalOperator = 411
	PBinaryRelOpValue_IS_DISTINCT_FROM_LD           PBinaryRelOpValue_PBinaryPhysicalOperator = 412
	PBinaryRelOpValue_IS_DISTINCT_FROM_FN           PBinaryRelOpValue_PBinaryPhysicalOperator = 413
	PBinaryRelOpValue_IS_DISTINCT_FROM_FI           PBinaryRelOpValue_PBinaryPhysicalOperator = 414
	PBinaryRelOpValue_IS_DISTINCT_FROM_FL           PBinaryRelOpValue_PBinaryPhysicalOperator = 415
	PBinaryRelOpValue_IS_DISTINCT_FROM_FF           PBinaryRelOpValue_PBinaryPhysicalOperator = 416
	PBinaryRelOpValue_IS_DISTINCT_FROM_FD           PBinaryRelOpValue_PBinaryPhysicalOperator = 417
	PBinaryRelOpValue_IS_DISTINCT_FROM_DN           PBinaryRelOpValue_PBinaryPhysicalOperator = 418
	PBinaryRelOpValue_IS_DISTINCT_FROM_DI           PBinaryRelOpValue_PBinaryPhysicalOperator = 419
	PBinaryRelOpValue_IS_DISTINCT_FROM_DL           PBinaryRelOpValue_PBinaryPhysicalOperator = 420
	PBinaryRelOpValue_IS_DISTINCT_FROM_DF           PBinaryRelOpValue_PBinaryPhysicalOperator = 421
	PBinaryRelOpValue_IS_DISTINCT_FROM_DD           PBinaryRelOpValue_PBinaryPhysicalOperator = 422
	PBinaryRelOpValue_IS_DISTINCT_FROM_SN           PBinaryRelOpValue_PBinaryPhysicalOperator = 423
	PBinaryRelOpValue_IS_DISTINCT_FROM_SS           PBinaryRelOpValue_PBinaryPhysicalOperator = 424
	PBinaryRelOpValue_IS_DISTINCT_FROM_NB           PBinaryRelOpValue_PBinaryPhysicalOperator = 425
	PBinaryRelOpValue_IS_DISTINCT_FROM_NI           PBinaryRelOpValue_PBinaryPhysicalOperator = 426
	PBinaryRelOpValue_IS_DISTINCT_FROM_NL           PBinaryRelOpValue_PBinaryPhysicalOperator = 427
	PBinaryRelOpValue_IS_DISTINCT_FROM_NF           PBinaryRelOpValue_PBinaryPhysicalOperator = 428
	PBinaryRelOpValue_IS_DISTINCT_FROM_ND           PBinaryRelOpValue_PBinaryPhysicalOperator = 429
	PBinaryRelOpValue_IS_DISTINCT_FROM_NS           PBinaryRelOpValue_PBinaryPhysicalOperator = 430
	PBinaryRelOpValue_IS_DISTINCT_FROM_NV           PBinaryRelOpValue_PBinaryPhysicalOperator = 431
	PBinaryRelOpValue_IS_DISTINCT_FROM_VN           PBinaryRelOpValue_PBinaryPhysicalOperator = 432
	PBinaryRelOpValue_IS_DISTINCT_FROM_VV           PBinaryRelOpValue_PBinaryPhysicalOperator = 433
	PBinaryRelOpValue_IS_DISTINCT_FROM_BYN          PBinaryRelOpValue_PBinaryPhysicalOperator = 434
	PBinaryRelOpValue_IS_DISTINCT_FROM_BYBY         PBinaryRelOpValue_PBinaryPhysicalOperator = 435
	PBinaryRelOpValue_IS_DISTINCT_FROM_NBY          PBinaryRelOpValue_PBinaryPhysicalOperator = 436
	PBinaryRelOpValue_IS_DISTINCT_FROM_EE           PBinaryRelOpValue_PBinaryPhysicalOperator = 437
	PBinaryRelOpValue_IS_DISTINCT_FROM_ES           PBinaryRelOpValue_PBinaryPhysicalOperator = 438
	PBinaryRelOpValue_IS_DISTINCT_FROM_SE           PBinaryRelOpValue_PBinaryPhysicalOperator = 439
	PBinaryRelOpValue_IS_DISTINCT_FROM_EN           PBinaryRelOpValue_PBinaryPhysicalOperator = 440
	PBinaryRelOpValue_IS_DISTINCT_FROM_NE           PBinaryRelOpValue_PBinaryPhysicalOperator = 441
	PBinaryRelOpValue_IS_DISTINCT_FROM_IDID         PBinaryRelOpValue_PBinaryPhysicalOperator = 442
	PBinaryRelOpValue_IS_DISTINCT_FROM_IDS          PBinaryRelOpValue_PBinaryPhysicalOperator = 443
	PBinaryRelOpValue_IS_DISTINCT_FROM_SID          PBinaryRelOpValue_PBinaryPhysicalOperator = 444
	PBinaryRelOpValue_IS_DISTINCT_FROM_NID          PBinaryRelOpValue_PBinaryPhysicalOperator = 445
	PBinaryRelOpValue_IS_DISTINCT_FROM_IDN          PBinaryRelOpValue_PBinaryPhysicalOperator = 446
	PBinaryRelOpValue_IS_DISTINCT_FROM_NN           PBinaryRelOpValue_PBinaryPhysicalOperator = 447
	PBinaryRelOpValue_NOT_DISTINCT_FROM_BN          PBinaryRelOpValue_PBinaryPhysicalOperator = 448
	PBinaryRelOpValue_NOT_DISTINCT_FROM_BB          PBinaryRelOpValue_PBinaryPhysicalOperator = 449
	PBinaryRelOpValue_NOT_DISTINCT_FROM_IN          PBinaryRelOpValue_PBinaryPhysicalOperator = 450
	PBinaryRelOpValue_NOT_DISTINCT_FROM_II          PBinaryRelOpValue_PBinaryPhysicalOperator = 451
	PBinaryRelOpValue_NOT_DISTINCT_FROM_IL          PBinaryRelOpValue_PBinaryPhysicalOperator = 452
	PBinaryRelOpValue_NOT_DISTINCT_FROM_IF          PBinaryRelOpValue_PBinaryPhysicalOperator = 453
	PBinaryRelOpValue_NOT_DISTINCT_FROM_ID          PBinaryRelOpValue_PBinaryPhysicalOperator = 454
	PBinaryRelOpValue_NOT_DISTINCT_FROM_LN          PBinaryRelOpValue_PBinaryPhysicalOperator = 455
	PBinaryRelOpValue_NOT_DISTINCT_FROM_LI          PBinaryRelOpValue_PBinaryPhysicalOperator = 456
	PBinaryRelOpValue_NOT_DISTINCT_FROM_LL          PBinaryRelOpValue_PBinaryPhysicalOperator = 457
	PBinaryRelOpValue_NOT_DISTINCT_FROM_LF          PBinaryRelOpValue_PBinaryPhysicalOperator = 458
	PBinaryRelOpValue_NOT_DISTINCT_FROM_LD          PBinaryRelOpValue_PBinaryPhysicalOperator = 459
	PBinaryRelOpValue_NOT_DISTINCT_FROM_FN          PBinaryRelOpValue_PBinaryPhysicalOperator = 460
	PBinaryRelOpValue_NOT_DISTINCT_FROM_FI          PBinaryRelOpValue_PBinaryPhysicalOperator = 461
	PBinaryRelOpValue_NOT_DISTINCT_FROM_FL          PBinaryRelOpValue_PBinaryPhysicalOperator = 462
	PBinaryRelOpValue_NOT_DISTINCT_FROM_FF          PBinaryRelOpValue_PBinaryPhysicalOperator = 463
	PBinaryRelOpValue_NOT_DISTINCT_FROM_FD          PBinaryRelOpValue_PBinaryPhysicalOperator = 464
	PBinaryRelOpValue_NOT_DISTINCT_FROM_DN          PBinaryRelOpValue_PBinaryPhysicalOperator = 465
	PBinaryRelOpValue_NOT_DISTINCT_FROM_DI          PBinaryRelOpValue_PBinaryPhysicalOperator = 466
	PBinaryRelOpValue_NOT_DISTINCT_FROM_DL          PBinaryRelOpValue_PBinaryPhysicalOperator = 467
	PBinaryRelOpValue_NOT_DISTINCT_FROM_DF          PBinaryRelOpValue_PBinaryPhysicalOperator = 468
	PBinaryRelOpValue_NOT_DISTINCT_FROM_DD          PBinaryRelOpValue_PBinaryPhysicalOperator = 469
	PBinaryRelOpValue_NOT_DISTINCT_FROM_SN          PBinaryRelOpValue_PBinaryPhysicalOperator = 470
	PBinaryRelOpValue_NOT_DISTINCT_FROM_SS          PBinaryRelOpValue_PBinaryPhysicalOperator = 471
	PBinaryRelOpValue_NOT_DISTINCT_FROM_NB          PBinaryRelOpValue_PBinaryPhysicalOperator = 472
	PBinaryRelOpValue_NOT_DISTINCT_FROM_NI          PBinaryRelOpValue_PBinaryPhysicalOperator = 473
	PBinaryRelOpValue_NOT_DISTINCT_FROM_NL          PBinaryRelOpValue_PBinaryPhysicalOperator = 474
	PBinaryRelOpValue_NOT_DISTINCT_FROM_NF          PBinaryRelOpValue_PBinaryPhysicalOperator = 475
	PBinaryRelOpValue_NOT_DISTINCT_FROM_ND          PBinaryRelOpValue_PBinaryPhysicalOperator = 476
	PBinaryRelOpValue_NOT_DISTINCT_FROM_NS          PBinaryRelOpValue_PBinaryPhysicalOperator = 477
	PBinaryRelOpValue_NOT_DISTINCT_FROM_NV          PBinaryRelOpValue_PBinaryPhysicalOperator = 478
	PBinaryRelOpValue_NOT_DISTINCT_FROM_VN          PBinaryRelOpValue_PBinaryPhysicalOperator = 479
	PBinaryRelOpValue_NOT_DISTINCT_FROM_VV          PBinaryRelOpValue_PBinaryPhysicalOperator = 480
	PBinaryRelOpValue_NOT_DISTINCT_FROM_BYN         PBinaryRelOpValue_PBinaryPhysicalOperator = 481
	PBinaryRelOpValue_NOT_DISTINCT_FROM_BYBY        PBinaryRelOpValue_PBinaryPhysicalOperator = 482
	PBinaryRelOpValue_NOT_DISTINCT_FROM_NBY         PBinaryRelOpValue_PBinaryPhysicalOperator = 483
	PBinaryRelOpValue_NOT_DISTINCT_FROM_EE          PBinaryRelOpValue_PBinaryPhysicalOperator = 484
	PBinaryRelOpValue_NOT_DISTINCT_FROM_ES          PBinaryRelOpValue_PBinaryPhysicalOperator = 485
	PBinaryRelOpValue_NOT_DISTINCT_FROM_SE          PBinaryRelOpValue_PBinaryPhysicalOperator = 486
	PBinaryRelOpValue_NOT_DISTINCT_FROM_EN          PBinaryRelOpValue_PBinaryPhysicalOperator = 487
	PBinaryRelOpValue_NOT_DISTINCT_FROM_NE          PBinaryRelOpValue_PBinaryPhysicalOperator = 488
	PBinaryRelOpValue_NOT_DISTINCT_FROM_IDID        PBinaryRelOpValue_PBinaryPhysicalOperator = 489
	PBinaryRelOpValue_NOT_DISTINCT_FROM_IDS         PBinaryRelOpValue_PBinaryPhysicalOperator = 490
	PBinaryRelOpValue_NOT_DISTINCT_FROM_SID         PBinaryRelOpValue_PBinaryPhysicalOperator = 491
	PBinaryRelOpValue_NOT_DISTINCT_FROM_NID         PBinaryRelOpValue_PBinaryPhysicalOperator = 492
	PBinaryRelOpValue_NOT_DISTINCT_FROM_IDN         PBinaryRelOpValue_PBinaryPhysicalOperator = 493
	PBinaryRelOpValue_NOT_DISTINCT_FROM_NN          PBinaryRelOpValue_PBinaryPhysicalOperator = 494
	PBinaryRelOpValue_EQ_VEC_VEC                    PBinaryRelOpValue_PBinaryPhysicalOperator = 495
	PBinaryRelOpValue_EQ_VEC_NULL                   PBinaryRelOpValue_PBinaryPhysicalOperator = 496
	PBinaryRelOpValue_EQ_NULL_VEC                   PBinaryRelOpValue_PBinaryPhysicalOperator = 497
	PBinaryRelOpValue_NEQ_VEC_VEC                   PBinaryRelOpValue_PBinaryPhysicalOperator = 498
	PBinaryRelOpValue_NEQ_VEC_NULL                  PBinaryRelOpValue_PBinaryPhysicalOperator = 499
	PBinaryRelOpValue_NEQ_NULL_VEC                  PBinaryRelOpValue_PBinaryPhysicalOperator = 500
	PBinaryRelOpValue_LT_VEC_NULL                   PBinaryRelOpValue_PBinaryPhysicalOperator = 501
	PBinaryRelOpValue_LT_NULL_VEC                   PBinaryRelOpValue_PBinaryPhysicalOperator = 502
	PBinaryRelOpValue_LTE_VEC_NULL                  PBinaryRelOpValue_PBinaryPhysicalOperator = 503
	PBinaryRelOpValue_LTE_NULL_VEC                  PBinaryRelOpValue_PBinaryPhysicalOperator = 504
	PBinaryRelOpValue_GT_VEC_NULL                   PBinaryRelOpValue_PBinaryPhysicalOperator = 505
	PBinaryRelOpValue_GT_NULL_VEC                   PBinaryRelOpValue_PBinaryPhysicalOperator = 506
	PBinaryRelOpValue_GTE_VEC_NULL                  PBinaryRelOpValue_PBinaryPhysicalOperator = 507
	PBinaryRelOpValue_GTE_NULL_VEC                  PBinaryRelOpValue_PBinaryPhysicalOperator = 508
	PBinaryRelOpValue_IS_DISTINCT_FROM_NULL_VEC     PBinaryRelOpValue_PBinaryPhysicalOperator = 509
	PBinaryRelOpValue_IS_DISTINCT_FROM_VEC_NULL     PBinaryRelOpValue_PBinaryPhysicalOperator = 510
	PBinaryRelOpValue_IS_DISTINCT_FROM_VEC_VEC      PBinaryRelOpValue_PBinaryPhysicalOperator = 511
	PBinaryRelOpValue_NOT_DISTINCT_FROM_VEC_NULL    PBinaryRelOpValue_PBinaryPhysicalOperator = 512
	PBinaryRelOpValue_NOT_DISTINCT_FROM_NULL_VEC    PBinaryRelOpValue_PBinaryPhysicalOperator = 513
	PBinaryRelOpValue_NOT_DISTINCT_FROM_VEC_VEC     PBinaryRelOpValue_PBinaryPhysicalOperator = 514
	PBinaryRelOpValue_EQ_ARRAY_ARRAY                PBinaryRelOpValue_PBinaryPhysicalOperator = 515
	PBinaryRelOpValue_NEQ_ARRAY_ARRAY               PBinaryRelOpValue_PBinaryPhysicalOperator = 516
	PBinaryRelOpValue_IS_DISTINCT_FROM_ARRAY_ARRAY  PBinaryRelOpValue_PBinaryPhysicalOperator = 517
	PBinaryRelOpValue_NOT_DISTINCT_FROM_ARRAY_ARRAY PBinaryRelOpValue_PBinaryPhysicalOperator = 518
	PBinaryRelOpValue_EQ_NULL_NONE                  PBinaryRelOpValue_PBinaryPhysicalOperator = 519
	PBinaryRelOpValue_EQ_NONE_NULL                  PBinaryRelOpValue_PBinaryPhysicalOperator = 520
	PBinaryRelOpValue_EQ_NONE_NONE                  PBinaryRelOpValue_PBinaryPhysicalOperator = 521
	PBinaryRelOpValue_NEQ_NULL_NONE                 PBinaryRelOpValue_PBinaryPhysicalOperator = 522
	PBinaryRelOpValue_NEQ_NONE_NULL                 PBinaryRelOpValue_PBinaryPhysicalOperator = 523
	PBinaryRelOpValue_NEQ_NONE_NONE                 PBinaryRelOpValue_PBinaryPhysicalOperator = 524
	PBinaryRelOpValue_IS_DISTINCT_FROM_NULL_NONE    PBinaryRelOpValue_PBinaryPhysicalOperator = 525
	PBinaryRelOpValue_IS_DISTINCT_FROM_NONE_NULL    PBinaryRelOpValue_PBinaryPhysicalOperator = 526
	PBinaryRelOpValue_IS_DISTINCT_FROM_NONE_NONE    PBinaryRelOpValue_PBinaryPhysicalOperator = 527
	PBinaryRelOpValue_NOT_DISTINCT_FROM_NULL_NONE   PBinaryRelOpValue_PBinaryPhysicalOperator = 528
	PBinaryRelOpValue_NOT_DISTINCT_FROM_NONE_NULL   PBinaryRelOpValue_PBinaryPhysicalOperator = 529
	PBinaryRelOpValue_NOT_DISTINCT_FROM_NONE_NONE   PBinaryRelOpValue_PBinaryPhysicalOperator = 530
)

func (PBinaryRelOpValue_PBinaryPhysicalOperator) Descriptor

func (PBinaryRelOpValue_PBinaryPhysicalOperator) Enum

func (PBinaryRelOpValue_PBinaryPhysicalOperator) EnumDescriptor deprecated

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

Deprecated: Use PBinaryRelOpValue_PBinaryPhysicalOperator.Descriptor instead.

func (PBinaryRelOpValue_PBinaryPhysicalOperator) Number

func (PBinaryRelOpValue_PBinaryPhysicalOperator) String

func (PBinaryRelOpValue_PBinaryPhysicalOperator) Type

func (*PBinaryRelOpValue_PBinaryPhysicalOperator) UnmarshalJSON deprecated

Deprecated: Do not use.

type PBindable

type PBindable struct {

	// Types that are valid to be assigned to SpecificBindable:
	//
	//	*PBindable_Expression
	//	*PBindable_PartialMatch
	//	*PBindable_MatchPartition
	SpecificBindable isPBindable_SpecificBindable `protobuf_oneof:"specific_bindable"`
	// contains filtered or unexported fields
}

func PBindableFromVTPool

func PBindableFromVTPool() *PBindable

func (*PBindable) Descriptor deprecated

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

Deprecated: Use PBindable.ProtoReflect.Descriptor instead.

func (*PBindable) GetExpression

func (x *PBindable) GetExpression() *PExpression

func (*PBindable) GetMatchPartition

func (x *PBindable) GetMatchPartition() *PMatchPartition

func (*PBindable) GetPartialMatch

func (x *PBindable) GetPartialMatch() *PPartialMatch

func (*PBindable) GetSpecificBindable

func (x *PBindable) GetSpecificBindable() isPBindable_SpecificBindable

func (*PBindable) MarshalToSizedBufferVT

func (m *PBindable) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PBindable) MarshalToVT

func (m *PBindable) MarshalToVT(dAtA []byte) (int, error)

func (*PBindable) MarshalVT

func (m *PBindable) MarshalVT() (dAtA []byte, err error)

func (*PBindable) ProtoMessage

func (*PBindable) ProtoMessage()

func (*PBindable) ProtoReflect

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

func (*PBindable) Reset

func (x *PBindable) Reset()

func (*PBindable) ResetVT

func (m *PBindable) ResetVT()

func (*PBindable) ReturnToVTPool

func (m *PBindable) ReturnToVTPool()

func (*PBindable) SizeVT

func (m *PBindable) SizeVT() (n int)

func (*PBindable) String

func (x *PBindable) String() string

func (*PBindable) UnmarshalVT

func (m *PBindable) UnmarshalVT(dAtA []byte) error

type PBindable_Expression

type PBindable_Expression struct {
	Expression *PExpression `protobuf:"bytes,1,opt,name=expression,oneof"`
}

func (*PBindable_Expression) MarshalToSizedBufferVT

func (m *PBindable_Expression) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PBindable_Expression) MarshalToVT

func (m *PBindable_Expression) MarshalToVT(dAtA []byte) (int, error)

func (*PBindable_Expression) SizeVT

func (m *PBindable_Expression) SizeVT() (n int)

type PBindable_MatchPartition

type PBindable_MatchPartition struct {
	MatchPartition *PMatchPartition `protobuf:"bytes,3,opt,name=match_partition,json=matchPartition,oneof"`
}

func (*PBindable_MatchPartition) MarshalToSizedBufferVT

func (m *PBindable_MatchPartition) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PBindable_MatchPartition) MarshalToVT

func (m *PBindable_MatchPartition) MarshalToVT(dAtA []byte) (int, error)

func (*PBindable_MatchPartition) SizeVT

func (m *PBindable_MatchPartition) SizeVT() (n int)

type PBindable_PartialMatch

type PBindable_PartialMatch struct {
	PartialMatch *PPartialMatch `protobuf:"bytes,2,opt,name=partial_match,json=partialMatch,oneof"`
}

func (*PBindable_PartialMatch) MarshalToSizedBufferVT

func (m *PBindable_PartialMatch) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PBindable_PartialMatch) MarshalToVT

func (m *PBindable_PartialMatch) MarshalToVT(dAtA []byte) (int, error)

func (*PBindable_PartialMatch) SizeVT

func (m *PBindable_PartialMatch) SizeVT() (n int)

type PCardinalityValue

type PCardinalityValue struct {
	ChildValue *PValue `protobuf:"bytes,1,opt,name=child_value,json=childValue" json:"child_value,omitempty"`
	// contains filtered or unexported fields
}

func PCardinalityValueFromVTPool

func PCardinalityValueFromVTPool() *PCardinalityValue

func (*PCardinalityValue) Descriptor deprecated

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

Deprecated: Use PCardinalityValue.ProtoReflect.Descriptor instead.

func (*PCardinalityValue) GetChildValue

func (x *PCardinalityValue) GetChildValue() *PValue

func (*PCardinalityValue) MarshalToSizedBufferVT

func (m *PCardinalityValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PCardinalityValue) MarshalToVT

func (m *PCardinalityValue) MarshalToVT(dAtA []byte) (int, error)

func (*PCardinalityValue) MarshalVT

func (m *PCardinalityValue) MarshalVT() (dAtA []byte, err error)

func (*PCardinalityValue) ProtoMessage

func (*PCardinalityValue) ProtoMessage()

func (*PCardinalityValue) ProtoReflect

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

func (*PCardinalityValue) Reset

func (x *PCardinalityValue) Reset()

func (*PCardinalityValue) ResetVT

func (m *PCardinalityValue) ResetVT()

func (*PCardinalityValue) ReturnToVTPool

func (m *PCardinalityValue) ReturnToVTPool()

func (*PCardinalityValue) SizeVT

func (m *PCardinalityValue) SizeVT() (n int)

func (*PCardinalityValue) String

func (x *PCardinalityValue) String() string

func (*PCardinalityValue) UnmarshalVT

func (m *PCardinalityValue) UnmarshalVT(dAtA []byte) error

type PCastValue

type PCastValue struct {
	Child      *PValue                       `protobuf:"bytes,1,opt,name=child" json:"child,omitempty"`
	CastToType *PType                        `protobuf:"bytes,2,opt,name=cast_to_type,json=castToType" json:"cast_to_type,omitempty"`
	Operator   *PCastValue_PPhysicalOperator `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func PCastValueFromVTPool

func PCastValueFromVTPool() *PCastValue

func (*PCastValue) Descriptor deprecated

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

Deprecated: Use PCastValue.ProtoReflect.Descriptor instead.

func (*PCastValue) GetCastToType

func (x *PCastValue) GetCastToType() *PType

func (*PCastValue) GetChild

func (x *PCastValue) GetChild() *PValue

func (*PCastValue) GetOperator

func (x *PCastValue) GetOperator() PCastValue_PPhysicalOperator

func (*PCastValue) MarshalToSizedBufferVT

func (m *PCastValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PCastValue) MarshalToVT

func (m *PCastValue) MarshalToVT(dAtA []byte) (int, error)

func (*PCastValue) MarshalVT

func (m *PCastValue) MarshalVT() (dAtA []byte, err error)

func (*PCastValue) ProtoMessage

func (*PCastValue) ProtoMessage()

func (*PCastValue) ProtoReflect

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

func (*PCastValue) Reset

func (x *PCastValue) Reset()

func (*PCastValue) ResetVT

func (m *PCastValue) ResetVT()

func (*PCastValue) ReturnToVTPool

func (m *PCastValue) ReturnToVTPool()

func (*PCastValue) SizeVT

func (m *PCastValue) SizeVT() (n int)

func (*PCastValue) String

func (x *PCastValue) String() string

func (*PCastValue) UnmarshalVT

func (m *PCastValue) UnmarshalVT(dAtA []byte) error

type PCastValue_PPhysicalOperator

type PCastValue_PPhysicalOperator int32
const (
	// Numeric to numeric conversions
	PCastValue_INT_TO_LONG     PCastValue_PPhysicalOperator = 1
	PCastValue_INT_TO_FLOAT    PCastValue_PPhysicalOperator = 2
	PCastValue_INT_TO_DOUBLE   PCastValue_PPhysicalOperator = 3
	PCastValue_LONG_TO_INT     PCastValue_PPhysicalOperator = 4
	PCastValue_LONG_TO_FLOAT   PCastValue_PPhysicalOperator = 5
	PCastValue_LONG_TO_DOUBLE  PCastValue_PPhysicalOperator = 6
	PCastValue_FLOAT_TO_INT    PCastValue_PPhysicalOperator = 7
	PCastValue_FLOAT_TO_LONG   PCastValue_PPhysicalOperator = 8
	PCastValue_FLOAT_TO_DOUBLE PCastValue_PPhysicalOperator = 9
	PCastValue_DOUBLE_TO_INT   PCastValue_PPhysicalOperator = 10
	PCastValue_DOUBLE_TO_LONG  PCastValue_PPhysicalOperator = 11
	PCastValue_DOUBLE_TO_FLOAT PCastValue_PPhysicalOperator = 12
	// Numeric to string conversions
	PCastValue_INT_TO_STRING     PCastValue_PPhysicalOperator = 13
	PCastValue_LONG_TO_STRING    PCastValue_PPhysicalOperator = 14
	PCastValue_FLOAT_TO_STRING   PCastValue_PPhysicalOperator = 15
	PCastValue_DOUBLE_TO_STRING  PCastValue_PPhysicalOperator = 16
	PCastValue_BOOLEAN_TO_STRING PCastValue_PPhysicalOperator = 17
	// String to numeric conversions
	PCastValue_STRING_TO_INT    PCastValue_PPhysicalOperator = 18
	PCastValue_STRING_TO_LONG   PCastValue_PPhysicalOperator = 19
	PCastValue_STRING_TO_FLOAT  PCastValue_PPhysicalOperator = 20
	PCastValue_STRING_TO_DOUBLE PCastValue_PPhysicalOperator = 21
	// Boolean conversions
	PCastValue_STRING_TO_BOOLEAN PCastValue_PPhysicalOperator = 22
	PCastValue_INT_TO_BOOLEAN    PCastValue_PPhysicalOperator = 23
	PCastValue_BOOLEAN_TO_INT    PCastValue_PPhysicalOperator = 24
	// NULL conversions
	PCastValue_NULL_TO_INT     PCastValue_PPhysicalOperator = 25
	PCastValue_NULL_TO_LONG    PCastValue_PPhysicalOperator = 26
	PCastValue_NULL_TO_FLOAT   PCastValue_PPhysicalOperator = 27
	PCastValue_NULL_TO_DOUBLE  PCastValue_PPhysicalOperator = 28
	PCastValue_NULL_TO_BOOLEAN PCastValue_PPhysicalOperator = 29
	PCastValue_NULL_TO_STRING  PCastValue_PPhysicalOperator = 30
	PCastValue_NULL_TO_ARRAY   PCastValue_PPhysicalOperator = 31
	PCastValue_NULL_TO_RECORD  PCastValue_PPhysicalOperator = 32
	PCastValue_NULL_TO_ENUM    PCastValue_PPhysicalOperator = 33
	PCastValue_NULL_TO_UUID    PCastValue_PPhysicalOperator = 34
	// ARRAY to ARRAY conversion
	PCastValue_ARRAY_TO_ARRAY PCastValue_PPhysicalOperator = 35
	// STRING to complex types.
	PCastValue_STRING_TO_ENUM PCastValue_PPhysicalOperator = 36
	PCastValue_STRING_TO_UUID PCastValue_PPhysicalOperator = 37
	// ARRAY to VECTOR conversion
	PCastValue_ARRAY_TO_VECTOR PCastValue_PPhysicalOperator = 38
	PCastValue_NULL_TO_BYTES   PCastValue_PPhysicalOperator = 39
	PCastValue_NULL_TO_VECTOR  PCastValue_PPhysicalOperator = 40
	PCastValue_NULL_TO_VERSION PCastValue_PPhysicalOperator = 41
)

func (PCastValue_PPhysicalOperator) Descriptor

func (PCastValue_PPhysicalOperator) Enum

func (PCastValue_PPhysicalOperator) EnumDescriptor deprecated

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

Deprecated: Use PCastValue_PPhysicalOperator.Descriptor instead.

func (PCastValue_PPhysicalOperator) Number

func (PCastValue_PPhysicalOperator) String

func (PCastValue_PPhysicalOperator) Type

func (*PCastValue_PPhysicalOperator) UnmarshalJSON deprecated

func (x *PCastValue_PPhysicalOperator) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PCoercionBiFunction

type PCoercionBiFunction struct {

	// Types that are valid to be assigned to SpecificFunction:
	//
	//	*PCoercionBiFunction_AdditionalCoercionBiFunctions
	//	*PCoercionBiFunction_PrimitiveCoercionBiFunction
	//	*PCoercionBiFunction_ArrayCoercionBiFunction
	SpecificFunction isPCoercionBiFunction_SpecificFunction `protobuf_oneof:"specific_function"`
	// contains filtered or unexported fields
}

func PCoercionBiFunctionFromVTPool

func PCoercionBiFunctionFromVTPool() *PCoercionBiFunction

func (*PCoercionBiFunction) Descriptor deprecated

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

Deprecated: Use PCoercionBiFunction.ProtoReflect.Descriptor instead.

func (*PCoercionBiFunction) GetAdditionalCoercionBiFunctions

func (x *PCoercionBiFunction) GetAdditionalCoercionBiFunctions() *anypb.Any

func (*PCoercionBiFunction) GetArrayCoercionBiFunction

func (x *PCoercionBiFunction) GetArrayCoercionBiFunction() *PArrayCoercionBiFunction

func (*PCoercionBiFunction) GetPrimitiveCoercionBiFunction

func (x *PCoercionBiFunction) GetPrimitiveCoercionBiFunction() *PPrimitiveCoercionBiFunction

func (*PCoercionBiFunction) GetSpecificFunction

func (x *PCoercionBiFunction) GetSpecificFunction() isPCoercionBiFunction_SpecificFunction

func (*PCoercionBiFunction) MarshalToSizedBufferVT

func (m *PCoercionBiFunction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PCoercionBiFunction) MarshalToVT

func (m *PCoercionBiFunction) MarshalToVT(dAtA []byte) (int, error)

func (*PCoercionBiFunction) MarshalVT

func (m *PCoercionBiFunction) MarshalVT() (dAtA []byte, err error)

func (*PCoercionBiFunction) ProtoMessage

func (*PCoercionBiFunction) ProtoMessage()

func (*PCoercionBiFunction) ProtoReflect

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

func (*PCoercionBiFunction) Reset

func (x *PCoercionBiFunction) Reset()

func (*PCoercionBiFunction) ResetVT

func (m *PCoercionBiFunction) ResetVT()

func (*PCoercionBiFunction) ReturnToVTPool

func (m *PCoercionBiFunction) ReturnToVTPool()

func (*PCoercionBiFunction) SizeVT

func (m *PCoercionBiFunction) SizeVT() (n int)

func (*PCoercionBiFunction) String

func (x *PCoercionBiFunction) String() string

func (*PCoercionBiFunction) UnmarshalVT

func (m *PCoercionBiFunction) UnmarshalVT(dAtA []byte) error

type PCoercionBiFunction_AdditionalCoercionBiFunctions

type PCoercionBiFunction_AdditionalCoercionBiFunctions struct {
	AdditionalCoercionBiFunctions *anypb.Any `protobuf:"bytes,1,opt,name=additional_coercion_bi_functions,json=additionalCoercionBiFunctions,oneof"`
}

func (*PCoercionBiFunction_AdditionalCoercionBiFunctions) MarshalToSizedBufferVT

func (m *PCoercionBiFunction_AdditionalCoercionBiFunctions) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PCoercionBiFunction_AdditionalCoercionBiFunctions) MarshalToVT

func (*PCoercionBiFunction_AdditionalCoercionBiFunctions) SizeVT

type PCoercionBiFunction_ArrayCoercionBiFunction

type PCoercionBiFunction_ArrayCoercionBiFunction struct {
	ArrayCoercionBiFunction *PArrayCoercionBiFunction `protobuf:"bytes,3,opt,name=array_coercion_bi_function,json=arrayCoercionBiFunction,oneof"`
}

func (*PCoercionBiFunction_ArrayCoercionBiFunction) MarshalToSizedBufferVT

func (m *PCoercionBiFunction_ArrayCoercionBiFunction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PCoercionBiFunction_ArrayCoercionBiFunction) MarshalToVT

func (m *PCoercionBiFunction_ArrayCoercionBiFunction) MarshalToVT(dAtA []byte) (int, error)

func (*PCoercionBiFunction_ArrayCoercionBiFunction) SizeVT

type PCoercionBiFunction_PrimitiveCoercionBiFunction

type PCoercionBiFunction_PrimitiveCoercionBiFunction struct {
	PrimitiveCoercionBiFunction *PPrimitiveCoercionBiFunction `protobuf:"bytes,2,opt,name=primitive_coercion_bi_function,json=primitiveCoercionBiFunction,oneof"`
}

func (*PCoercionBiFunction_PrimitiveCoercionBiFunction) MarshalToSizedBufferVT

func (m *PCoercionBiFunction_PrimitiveCoercionBiFunction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PCoercionBiFunction_PrimitiveCoercionBiFunction) MarshalToVT

func (*PCoercionBiFunction_PrimitiveCoercionBiFunction) SizeVT

type PCoercionTrieNode

type PCoercionTrieNode struct {
	ChildrenMapIsNull *bool                             `protobuf:"varint,1,opt,name=children_map_is_null,json=childrenMapIsNull" json:"children_map_is_null,omitempty"`
	ChildPair         []*PCoercionTrieNode_IntChildPair `protobuf:"bytes,2,rep,name=child_pair,json=childPair" json:"child_pair,omitempty"`
	Value             *PCoercionBiFunction              `protobuf:"bytes,3,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Coercion Tries

func PCoercionTrieNodeFromVTPool

func PCoercionTrieNodeFromVTPool() *PCoercionTrieNode

func (*PCoercionTrieNode) Descriptor deprecated

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

Deprecated: Use PCoercionTrieNode.ProtoReflect.Descriptor instead.

func (*PCoercionTrieNode) GetChildPair

func (*PCoercionTrieNode) GetChildrenMapIsNull

func (x *PCoercionTrieNode) GetChildrenMapIsNull() bool

func (*PCoercionTrieNode) GetValue

func (x *PCoercionTrieNode) GetValue() *PCoercionBiFunction

func (*PCoercionTrieNode) MarshalToSizedBufferVT

func (m *PCoercionTrieNode) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PCoercionTrieNode) MarshalToVT

func (m *PCoercionTrieNode) MarshalToVT(dAtA []byte) (int, error)

func (*PCoercionTrieNode) MarshalVT

func (m *PCoercionTrieNode) MarshalVT() (dAtA []byte, err error)

func (*PCoercionTrieNode) ProtoMessage

func (*PCoercionTrieNode) ProtoMessage()

func (*PCoercionTrieNode) ProtoReflect

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

func (*PCoercionTrieNode) Reset

func (x *PCoercionTrieNode) Reset()

func (*PCoercionTrieNode) ResetVT

func (m *PCoercionTrieNode) ResetVT()

func (*PCoercionTrieNode) ReturnToVTPool

func (m *PCoercionTrieNode) ReturnToVTPool()

func (*PCoercionTrieNode) SizeVT

func (m *PCoercionTrieNode) SizeVT() (n int)

func (*PCoercionTrieNode) String

func (x *PCoercionTrieNode) String() string

func (*PCoercionTrieNode) UnmarshalVT

func (m *PCoercionTrieNode) UnmarshalVT(dAtA []byte) error

type PCoercionTrieNode_IntChildPair

type PCoercionTrieNode_IntChildPair struct {
	Index                 *int32             `protobuf:"varint,1,opt,name=index" json:"index,omitempty"`
	ChildCoercionTrieNode *PCoercionTrieNode `protobuf:"bytes,2,opt,name=child_coercion_trie_node,json=childCoercionTrieNode" json:"child_coercion_trie_node,omitempty"`
	// contains filtered or unexported fields
}

func PCoercionTrieNode_IntChildPairFromVTPool

func PCoercionTrieNode_IntChildPairFromVTPool() *PCoercionTrieNode_IntChildPair

func (*PCoercionTrieNode_IntChildPair) Descriptor deprecated

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

Deprecated: Use PCoercionTrieNode_IntChildPair.ProtoReflect.Descriptor instead.

func (*PCoercionTrieNode_IntChildPair) GetChildCoercionTrieNode

func (x *PCoercionTrieNode_IntChildPair) GetChildCoercionTrieNode() *PCoercionTrieNode

func (*PCoercionTrieNode_IntChildPair) GetIndex

func (x *PCoercionTrieNode_IntChildPair) GetIndex() int32

func (*PCoercionTrieNode_IntChildPair) MarshalToSizedBufferVT

func (m *PCoercionTrieNode_IntChildPair) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PCoercionTrieNode_IntChildPair) MarshalToVT

func (m *PCoercionTrieNode_IntChildPair) MarshalToVT(dAtA []byte) (int, error)

func (*PCoercionTrieNode_IntChildPair) MarshalVT

func (m *PCoercionTrieNode_IntChildPair) MarshalVT() (dAtA []byte, err error)

func (*PCoercionTrieNode_IntChildPair) ProtoMessage

func (*PCoercionTrieNode_IntChildPair) ProtoMessage()

func (*PCoercionTrieNode_IntChildPair) ProtoReflect

func (*PCoercionTrieNode_IntChildPair) Reset

func (x *PCoercionTrieNode_IntChildPair) Reset()

func (*PCoercionTrieNode_IntChildPair) ResetVT

func (m *PCoercionTrieNode_IntChildPair) ResetVT()

func (*PCoercionTrieNode_IntChildPair) ReturnToVTPool

func (m *PCoercionTrieNode_IntChildPair) ReturnToVTPool()

func (*PCoercionTrieNode_IntChildPair) SizeVT

func (m *PCoercionTrieNode_IntChildPair) SizeVT() (n int)

func (*PCoercionTrieNode_IntChildPair) String

func (*PCoercionTrieNode_IntChildPair) UnmarshalVT

func (m *PCoercionTrieNode_IntChildPair) UnmarshalVT(dAtA []byte) error

type PCollateValue

type PCollateValue struct {
	CollatorRegistry *string `protobuf:"bytes,1,opt,name=collator_registry,json=collatorRegistry" json:"collator_registry,omitempty"`
	StringChild      *PValue `protobuf:"bytes,2,opt,name=string_child,json=stringChild" json:"string_child,omitempty"`
	LocaleChild      *PValue `protobuf:"bytes,3,opt,name=locale_child,json=localeChild" json:"locale_child,omitempty"`
	StrengthChild    *PValue `protobuf:"bytes,4,opt,name=strength_child,json=strengthChild" json:"strength_child,omitempty"`
	// contains filtered or unexported fields
}

func PCollateValueFromVTPool

func PCollateValueFromVTPool() *PCollateValue

func (*PCollateValue) Descriptor deprecated

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

Deprecated: Use PCollateValue.ProtoReflect.Descriptor instead.

func (*PCollateValue) GetCollatorRegistry

func (x *PCollateValue) GetCollatorRegistry() string

func (*PCollateValue) GetLocaleChild

func (x *PCollateValue) GetLocaleChild() *PValue

func (*PCollateValue) GetStrengthChild

func (x *PCollateValue) GetStrengthChild() *PValue

func (*PCollateValue) GetStringChild

func (x *PCollateValue) GetStringChild() *PValue

func (*PCollateValue) MarshalToSizedBufferVT

func (m *PCollateValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PCollateValue) MarshalToVT

func (m *PCollateValue) MarshalToVT(dAtA []byte) (int, error)

func (*PCollateValue) MarshalVT

func (m *PCollateValue) MarshalVT() (dAtA []byte, err error)

func (*PCollateValue) ProtoMessage

func (*PCollateValue) ProtoMessage()

func (*PCollateValue) ProtoReflect

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

func (*PCollateValue) Reset

func (x *PCollateValue) Reset()

func (*PCollateValue) ResetVT

func (m *PCollateValue) ResetVT()

func (*PCollateValue) ReturnToVTPool

func (m *PCollateValue) ReturnToVTPool()

func (*PCollateValue) SizeVT

func (m *PCollateValue) SizeVT() (n int)

func (*PCollateValue) String

func (x *PCollateValue) String() string

func (*PCollateValue) UnmarshalVT

func (m *PCollateValue) UnmarshalVT(dAtA []byte) error

type PComparableObject

type PComparableObject struct {

	// Types that are valid to be assigned to SpecificObject:
	//
	//	*PComparableObject_PrimitiveObject
	//	*PComparableObject_EnumObject
	//	*PComparableObject_Uuid
	//	*PComparableObject_FdbRecordVersion
	//	*PComparableObject_BytesAsByteString
	SpecificObject isPComparableObject_SpecificObject `protobuf_oneof:"specific_object"`
	Type           *PType                             `protobuf:"bytes,6,opt,name=type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func PComparableObjectFromVTPool

func PComparableObjectFromVTPool() *PComparableObject

func (*PComparableObject) Descriptor deprecated

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

Deprecated: Use PComparableObject.ProtoReflect.Descriptor instead.

func (*PComparableObject) GetBytesAsByteString

func (x *PComparableObject) GetBytesAsByteString() []byte

func (*PComparableObject) GetEnumObject

func (x *PComparableObject) GetEnumObject() *PEnumLightValue

func (*PComparableObject) GetFdbRecordVersion

func (x *PComparableObject) GetFdbRecordVersion() *PFDBRecordVersion

func (*PComparableObject) GetPrimitiveObject

func (x *PComparableObject) GetPrimitiveObject() *Value

func (*PComparableObject) GetSpecificObject

func (x *PComparableObject) GetSpecificObject() isPComparableObject_SpecificObject

func (*PComparableObject) GetType

func (x *PComparableObject) GetType() *PType

func (*PComparableObject) GetUuid

func (x *PComparableObject) GetUuid() *PUUID

func (*PComparableObject) MarshalToSizedBufferVT

func (m *PComparableObject) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparableObject) MarshalToVT

func (m *PComparableObject) MarshalToVT(dAtA []byte) (int, error)

func (*PComparableObject) MarshalVT

func (m *PComparableObject) MarshalVT() (dAtA []byte, err error)

func (*PComparableObject) ProtoMessage

func (*PComparableObject) ProtoMessage()

func (*PComparableObject) ProtoReflect

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

func (*PComparableObject) Reset

func (x *PComparableObject) Reset()

func (*PComparableObject) ResetVT

func (m *PComparableObject) ResetVT()

func (*PComparableObject) ReturnToVTPool

func (m *PComparableObject) ReturnToVTPool()

func (*PComparableObject) SizeVT

func (m *PComparableObject) SizeVT() (n int)

func (*PComparableObject) String

func (x *PComparableObject) String() string

func (*PComparableObject) UnmarshalVT

func (m *PComparableObject) UnmarshalVT(dAtA []byte) error

type PComparableObject_BytesAsByteString

type PComparableObject_BytesAsByteString struct {
	BytesAsByteString []byte `protobuf:"bytes,5,opt,name=bytes_as_byte_string,json=bytesAsByteString,oneof"`
}

func (*PComparableObject_BytesAsByteString) MarshalToSizedBufferVT

func (m *PComparableObject_BytesAsByteString) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparableObject_BytesAsByteString) MarshalToVT

func (m *PComparableObject_BytesAsByteString) MarshalToVT(dAtA []byte) (int, error)

func (*PComparableObject_BytesAsByteString) SizeVT

func (m *PComparableObject_BytesAsByteString) SizeVT() (n int)

type PComparableObject_EnumObject

type PComparableObject_EnumObject struct {
	EnumObject *PEnumLightValue `protobuf:"bytes,2,opt,name=enum_object,json=enumObject,oneof"`
}

func (*PComparableObject_EnumObject) MarshalToSizedBufferVT

func (m *PComparableObject_EnumObject) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparableObject_EnumObject) MarshalToVT

func (m *PComparableObject_EnumObject) MarshalToVT(dAtA []byte) (int, error)

func (*PComparableObject_EnumObject) SizeVT

func (m *PComparableObject_EnumObject) SizeVT() (n int)

type PComparableObject_FdbRecordVersion

type PComparableObject_FdbRecordVersion struct {
	FdbRecordVersion *PFDBRecordVersion `protobuf:"bytes,4,opt,name=fdb_record_version,json=fdbRecordVersion,oneof"`
}

func (*PComparableObject_FdbRecordVersion) MarshalToSizedBufferVT

func (m *PComparableObject_FdbRecordVersion) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparableObject_FdbRecordVersion) MarshalToVT

func (m *PComparableObject_FdbRecordVersion) MarshalToVT(dAtA []byte) (int, error)

func (*PComparableObject_FdbRecordVersion) SizeVT

func (m *PComparableObject_FdbRecordVersion) SizeVT() (n int)

type PComparableObject_PrimitiveObject

type PComparableObject_PrimitiveObject struct {
	PrimitiveObject *Value `protobuf:"bytes,1,opt,name=primitive_object,json=primitiveObject,oneof"`
}

func (*PComparableObject_PrimitiveObject) MarshalToSizedBufferVT

func (m *PComparableObject_PrimitiveObject) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparableObject_PrimitiveObject) MarshalToVT

func (m *PComparableObject_PrimitiveObject) MarshalToVT(dAtA []byte) (int, error)

func (*PComparableObject_PrimitiveObject) SizeVT

func (m *PComparableObject_PrimitiveObject) SizeVT() (n int)

type PComparableObject_Uuid

type PComparableObject_Uuid struct {
	Uuid *PUUID `protobuf:"bytes,3,opt,name=uuid,oneof"`
}

func (*PComparableObject_Uuid) MarshalToSizedBufferVT

func (m *PComparableObject_Uuid) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparableObject_Uuid) MarshalToVT

func (m *PComparableObject_Uuid) MarshalToVT(dAtA []byte) (int, error)

func (*PComparableObject_Uuid) SizeVT

func (m *PComparableObject_Uuid) SizeVT() (n int)

type PComparison

type PComparison struct {

	// Types that are valid to be assigned to SpecificComparison:
	//
	//	*PComparison_AdditionalComparisons
	//	*PComparison_SimpleComparison
	//	*PComparison_ParameterComparison
	//	*PComparison_ValueComparison
	//	*PComparison_ListComparison
	//	*PComparison_NullComparison
	//	*PComparison_OpaqueEqualityComparison
	//	*PComparison_MultiColumnComparison
	//	*PComparison_InvertedFunctionComparison
	//	*PComparison_RecordTypeComparison
	//	*PComparison_ConversionSimpleComparison
	//	*PComparison_ConversionParameterComparison
	//	*PComparison_DistanceRankValueComparison
	SpecificComparison isPComparison_SpecificComparison `protobuf_oneof:"specific_comparison"`
	// contains filtered or unexported fields
}

Comparisons

func PComparisonFromVTPool

func PComparisonFromVTPool() *PComparison

func (*PComparison) Descriptor deprecated

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

Deprecated: Use PComparison.ProtoReflect.Descriptor instead.

func (*PComparison) GetAdditionalComparisons

func (x *PComparison) GetAdditionalComparisons() *anypb.Any

func (*PComparison) GetConversionParameterComparison

func (x *PComparison) GetConversionParameterComparison() *PConversionParameterComparison

func (*PComparison) GetConversionSimpleComparison

func (x *PComparison) GetConversionSimpleComparison() *PConversionSimpleComparison

func (*PComparison) GetDistanceRankValueComparison

func (x *PComparison) GetDistanceRankValueComparison() *PDistanceRankValueComparison

func (*PComparison) GetInvertedFunctionComparison

func (x *PComparison) GetInvertedFunctionComparison() *PInvertedFunctionComparison

func (*PComparison) GetListComparison

func (x *PComparison) GetListComparison() *PListComparison

func (*PComparison) GetMultiColumnComparison

func (x *PComparison) GetMultiColumnComparison() *PMultiColumnComparison

func (*PComparison) GetNullComparison

func (x *PComparison) GetNullComparison() *PNullComparison

func (*PComparison) GetOpaqueEqualityComparison

func (x *PComparison) GetOpaqueEqualityComparison() *POpaqueEqualityComparison

func (*PComparison) GetParameterComparison

func (x *PComparison) GetParameterComparison() *PParameterComparison

func (*PComparison) GetRecordTypeComparison

func (x *PComparison) GetRecordTypeComparison() *PRecordTypeComparison

func (*PComparison) GetSimpleComparison

func (x *PComparison) GetSimpleComparison() *PSimpleComparison

func (*PComparison) GetSpecificComparison

func (x *PComparison) GetSpecificComparison() isPComparison_SpecificComparison

func (*PComparison) GetValueComparison

func (x *PComparison) GetValueComparison() *PValueComparison

func (*PComparison) MarshalToSizedBufferVT

func (m *PComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparison) MarshalToVT

func (m *PComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PComparison) MarshalVT

func (m *PComparison) MarshalVT() (dAtA []byte, err error)

func (*PComparison) ProtoMessage

func (*PComparison) ProtoMessage()

func (*PComparison) ProtoReflect

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

func (*PComparison) Reset

func (x *PComparison) Reset()

func (*PComparison) ResetVT

func (m *PComparison) ResetVT()

func (*PComparison) ReturnToVTPool

func (m *PComparison) ReturnToVTPool()

func (*PComparison) SizeVT

func (m *PComparison) SizeVT() (n int)

func (*PComparison) String

func (x *PComparison) String() string

func (*PComparison) UnmarshalVT

func (m *PComparison) UnmarshalVT(dAtA []byte) error

type PComparisonKeyFunction

type PComparisonKeyFunction struct {

	// Types that are valid to be assigned to SpecificComparisonKeyFunction:
	//
	//	*PComparisonKeyFunction_OnKeyExpression
	//	*PComparisonKeyFunction_OnValues
	SpecificComparisonKeyFunction isPComparisonKeyFunction_SpecificComparisonKeyFunction `protobuf_oneof:"specific_comparison_key_function"`
	// contains filtered or unexported fields
}

func PComparisonKeyFunctionFromVTPool

func PComparisonKeyFunctionFromVTPool() *PComparisonKeyFunction

func (*PComparisonKeyFunction) Descriptor deprecated

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

Deprecated: Use PComparisonKeyFunction.ProtoReflect.Descriptor instead.

func (*PComparisonKeyFunction) GetOnKeyExpression

func (*PComparisonKeyFunction) GetOnValues

func (*PComparisonKeyFunction) GetSpecificComparisonKeyFunction

func (x *PComparisonKeyFunction) GetSpecificComparisonKeyFunction() isPComparisonKeyFunction_SpecificComparisonKeyFunction

func (*PComparisonKeyFunction) MarshalToSizedBufferVT

func (m *PComparisonKeyFunction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparisonKeyFunction) MarshalToVT

func (m *PComparisonKeyFunction) MarshalToVT(dAtA []byte) (int, error)

func (*PComparisonKeyFunction) MarshalVT

func (m *PComparisonKeyFunction) MarshalVT() (dAtA []byte, err error)

func (*PComparisonKeyFunction) ProtoMessage

func (*PComparisonKeyFunction) ProtoMessage()

func (*PComparisonKeyFunction) ProtoReflect

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

func (*PComparisonKeyFunction) Reset

func (x *PComparisonKeyFunction) Reset()

func (*PComparisonKeyFunction) ResetVT

func (m *PComparisonKeyFunction) ResetVT()

func (*PComparisonKeyFunction) ReturnToVTPool

func (m *PComparisonKeyFunction) ReturnToVTPool()

func (*PComparisonKeyFunction) SizeVT

func (m *PComparisonKeyFunction) SizeVT() (n int)

func (*PComparisonKeyFunction) String

func (x *PComparisonKeyFunction) String() string

func (*PComparisonKeyFunction) UnmarshalVT

func (m *PComparisonKeyFunction) UnmarshalVT(dAtA []byte) error

type PComparisonKeyFunction_OnKeyExpression

type PComparisonKeyFunction_OnKeyExpression struct {
	OnKeyExpression *PComparisonKeyFunction_POnKeyExpression `protobuf:"bytes,1,opt,name=on_key_expression,json=onKeyExpression,oneof"`
}

func (*PComparisonKeyFunction_OnKeyExpression) MarshalToSizedBufferVT

func (m *PComparisonKeyFunction_OnKeyExpression) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparisonKeyFunction_OnKeyExpression) MarshalToVT

func (m *PComparisonKeyFunction_OnKeyExpression) MarshalToVT(dAtA []byte) (int, error)

func (*PComparisonKeyFunction_OnKeyExpression) SizeVT

type PComparisonKeyFunction_OnValues

type PComparisonKeyFunction_OnValues struct {
	OnValues *PComparisonKeyFunction_POnValues `protobuf:"bytes,2,opt,name=on_values,json=onValues,oneof"`
}

func (*PComparisonKeyFunction_OnValues) MarshalToSizedBufferVT

func (m *PComparisonKeyFunction_OnValues) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparisonKeyFunction_OnValues) MarshalToVT

func (m *PComparisonKeyFunction_OnValues) MarshalToVT(dAtA []byte) (int, error)

func (*PComparisonKeyFunction_OnValues) SizeVT

func (m *PComparisonKeyFunction_OnValues) SizeVT() (n int)

type PComparisonKeyFunction_POnKeyExpression

type PComparisonKeyFunction_POnKeyExpression struct {
	ComparisonKeyExpression *KeyExpression `protobuf:"bytes,1,opt,name=comparison_key_expression,json=comparisonKeyExpression" json:"comparison_key_expression,omitempty"`
	// contains filtered or unexported fields
}

func PComparisonKeyFunction_POnKeyExpressionFromVTPool

func PComparisonKeyFunction_POnKeyExpressionFromVTPool() *PComparisonKeyFunction_POnKeyExpression

func (*PComparisonKeyFunction_POnKeyExpression) Descriptor deprecated

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

Deprecated: Use PComparisonKeyFunction_POnKeyExpression.ProtoReflect.Descriptor instead.

func (*PComparisonKeyFunction_POnKeyExpression) GetComparisonKeyExpression

func (x *PComparisonKeyFunction_POnKeyExpression) GetComparisonKeyExpression() *KeyExpression

func (*PComparisonKeyFunction_POnKeyExpression) MarshalToSizedBufferVT

func (m *PComparisonKeyFunction_POnKeyExpression) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparisonKeyFunction_POnKeyExpression) MarshalToVT

func (m *PComparisonKeyFunction_POnKeyExpression) MarshalToVT(dAtA []byte) (int, error)

func (*PComparisonKeyFunction_POnKeyExpression) MarshalVT

func (m *PComparisonKeyFunction_POnKeyExpression) MarshalVT() (dAtA []byte, err error)

func (*PComparisonKeyFunction_POnKeyExpression) ProtoMessage

func (*PComparisonKeyFunction_POnKeyExpression) ProtoReflect

func (*PComparisonKeyFunction_POnKeyExpression) Reset

func (*PComparisonKeyFunction_POnKeyExpression) ResetVT

func (*PComparisonKeyFunction_POnKeyExpression) ReturnToVTPool

func (m *PComparisonKeyFunction_POnKeyExpression) ReturnToVTPool()

func (*PComparisonKeyFunction_POnKeyExpression) SizeVT

func (*PComparisonKeyFunction_POnKeyExpression) String

func (*PComparisonKeyFunction_POnKeyExpression) UnmarshalVT

func (m *PComparisonKeyFunction_POnKeyExpression) UnmarshalVT(dAtA []byte) error

type PComparisonKeyFunction_POnValues

type PComparisonKeyFunction_POnValues struct {
	BaseAlias           *string   `protobuf:"bytes,1,opt,name=base_alias,json=baseAlias" json:"base_alias,omitempty"`
	ComparisonKeyValues []*PValue `protobuf:"bytes,2,rep,name=comparison_key_values,json=comparisonKeyValues" json:"comparison_key_values,omitempty"`
	// contains filtered or unexported fields
}

func PComparisonKeyFunction_POnValuesFromVTPool

func PComparisonKeyFunction_POnValuesFromVTPool() *PComparisonKeyFunction_POnValues

func (*PComparisonKeyFunction_POnValues) Descriptor deprecated

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

Deprecated: Use PComparisonKeyFunction_POnValues.ProtoReflect.Descriptor instead.

func (*PComparisonKeyFunction_POnValues) GetBaseAlias

func (x *PComparisonKeyFunction_POnValues) GetBaseAlias() string

func (*PComparisonKeyFunction_POnValues) GetComparisonKeyValues

func (x *PComparisonKeyFunction_POnValues) GetComparisonKeyValues() []*PValue

func (*PComparisonKeyFunction_POnValues) MarshalToSizedBufferVT

func (m *PComparisonKeyFunction_POnValues) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparisonKeyFunction_POnValues) MarshalToVT

func (m *PComparisonKeyFunction_POnValues) MarshalToVT(dAtA []byte) (int, error)

func (*PComparisonKeyFunction_POnValues) MarshalVT

func (m *PComparisonKeyFunction_POnValues) MarshalVT() (dAtA []byte, err error)

func (*PComparisonKeyFunction_POnValues) ProtoMessage

func (*PComparisonKeyFunction_POnValues) ProtoMessage()

func (*PComparisonKeyFunction_POnValues) ProtoReflect

func (*PComparisonKeyFunction_POnValues) Reset

func (*PComparisonKeyFunction_POnValues) ResetVT

func (m *PComparisonKeyFunction_POnValues) ResetVT()

func (*PComparisonKeyFunction_POnValues) ReturnToVTPool

func (m *PComparisonKeyFunction_POnValues) ReturnToVTPool()

func (*PComparisonKeyFunction_POnValues) SizeVT

func (m *PComparisonKeyFunction_POnValues) SizeVT() (n int)

func (*PComparisonKeyFunction_POnValues) String

func (*PComparisonKeyFunction_POnValues) UnmarshalVT

func (m *PComparisonKeyFunction_POnValues) UnmarshalVT(dAtA []byte) error

type PComparison_AdditionalComparisons

type PComparison_AdditionalComparisons struct {
	AdditionalComparisons *anypb.Any `protobuf:"bytes,1,opt,name=additional_comparisons,json=additionalComparisons,oneof"`
}

func (*PComparison_AdditionalComparisons) MarshalToSizedBufferVT

func (m *PComparison_AdditionalComparisons) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparison_AdditionalComparisons) MarshalToVT

func (m *PComparison_AdditionalComparisons) MarshalToVT(dAtA []byte) (int, error)

func (*PComparison_AdditionalComparisons) SizeVT

func (m *PComparison_AdditionalComparisons) SizeVT() (n int)

type PComparison_ConversionParameterComparison

type PComparison_ConversionParameterComparison struct {
	ConversionParameterComparison *PConversionParameterComparison `protobuf:"bytes,12,opt,name=conversion_parameter_comparison,json=conversionParameterComparison,oneof"`
}

func (*PComparison_ConversionParameterComparison) MarshalToSizedBufferVT

func (m *PComparison_ConversionParameterComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparison_ConversionParameterComparison) MarshalToVT

func (m *PComparison_ConversionParameterComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PComparison_ConversionParameterComparison) SizeVT

type PComparison_ConversionSimpleComparison

type PComparison_ConversionSimpleComparison struct {
	ConversionSimpleComparison *PConversionSimpleComparison `protobuf:"bytes,11,opt,name=conversion_simple_comparison,json=conversionSimpleComparison,oneof"`
}

func (*PComparison_ConversionSimpleComparison) MarshalToSizedBufferVT

func (m *PComparison_ConversionSimpleComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparison_ConversionSimpleComparison) MarshalToVT

func (m *PComparison_ConversionSimpleComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PComparison_ConversionSimpleComparison) SizeVT

type PComparison_DistanceRankValueComparison

type PComparison_DistanceRankValueComparison struct {
	DistanceRankValueComparison *PDistanceRankValueComparison `protobuf:"bytes,13,opt,name=distance_rank_value_comparison,json=distanceRankValueComparison,oneof"`
}

func (*PComparison_DistanceRankValueComparison) MarshalToSizedBufferVT

func (m *PComparison_DistanceRankValueComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparison_DistanceRankValueComparison) MarshalToVT

func (m *PComparison_DistanceRankValueComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PComparison_DistanceRankValueComparison) SizeVT

type PComparison_InvertedFunctionComparison

type PComparison_InvertedFunctionComparison struct {
	InvertedFunctionComparison *PInvertedFunctionComparison `protobuf:"bytes,9,opt,name=inverted_function_comparison,json=invertedFunctionComparison,oneof"`
}

func (*PComparison_InvertedFunctionComparison) MarshalToSizedBufferVT

func (m *PComparison_InvertedFunctionComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparison_InvertedFunctionComparison) MarshalToVT

func (m *PComparison_InvertedFunctionComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PComparison_InvertedFunctionComparison) SizeVT

type PComparison_ListComparison

type PComparison_ListComparison struct {
	ListComparison *PListComparison `protobuf:"bytes,5,opt,name=list_comparison,json=listComparison,oneof"`
}

func (*PComparison_ListComparison) MarshalToSizedBufferVT

func (m *PComparison_ListComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparison_ListComparison) MarshalToVT

func (m *PComparison_ListComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PComparison_ListComparison) SizeVT

func (m *PComparison_ListComparison) SizeVT() (n int)

type PComparison_MultiColumnComparison

type PComparison_MultiColumnComparison struct {
	MultiColumnComparison *PMultiColumnComparison `protobuf:"bytes,8,opt,name=multi_column_comparison,json=multiColumnComparison,oneof"`
}

func (*PComparison_MultiColumnComparison) MarshalToSizedBufferVT

func (m *PComparison_MultiColumnComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparison_MultiColumnComparison) MarshalToVT

func (m *PComparison_MultiColumnComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PComparison_MultiColumnComparison) SizeVT

func (m *PComparison_MultiColumnComparison) SizeVT() (n int)

type PComparison_NullComparison

type PComparison_NullComparison struct {
	NullComparison *PNullComparison `protobuf:"bytes,6,opt,name=null_comparison,json=nullComparison,oneof"`
}

func (*PComparison_NullComparison) MarshalToSizedBufferVT

func (m *PComparison_NullComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparison_NullComparison) MarshalToVT

func (m *PComparison_NullComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PComparison_NullComparison) SizeVT

func (m *PComparison_NullComparison) SizeVT() (n int)

type PComparison_OpaqueEqualityComparison

type PComparison_OpaqueEqualityComparison struct {
	OpaqueEqualityComparison *POpaqueEqualityComparison `protobuf:"bytes,7,opt,name=opaque_equality_comparison,json=opaqueEqualityComparison,oneof"`
}

func (*PComparison_OpaqueEqualityComparison) MarshalToSizedBufferVT

func (m *PComparison_OpaqueEqualityComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparison_OpaqueEqualityComparison) MarshalToVT

func (m *PComparison_OpaqueEqualityComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PComparison_OpaqueEqualityComparison) SizeVT

func (m *PComparison_OpaqueEqualityComparison) SizeVT() (n int)

type PComparison_PComparisonType

type PComparison_PComparisonType int32
const (
	PComparison_EQUALS                           PComparison_PComparisonType = 1
	PComparison_NOT_EQUALS                       PComparison_PComparisonType = 2
	PComparison_LESS_THAN                        PComparison_PComparisonType = 3
	PComparison_LESS_THAN_OR_EQUALS              PComparison_PComparisonType = 4
	PComparison_GREATER_THAN                     PComparison_PComparisonType = 5
	PComparison_GREATER_THAN_OR_EQUALS           PComparison_PComparisonType = 6
	PComparison_STARTS_WITH                      PComparison_PComparisonType = 7
	PComparison_NOT_NULL                         PComparison_PComparisonType = 8
	PComparison_IS_NULL                          PComparison_PComparisonType = 9
	PComparison_IN                               PComparison_PComparisonType = 10
	PComparison_TEXT_CONTAINS_ALL                PComparison_PComparisonType = 11
	PComparison_TEXT_CONTAINS_ALL_WITHIN         PComparison_PComparisonType = 12
	PComparison_TEXT_CONTAINS_ANY                PComparison_PComparisonType = 13
	PComparison_TEXT_CONTAINS_PHRASE             PComparison_PComparisonType = 14
	PComparison_TEXT_CONTAINS_PREFIX             PComparison_PComparisonType = 15
	PComparison_TEXT_CONTAINS_ALL_PREFIXES       PComparison_PComparisonType = 16
	PComparison_TEXT_CONTAINS_ANY_PREFIX         PComparison_PComparisonType = 17
	PComparison_SORT                             PComparison_PComparisonType = 18
	PComparison_LIKE                             PComparison_PComparisonType = 19
	PComparison_IS_DISTINCT_FROM                 PComparison_PComparisonType = 20
	PComparison_NOT_DISTINCT_FROM                PComparison_PComparisonType = 21
	PComparison_DISTANCE_RANK_EQUALS             PComparison_PComparisonType = 22
	PComparison_DISTANCE_RANK_LESS_THAN          PComparison_PComparisonType = 23
	PComparison_DISTANCE_RANK_LESS_THAN_OR_EQUAL PComparison_PComparisonType = 24
)

func (PComparison_PComparisonType) Descriptor

func (PComparison_PComparisonType) Enum

func (PComparison_PComparisonType) EnumDescriptor deprecated

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

Deprecated: Use PComparison_PComparisonType.Descriptor instead.

func (PComparison_PComparisonType) Number

func (PComparison_PComparisonType) String

func (PComparison_PComparisonType) Type

func (*PComparison_PComparisonType) UnmarshalJSON deprecated

func (x *PComparison_PComparisonType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PComparison_ParameterComparison

type PComparison_ParameterComparison struct {
	ParameterComparison *PParameterComparison `protobuf:"bytes,3,opt,name=parameter_comparison,json=parameterComparison,oneof"`
}

func (*PComparison_ParameterComparison) MarshalToSizedBufferVT

func (m *PComparison_ParameterComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparison_ParameterComparison) MarshalToVT

func (m *PComparison_ParameterComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PComparison_ParameterComparison) SizeVT

func (m *PComparison_ParameterComparison) SizeVT() (n int)

type PComparison_RecordTypeComparison

type PComparison_RecordTypeComparison struct {
	RecordTypeComparison *PRecordTypeComparison `protobuf:"bytes,10,opt,name=record_type_comparison,json=recordTypeComparison,oneof"`
}

func (*PComparison_RecordTypeComparison) MarshalToSizedBufferVT

func (m *PComparison_RecordTypeComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparison_RecordTypeComparison) MarshalToVT

func (m *PComparison_RecordTypeComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PComparison_RecordTypeComparison) SizeVT

func (m *PComparison_RecordTypeComparison) SizeVT() (n int)

type PComparison_SimpleComparison

type PComparison_SimpleComparison struct {
	SimpleComparison *PSimpleComparison `protobuf:"bytes,2,opt,name=simple_comparison,json=simpleComparison,oneof"`
}

func (*PComparison_SimpleComparison) MarshalToSizedBufferVT

func (m *PComparison_SimpleComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparison_SimpleComparison) MarshalToVT

func (m *PComparison_SimpleComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PComparison_SimpleComparison) SizeVT

func (m *PComparison_SimpleComparison) SizeVT() (n int)

type PComparison_ValueComparison

type PComparison_ValueComparison struct {
	ValueComparison *PValueComparison `protobuf:"bytes,4,opt,name=value_comparison,json=valueComparison,oneof"`
}

func (*PComparison_ValueComparison) MarshalToSizedBufferVT

func (m *PComparison_ValueComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PComparison_ValueComparison) MarshalToVT

func (m *PComparison_ValueComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PComparison_ValueComparison) SizeVT

func (m *PComparison_ValueComparison) SizeVT() (n int)

type PCompatibleTypeEvolutionPredicate

type PCompatibleTypeEvolutionPredicate struct {
	RecordTypeNameFieldAccessPairs []*PCompatibleTypeEvolutionPredicate_PRecordTypeNameFieldAccessPair `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func PCompatibleTypeEvolutionPredicateFromVTPool

func PCompatibleTypeEvolutionPredicateFromVTPool() *PCompatibleTypeEvolutionPredicate

func (*PCompatibleTypeEvolutionPredicate) Descriptor deprecated

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

Deprecated: Use PCompatibleTypeEvolutionPredicate.ProtoReflect.Descriptor instead.

func (*PCompatibleTypeEvolutionPredicate) GetRecordTypeNameFieldAccessPairs

func (*PCompatibleTypeEvolutionPredicate) MarshalToSizedBufferVT

func (m *PCompatibleTypeEvolutionPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PCompatibleTypeEvolutionPredicate) MarshalToVT

func (m *PCompatibleTypeEvolutionPredicate) MarshalToVT(dAtA []byte) (int, error)

func (*PCompatibleTypeEvolutionPredicate) MarshalVT

func (m *PCompatibleTypeEvolutionPredicate) MarshalVT() (dAtA []byte, err error)

func (*PCompatibleTypeEvolutionPredicate) ProtoMessage

func (*PCompatibleTypeEvolutionPredicate) ProtoMessage()

func (*PCompatibleTypeEvolutionPredicate) ProtoReflect

func (*PCompatibleTypeEvolutionPredicate) Reset

func (*PCompatibleTypeEvolutionPredicate) ResetVT

func (m *PCompatibleTypeEvolutionPredicate) ResetVT()

func (*PCompatibleTypeEvolutionPredicate) ReturnToVTPool

func (m *PCompatibleTypeEvolutionPredicate) ReturnToVTPool()

func (*PCompatibleTypeEvolutionPredicate) SizeVT

func (m *PCompatibleTypeEvolutionPredicate) SizeVT() (n int)

func (*PCompatibleTypeEvolutionPredicate) String

func (*PCompatibleTypeEvolutionPredicate) UnmarshalVT

func (m *PCompatibleTypeEvolutionPredicate) UnmarshalVT(dAtA []byte) error

type PCompatibleTypeEvolutionPredicate_PRecordTypeNameFieldAccessPair

type PCompatibleTypeEvolutionPredicate_PRecordTypeNameFieldAccessPair struct {
	RecordTypeName      *string               `protobuf:"bytes,1,opt,name=record_type_name,json=recordTypeName" json:"record_type_name,omitempty"`
	FieldAccessTrieNode *PFieldAccessTrieNode `protobuf:"bytes,2,opt,name=field_access_trie_node,json=fieldAccessTrieNode" json:"field_access_trie_node,omitempty"`
	// contains filtered or unexported fields
}

func (*PCompatibleTypeEvolutionPredicate_PRecordTypeNameFieldAccessPair) Descriptor deprecated

Deprecated: Use PCompatibleTypeEvolutionPredicate_PRecordTypeNameFieldAccessPair.ProtoReflect.Descriptor instead.

func (*PCompatibleTypeEvolutionPredicate_PRecordTypeNameFieldAccessPair) GetFieldAccessTrieNode

func (*PCompatibleTypeEvolutionPredicate_PRecordTypeNameFieldAccessPair) GetRecordTypeName

func (*PCompatibleTypeEvolutionPredicate_PRecordTypeNameFieldAccessPair) MarshalToSizedBufferVT

func (*PCompatibleTypeEvolutionPredicate_PRecordTypeNameFieldAccessPair) MarshalToVT

func (*PCompatibleTypeEvolutionPredicate_PRecordTypeNameFieldAccessPair) MarshalVT

func (*PCompatibleTypeEvolutionPredicate_PRecordTypeNameFieldAccessPair) ProtoMessage

func (*PCompatibleTypeEvolutionPredicate_PRecordTypeNameFieldAccessPair) ProtoReflect

func (*PCompatibleTypeEvolutionPredicate_PRecordTypeNameFieldAccessPair) Reset

func (*PCompatibleTypeEvolutionPredicate_PRecordTypeNameFieldAccessPair) ResetVT

func (*PCompatibleTypeEvolutionPredicate_PRecordTypeNameFieldAccessPair) ReturnToVTPool

func (*PCompatibleTypeEvolutionPredicate_PRecordTypeNameFieldAccessPair) SizeVT

func (*PCompatibleTypeEvolutionPredicate_PRecordTypeNameFieldAccessPair) String

func (*PCompatibleTypeEvolutionPredicate_PRecordTypeNameFieldAccessPair) UnmarshalVT

type PCompilableRange

type PCompilableRange struct {
	CompilableComparisons []*PComparison `protobuf:"bytes,1,rep,name=compilable_comparisons,json=compilableComparisons" json:"compilable_comparisons,omitempty"`
	// contains filtered or unexported fields
}

func PCompilableRangeFromVTPool

func PCompilableRangeFromVTPool() *PCompilableRange

func (*PCompilableRange) Descriptor deprecated

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

Deprecated: Use PCompilableRange.ProtoReflect.Descriptor instead.

func (*PCompilableRange) GetCompilableComparisons

func (x *PCompilableRange) GetCompilableComparisons() []*PComparison

func (*PCompilableRange) MarshalToSizedBufferVT

func (m *PCompilableRange) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PCompilableRange) MarshalToVT

func (m *PCompilableRange) MarshalToVT(dAtA []byte) (int, error)

func (*PCompilableRange) MarshalVT

func (m *PCompilableRange) MarshalVT() (dAtA []byte, err error)

func (*PCompilableRange) ProtoMessage

func (*PCompilableRange) ProtoMessage()

func (*PCompilableRange) ProtoReflect

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

func (*PCompilableRange) Reset

func (x *PCompilableRange) Reset()

func (*PCompilableRange) ResetVT

func (m *PCompilableRange) ResetVT()

func (*PCompilableRange) ReturnToVTPool

func (m *PCompilableRange) ReturnToVTPool()

func (*PCompilableRange) SizeVT

func (m *PCompilableRange) SizeVT() (n int)

func (*PCompilableRange) String

func (x *PCompilableRange) String() string

func (*PCompilableRange) UnmarshalVT

func (m *PCompilableRange) UnmarshalVT(dAtA []byte) error

type PConditionSelectorValue

type PConditionSelectorValue struct {
	Implications []*PValue `protobuf:"bytes,1,rep,name=implications" json:"implications,omitempty"`
	// contains filtered or unexported fields
}

func PConditionSelectorValueFromVTPool

func PConditionSelectorValueFromVTPool() *PConditionSelectorValue

func (*PConditionSelectorValue) Descriptor deprecated

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

Deprecated: Use PConditionSelectorValue.ProtoReflect.Descriptor instead.

func (*PConditionSelectorValue) GetImplications

func (x *PConditionSelectorValue) GetImplications() []*PValue

func (*PConditionSelectorValue) MarshalToSizedBufferVT

func (m *PConditionSelectorValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PConditionSelectorValue) MarshalToVT

func (m *PConditionSelectorValue) MarshalToVT(dAtA []byte) (int, error)

func (*PConditionSelectorValue) MarshalVT

func (m *PConditionSelectorValue) MarshalVT() (dAtA []byte, err error)

func (*PConditionSelectorValue) ProtoMessage

func (*PConditionSelectorValue) ProtoMessage()

func (*PConditionSelectorValue) ProtoReflect

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

func (*PConditionSelectorValue) Reset

func (x *PConditionSelectorValue) Reset()

func (*PConditionSelectorValue) ResetVT

func (m *PConditionSelectorValue) ResetVT()

func (*PConditionSelectorValue) ReturnToVTPool

func (m *PConditionSelectorValue) ReturnToVTPool()

func (*PConditionSelectorValue) SizeVT

func (m *PConditionSelectorValue) SizeVT() (n int)

func (*PConditionSelectorValue) String

func (x *PConditionSelectorValue) String() string

func (*PConditionSelectorValue) UnmarshalVT

func (m *PConditionSelectorValue) UnmarshalVT(dAtA []byte) error

type PConstantObjectValue

type PConstantObjectValue struct {
	Alias      *string `protobuf:"bytes,1,opt,name=alias" json:"alias,omitempty"`
	ConstantId *string `protobuf:"bytes,2,opt,name=constant_id,json=constantId" json:"constant_id,omitempty"`
	ResultType *PType  `protobuf:"bytes,3,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	// contains filtered or unexported fields
}

func PConstantObjectValueFromVTPool

func PConstantObjectValueFromVTPool() *PConstantObjectValue

func (*PConstantObjectValue) Descriptor deprecated

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

Deprecated: Use PConstantObjectValue.ProtoReflect.Descriptor instead.

func (*PConstantObjectValue) GetAlias

func (x *PConstantObjectValue) GetAlias() string

func (*PConstantObjectValue) GetConstantId

func (x *PConstantObjectValue) GetConstantId() string

func (*PConstantObjectValue) GetResultType

func (x *PConstantObjectValue) GetResultType() *PType

func (*PConstantObjectValue) MarshalToSizedBufferVT

func (m *PConstantObjectValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PConstantObjectValue) MarshalToVT

func (m *PConstantObjectValue) MarshalToVT(dAtA []byte) (int, error)

func (*PConstantObjectValue) MarshalVT

func (m *PConstantObjectValue) MarshalVT() (dAtA []byte, err error)

func (*PConstantObjectValue) ProtoMessage

func (*PConstantObjectValue) ProtoMessage()

func (*PConstantObjectValue) ProtoReflect

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

func (*PConstantObjectValue) Reset

func (x *PConstantObjectValue) Reset()

func (*PConstantObjectValue) ResetVT

func (m *PConstantObjectValue) ResetVT()

func (*PConstantObjectValue) ReturnToVTPool

func (m *PConstantObjectValue) ReturnToVTPool()

func (*PConstantObjectValue) SizeVT

func (m *PConstantObjectValue) SizeVT() (n int)

func (*PConstantObjectValue) String

func (x *PConstantObjectValue) String() string

func (*PConstantObjectValue) UnmarshalVT

func (m *PConstantObjectValue) UnmarshalVT(dAtA []byte) error

type PConstantPredicate

type PConstantPredicate struct {
	Super *PAbstractQueryPredicate `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	Value *bool                    `protobuf:"varint,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func PConstantPredicateFromVTPool

func PConstantPredicateFromVTPool() *PConstantPredicate

func (*PConstantPredicate) Descriptor deprecated

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

Deprecated: Use PConstantPredicate.ProtoReflect.Descriptor instead.

func (*PConstantPredicate) GetSuper

func (*PConstantPredicate) GetValue

func (x *PConstantPredicate) GetValue() bool

func (*PConstantPredicate) MarshalToSizedBufferVT

func (m *PConstantPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PConstantPredicate) MarshalToVT

func (m *PConstantPredicate) MarshalToVT(dAtA []byte) (int, error)

func (*PConstantPredicate) MarshalVT

func (m *PConstantPredicate) MarshalVT() (dAtA []byte, err error)

func (*PConstantPredicate) ProtoMessage

func (*PConstantPredicate) ProtoMessage()

func (*PConstantPredicate) ProtoReflect

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

func (*PConstantPredicate) Reset

func (x *PConstantPredicate) Reset()

func (*PConstantPredicate) ResetVT

func (m *PConstantPredicate) ResetVT()

func (*PConstantPredicate) ReturnToVTPool

func (m *PConstantPredicate) ReturnToVTPool()

func (*PConstantPredicate) SizeVT

func (m *PConstantPredicate) SizeVT() (n int)

func (*PConstantPredicate) String

func (x *PConstantPredicate) String() string

func (*PConstantPredicate) UnmarshalVT

func (m *PConstantPredicate) UnmarshalVT(dAtA []byte) error

type PConstantValue

type PConstantValue struct {
	Value *PValue `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func PConstantValueFromVTPool

func PConstantValueFromVTPool() *PConstantValue

func (*PConstantValue) Descriptor deprecated

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

Deprecated: Use PConstantValue.ProtoReflect.Descriptor instead.

func (*PConstantValue) GetValue

func (x *PConstantValue) GetValue() *PValue

func (*PConstantValue) MarshalToSizedBufferVT

func (m *PConstantValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PConstantValue) MarshalToVT

func (m *PConstantValue) MarshalToVT(dAtA []byte) (int, error)

func (*PConstantValue) MarshalVT

func (m *PConstantValue) MarshalVT() (dAtA []byte, err error)

func (*PConstantValue) ProtoMessage

func (*PConstantValue) ProtoMessage()

func (*PConstantValue) ProtoReflect

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

func (*PConstantValue) Reset

func (x *PConstantValue) Reset()

func (*PConstantValue) ResetVT

func (m *PConstantValue) ResetVT()

func (*PConstantValue) ReturnToVTPool

func (m *PConstantValue) ReturnToVTPool()

func (*PConstantValue) SizeVT

func (m *PConstantValue) SizeVT() (n int)

func (*PConstantValue) String

func (x *PConstantValue) String() string

func (*PConstantValue) UnmarshalVT

func (m *PConstantValue) UnmarshalVT(dAtA []byte) error

type PConversionParameterComparison

type PConversionParameterComparison struct {
	Type       *PComparison_PComparisonType       `` /* 129-byte string literal not displayed */
	Parameter  *string                            `protobuf:"bytes,2,opt,name=parameter" json:"parameter,omitempty"`
	Internal   *PParameterComparison_PBindingKind `` /* 143-byte string literal not displayed */
	Conversion *KeyExpression                     `protobuf:"bytes,4,opt,name=conversion" json:"conversion,omitempty"`
	// contains filtered or unexported fields
}

func PConversionParameterComparisonFromVTPool

func PConversionParameterComparisonFromVTPool() *PConversionParameterComparison

func (*PConversionParameterComparison) Descriptor deprecated

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

Deprecated: Use PConversionParameterComparison.ProtoReflect.Descriptor instead.

func (*PConversionParameterComparison) GetConversion

func (x *PConversionParameterComparison) GetConversion() *KeyExpression

func (*PConversionParameterComparison) GetInternal

func (*PConversionParameterComparison) GetParameter

func (x *PConversionParameterComparison) GetParameter() string

func (*PConversionParameterComparison) GetType

func (*PConversionParameterComparison) MarshalToSizedBufferVT

func (m *PConversionParameterComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PConversionParameterComparison) MarshalToVT

func (m *PConversionParameterComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PConversionParameterComparison) MarshalVT

func (m *PConversionParameterComparison) MarshalVT() (dAtA []byte, err error)

func (*PConversionParameterComparison) ProtoMessage

func (*PConversionParameterComparison) ProtoMessage()

func (*PConversionParameterComparison) ProtoReflect

func (*PConversionParameterComparison) Reset

func (x *PConversionParameterComparison) Reset()

func (*PConversionParameterComparison) ResetVT

func (m *PConversionParameterComparison) ResetVT()

func (*PConversionParameterComparison) ReturnToVTPool

func (m *PConversionParameterComparison) ReturnToVTPool()

func (*PConversionParameterComparison) SizeVT

func (m *PConversionParameterComparison) SizeVT() (n int)

func (*PConversionParameterComparison) String

func (*PConversionParameterComparison) UnmarshalVT

func (m *PConversionParameterComparison) UnmarshalVT(dAtA []byte) error

type PConversionSimpleComparison

type PConversionSimpleComparison struct {
	Type       *PComparison_PComparisonType `` /* 129-byte string literal not displayed */
	Object     *PComparableObject           `protobuf:"bytes,2,opt,name=object" json:"object,omitempty"`
	Conversion *KeyExpression               `protobuf:"bytes,3,opt,name=conversion" json:"conversion,omitempty"`
	// contains filtered or unexported fields
}

func PConversionSimpleComparisonFromVTPool

func PConversionSimpleComparisonFromVTPool() *PConversionSimpleComparison

func (*PConversionSimpleComparison) Descriptor deprecated

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

Deprecated: Use PConversionSimpleComparison.ProtoReflect.Descriptor instead.

func (*PConversionSimpleComparison) GetConversion

func (x *PConversionSimpleComparison) GetConversion() *KeyExpression

func (*PConversionSimpleComparison) GetObject

func (*PConversionSimpleComparison) GetType

func (*PConversionSimpleComparison) MarshalToSizedBufferVT

func (m *PConversionSimpleComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PConversionSimpleComparison) MarshalToVT

func (m *PConversionSimpleComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PConversionSimpleComparison) MarshalVT

func (m *PConversionSimpleComparison) MarshalVT() (dAtA []byte, err error)

func (*PConversionSimpleComparison) ProtoMessage

func (*PConversionSimpleComparison) ProtoMessage()

func (*PConversionSimpleComparison) ProtoReflect

func (*PConversionSimpleComparison) Reset

func (x *PConversionSimpleComparison) Reset()

func (*PConversionSimpleComparison) ResetVT

func (m *PConversionSimpleComparison) ResetVT()

func (*PConversionSimpleComparison) ReturnToVTPool

func (m *PConversionSimpleComparison) ReturnToVTPool()

func (*PConversionSimpleComparison) SizeVT

func (m *PConversionSimpleComparison) SizeVT() (n int)

func (*PConversionSimpleComparison) String

func (x *PConversionSimpleComparison) String() string

func (*PConversionSimpleComparison) UnmarshalVT

func (m *PConversionSimpleComparison) UnmarshalVT(dAtA []byte) error

type PCosineDistanceRowNumberValue

type PCosineDistanceRowNumberValue struct {
	Super *PWindowedValue `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

func PCosineDistanceRowNumberValueFromVTPool

func PCosineDistanceRowNumberValueFromVTPool() *PCosineDistanceRowNumberValue

func (*PCosineDistanceRowNumberValue) Descriptor deprecated

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

Deprecated: Use PCosineDistanceRowNumberValue.ProtoReflect.Descriptor instead.

func (*PCosineDistanceRowNumberValue) GetSuper

func (*PCosineDistanceRowNumberValue) MarshalToSizedBufferVT

func (m *PCosineDistanceRowNumberValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PCosineDistanceRowNumberValue) MarshalToVT

func (m *PCosineDistanceRowNumberValue) MarshalToVT(dAtA []byte) (int, error)

func (*PCosineDistanceRowNumberValue) MarshalVT

func (m *PCosineDistanceRowNumberValue) MarshalVT() (dAtA []byte, err error)

func (*PCosineDistanceRowNumberValue) ProtoMessage

func (*PCosineDistanceRowNumberValue) ProtoMessage()

func (*PCosineDistanceRowNumberValue) ProtoReflect

func (*PCosineDistanceRowNumberValue) Reset

func (x *PCosineDistanceRowNumberValue) Reset()

func (*PCosineDistanceRowNumberValue) ResetVT

func (m *PCosineDistanceRowNumberValue) ResetVT()

func (*PCosineDistanceRowNumberValue) ReturnToVTPool

func (m *PCosineDistanceRowNumberValue) ReturnToVTPool()

func (*PCosineDistanceRowNumberValue) SizeVT

func (m *PCosineDistanceRowNumberValue) SizeVT() (n int)

func (*PCosineDistanceRowNumberValue) String

func (*PCosineDistanceRowNumberValue) UnmarshalVT

func (m *PCosineDistanceRowNumberValue) UnmarshalVT(dAtA []byte) error

type PCountValue

type PCountValue struct {
	Operator *PCountValue_PPhysicalOperator `` /* 139-byte string literal not displayed */
	Child    *PValue                        `protobuf:"bytes,2,opt,name=child" json:"child,omitempty"`
	// contains filtered or unexported fields
}

func PCountValueFromVTPool

func PCountValueFromVTPool() *PCountValue

func (*PCountValue) Descriptor deprecated

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

Deprecated: Use PCountValue.ProtoReflect.Descriptor instead.

func (*PCountValue) GetChild

func (x *PCountValue) GetChild() *PValue

func (*PCountValue) GetOperator

func (x *PCountValue) GetOperator() PCountValue_PPhysicalOperator

func (*PCountValue) MarshalToSizedBufferVT

func (m *PCountValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PCountValue) MarshalToVT

func (m *PCountValue) MarshalToVT(dAtA []byte) (int, error)

func (*PCountValue) MarshalVT

func (m *PCountValue) MarshalVT() (dAtA []byte, err error)

func (*PCountValue) ProtoMessage

func (*PCountValue) ProtoMessage()

func (*PCountValue) ProtoReflect

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

func (*PCountValue) Reset

func (x *PCountValue) Reset()

func (*PCountValue) ResetVT

func (m *PCountValue) ResetVT()

func (*PCountValue) ReturnToVTPool

func (m *PCountValue) ReturnToVTPool()

func (*PCountValue) SizeVT

func (m *PCountValue) SizeVT() (n int)

func (*PCountValue) String

func (x *PCountValue) String() string

func (*PCountValue) UnmarshalVT

func (m *PCountValue) UnmarshalVT(dAtA []byte) error

type PCountValue_PPhysicalOperator

type PCountValue_PPhysicalOperator int32
const (
	PCountValue_COUNT      PCountValue_PPhysicalOperator = 1
	PCountValue_COUNT_STAR PCountValue_PPhysicalOperator = 2
)

func (PCountValue_PPhysicalOperator) Descriptor

func (PCountValue_PPhysicalOperator) Enum

func (PCountValue_PPhysicalOperator) EnumDescriptor deprecated

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

Deprecated: Use PCountValue_PPhysicalOperator.Descriptor instead.

func (PCountValue_PPhysicalOperator) Number

func (PCountValue_PPhysicalOperator) String

func (PCountValue_PPhysicalOperator) Type

func (*PCountValue_PPhysicalOperator) UnmarshalJSON deprecated

func (x *PCountValue_PPhysicalOperator) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PDatabaseObjectDependenciesPredicate

type PDatabaseObjectDependenciesPredicate struct {
	UsedIndexes []*PDatabaseObjectDependenciesPredicate_PUsedIndex `protobuf:"bytes,1,rep,name=used_indexes,json=usedIndexes" json:"used_indexes,omitempty"`
	// contains filtered or unexported fields
}

func PDatabaseObjectDependenciesPredicateFromVTPool

func PDatabaseObjectDependenciesPredicateFromVTPool() *PDatabaseObjectDependenciesPredicate

func (*PDatabaseObjectDependenciesPredicate) Descriptor deprecated

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

Deprecated: Use PDatabaseObjectDependenciesPredicate.ProtoReflect.Descriptor instead.

func (*PDatabaseObjectDependenciesPredicate) GetUsedIndexes

func (*PDatabaseObjectDependenciesPredicate) MarshalToSizedBufferVT

func (m *PDatabaseObjectDependenciesPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PDatabaseObjectDependenciesPredicate) MarshalToVT

func (m *PDatabaseObjectDependenciesPredicate) MarshalToVT(dAtA []byte) (int, error)

func (*PDatabaseObjectDependenciesPredicate) MarshalVT

func (m *PDatabaseObjectDependenciesPredicate) MarshalVT() (dAtA []byte, err error)

func (*PDatabaseObjectDependenciesPredicate) ProtoMessage

func (*PDatabaseObjectDependenciesPredicate) ProtoMessage()

func (*PDatabaseObjectDependenciesPredicate) ProtoReflect

func (*PDatabaseObjectDependenciesPredicate) Reset

func (*PDatabaseObjectDependenciesPredicate) ResetVT

func (*PDatabaseObjectDependenciesPredicate) ReturnToVTPool

func (m *PDatabaseObjectDependenciesPredicate) ReturnToVTPool()

func (*PDatabaseObjectDependenciesPredicate) SizeVT

func (m *PDatabaseObjectDependenciesPredicate) SizeVT() (n int)

func (*PDatabaseObjectDependenciesPredicate) String

func (*PDatabaseObjectDependenciesPredicate) UnmarshalVT

func (m *PDatabaseObjectDependenciesPredicate) UnmarshalVT(dAtA []byte) error

type PDatabaseObjectDependenciesPredicate_PUsedIndex

type PDatabaseObjectDependenciesPredicate_PUsedIndex struct {
	Name                *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	LastModifiedVersion *int32  `protobuf:"varint,3,opt,name=last_modified_version,json=lastModifiedVersion" json:"last_modified_version,omitempty"`
	// contains filtered or unexported fields
}

func PDatabaseObjectDependenciesPredicate_PUsedIndexFromVTPool

func PDatabaseObjectDependenciesPredicate_PUsedIndexFromVTPool() *PDatabaseObjectDependenciesPredicate_PUsedIndex

func (*PDatabaseObjectDependenciesPredicate_PUsedIndex) Descriptor deprecated

Deprecated: Use PDatabaseObjectDependenciesPredicate_PUsedIndex.ProtoReflect.Descriptor instead.

func (*PDatabaseObjectDependenciesPredicate_PUsedIndex) GetLastModifiedVersion

func (x *PDatabaseObjectDependenciesPredicate_PUsedIndex) GetLastModifiedVersion() int32

func (*PDatabaseObjectDependenciesPredicate_PUsedIndex) GetName

func (*PDatabaseObjectDependenciesPredicate_PUsedIndex) MarshalToSizedBufferVT

func (m *PDatabaseObjectDependenciesPredicate_PUsedIndex) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PDatabaseObjectDependenciesPredicate_PUsedIndex) MarshalToVT

func (*PDatabaseObjectDependenciesPredicate_PUsedIndex) MarshalVT

func (m *PDatabaseObjectDependenciesPredicate_PUsedIndex) MarshalVT() (dAtA []byte, err error)

func (*PDatabaseObjectDependenciesPredicate_PUsedIndex) ProtoMessage

func (*PDatabaseObjectDependenciesPredicate_PUsedIndex) ProtoReflect

func (*PDatabaseObjectDependenciesPredicate_PUsedIndex) Reset

func (*PDatabaseObjectDependenciesPredicate_PUsedIndex) ResetVT

func (*PDatabaseObjectDependenciesPredicate_PUsedIndex) ReturnToVTPool

func (*PDatabaseObjectDependenciesPredicate_PUsedIndex) SizeVT

func (*PDatabaseObjectDependenciesPredicate_PUsedIndex) String

func (*PDatabaseObjectDependenciesPredicate_PUsedIndex) UnmarshalVT

type PDerivedValue

type PDerivedValue struct {
	Children   []*PValue `protobuf:"bytes,1,rep,name=children" json:"children,omitempty"`
	ResultType *PType    `protobuf:"bytes,2,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	// contains filtered or unexported fields
}

func PDerivedValueFromVTPool

func PDerivedValueFromVTPool() *PDerivedValue

func (*PDerivedValue) Descriptor deprecated

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

Deprecated: Use PDerivedValue.ProtoReflect.Descriptor instead.

func (*PDerivedValue) GetChildren

func (x *PDerivedValue) GetChildren() []*PValue

func (*PDerivedValue) GetResultType

func (x *PDerivedValue) GetResultType() *PType

func (*PDerivedValue) MarshalToSizedBufferVT

func (m *PDerivedValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PDerivedValue) MarshalToVT

func (m *PDerivedValue) MarshalToVT(dAtA []byte) (int, error)

func (*PDerivedValue) MarshalVT

func (m *PDerivedValue) MarshalVT() (dAtA []byte, err error)

func (*PDerivedValue) ProtoMessage

func (*PDerivedValue) ProtoMessage()

func (*PDerivedValue) ProtoReflect

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

func (*PDerivedValue) Reset

func (x *PDerivedValue) Reset()

func (*PDerivedValue) ResetVT

func (m *PDerivedValue) ResetVT()

func (*PDerivedValue) ReturnToVTPool

func (m *PDerivedValue) ReturnToVTPool()

func (*PDerivedValue) SizeVT

func (m *PDerivedValue) SizeVT() (n int)

func (*PDerivedValue) String

func (x *PDerivedValue) String() string

func (*PDerivedValue) UnmarshalVT

func (m *PDerivedValue) UnmarshalVT(dAtA []byte) error

type PDirection

type PDirection int32
const (
	PDirection_ASC_NULLS_FIRST  PDirection = 1
	PDirection_ASC_NULLS_LAST   PDirection = 2
	PDirection_DESC_NULLS_FIRST PDirection = 3
	PDirection_DESC_NULLS_LAST  PDirection = 4
)

func (PDirection) Descriptor

func (PDirection) Descriptor() protoreflect.EnumDescriptor

func (PDirection) Enum

func (x PDirection) Enum() *PDirection

func (PDirection) EnumDescriptor deprecated

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

Deprecated: Use PDirection.Descriptor instead.

func (PDirection) Number

func (x PDirection) Number() protoreflect.EnumNumber

func (PDirection) String

func (x PDirection) String() string

func (PDirection) Type

func (*PDirection) UnmarshalJSON deprecated

func (x *PDirection) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PDistanceRankValueComparison

type PDistanceRankValueComparison struct {
	Super              *PValueComparison `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	LimitValue         *PValue           `protobuf:"bytes,2,opt,name=limitValue" json:"limitValue,omitempty"`
	EfSearch           *int32            `protobuf:"varint,3,opt,name=efSearch" json:"efSearch,omitempty"`
	IsReturningVectors *bool             `protobuf:"varint,4,opt,name=isReturningVectors" json:"isReturningVectors,omitempty"`
	// contains filtered or unexported fields
}

func PDistanceRankValueComparisonFromVTPool

func PDistanceRankValueComparisonFromVTPool() *PDistanceRankValueComparison

func (*PDistanceRankValueComparison) Descriptor deprecated

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

Deprecated: Use PDistanceRankValueComparison.ProtoReflect.Descriptor instead.

func (*PDistanceRankValueComparison) GetEfSearch

func (x *PDistanceRankValueComparison) GetEfSearch() int32

func (*PDistanceRankValueComparison) GetIsReturningVectors

func (x *PDistanceRankValueComparison) GetIsReturningVectors() bool

func (*PDistanceRankValueComparison) GetLimitValue

func (x *PDistanceRankValueComparison) GetLimitValue() *PValue

func (*PDistanceRankValueComparison) GetSuper

func (*PDistanceRankValueComparison) MarshalToSizedBufferVT

func (m *PDistanceRankValueComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PDistanceRankValueComparison) MarshalToVT

func (m *PDistanceRankValueComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PDistanceRankValueComparison) MarshalVT

func (m *PDistanceRankValueComparison) MarshalVT() (dAtA []byte, err error)

func (*PDistanceRankValueComparison) ProtoMessage

func (*PDistanceRankValueComparison) ProtoMessage()

func (*PDistanceRankValueComparison) ProtoReflect

func (*PDistanceRankValueComparison) Reset

func (x *PDistanceRankValueComparison) Reset()

func (*PDistanceRankValueComparison) ResetVT

func (m *PDistanceRankValueComparison) ResetVT()

func (*PDistanceRankValueComparison) ReturnToVTPool

func (m *PDistanceRankValueComparison) ReturnToVTPool()

func (*PDistanceRankValueComparison) SizeVT

func (m *PDistanceRankValueComparison) SizeVT() (n int)

func (*PDistanceRankValueComparison) String

func (*PDistanceRankValueComparison) UnmarshalVT

func (m *PDistanceRankValueComparison) UnmarshalVT(dAtA []byte) error

type PDistanceValue

type PDistanceValue struct {
	Operator   *PDistanceValue_PDistanceOperator `` /* 142-byte string literal not displayed */
	LeftChild  *PValue                           `protobuf:"bytes,2,opt,name=left_child,json=leftChild" json:"left_child,omitempty"`
	RightChild *PValue                           `protobuf:"bytes,3,opt,name=right_child,json=rightChild" json:"right_child,omitempty"`
	// contains filtered or unexported fields
}

func PDistanceValueFromVTPool

func PDistanceValueFromVTPool() *PDistanceValue

func (*PDistanceValue) Descriptor deprecated

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

Deprecated: Use PDistanceValue.ProtoReflect.Descriptor instead.

func (*PDistanceValue) GetLeftChild

func (x *PDistanceValue) GetLeftChild() *PValue

func (*PDistanceValue) GetOperator

func (*PDistanceValue) GetRightChild

func (x *PDistanceValue) GetRightChild() *PValue

func (*PDistanceValue) MarshalToSizedBufferVT

func (m *PDistanceValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PDistanceValue) MarshalToVT

func (m *PDistanceValue) MarshalToVT(dAtA []byte) (int, error)

func (*PDistanceValue) MarshalVT

func (m *PDistanceValue) MarshalVT() (dAtA []byte, err error)

func (*PDistanceValue) ProtoMessage

func (*PDistanceValue) ProtoMessage()

func (*PDistanceValue) ProtoReflect

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

func (*PDistanceValue) Reset

func (x *PDistanceValue) Reset()

func (*PDistanceValue) ResetVT

func (m *PDistanceValue) ResetVT()

func (*PDistanceValue) ReturnToVTPool

func (m *PDistanceValue) ReturnToVTPool()

func (*PDistanceValue) SizeVT

func (m *PDistanceValue) SizeVT() (n int)

func (*PDistanceValue) String

func (x *PDistanceValue) String() string

func (*PDistanceValue) UnmarshalVT

func (m *PDistanceValue) UnmarshalVT(dAtA []byte) error

type PDistanceValue_PDistanceOperator

type PDistanceValue_PDistanceOperator int32
const (
	PDistanceValue_EUCLIDEAN_DISTANCE        PDistanceValue_PDistanceOperator = 1
	PDistanceValue_EUCLIDEAN_SQUARE_DISTANCE PDistanceValue_PDistanceOperator = 2
	// 3 was reserved for a deprecated and removed operator, do not use this number.
	PDistanceValue_COSINE_DISTANCE      PDistanceValue_PDistanceOperator = 4
	PDistanceValue_DOT_PRODUCT_DISTANCE PDistanceValue_PDistanceOperator = 5
)

func (PDistanceValue_PDistanceOperator) Descriptor

func (PDistanceValue_PDistanceOperator) Enum

func (PDistanceValue_PDistanceOperator) EnumDescriptor deprecated

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

Deprecated: Use PDistanceValue_PDistanceOperator.Descriptor instead.

func (PDistanceValue_PDistanceOperator) Number

func (PDistanceValue_PDistanceOperator) String

func (PDistanceValue_PDistanceOperator) Type

func (*PDistanceValue_PDistanceOperator) UnmarshalJSON deprecated

func (x *PDistanceValue_PDistanceOperator) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PDotProductDistanceRowNumberValue

type PDotProductDistanceRowNumberValue struct {
	Super *PWindowedValue `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

func PDotProductDistanceRowNumberValueFromVTPool

func PDotProductDistanceRowNumberValueFromVTPool() *PDotProductDistanceRowNumberValue

func (*PDotProductDistanceRowNumberValue) Descriptor deprecated

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

Deprecated: Use PDotProductDistanceRowNumberValue.ProtoReflect.Descriptor instead.

func (*PDotProductDistanceRowNumberValue) GetSuper

func (*PDotProductDistanceRowNumberValue) MarshalToSizedBufferVT

func (m *PDotProductDistanceRowNumberValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PDotProductDistanceRowNumberValue) MarshalToVT

func (m *PDotProductDistanceRowNumberValue) MarshalToVT(dAtA []byte) (int, error)

func (*PDotProductDistanceRowNumberValue) MarshalVT

func (m *PDotProductDistanceRowNumberValue) MarshalVT() (dAtA []byte, err error)

func (*PDotProductDistanceRowNumberValue) ProtoMessage

func (*PDotProductDistanceRowNumberValue) ProtoMessage()

func (*PDotProductDistanceRowNumberValue) ProtoReflect

func (*PDotProductDistanceRowNumberValue) Reset

func (*PDotProductDistanceRowNumberValue) ResetVT

func (m *PDotProductDistanceRowNumberValue) ResetVT()

func (*PDotProductDistanceRowNumberValue) ReturnToVTPool

func (m *PDotProductDistanceRowNumberValue) ReturnToVTPool()

func (*PDotProductDistanceRowNumberValue) SizeVT

func (m *PDotProductDistanceRowNumberValue) SizeVT() (n int)

func (*PDotProductDistanceRowNumberValue) String

func (*PDotProductDistanceRowNumberValue) UnmarshalVT

func (m *PDotProductDistanceRowNumberValue) UnmarshalVT(dAtA []byte) error

type PEmptyValue

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

func PEmptyValueFromVTPool

func PEmptyValueFromVTPool() *PEmptyValue

func (*PEmptyValue) Descriptor deprecated

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

Deprecated: Use PEmptyValue.ProtoReflect.Descriptor instead.

func (*PEmptyValue) MarshalToSizedBufferVT

func (m *PEmptyValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PEmptyValue) MarshalToVT

func (m *PEmptyValue) MarshalToVT(dAtA []byte) (int, error)

func (*PEmptyValue) MarshalVT

func (m *PEmptyValue) MarshalVT() (dAtA []byte, err error)

func (*PEmptyValue) ProtoMessage

func (*PEmptyValue) ProtoMessage()

func (*PEmptyValue) ProtoReflect

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

func (*PEmptyValue) Reset

func (x *PEmptyValue) Reset()

func (*PEmptyValue) ResetVT

func (m *PEmptyValue) ResetVT()

func (*PEmptyValue) ReturnToVTPool

func (m *PEmptyValue) ReturnToVTPool()

func (*PEmptyValue) SizeVT

func (m *PEmptyValue) SizeVT() (n int)

func (*PEmptyValue) String

func (x *PEmptyValue) String() string

func (*PEmptyValue) UnmarshalVT

func (m *PEmptyValue) UnmarshalVT(dAtA []byte) error

type PEnumLightValue

type PEnumLightValue struct {
	Name   *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Number *int32  `protobuf:"varint,2,opt,name=number" json:"number,omitempty"`
	// contains filtered or unexported fields
}

func PEnumLightValueFromVTPool

func PEnumLightValueFromVTPool() *PEnumLightValue

func (*PEnumLightValue) Descriptor deprecated

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

Deprecated: Use PEnumLightValue.ProtoReflect.Descriptor instead.

func (*PEnumLightValue) GetName

func (x *PEnumLightValue) GetName() string

func (*PEnumLightValue) GetNumber

func (x *PEnumLightValue) GetNumber() int32

func (*PEnumLightValue) MarshalToSizedBufferVT

func (m *PEnumLightValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PEnumLightValue) MarshalToVT

func (m *PEnumLightValue) MarshalToVT(dAtA []byte) (int, error)

func (*PEnumLightValue) MarshalVT

func (m *PEnumLightValue) MarshalVT() (dAtA []byte, err error)

func (*PEnumLightValue) ProtoMessage

func (*PEnumLightValue) ProtoMessage()

func (*PEnumLightValue) ProtoReflect

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

func (*PEnumLightValue) Reset

func (x *PEnumLightValue) Reset()

func (*PEnumLightValue) ResetVT

func (m *PEnumLightValue) ResetVT()

func (*PEnumLightValue) ReturnToVTPool

func (m *PEnumLightValue) ReturnToVTPool()

func (*PEnumLightValue) SizeVT

func (m *PEnumLightValue) SizeVT() (n int)

func (*PEnumLightValue) String

func (x *PEnumLightValue) String() string

func (*PEnumLightValue) UnmarshalVT

func (m *PEnumLightValue) UnmarshalVT(dAtA []byte) error

type PEuclideanDistanceRowNumberValue

type PEuclideanDistanceRowNumberValue struct {
	Super *PWindowedValue `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

func PEuclideanDistanceRowNumberValueFromVTPool

func PEuclideanDistanceRowNumberValueFromVTPool() *PEuclideanDistanceRowNumberValue

func (*PEuclideanDistanceRowNumberValue) Descriptor deprecated

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

Deprecated: Use PEuclideanDistanceRowNumberValue.ProtoReflect.Descriptor instead.

func (*PEuclideanDistanceRowNumberValue) GetSuper

func (*PEuclideanDistanceRowNumberValue) MarshalToSizedBufferVT

func (m *PEuclideanDistanceRowNumberValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PEuclideanDistanceRowNumberValue) MarshalToVT

func (m *PEuclideanDistanceRowNumberValue) MarshalToVT(dAtA []byte) (int, error)

func (*PEuclideanDistanceRowNumberValue) MarshalVT

func (m *PEuclideanDistanceRowNumberValue) MarshalVT() (dAtA []byte, err error)

func (*PEuclideanDistanceRowNumberValue) ProtoMessage

func (*PEuclideanDistanceRowNumberValue) ProtoMessage()

func (*PEuclideanDistanceRowNumberValue) ProtoReflect

func (*PEuclideanDistanceRowNumberValue) Reset

func (*PEuclideanDistanceRowNumberValue) ResetVT

func (m *PEuclideanDistanceRowNumberValue) ResetVT()

func (*PEuclideanDistanceRowNumberValue) ReturnToVTPool

func (m *PEuclideanDistanceRowNumberValue) ReturnToVTPool()

func (*PEuclideanDistanceRowNumberValue) SizeVT

func (m *PEuclideanDistanceRowNumberValue) SizeVT() (n int)

func (*PEuclideanDistanceRowNumberValue) String

func (*PEuclideanDistanceRowNumberValue) UnmarshalVT

func (m *PEuclideanDistanceRowNumberValue) UnmarshalVT(dAtA []byte) error

type PEuclideanSquareDistanceRowNumberValue

type PEuclideanSquareDistanceRowNumberValue struct {
	Super *PWindowedValue `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

func PEuclideanSquareDistanceRowNumberValueFromVTPool

func PEuclideanSquareDistanceRowNumberValueFromVTPool() *PEuclideanSquareDistanceRowNumberValue

func (*PEuclideanSquareDistanceRowNumberValue) Descriptor deprecated

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

Deprecated: Use PEuclideanSquareDistanceRowNumberValue.ProtoReflect.Descriptor instead.

func (*PEuclideanSquareDistanceRowNumberValue) GetSuper

func (*PEuclideanSquareDistanceRowNumberValue) MarshalToSizedBufferVT

func (m *PEuclideanSquareDistanceRowNumberValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PEuclideanSquareDistanceRowNumberValue) MarshalToVT

func (m *PEuclideanSquareDistanceRowNumberValue) MarshalToVT(dAtA []byte) (int, error)

func (*PEuclideanSquareDistanceRowNumberValue) MarshalVT

func (m *PEuclideanSquareDistanceRowNumberValue) MarshalVT() (dAtA []byte, err error)

func (*PEuclideanSquareDistanceRowNumberValue) ProtoMessage

func (*PEuclideanSquareDistanceRowNumberValue) ProtoReflect

func (*PEuclideanSquareDistanceRowNumberValue) Reset

func (*PEuclideanSquareDistanceRowNumberValue) ResetVT

func (*PEuclideanSquareDistanceRowNumberValue) ReturnToVTPool

func (m *PEuclideanSquareDistanceRowNumberValue) ReturnToVTPool()

func (*PEuclideanSquareDistanceRowNumberValue) SizeVT

func (*PEuclideanSquareDistanceRowNumberValue) String

func (*PEuclideanSquareDistanceRowNumberValue) UnmarshalVT

func (m *PEuclideanSquareDistanceRowNumberValue) UnmarshalVT(dAtA []byte) error

type PEvaluatesToValue

type PEvaluatesToValue struct {
	Child      *PValue      `protobuf:"bytes,1,opt,name=child" json:"child,omitempty"`
	Evaluation *PEvaluation `protobuf:"varint,2,opt,name=evaluation,enum=com.apple.foundationdb.record.planprotos.PEvaluation" json:"evaluation,omitempty"`
	// contains filtered or unexported fields
}

func PEvaluatesToValueFromVTPool

func PEvaluatesToValueFromVTPool() *PEvaluatesToValue

func (*PEvaluatesToValue) Descriptor deprecated

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

Deprecated: Use PEvaluatesToValue.ProtoReflect.Descriptor instead.

func (*PEvaluatesToValue) GetChild

func (x *PEvaluatesToValue) GetChild() *PValue

func (*PEvaluatesToValue) GetEvaluation

func (x *PEvaluatesToValue) GetEvaluation() PEvaluation

func (*PEvaluatesToValue) MarshalToSizedBufferVT

func (m *PEvaluatesToValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PEvaluatesToValue) MarshalToVT

func (m *PEvaluatesToValue) MarshalToVT(dAtA []byte) (int, error)

func (*PEvaluatesToValue) MarshalVT

func (m *PEvaluatesToValue) MarshalVT() (dAtA []byte, err error)

func (*PEvaluatesToValue) ProtoMessage

func (*PEvaluatesToValue) ProtoMessage()

func (*PEvaluatesToValue) ProtoReflect

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

func (*PEvaluatesToValue) Reset

func (x *PEvaluatesToValue) Reset()

func (*PEvaluatesToValue) ResetVT

func (m *PEvaluatesToValue) ResetVT()

func (*PEvaluatesToValue) ReturnToVTPool

func (m *PEvaluatesToValue) ReturnToVTPool()

func (*PEvaluatesToValue) SizeVT

func (m *PEvaluatesToValue) SizeVT() (n int)

func (*PEvaluatesToValue) String

func (x *PEvaluatesToValue) String() string

func (*PEvaluatesToValue) UnmarshalVT

func (m *PEvaluatesToValue) UnmarshalVT(dAtA []byte) error

type PEvaluation

type PEvaluation int32
const (
	PEvaluation_IS_TRUE     PEvaluation = 1
	PEvaluation_IS_FALSE    PEvaluation = 2
	PEvaluation_IS_NULL     PEvaluation = 3
	PEvaluation_IS_NOT_NULL PEvaluation = 4
)

func (PEvaluation) Descriptor

func (PEvaluation) Enum

func (x PEvaluation) Enum() *PEvaluation

func (PEvaluation) EnumDescriptor deprecated

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

Deprecated: Use PEvaluation.Descriptor instead.

func (PEvaluation) Number

func (x PEvaluation) Number() protoreflect.EnumNumber

func (PEvaluation) String

func (x PEvaluation) String() string

func (PEvaluation) Type

func (*PEvaluation) UnmarshalJSON deprecated

func (x *PEvaluation) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PExecutingTaskPlannerEvent

type PExecutingTaskPlannerEvent struct {
	Super *PAbstractPlannerEventWithState `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

func PExecutingTaskPlannerEventFromVTPool

func PExecutingTaskPlannerEventFromVTPool() *PExecutingTaskPlannerEvent

func (*PExecutingTaskPlannerEvent) Descriptor deprecated

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

Deprecated: Use PExecutingTaskPlannerEvent.ProtoReflect.Descriptor instead.

func (*PExecutingTaskPlannerEvent) GetSuper

func (*PExecutingTaskPlannerEvent) MarshalToSizedBufferVT

func (m *PExecutingTaskPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PExecutingTaskPlannerEvent) MarshalToVT

func (m *PExecutingTaskPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PExecutingTaskPlannerEvent) MarshalVT

func (m *PExecutingTaskPlannerEvent) MarshalVT() (dAtA []byte, err error)

func (*PExecutingTaskPlannerEvent) ProtoMessage

func (*PExecutingTaskPlannerEvent) ProtoMessage()

func (*PExecutingTaskPlannerEvent) ProtoReflect

func (*PExecutingTaskPlannerEvent) Reset

func (x *PExecutingTaskPlannerEvent) Reset()

func (*PExecutingTaskPlannerEvent) ResetVT

func (m *PExecutingTaskPlannerEvent) ResetVT()

func (*PExecutingTaskPlannerEvent) ReturnToVTPool

func (m *PExecutingTaskPlannerEvent) ReturnToVTPool()

func (*PExecutingTaskPlannerEvent) SizeVT

func (m *PExecutingTaskPlannerEvent) SizeVT() (n int)

func (*PExecutingTaskPlannerEvent) String

func (x *PExecutingTaskPlannerEvent) String() string

func (*PExecutingTaskPlannerEvent) UnmarshalVT

func (m *PExecutingTaskPlannerEvent) UnmarshalVT(dAtA []byte) error

type PExistentialValuePredicate

type PExistentialValuePredicate struct {
	Super *PValuePredicate `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

func PExistentialValuePredicateFromVTPool

func PExistentialValuePredicateFromVTPool() *PExistentialValuePredicate

func (*PExistentialValuePredicate) Descriptor deprecated

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

Deprecated: Use PExistentialValuePredicate.ProtoReflect.Descriptor instead.

func (*PExistentialValuePredicate) GetSuper

func (*PExistentialValuePredicate) MarshalToSizedBufferVT

func (m *PExistentialValuePredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PExistentialValuePredicate) MarshalToVT

func (m *PExistentialValuePredicate) MarshalToVT(dAtA []byte) (int, error)

func (*PExistentialValuePredicate) MarshalVT

func (m *PExistentialValuePredicate) MarshalVT() (dAtA []byte, err error)

func (*PExistentialValuePredicate) ProtoMessage

func (*PExistentialValuePredicate) ProtoMessage()

func (*PExistentialValuePredicate) ProtoReflect

func (*PExistentialValuePredicate) Reset

func (x *PExistentialValuePredicate) Reset()

func (*PExistentialValuePredicate) ResetVT

func (m *PExistentialValuePredicate) ResetVT()

func (*PExistentialValuePredicate) ReturnToVTPool

func (m *PExistentialValuePredicate) ReturnToVTPool()

func (*PExistentialValuePredicate) SizeVT

func (m *PExistentialValuePredicate) SizeVT() (n int)

func (*PExistentialValuePredicate) String

func (x *PExistentialValuePredicate) String() string

func (*PExistentialValuePredicate) UnmarshalVT

func (m *PExistentialValuePredicate) UnmarshalVT(dAtA []byte) error

type PExistsValue

type PExistsValue struct {
	Child *PQuantifiedObjectValue `protobuf:"bytes,1,opt,name=child" json:"child,omitempty"` // deprecated
	Alias *string                 `protobuf:"bytes,2,opt,name=alias" json:"alias,omitempty"` //deprecated
	Value *PValue                 `protobuf:"bytes,3,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func PExistsValueFromVTPool

func PExistsValueFromVTPool() *PExistsValue

func (*PExistsValue) Descriptor deprecated

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

Deprecated: Use PExistsValue.ProtoReflect.Descriptor instead.

func (*PExistsValue) GetAlias

func (x *PExistsValue) GetAlias() string

func (*PExistsValue) GetChild

func (x *PExistsValue) GetChild() *PQuantifiedObjectValue

func (*PExistsValue) GetValue

func (x *PExistsValue) GetValue() *PValue

func (*PExistsValue) MarshalToSizedBufferVT

func (m *PExistsValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PExistsValue) MarshalToVT

func (m *PExistsValue) MarshalToVT(dAtA []byte) (int, error)

func (*PExistsValue) MarshalVT

func (m *PExistsValue) MarshalVT() (dAtA []byte, err error)

func (*PExistsValue) ProtoMessage

func (*PExistsValue) ProtoMessage()

func (*PExistsValue) ProtoReflect

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

func (*PExistsValue) Reset

func (x *PExistsValue) Reset()

func (*PExistsValue) ResetVT

func (m *PExistsValue) ResetVT()

func (*PExistsValue) ReturnToVTPool

func (m *PExistsValue) ReturnToVTPool()

func (*PExistsValue) SizeVT

func (m *PExistsValue) SizeVT() (n int)

func (*PExistsValue) String

func (x *PExistsValue) String() string

func (*PExistsValue) UnmarshalVT

func (m *PExistsValue) UnmarshalVT(dAtA []byte) error

type PExploreExpressionPlannerEvent

type PExploreExpressionPlannerEvent struct {
	Super                 *PAbstractPlannerEventWithState `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	CurrentGroupReference *PReference                     `protobuf:"bytes,2,opt,name=current_group_reference,json=currentGroupReference" json:"current_group_reference,omitempty"`
	Expression            *PExpression                    `protobuf:"bytes,3,opt,name=expression" json:"expression,omitempty"`
	// contains filtered or unexported fields
}

func PExploreExpressionPlannerEventFromVTPool

func PExploreExpressionPlannerEventFromVTPool() *PExploreExpressionPlannerEvent

func (*PExploreExpressionPlannerEvent) Descriptor deprecated

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

Deprecated: Use PExploreExpressionPlannerEvent.ProtoReflect.Descriptor instead.

func (*PExploreExpressionPlannerEvent) GetCurrentGroupReference

func (x *PExploreExpressionPlannerEvent) GetCurrentGroupReference() *PReference

func (*PExploreExpressionPlannerEvent) GetExpression

func (x *PExploreExpressionPlannerEvent) GetExpression() *PExpression

func (*PExploreExpressionPlannerEvent) GetSuper

func (*PExploreExpressionPlannerEvent) MarshalToSizedBufferVT

func (m *PExploreExpressionPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PExploreExpressionPlannerEvent) MarshalToVT

func (m *PExploreExpressionPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PExploreExpressionPlannerEvent) MarshalVT

func (m *PExploreExpressionPlannerEvent) MarshalVT() (dAtA []byte, err error)

func (*PExploreExpressionPlannerEvent) ProtoMessage

func (*PExploreExpressionPlannerEvent) ProtoMessage()

func (*PExploreExpressionPlannerEvent) ProtoReflect

func (*PExploreExpressionPlannerEvent) Reset

func (x *PExploreExpressionPlannerEvent) Reset()

func (*PExploreExpressionPlannerEvent) ResetVT

func (m *PExploreExpressionPlannerEvent) ResetVT()

func (*PExploreExpressionPlannerEvent) ReturnToVTPool

func (m *PExploreExpressionPlannerEvent) ReturnToVTPool()

func (*PExploreExpressionPlannerEvent) SizeVT

func (m *PExploreExpressionPlannerEvent) SizeVT() (n int)

func (*PExploreExpressionPlannerEvent) String

func (*PExploreExpressionPlannerEvent) UnmarshalVT

func (m *PExploreExpressionPlannerEvent) UnmarshalVT(dAtA []byte) error

type PExploreGroupPlannerEvent

type PExploreGroupPlannerEvent struct {
	Super                 *PAbstractPlannerEventWithState `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	CurrentGroupReference *PReference                     `protobuf:"bytes,2,opt,name=current_group_reference,json=currentGroupReference" json:"current_group_reference,omitempty"`
	// contains filtered or unexported fields
}

func PExploreGroupPlannerEventFromVTPool

func PExploreGroupPlannerEventFromVTPool() *PExploreGroupPlannerEvent

func (*PExploreGroupPlannerEvent) Descriptor deprecated

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

Deprecated: Use PExploreGroupPlannerEvent.ProtoReflect.Descriptor instead.

func (*PExploreGroupPlannerEvent) GetCurrentGroupReference

func (x *PExploreGroupPlannerEvent) GetCurrentGroupReference() *PReference

func (*PExploreGroupPlannerEvent) GetSuper

func (*PExploreGroupPlannerEvent) MarshalToSizedBufferVT

func (m *PExploreGroupPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PExploreGroupPlannerEvent) MarshalToVT

func (m *PExploreGroupPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PExploreGroupPlannerEvent) MarshalVT

func (m *PExploreGroupPlannerEvent) MarshalVT() (dAtA []byte, err error)

func (*PExploreGroupPlannerEvent) ProtoMessage

func (*PExploreGroupPlannerEvent) ProtoMessage()

func (*PExploreGroupPlannerEvent) ProtoReflect

func (*PExploreGroupPlannerEvent) Reset

func (x *PExploreGroupPlannerEvent) Reset()

func (*PExploreGroupPlannerEvent) ResetVT

func (m *PExploreGroupPlannerEvent) ResetVT()

func (*PExploreGroupPlannerEvent) ReturnToVTPool

func (m *PExploreGroupPlannerEvent) ReturnToVTPool()

func (*PExploreGroupPlannerEvent) SizeVT

func (m *PExploreGroupPlannerEvent) SizeVT() (n int)

func (*PExploreGroupPlannerEvent) String

func (x *PExploreGroupPlannerEvent) String() string

func (*PExploreGroupPlannerEvent) UnmarshalVT

func (m *PExploreGroupPlannerEvent) UnmarshalVT(dAtA []byte) error

type PExpression

type PExpression struct {
	Name             *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	SemanticHashCode *int32  `protobuf:"varint,2,opt,name=semantic_hash_code,json=semanticHashCode" json:"semantic_hash_code,omitempty"`
	// contains filtered or unexported fields
}

func PExpressionFromVTPool

func PExpressionFromVTPool() *PExpression

func (*PExpression) Descriptor deprecated

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

Deprecated: Use PExpression.ProtoReflect.Descriptor instead.

func (*PExpression) GetName

func (x *PExpression) GetName() string

func (*PExpression) GetSemanticHashCode

func (x *PExpression) GetSemanticHashCode() int32

func (*PExpression) MarshalToSizedBufferVT

func (m *PExpression) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PExpression) MarshalToVT

func (m *PExpression) MarshalToVT(dAtA []byte) (int, error)

func (*PExpression) MarshalVT

func (m *PExpression) MarshalVT() (dAtA []byte, err error)

func (*PExpression) ProtoMessage

func (*PExpression) ProtoMessage()

func (*PExpression) ProtoReflect

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

func (*PExpression) Reset

func (x *PExpression) Reset()

func (*PExpression) ResetVT

func (m *PExpression) ResetVT()

func (*PExpression) ReturnToVTPool

func (m *PExpression) ReturnToVTPool()

func (*PExpression) SizeVT

func (m *PExpression) SizeVT() (n int)

func (*PExpression) String

func (x *PExpression) String() string

func (*PExpression) UnmarshalVT

func (m *PExpression) UnmarshalVT(dAtA []byte) error

type PFDBRecordVersion

type PFDBRecordVersion struct {
	RawBytes []byte `protobuf:"bytes,1,opt,name=raw_bytes,json=rawBytes" json:"raw_bytes,omitempty"`
	// contains filtered or unexported fields
}

func PFDBRecordVersionFromVTPool

func PFDBRecordVersionFromVTPool() *PFDBRecordVersion

func (*PFDBRecordVersion) Descriptor deprecated

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

Deprecated: Use PFDBRecordVersion.ProtoReflect.Descriptor instead.

func (*PFDBRecordVersion) GetRawBytes

func (x *PFDBRecordVersion) GetRawBytes() []byte

func (*PFDBRecordVersion) MarshalToSizedBufferVT

func (m *PFDBRecordVersion) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PFDBRecordVersion) MarshalToVT

func (m *PFDBRecordVersion) MarshalToVT(dAtA []byte) (int, error)

func (*PFDBRecordVersion) MarshalVT

func (m *PFDBRecordVersion) MarshalVT() (dAtA []byte, err error)

func (*PFDBRecordVersion) ProtoMessage

func (*PFDBRecordVersion) ProtoMessage()

func (*PFDBRecordVersion) ProtoReflect

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

func (*PFDBRecordVersion) Reset

func (x *PFDBRecordVersion) Reset()

func (*PFDBRecordVersion) ResetVT

func (m *PFDBRecordVersion) ResetVT()

func (*PFDBRecordVersion) ReturnToVTPool

func (m *PFDBRecordVersion) ReturnToVTPool()

func (*PFDBRecordVersion) SizeVT

func (m *PFDBRecordVersion) SizeVT() (n int)

func (*PFDBRecordVersion) String

func (x *PFDBRecordVersion) String() string

func (*PFDBRecordVersion) UnmarshalVT

func (m *PFDBRecordVersion) UnmarshalVT(dAtA []byte) error

type PFetchIndexRecords

type PFetchIndexRecords int32
const (
	PFetchIndexRecords_PRIMARY_KEY            PFetchIndexRecords = 1
	PFetchIndexRecords_SYNTHETIC_CONSTITUENTS PFetchIndexRecords = 2
)

func (PFetchIndexRecords) Descriptor

func (PFetchIndexRecords) Enum

func (PFetchIndexRecords) EnumDescriptor deprecated

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

Deprecated: Use PFetchIndexRecords.Descriptor instead.

func (PFetchIndexRecords) Number

func (PFetchIndexRecords) String

func (x PFetchIndexRecords) String() string

func (PFetchIndexRecords) Type

func (*PFetchIndexRecords) UnmarshalJSON deprecated

func (x *PFetchIndexRecords) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PFieldAccessTrieNode

type PFieldAccessTrieNode struct {
	ChildrenMapIsNull *bool                                              `protobuf:"varint,1,opt,name=children_map_is_null,json=childrenMapIsNull" json:"children_map_is_null,omitempty"`
	ChildPair         []*PFieldAccessTrieNode_PResolvedAccessorChildPair `protobuf:"bytes,2,rep,name=child_pair,json=childPair" json:"child_pair,omitempty"`
	Type              *PType                                             `protobuf:"bytes,3,opt,name=type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func PFieldAccessTrieNodeFromVTPool

func PFieldAccessTrieNodeFromVTPool() *PFieldAccessTrieNode

func (*PFieldAccessTrieNode) Descriptor deprecated

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

Deprecated: Use PFieldAccessTrieNode.ProtoReflect.Descriptor instead.

func (*PFieldAccessTrieNode) GetChildPair

func (*PFieldAccessTrieNode) GetChildrenMapIsNull

func (x *PFieldAccessTrieNode) GetChildrenMapIsNull() bool

func (*PFieldAccessTrieNode) GetType

func (x *PFieldAccessTrieNode) GetType() *PType

func (*PFieldAccessTrieNode) MarshalToSizedBufferVT

func (m *PFieldAccessTrieNode) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PFieldAccessTrieNode) MarshalToVT

func (m *PFieldAccessTrieNode) MarshalToVT(dAtA []byte) (int, error)

func (*PFieldAccessTrieNode) MarshalVT

func (m *PFieldAccessTrieNode) MarshalVT() (dAtA []byte, err error)

func (*PFieldAccessTrieNode) ProtoMessage

func (*PFieldAccessTrieNode) ProtoMessage()

func (*PFieldAccessTrieNode) ProtoReflect

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

func (*PFieldAccessTrieNode) Reset

func (x *PFieldAccessTrieNode) Reset()

func (*PFieldAccessTrieNode) ResetVT

func (m *PFieldAccessTrieNode) ResetVT()

func (*PFieldAccessTrieNode) ReturnToVTPool

func (m *PFieldAccessTrieNode) ReturnToVTPool()

func (*PFieldAccessTrieNode) SizeVT

func (m *PFieldAccessTrieNode) SizeVT() (n int)

func (*PFieldAccessTrieNode) String

func (x *PFieldAccessTrieNode) String() string

func (*PFieldAccessTrieNode) UnmarshalVT

func (m *PFieldAccessTrieNode) UnmarshalVT(dAtA []byte) error

type PFieldAccessTrieNode_PResolvedAccessorChildPair

type PFieldAccessTrieNode_PResolvedAccessorChildPair struct {
	ResolvedAccessor         *PFieldPath_PResolvedAccessor `protobuf:"bytes,1,opt,name=resolved_accessor,json=resolvedAccessor" json:"resolved_accessor,omitempty"`
	ChildFieldAccessTrieNode *PFieldAccessTrieNode         `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func PFieldAccessTrieNode_PResolvedAccessorChildPairFromVTPool

func PFieldAccessTrieNode_PResolvedAccessorChildPairFromVTPool() *PFieldAccessTrieNode_PResolvedAccessorChildPair

func (*PFieldAccessTrieNode_PResolvedAccessorChildPair) Descriptor deprecated

Deprecated: Use PFieldAccessTrieNode_PResolvedAccessorChildPair.ProtoReflect.Descriptor instead.

func (*PFieldAccessTrieNode_PResolvedAccessorChildPair) GetChildFieldAccessTrieNode

func (*PFieldAccessTrieNode_PResolvedAccessorChildPair) GetResolvedAccessor

func (*PFieldAccessTrieNode_PResolvedAccessorChildPair) MarshalToSizedBufferVT

func (m *PFieldAccessTrieNode_PResolvedAccessorChildPair) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PFieldAccessTrieNode_PResolvedAccessorChildPair) MarshalToVT

func (*PFieldAccessTrieNode_PResolvedAccessorChildPair) MarshalVT

func (m *PFieldAccessTrieNode_PResolvedAccessorChildPair) MarshalVT() (dAtA []byte, err error)

func (*PFieldAccessTrieNode_PResolvedAccessorChildPair) ProtoMessage

func (*PFieldAccessTrieNode_PResolvedAccessorChildPair) ProtoReflect

func (*PFieldAccessTrieNode_PResolvedAccessorChildPair) Reset

func (*PFieldAccessTrieNode_PResolvedAccessorChildPair) ResetVT

func (*PFieldAccessTrieNode_PResolvedAccessorChildPair) ReturnToVTPool

func (*PFieldAccessTrieNode_PResolvedAccessorChildPair) SizeVT

func (*PFieldAccessTrieNode_PResolvedAccessorChildPair) String

func (*PFieldAccessTrieNode_PResolvedAccessorChildPair) UnmarshalVT

type PFieldPath

type PFieldPath struct {
	FieldAccessors []*PFieldPath_PResolvedAccessor `protobuf:"bytes,1,rep,name=field_accessors,json=fieldAccessors" json:"field_accessors,omitempty"`
	// contains filtered or unexported fields
}

func PFieldPathFromVTPool

func PFieldPathFromVTPool() *PFieldPath

func (*PFieldPath) Descriptor deprecated

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

Deprecated: Use PFieldPath.ProtoReflect.Descriptor instead.

func (*PFieldPath) GetFieldAccessors

func (x *PFieldPath) GetFieldAccessors() []*PFieldPath_PResolvedAccessor

func (*PFieldPath) MarshalToSizedBufferVT

func (m *PFieldPath) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PFieldPath) MarshalToVT

func (m *PFieldPath) MarshalToVT(dAtA []byte) (int, error)

func (*PFieldPath) MarshalVT

func (m *PFieldPath) MarshalVT() (dAtA []byte, err error)

func (*PFieldPath) ProtoMessage

func (*PFieldPath) ProtoMessage()

func (*PFieldPath) ProtoReflect

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

func (*PFieldPath) Reset

func (x *PFieldPath) Reset()

func (*PFieldPath) ResetVT

func (m *PFieldPath) ResetVT()

func (*PFieldPath) ReturnToVTPool

func (m *PFieldPath) ReturnToVTPool()

func (*PFieldPath) SizeVT

func (m *PFieldPath) SizeVT() (n int)

func (*PFieldPath) String

func (x *PFieldPath) String() string

func (*PFieldPath) UnmarshalVT

func (m *PFieldPath) UnmarshalVT(dAtA []byte) error

type PFieldPath_PResolvedAccessor

type PFieldPath_PResolvedAccessor struct {
	Name    *string                   `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Ordinal *int32                    `protobuf:"varint,2,opt,name=ordinal" json:"ordinal,omitempty"`
	Type    *PType                    `protobuf:"bytes,3,opt,name=type" json:"type,omitempty"`
	Field   *PType_PRecordType_PField `protobuf:"bytes,4,opt,name=field" json:"field,omitempty"`
	// contains filtered or unexported fields
}

func PFieldPath_PResolvedAccessorFromVTPool

func PFieldPath_PResolvedAccessorFromVTPool() *PFieldPath_PResolvedAccessor

func (*PFieldPath_PResolvedAccessor) Descriptor deprecated

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

Deprecated: Use PFieldPath_PResolvedAccessor.ProtoReflect.Descriptor instead.

func (*PFieldPath_PResolvedAccessor) GetField

func (*PFieldPath_PResolvedAccessor) GetName

func (x *PFieldPath_PResolvedAccessor) GetName() string

func (*PFieldPath_PResolvedAccessor) GetOrdinal

func (x *PFieldPath_PResolvedAccessor) GetOrdinal() int32

func (*PFieldPath_PResolvedAccessor) GetType

func (x *PFieldPath_PResolvedAccessor) GetType() *PType

func (*PFieldPath_PResolvedAccessor) MarshalToSizedBufferVT

func (m *PFieldPath_PResolvedAccessor) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PFieldPath_PResolvedAccessor) MarshalToVT

func (m *PFieldPath_PResolvedAccessor) MarshalToVT(dAtA []byte) (int, error)

func (*PFieldPath_PResolvedAccessor) MarshalVT

func (m *PFieldPath_PResolvedAccessor) MarshalVT() (dAtA []byte, err error)

func (*PFieldPath_PResolvedAccessor) ProtoMessage

func (*PFieldPath_PResolvedAccessor) ProtoMessage()

func (*PFieldPath_PResolvedAccessor) ProtoReflect

func (*PFieldPath_PResolvedAccessor) Reset

func (x *PFieldPath_PResolvedAccessor) Reset()

func (*PFieldPath_PResolvedAccessor) ResetVT

func (m *PFieldPath_PResolvedAccessor) ResetVT()

func (*PFieldPath_PResolvedAccessor) ReturnToVTPool

func (m *PFieldPath_PResolvedAccessor) ReturnToVTPool()

func (*PFieldPath_PResolvedAccessor) SizeVT

func (m *PFieldPath_PResolvedAccessor) SizeVT() (n int)

func (*PFieldPath_PResolvedAccessor) String

func (*PFieldPath_PResolvedAccessor) UnmarshalVT

func (m *PFieldPath_PResolvedAccessor) UnmarshalVT(dAtA []byte) error

type PFieldValue

type PFieldValue struct {
	ChildValue *PValue     `protobuf:"bytes,1,opt,name=child_value,json=childValue" json:"child_value,omitempty"`
	FieldPath  *PFieldPath `protobuf:"bytes,2,opt,name=field_path,json=fieldPath" json:"field_path,omitempty"`
	// contains filtered or unexported fields
}

func PFieldValueFromVTPool

func PFieldValueFromVTPool() *PFieldValue

func (*PFieldValue) Descriptor deprecated

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

Deprecated: Use PFieldValue.ProtoReflect.Descriptor instead.

func (*PFieldValue) GetChildValue

func (x *PFieldValue) GetChildValue() *PValue

func (*PFieldValue) GetFieldPath

func (x *PFieldValue) GetFieldPath() *PFieldPath

func (*PFieldValue) MarshalToSizedBufferVT

func (m *PFieldValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PFieldValue) MarshalToVT

func (m *PFieldValue) MarshalToVT(dAtA []byte) (int, error)

func (*PFieldValue) MarshalVT

func (m *PFieldValue) MarshalVT() (dAtA []byte, err error)

func (*PFieldValue) ProtoMessage

func (*PFieldValue) ProtoMessage()

func (*PFieldValue) ProtoReflect

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

func (*PFieldValue) Reset

func (x *PFieldValue) Reset()

func (*PFieldValue) ResetVT

func (m *PFieldValue) ResetVT()

func (*PFieldValue) ReturnToVTPool

func (m *PFieldValue) ReturnToVTPool()

func (*PFieldValue) SizeVT

func (m *PFieldValue) SizeVT() (n int)

func (*PFieldValue) String

func (x *PFieldValue) String() string

func (*PFieldValue) UnmarshalVT

func (m *PFieldValue) UnmarshalVT(dAtA []byte) error

type PFirstOrDefaultStreamingValue

type PFirstOrDefaultStreamingValue struct {
	ChildValue         *PValue `protobuf:"bytes,1,opt,name=child_value,json=childValue" json:"child_value,omitempty"`
	OnEmptyResultValue *PValue `protobuf:"bytes,2,opt,name=on_empty_result_value,json=onEmptyResultValue" json:"on_empty_result_value,omitempty"`
	// contains filtered or unexported fields
}

func PFirstOrDefaultStreamingValueFromVTPool

func PFirstOrDefaultStreamingValueFromVTPool() *PFirstOrDefaultStreamingValue

func (*PFirstOrDefaultStreamingValue) Descriptor deprecated

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

Deprecated: Use PFirstOrDefaultStreamingValue.ProtoReflect.Descriptor instead.

func (*PFirstOrDefaultStreamingValue) GetChildValue

func (x *PFirstOrDefaultStreamingValue) GetChildValue() *PValue

func (*PFirstOrDefaultStreamingValue) GetOnEmptyResultValue

func (x *PFirstOrDefaultStreamingValue) GetOnEmptyResultValue() *PValue

func (*PFirstOrDefaultStreamingValue) MarshalToSizedBufferVT

func (m *PFirstOrDefaultStreamingValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PFirstOrDefaultStreamingValue) MarshalToVT

func (m *PFirstOrDefaultStreamingValue) MarshalToVT(dAtA []byte) (int, error)

func (*PFirstOrDefaultStreamingValue) MarshalVT

func (m *PFirstOrDefaultStreamingValue) MarshalVT() (dAtA []byte, err error)

func (*PFirstOrDefaultStreamingValue) ProtoMessage

func (*PFirstOrDefaultStreamingValue) ProtoMessage()

func (*PFirstOrDefaultStreamingValue) ProtoReflect

func (*PFirstOrDefaultStreamingValue) Reset

func (x *PFirstOrDefaultStreamingValue) Reset()

func (*PFirstOrDefaultStreamingValue) ResetVT

func (m *PFirstOrDefaultStreamingValue) ResetVT()

func (*PFirstOrDefaultStreamingValue) ReturnToVTPool

func (m *PFirstOrDefaultStreamingValue) ReturnToVTPool()

func (*PFirstOrDefaultStreamingValue) SizeVT

func (m *PFirstOrDefaultStreamingValue) SizeVT() (n int)

func (*PFirstOrDefaultStreamingValue) String

func (*PFirstOrDefaultStreamingValue) UnmarshalVT

func (m *PFirstOrDefaultStreamingValue) UnmarshalVT(dAtA []byte) error

type PFirstOrDefaultValue

type PFirstOrDefaultValue struct {
	ChildValue         *PValue `protobuf:"bytes,1,opt,name=child_value,json=childValue" json:"child_value,omitempty"`
	OnEmptyResultValue *PValue `protobuf:"bytes,2,opt,name=on_empty_result_value,json=onEmptyResultValue" json:"on_empty_result_value,omitempty"`
	// contains filtered or unexported fields
}

func PFirstOrDefaultValueFromVTPool

func PFirstOrDefaultValueFromVTPool() *PFirstOrDefaultValue

func (*PFirstOrDefaultValue) Descriptor deprecated

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

Deprecated: Use PFirstOrDefaultValue.ProtoReflect.Descriptor instead.

func (*PFirstOrDefaultValue) GetChildValue

func (x *PFirstOrDefaultValue) GetChildValue() *PValue

func (*PFirstOrDefaultValue) GetOnEmptyResultValue

func (x *PFirstOrDefaultValue) GetOnEmptyResultValue() *PValue

func (*PFirstOrDefaultValue) MarshalToSizedBufferVT

func (m *PFirstOrDefaultValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PFirstOrDefaultValue) MarshalToVT

func (m *PFirstOrDefaultValue) MarshalToVT(dAtA []byte) (int, error)

func (*PFirstOrDefaultValue) MarshalVT

func (m *PFirstOrDefaultValue) MarshalVT() (dAtA []byte, err error)

func (*PFirstOrDefaultValue) ProtoMessage

func (*PFirstOrDefaultValue) ProtoMessage()

func (*PFirstOrDefaultValue) ProtoReflect

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

func (*PFirstOrDefaultValue) Reset

func (x *PFirstOrDefaultValue) Reset()

func (*PFirstOrDefaultValue) ResetVT

func (m *PFirstOrDefaultValue) ResetVT()

func (*PFirstOrDefaultValue) ReturnToVTPool

func (m *PFirstOrDefaultValue) ReturnToVTPool()

func (*PFirstOrDefaultValue) SizeVT

func (m *PFirstOrDefaultValue) SizeVT() (n int)

func (*PFirstOrDefaultValue) String

func (x *PFirstOrDefaultValue) String() string

func (*PFirstOrDefaultValue) UnmarshalVT

func (m *PFirstOrDefaultValue) UnmarshalVT(dAtA []byte) error

type PFromOrderedBytesValue

type PFromOrderedBytesValue struct {
	Child      *PValue     `protobuf:"bytes,1,opt,name=child" json:"child,omitempty"`
	Direction  *PDirection `protobuf:"varint,2,opt,name=direction,enum=com.apple.foundationdb.record.planprotos.PDirection" json:"direction,omitempty"`
	ResultType *PType      `protobuf:"bytes,3,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	// contains filtered or unexported fields
}

func PFromOrderedBytesValueFromVTPool

func PFromOrderedBytesValueFromVTPool() *PFromOrderedBytesValue

func (*PFromOrderedBytesValue) Descriptor deprecated

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

Deprecated: Use PFromOrderedBytesValue.ProtoReflect.Descriptor instead.

func (*PFromOrderedBytesValue) GetChild

func (x *PFromOrderedBytesValue) GetChild() *PValue

func (*PFromOrderedBytesValue) GetDirection

func (x *PFromOrderedBytesValue) GetDirection() PDirection

func (*PFromOrderedBytesValue) GetResultType

func (x *PFromOrderedBytesValue) GetResultType() *PType

func (*PFromOrderedBytesValue) MarshalToSizedBufferVT

func (m *PFromOrderedBytesValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PFromOrderedBytesValue) MarshalToVT

func (m *PFromOrderedBytesValue) MarshalToVT(dAtA []byte) (int, error)

func (*PFromOrderedBytesValue) MarshalVT

func (m *PFromOrderedBytesValue) MarshalVT() (dAtA []byte, err error)

func (*PFromOrderedBytesValue) ProtoMessage

func (*PFromOrderedBytesValue) ProtoMessage()

func (*PFromOrderedBytesValue) ProtoReflect

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

func (*PFromOrderedBytesValue) Reset

func (x *PFromOrderedBytesValue) Reset()

func (*PFromOrderedBytesValue) ResetVT

func (m *PFromOrderedBytesValue) ResetVT()

func (*PFromOrderedBytesValue) ReturnToVTPool

func (m *PFromOrderedBytesValue) ReturnToVTPool()

func (*PFromOrderedBytesValue) SizeVT

func (m *PFromOrderedBytesValue) SizeVT() (n int)

func (*PFromOrderedBytesValue) String

func (x *PFromOrderedBytesValue) String() string

func (*PFromOrderedBytesValue) UnmarshalVT

func (m *PFromOrderedBytesValue) UnmarshalVT(dAtA []byte) error

type PInComparandSource

type PInComparandSource struct {
	Super      *PInSource_Super `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	Comparison *PComparison     `protobuf:"bytes,2,opt,name=comparison" json:"comparison,omitempty"`
	// contains filtered or unexported fields
}

func PInComparandSourceFromVTPool

func PInComparandSourceFromVTPool() *PInComparandSource

func (*PInComparandSource) Descriptor deprecated

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

Deprecated: Use PInComparandSource.ProtoReflect.Descriptor instead.

func (*PInComparandSource) GetComparison

func (x *PInComparandSource) GetComparison() *PComparison

func (*PInComparandSource) GetSuper

func (x *PInComparandSource) GetSuper() *PInSource_Super

func (*PInComparandSource) MarshalToSizedBufferVT

func (m *PInComparandSource) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PInComparandSource) MarshalToVT

func (m *PInComparandSource) MarshalToVT(dAtA []byte) (int, error)

func (*PInComparandSource) MarshalVT

func (m *PInComparandSource) MarshalVT() (dAtA []byte, err error)

func (*PInComparandSource) ProtoMessage

func (*PInComparandSource) ProtoMessage()

func (*PInComparandSource) ProtoReflect

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

func (*PInComparandSource) Reset

func (x *PInComparandSource) Reset()

func (*PInComparandSource) ResetVT

func (m *PInComparandSource) ResetVT()

func (*PInComparandSource) ReturnToVTPool

func (m *PInComparandSource) ReturnToVTPool()

func (*PInComparandSource) SizeVT

func (m *PInComparandSource) SizeVT() (n int)

func (*PInComparandSource) String

func (x *PInComparandSource) String() string

func (*PInComparandSource) UnmarshalVT

func (m *PInComparandSource) UnmarshalVT(dAtA []byte) error

type PInOpValue

type PInOpValue struct {
	ProbeValue   *PValue `protobuf:"bytes,1,opt,name=probe_value,json=probeValue" json:"probe_value,omitempty"`
	InArrayValue *PValue `protobuf:"bytes,2,opt,name=in_array_value,json=inArrayValue" json:"in_array_value,omitempty"`
	// contains filtered or unexported fields
}

func PInOpValueFromVTPool

func PInOpValueFromVTPool() *PInOpValue

func (*PInOpValue) Descriptor deprecated

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

Deprecated: Use PInOpValue.ProtoReflect.Descriptor instead.

func (*PInOpValue) GetInArrayValue

func (x *PInOpValue) GetInArrayValue() *PValue

func (*PInOpValue) GetProbeValue

func (x *PInOpValue) GetProbeValue() *PValue

func (*PInOpValue) MarshalToSizedBufferVT

func (m *PInOpValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PInOpValue) MarshalToVT

func (m *PInOpValue) MarshalToVT(dAtA []byte) (int, error)

func (*PInOpValue) MarshalVT

func (m *PInOpValue) MarshalVT() (dAtA []byte, err error)

func (*PInOpValue) ProtoMessage

func (*PInOpValue) ProtoMessage()

func (*PInOpValue) ProtoReflect

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

func (*PInOpValue) Reset

func (x *PInOpValue) Reset()

func (*PInOpValue) ResetVT

func (m *PInOpValue) ResetVT()

func (*PInOpValue) ReturnToVTPool

func (m *PInOpValue) ReturnToVTPool()

func (*PInOpValue) SizeVT

func (m *PInOpValue) SizeVT() (n int)

func (*PInOpValue) String

func (x *PInOpValue) String() string

func (*PInOpValue) UnmarshalVT

func (m *PInOpValue) UnmarshalVT(dAtA []byte) error

type PInParameterSource

type PInParameterSource struct {
	Super         *PInSource_Super `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	ParameterName *string          `protobuf:"bytes,2,opt,name=parameter_name,json=parameterName" json:"parameter_name,omitempty"`
	// contains filtered or unexported fields
}

func PInParameterSourceFromVTPool

func PInParameterSourceFromVTPool() *PInParameterSource

func (*PInParameterSource) Descriptor deprecated

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

Deprecated: Use PInParameterSource.ProtoReflect.Descriptor instead.

func (*PInParameterSource) GetParameterName

func (x *PInParameterSource) GetParameterName() string

func (*PInParameterSource) GetSuper

func (x *PInParameterSource) GetSuper() *PInSource_Super

func (*PInParameterSource) MarshalToSizedBufferVT

func (m *PInParameterSource) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PInParameterSource) MarshalToVT

func (m *PInParameterSource) MarshalToVT(dAtA []byte) (int, error)

func (*PInParameterSource) MarshalVT

func (m *PInParameterSource) MarshalVT() (dAtA []byte, err error)

func (*PInParameterSource) ProtoMessage

func (*PInParameterSource) ProtoMessage()

func (*PInParameterSource) ProtoReflect

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

func (*PInParameterSource) Reset

func (x *PInParameterSource) Reset()

func (*PInParameterSource) ResetVT

func (m *PInParameterSource) ResetVT()

func (*PInParameterSource) ReturnToVTPool

func (m *PInParameterSource) ReturnToVTPool()

func (*PInParameterSource) SizeVT

func (m *PInParameterSource) SizeVT() (n int)

func (*PInParameterSource) String

func (x *PInParameterSource) String() string

func (*PInParameterSource) UnmarshalVT

func (m *PInParameterSource) UnmarshalVT(dAtA []byte) error

type PInSource

type PInSource struct {

	// Types that are valid to be assigned to SpecificInSource:
	//
	//	*PInSource_InComparandSource
	//	*PInSource_SortedInComparandSource
	//	*PInSource_InParameterSource
	//	*PInSource_SortedInParameterSource
	//	*PInSource_InValuesSource
	//	*PInSource_SortedInValuesSource
	SpecificInSource isPInSource_SpecificInSource `protobuf_oneof:"specific_in_source"`
	// contains filtered or unexported fields
}

func PInSourceFromVTPool

func PInSourceFromVTPool() *PInSource

func (*PInSource) Descriptor deprecated

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

Deprecated: Use PInSource.ProtoReflect.Descriptor instead.

func (*PInSource) GetInComparandSource

func (x *PInSource) GetInComparandSource() *PInComparandSource

func (*PInSource) GetInParameterSource

func (x *PInSource) GetInParameterSource() *PInParameterSource

func (*PInSource) GetInValuesSource

func (x *PInSource) GetInValuesSource() *PInValuesSource

func (*PInSource) GetSortedInComparandSource

func (x *PInSource) GetSortedInComparandSource() *PSortedInComparandSource

func (*PInSource) GetSortedInParameterSource

func (x *PInSource) GetSortedInParameterSource() *PSortedInParameterSource

func (*PInSource) GetSortedInValuesSource

func (x *PInSource) GetSortedInValuesSource() *PSortedInValuesSource

func (*PInSource) GetSpecificInSource

func (x *PInSource) GetSpecificInSource() isPInSource_SpecificInSource

func (*PInSource) MarshalToSizedBufferVT

func (m *PInSource) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PInSource) MarshalToVT

func (m *PInSource) MarshalToVT(dAtA []byte) (int, error)

func (*PInSource) MarshalVT

func (m *PInSource) MarshalVT() (dAtA []byte, err error)

func (*PInSource) ProtoMessage

func (*PInSource) ProtoMessage()

func (*PInSource) ProtoReflect

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

func (*PInSource) Reset

func (x *PInSource) Reset()

func (*PInSource) ResetVT

func (m *PInSource) ResetVT()

func (*PInSource) ReturnToVTPool

func (m *PInSource) ReturnToVTPool()

func (*PInSource) SizeVT

func (m *PInSource) SizeVT() (n int)

func (*PInSource) String

func (x *PInSource) String() string

func (*PInSource) UnmarshalVT

func (m *PInSource) UnmarshalVT(dAtA []byte) error

type PInSource_InComparandSource

type PInSource_InComparandSource struct {
	InComparandSource *PInComparandSource `protobuf:"bytes,1,opt,name=in_comparand_source,json=inComparandSource,oneof"`
}

func (*PInSource_InComparandSource) MarshalToSizedBufferVT

func (m *PInSource_InComparandSource) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PInSource_InComparandSource) MarshalToVT

func (m *PInSource_InComparandSource) MarshalToVT(dAtA []byte) (int, error)

func (*PInSource_InComparandSource) SizeVT

func (m *PInSource_InComparandSource) SizeVT() (n int)

type PInSource_InParameterSource

type PInSource_InParameterSource struct {
	InParameterSource *PInParameterSource `protobuf:"bytes,3,opt,name=in_parameter_source,json=inParameterSource,oneof"`
}

func (*PInSource_InParameterSource) MarshalToSizedBufferVT

func (m *PInSource_InParameterSource) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PInSource_InParameterSource) MarshalToVT

func (m *PInSource_InParameterSource) MarshalToVT(dAtA []byte) (int, error)

func (*PInSource_InParameterSource) SizeVT

func (m *PInSource_InParameterSource) SizeVT() (n int)

type PInSource_InValuesSource

type PInSource_InValuesSource struct {
	InValuesSource *PInValuesSource `protobuf:"bytes,5,opt,name=in_values_source,json=inValuesSource,oneof"`
}

func (*PInSource_InValuesSource) MarshalToSizedBufferVT

func (m *PInSource_InValuesSource) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PInSource_InValuesSource) MarshalToVT

func (m *PInSource_InValuesSource) MarshalToVT(dAtA []byte) (int, error)

func (*PInSource_InValuesSource) SizeVT

func (m *PInSource_InValuesSource) SizeVT() (n int)

type PInSource_SortedInComparandSource

type PInSource_SortedInComparandSource struct {
	SortedInComparandSource *PSortedInComparandSource `protobuf:"bytes,2,opt,name=sorted_in_comparand_source,json=sortedInComparandSource,oneof"`
}

func (*PInSource_SortedInComparandSource) MarshalToSizedBufferVT

func (m *PInSource_SortedInComparandSource) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PInSource_SortedInComparandSource) MarshalToVT

func (m *PInSource_SortedInComparandSource) MarshalToVT(dAtA []byte) (int, error)

func (*PInSource_SortedInComparandSource) SizeVT

func (m *PInSource_SortedInComparandSource) SizeVT() (n int)

type PInSource_SortedInParameterSource

type PInSource_SortedInParameterSource struct {
	SortedInParameterSource *PSortedInParameterSource `protobuf:"bytes,4,opt,name=sorted_in_parameter_source,json=sortedInParameterSource,oneof"`
}

func (*PInSource_SortedInParameterSource) MarshalToSizedBufferVT

func (m *PInSource_SortedInParameterSource) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PInSource_SortedInParameterSource) MarshalToVT

func (m *PInSource_SortedInParameterSource) MarshalToVT(dAtA []byte) (int, error)

func (*PInSource_SortedInParameterSource) SizeVT

func (m *PInSource_SortedInParameterSource) SizeVT() (n int)

type PInSource_SortedInValuesSource

type PInSource_SortedInValuesSource struct {
	SortedInValuesSource *PSortedInValuesSource `protobuf:"bytes,6,opt,name=sorted_in_values_source,json=sortedInValuesSource,oneof"`
}

func (*PInSource_SortedInValuesSource) MarshalToSizedBufferVT

func (m *PInSource_SortedInValuesSource) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PInSource_SortedInValuesSource) MarshalToVT

func (m *PInSource_SortedInValuesSource) MarshalToVT(dAtA []byte) (int, error)

func (*PInSource_SortedInValuesSource) SizeVT

func (m *PInSource_SortedInValuesSource) SizeVT() (n int)

type PInSource_Super

type PInSource_Super struct {
	BindingName *string `protobuf:"bytes,1,opt,name=binding_name,json=bindingName" json:"binding_name,omitempty"`
	// contains filtered or unexported fields
}

func PInSource_SuperFromVTPool

func PInSource_SuperFromVTPool() *PInSource_Super

func (*PInSource_Super) Descriptor deprecated

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

Deprecated: Use PInSource_Super.ProtoReflect.Descriptor instead.

func (*PInSource_Super) GetBindingName

func (x *PInSource_Super) GetBindingName() string

func (*PInSource_Super) MarshalToSizedBufferVT

func (m *PInSource_Super) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PInSource_Super) MarshalToVT

func (m *PInSource_Super) MarshalToVT(dAtA []byte) (int, error)

func (*PInSource_Super) MarshalVT

func (m *PInSource_Super) MarshalVT() (dAtA []byte, err error)

func (*PInSource_Super) ProtoMessage

func (*PInSource_Super) ProtoMessage()

func (*PInSource_Super) ProtoReflect

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

func (*PInSource_Super) Reset

func (x *PInSource_Super) Reset()

func (*PInSource_Super) ResetVT

func (m *PInSource_Super) ResetVT()

func (*PInSource_Super) ReturnToVTPool

func (m *PInSource_Super) ReturnToVTPool()

func (*PInSource_Super) SizeVT

func (m *PInSource_Super) SizeVT() (n int)

func (*PInSource_Super) String

func (x *PInSource_Super) String() string

func (*PInSource_Super) UnmarshalVT

func (m *PInSource_Super) UnmarshalVT(dAtA []byte) error

type PInValuesSource

type PInValuesSource struct {
	Super  *PInSource_Super     `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	Values []*PComparableObject `protobuf:"bytes,2,rep,name=values" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func PInValuesSourceFromVTPool

func PInValuesSourceFromVTPool() *PInValuesSource

func (*PInValuesSource) Descriptor deprecated

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

Deprecated: Use PInValuesSource.ProtoReflect.Descriptor instead.

func (*PInValuesSource) GetSuper

func (x *PInValuesSource) GetSuper() *PInSource_Super

func (*PInValuesSource) GetValues

func (x *PInValuesSource) GetValues() []*PComparableObject

func (*PInValuesSource) MarshalToSizedBufferVT

func (m *PInValuesSource) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PInValuesSource) MarshalToVT

func (m *PInValuesSource) MarshalToVT(dAtA []byte) (int, error)

func (*PInValuesSource) MarshalVT

func (m *PInValuesSource) MarshalVT() (dAtA []byte, err error)

func (*PInValuesSource) ProtoMessage

func (*PInValuesSource) ProtoMessage()

func (*PInValuesSource) ProtoReflect

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

func (*PInValuesSource) Reset

func (x *PInValuesSource) Reset()

func (*PInValuesSource) ResetVT

func (m *PInValuesSource) ResetVT()

func (*PInValuesSource) ReturnToVTPool

func (m *PInValuesSource) ReturnToVTPool()

func (*PInValuesSource) SizeVT

func (m *PInValuesSource) SizeVT() (n int)

func (*PInValuesSource) String

func (x *PInValuesSource) String() string

func (*PInValuesSource) UnmarshalVT

func (m *PInValuesSource) UnmarshalVT(dAtA []byte) error

type PIncarnationValue

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

func PIncarnationValueFromVTPool

func PIncarnationValueFromVTPool() *PIncarnationValue

func (*PIncarnationValue) Descriptor deprecated

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

Deprecated: Use PIncarnationValue.ProtoReflect.Descriptor instead.

func (*PIncarnationValue) MarshalToSizedBufferVT

func (m *PIncarnationValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIncarnationValue) MarshalToVT

func (m *PIncarnationValue) MarshalToVT(dAtA []byte) (int, error)

func (*PIncarnationValue) MarshalVT

func (m *PIncarnationValue) MarshalVT() (dAtA []byte, err error)

func (*PIncarnationValue) ProtoMessage

func (*PIncarnationValue) ProtoMessage()

func (*PIncarnationValue) ProtoReflect

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

func (*PIncarnationValue) Reset

func (x *PIncarnationValue) Reset()

func (*PIncarnationValue) ResetVT

func (m *PIncarnationValue) ResetVT()

func (*PIncarnationValue) ReturnToVTPool

func (m *PIncarnationValue) ReturnToVTPool()

func (*PIncarnationValue) SizeVT

func (m *PIncarnationValue) SizeVT() (n int)

func (*PIncarnationValue) String

func (x *PIncarnationValue) String() string

func (*PIncarnationValue) UnmarshalVT

func (m *PIncarnationValue) UnmarshalVT(dAtA []byte) error

type PIndexAggregateFunction

type PIndexAggregateFunction struct {
	Name    *string        `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Operand *KeyExpression `protobuf:"bytes,2,opt,name=operand" json:"operand,omitempty"`
	Index   *string        `protobuf:"bytes,3,opt,name=index" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func PIndexAggregateFunctionFromVTPool

func PIndexAggregateFunctionFromVTPool() *PIndexAggregateFunction

func (*PIndexAggregateFunction) Descriptor deprecated

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

Deprecated: Use PIndexAggregateFunction.ProtoReflect.Descriptor instead.

func (*PIndexAggregateFunction) GetIndex

func (x *PIndexAggregateFunction) GetIndex() string

func (*PIndexAggregateFunction) GetName

func (x *PIndexAggregateFunction) GetName() string

func (*PIndexAggregateFunction) GetOperand

func (x *PIndexAggregateFunction) GetOperand() *KeyExpression

func (*PIndexAggregateFunction) MarshalToSizedBufferVT

func (m *PIndexAggregateFunction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexAggregateFunction) MarshalToVT

func (m *PIndexAggregateFunction) MarshalToVT(dAtA []byte) (int, error)

func (*PIndexAggregateFunction) MarshalVT

func (m *PIndexAggregateFunction) MarshalVT() (dAtA []byte, err error)

func (*PIndexAggregateFunction) ProtoMessage

func (*PIndexAggregateFunction) ProtoMessage()

func (*PIndexAggregateFunction) ProtoReflect

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

func (*PIndexAggregateFunction) Reset

func (x *PIndexAggregateFunction) Reset()

func (*PIndexAggregateFunction) ResetVT

func (m *PIndexAggregateFunction) ResetVT()

func (*PIndexAggregateFunction) ReturnToVTPool

func (m *PIndexAggregateFunction) ReturnToVTPool()

func (*PIndexAggregateFunction) SizeVT

func (m *PIndexAggregateFunction) SizeVT() (n int)

func (*PIndexAggregateFunction) String

func (x *PIndexAggregateFunction) String() string

func (*PIndexAggregateFunction) UnmarshalVT

func (m *PIndexAggregateFunction) UnmarshalVT(dAtA []byte) error

type PIndexEntryObjectValue

type PIndexEntryObjectValue struct {
	IndexEntryAlias *string                                     `protobuf:"bytes,1,opt,name=index_entry_alias,json=indexEntryAlias" json:"index_entry_alias,omitempty"`
	Source          *PIndexKeyValueToPartialRecord_PTupleSource `` /* 148-byte string literal not displayed */
	OrdinalPath     []int32                                     `protobuf:"varint,3,rep,name=ordinal_path,json=ordinalPath" json:"ordinal_path,omitempty"`
	ResultType      *PType                                      `protobuf:"bytes,4,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	// contains filtered or unexported fields
}

func PIndexEntryObjectValueFromVTPool

func PIndexEntryObjectValueFromVTPool() *PIndexEntryObjectValue

func (*PIndexEntryObjectValue) Descriptor deprecated

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

Deprecated: Use PIndexEntryObjectValue.ProtoReflect.Descriptor instead.

func (*PIndexEntryObjectValue) GetIndexEntryAlias

func (x *PIndexEntryObjectValue) GetIndexEntryAlias() string

func (*PIndexEntryObjectValue) GetOrdinalPath

func (x *PIndexEntryObjectValue) GetOrdinalPath() []int32

func (*PIndexEntryObjectValue) GetResultType

func (x *PIndexEntryObjectValue) GetResultType() *PType

func (*PIndexEntryObjectValue) GetSource

func (*PIndexEntryObjectValue) MarshalToSizedBufferVT

func (m *PIndexEntryObjectValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexEntryObjectValue) MarshalToVT

func (m *PIndexEntryObjectValue) MarshalToVT(dAtA []byte) (int, error)

func (*PIndexEntryObjectValue) MarshalVT

func (m *PIndexEntryObjectValue) MarshalVT() (dAtA []byte, err error)

func (*PIndexEntryObjectValue) ProtoMessage

func (*PIndexEntryObjectValue) ProtoMessage()

func (*PIndexEntryObjectValue) ProtoReflect

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

func (*PIndexEntryObjectValue) Reset

func (x *PIndexEntryObjectValue) Reset()

func (*PIndexEntryObjectValue) ResetVT

func (m *PIndexEntryObjectValue) ResetVT()

func (*PIndexEntryObjectValue) ReturnToVTPool

func (m *PIndexEntryObjectValue) ReturnToVTPool()

func (*PIndexEntryObjectValue) SizeVT

func (m *PIndexEntryObjectValue) SizeVT() (n int)

func (*PIndexEntryObjectValue) String

func (x *PIndexEntryObjectValue) String() string

func (*PIndexEntryObjectValue) UnmarshalVT

func (m *PIndexEntryObjectValue) UnmarshalVT(dAtA []byte) error

type PIndexFetchMethod

type PIndexFetchMethod int32
const (
	PIndexFetchMethod_SCAN_AND_FETCH                 PIndexFetchMethod = 1
	PIndexFetchMethod_USE_REMOTE_FETCH               PIndexFetchMethod = 2
	PIndexFetchMethod_USE_REMOTE_FETCH_WITH_FALLBACK PIndexFetchMethod = 3
)

func (PIndexFetchMethod) Descriptor

func (PIndexFetchMethod) Enum

func (PIndexFetchMethod) EnumDescriptor deprecated

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

Deprecated: Use PIndexFetchMethod.Descriptor instead.

func (PIndexFetchMethod) Number

func (PIndexFetchMethod) String

func (x PIndexFetchMethod) String() string

func (PIndexFetchMethod) Type

func (*PIndexFetchMethod) UnmarshalJSON deprecated

func (x *PIndexFetchMethod) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PIndexKeyValueToPartialRecord

type PIndexKeyValueToPartialRecord struct {
	Copiers    []*PIndexKeyValueToPartialRecord_PCopier `protobuf:"bytes,1,rep,name=copiers" json:"copiers,omitempty"`
	IsRequired *bool                                    `protobuf:"varint,2,opt,name=is_required,json=isRequired" json:"is_required,omitempty"`
	// contains filtered or unexported fields
}

func PIndexKeyValueToPartialRecordFromVTPool

func PIndexKeyValueToPartialRecordFromVTPool() *PIndexKeyValueToPartialRecord

func (*PIndexKeyValueToPartialRecord) Descriptor deprecated

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

Deprecated: Use PIndexKeyValueToPartialRecord.ProtoReflect.Descriptor instead.

func (*PIndexKeyValueToPartialRecord) GetCopiers

func (*PIndexKeyValueToPartialRecord) GetIsRequired

func (x *PIndexKeyValueToPartialRecord) GetIsRequired() bool

func (*PIndexKeyValueToPartialRecord) MarshalToSizedBufferVT

func (m *PIndexKeyValueToPartialRecord) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexKeyValueToPartialRecord) MarshalToVT

func (m *PIndexKeyValueToPartialRecord) MarshalToVT(dAtA []byte) (int, error)

func (*PIndexKeyValueToPartialRecord) MarshalVT

func (m *PIndexKeyValueToPartialRecord) MarshalVT() (dAtA []byte, err error)

func (*PIndexKeyValueToPartialRecord) ProtoMessage

func (*PIndexKeyValueToPartialRecord) ProtoMessage()

func (*PIndexKeyValueToPartialRecord) ProtoReflect

func (*PIndexKeyValueToPartialRecord) Reset

func (x *PIndexKeyValueToPartialRecord) Reset()

func (*PIndexKeyValueToPartialRecord) ResetVT

func (m *PIndexKeyValueToPartialRecord) ResetVT()

func (*PIndexKeyValueToPartialRecord) ReturnToVTPool

func (m *PIndexKeyValueToPartialRecord) ReturnToVTPool()

func (*PIndexKeyValueToPartialRecord) SizeVT

func (m *PIndexKeyValueToPartialRecord) SizeVT() (n int)

func (*PIndexKeyValueToPartialRecord) String

func (*PIndexKeyValueToPartialRecord) UnmarshalVT

func (m *PIndexKeyValueToPartialRecord) UnmarshalVT(dAtA []byte) error

type PIndexKeyValueToPartialRecord_PCopier

type PIndexKeyValueToPartialRecord_PCopier struct {

	// Types that are valid to be assigned to SpecificCopier:
	//
	//	*PIndexKeyValueToPartialRecord_PCopier_AdditionalCopiers
	//	*PIndexKeyValueToPartialRecord_PCopier_FieldCopier
	//	*PIndexKeyValueToPartialRecord_PCopier_MessageCopier
	//	*PIndexKeyValueToPartialRecord_PCopier_FieldWithValueCopier
	SpecificCopier isPIndexKeyValueToPartialRecord_PCopier_SpecificCopier `protobuf_oneof:"specific_copier"`
	// contains filtered or unexported fields
}

func PIndexKeyValueToPartialRecord_PCopierFromVTPool

func PIndexKeyValueToPartialRecord_PCopierFromVTPool() *PIndexKeyValueToPartialRecord_PCopier

func (*PIndexKeyValueToPartialRecord_PCopier) Descriptor deprecated

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

Deprecated: Use PIndexKeyValueToPartialRecord_PCopier.ProtoReflect.Descriptor instead.

func (*PIndexKeyValueToPartialRecord_PCopier) GetAdditionalCopiers

func (x *PIndexKeyValueToPartialRecord_PCopier) GetAdditionalCopiers() *anypb.Any

func (*PIndexKeyValueToPartialRecord_PCopier) GetFieldCopier

func (*PIndexKeyValueToPartialRecord_PCopier) GetFieldWithValueCopier

func (*PIndexKeyValueToPartialRecord_PCopier) GetMessageCopier

func (*PIndexKeyValueToPartialRecord_PCopier) GetSpecificCopier

func (x *PIndexKeyValueToPartialRecord_PCopier) GetSpecificCopier() isPIndexKeyValueToPartialRecord_PCopier_SpecificCopier

func (*PIndexKeyValueToPartialRecord_PCopier) MarshalToSizedBufferVT

func (m *PIndexKeyValueToPartialRecord_PCopier) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexKeyValueToPartialRecord_PCopier) MarshalToVT

func (m *PIndexKeyValueToPartialRecord_PCopier) MarshalToVT(dAtA []byte) (int, error)

func (*PIndexKeyValueToPartialRecord_PCopier) MarshalVT

func (m *PIndexKeyValueToPartialRecord_PCopier) MarshalVT() (dAtA []byte, err error)

func (*PIndexKeyValueToPartialRecord_PCopier) ProtoMessage

func (*PIndexKeyValueToPartialRecord_PCopier) ProtoMessage()

func (*PIndexKeyValueToPartialRecord_PCopier) ProtoReflect

func (*PIndexKeyValueToPartialRecord_PCopier) Reset

func (*PIndexKeyValueToPartialRecord_PCopier) ResetVT

func (*PIndexKeyValueToPartialRecord_PCopier) ReturnToVTPool

func (m *PIndexKeyValueToPartialRecord_PCopier) ReturnToVTPool()

func (*PIndexKeyValueToPartialRecord_PCopier) SizeVT

func (*PIndexKeyValueToPartialRecord_PCopier) String

func (*PIndexKeyValueToPartialRecord_PCopier) UnmarshalVT

func (m *PIndexKeyValueToPartialRecord_PCopier) UnmarshalVT(dAtA []byte) error

type PIndexKeyValueToPartialRecord_PCopier_AdditionalCopiers

type PIndexKeyValueToPartialRecord_PCopier_AdditionalCopiers struct {
	AdditionalCopiers *anypb.Any `protobuf:"bytes,1,opt,name=additional_copiers,json=additionalCopiers,oneof"`
}

func (*PIndexKeyValueToPartialRecord_PCopier_AdditionalCopiers) MarshalToSizedBufferVT

func (m *PIndexKeyValueToPartialRecord_PCopier_AdditionalCopiers) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexKeyValueToPartialRecord_PCopier_AdditionalCopiers) MarshalToVT

func (*PIndexKeyValueToPartialRecord_PCopier_AdditionalCopiers) SizeVT

type PIndexKeyValueToPartialRecord_PCopier_FieldCopier

type PIndexKeyValueToPartialRecord_PCopier_FieldCopier struct {
	FieldCopier *PIndexKeyValueToPartialRecord_PFieldCopier `protobuf:"bytes,2,opt,name=field_copier,json=fieldCopier,oneof"`
}

func (*PIndexKeyValueToPartialRecord_PCopier_FieldCopier) MarshalToSizedBufferVT

func (m *PIndexKeyValueToPartialRecord_PCopier_FieldCopier) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexKeyValueToPartialRecord_PCopier_FieldCopier) MarshalToVT

func (*PIndexKeyValueToPartialRecord_PCopier_FieldCopier) SizeVT

type PIndexKeyValueToPartialRecord_PCopier_FieldWithValueCopier

type PIndexKeyValueToPartialRecord_PCopier_FieldWithValueCopier struct {
	FieldWithValueCopier *PIndexKeyValueToPartialRecord_PFieldWithValueCopier `protobuf:"bytes,4,opt,name=field_with_value_copier,json=fieldWithValueCopier,oneof"`
}

func (*PIndexKeyValueToPartialRecord_PCopier_FieldWithValueCopier) MarshalToSizedBufferVT

func (m *PIndexKeyValueToPartialRecord_PCopier_FieldWithValueCopier) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexKeyValueToPartialRecord_PCopier_FieldWithValueCopier) MarshalToVT

func (*PIndexKeyValueToPartialRecord_PCopier_FieldWithValueCopier) SizeVT

type PIndexKeyValueToPartialRecord_PCopier_MessageCopier

type PIndexKeyValueToPartialRecord_PCopier_MessageCopier struct {
	MessageCopier *PIndexKeyValueToPartialRecord_PMessageCopier `protobuf:"bytes,3,opt,name=message_copier,json=messageCopier,oneof"`
}

func (*PIndexKeyValueToPartialRecord_PCopier_MessageCopier) MarshalToSizedBufferVT

func (m *PIndexKeyValueToPartialRecord_PCopier_MessageCopier) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexKeyValueToPartialRecord_PCopier_MessageCopier) MarshalToVT

func (*PIndexKeyValueToPartialRecord_PCopier_MessageCopier) SizeVT

type PIndexKeyValueToPartialRecord_PCopyIfPredicate

type PIndexKeyValueToPartialRecord_PCopyIfPredicate struct {

	// Types that are valid to be assigned to SpecificCopyIfPredicate:
	//
	//	*PIndexKeyValueToPartialRecord_PCopyIfPredicate_AdditionalCopyIfPredicate
	//	*PIndexKeyValueToPartialRecord_PCopyIfPredicate_TruePredicate
	//	*PIndexKeyValueToPartialRecord_PCopyIfPredicate_ConditionalUponPathPredicate
	SpecificCopyIfPredicate isPIndexKeyValueToPartialRecord_PCopyIfPredicate_SpecificCopyIfPredicate `protobuf_oneof:"specific_copy_if_predicate"`
	// contains filtered or unexported fields
}

func PIndexKeyValueToPartialRecord_PCopyIfPredicateFromVTPool

func PIndexKeyValueToPartialRecord_PCopyIfPredicateFromVTPool() *PIndexKeyValueToPartialRecord_PCopyIfPredicate

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate) Descriptor deprecated

Deprecated: Use PIndexKeyValueToPartialRecord_PCopyIfPredicate.ProtoReflect.Descriptor instead.

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate) GetAdditionalCopyIfPredicate

func (x *PIndexKeyValueToPartialRecord_PCopyIfPredicate) GetAdditionalCopyIfPredicate() *anypb.Any

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate) GetConditionalUponPathPredicate

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate) GetSpecificCopyIfPredicate

func (x *PIndexKeyValueToPartialRecord_PCopyIfPredicate) GetSpecificCopyIfPredicate() isPIndexKeyValueToPartialRecord_PCopyIfPredicate_SpecificCopyIfPredicate

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate) GetTruePredicate

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate) MarshalToSizedBufferVT

func (m *PIndexKeyValueToPartialRecord_PCopyIfPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate) MarshalToVT

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate) MarshalVT

func (m *PIndexKeyValueToPartialRecord_PCopyIfPredicate) MarshalVT() (dAtA []byte, err error)

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate) ProtoMessage

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate) ProtoReflect

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate) Reset

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate) ResetVT

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate) ReturnToVTPool

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate) SizeVT

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate) String

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate) UnmarshalVT

type PIndexKeyValueToPartialRecord_PCopyIfPredicate_AdditionalCopyIfPredicate

type PIndexKeyValueToPartialRecord_PCopyIfPredicate_AdditionalCopyIfPredicate struct {
	AdditionalCopyIfPredicate *anypb.Any `protobuf:"bytes,101,opt,name=additional_copy_if_predicate,json=additionalCopyIfPredicate,oneof"`
}

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_AdditionalCopyIfPredicate) MarshalToSizedBufferVT

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_AdditionalCopyIfPredicate) MarshalToVT

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_AdditionalCopyIfPredicate) SizeVT

type PIndexKeyValueToPartialRecord_PCopyIfPredicate_ConditionalUponPathPredicate

type PIndexKeyValueToPartialRecord_PCopyIfPredicate_ConditionalUponPathPredicate struct {
	ConditionalUponPathPredicate *PIndexKeyValueToPartialRecord_PCopyIfPredicate_PConditionalUponPathPredicate `protobuf:"bytes,2,opt,name=conditional_upon_path_predicate,json=conditionalUponPathPredicate,oneof"`
}

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_ConditionalUponPathPredicate) MarshalToSizedBufferVT

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_ConditionalUponPathPredicate) MarshalToVT

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_ConditionalUponPathPredicate) SizeVT

type PIndexKeyValueToPartialRecord_PCopyIfPredicate_PConditionalUponPathPredicate

type PIndexKeyValueToPartialRecord_PCopyIfPredicate_PConditionalUponPathPredicate struct {
	OrdinalPath []int32 `protobuf:"varint,1,rep,name=ordinal_path,json=ordinalPath" json:"ordinal_path,omitempty"`
	// contains filtered or unexported fields
}

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PConditionalUponPathPredicate) Descriptor deprecated

Deprecated: Use PIndexKeyValueToPartialRecord_PCopyIfPredicate_PConditionalUponPathPredicate.ProtoReflect.Descriptor instead.

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PConditionalUponPathPredicate) GetOrdinalPath

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PConditionalUponPathPredicate) MarshalToSizedBufferVT

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PConditionalUponPathPredicate) MarshalToVT

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PConditionalUponPathPredicate) MarshalVT

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PConditionalUponPathPredicate) ProtoMessage

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PConditionalUponPathPredicate) ProtoReflect

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PConditionalUponPathPredicate) Reset

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PConditionalUponPathPredicate) ResetVT

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PConditionalUponPathPredicate) ReturnToVTPool

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PConditionalUponPathPredicate) SizeVT

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PConditionalUponPathPredicate) String

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PConditionalUponPathPredicate) UnmarshalVT

type PIndexKeyValueToPartialRecord_PCopyIfPredicate_PTruePredicate

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

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PTruePredicate) Descriptor deprecated

Deprecated: Use PIndexKeyValueToPartialRecord_PCopyIfPredicate_PTruePredicate.ProtoReflect.Descriptor instead.

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PTruePredicate) MarshalToSizedBufferVT

func (m *PIndexKeyValueToPartialRecord_PCopyIfPredicate_PTruePredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PTruePredicate) MarshalToVT

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PTruePredicate) MarshalVT

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PTruePredicate) ProtoMessage

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PTruePredicate) ProtoReflect

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PTruePredicate) Reset

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PTruePredicate) ResetVT

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PTruePredicate) ReturnToVTPool

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PTruePredicate) SizeVT

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PTruePredicate) String

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_PTruePredicate) UnmarshalVT

type PIndexKeyValueToPartialRecord_PCopyIfPredicate_TruePredicate

type PIndexKeyValueToPartialRecord_PCopyIfPredicate_TruePredicate struct {
	TruePredicate *PIndexKeyValueToPartialRecord_PCopyIfPredicate_PTruePredicate `protobuf:"bytes,1,opt,name=true_predicate,json=truePredicate,oneof"`
}

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_TruePredicate) MarshalToSizedBufferVT

func (m *PIndexKeyValueToPartialRecord_PCopyIfPredicate_TruePredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_TruePredicate) MarshalToVT

func (*PIndexKeyValueToPartialRecord_PCopyIfPredicate_TruePredicate) SizeVT

type PIndexKeyValueToPartialRecord_PFieldCopier

type PIndexKeyValueToPartialRecord_PFieldCopier struct {
	Field              *string                                         `protobuf:"bytes,1,opt,name=field" json:"field,omitempty"`
	Source             *PIndexKeyValueToPartialRecord_PTupleSource     `` /* 148-byte string literal not displayed */
	CopyIfPredicate    *PIndexKeyValueToPartialRecord_PCopyIfPredicate `protobuf:"bytes,3,opt,name=copy_if_predicate,json=copyIfPredicate" json:"copy_if_predicate,omitempty"`
	OrdinalPath        []int32                                         `protobuf:"varint,4,rep,name=ordinal_path,json=ordinalPath" json:"ordinal_path,omitempty"`
	InvertibleFunction *string                                         `protobuf:"bytes,5,opt,name=invertible_function,json=invertibleFunction" json:"invertible_function,omitempty"`
	// contains filtered or unexported fields
}

func PIndexKeyValueToPartialRecord_PFieldCopierFromVTPool

func PIndexKeyValueToPartialRecord_PFieldCopierFromVTPool() *PIndexKeyValueToPartialRecord_PFieldCopier

func (*PIndexKeyValueToPartialRecord_PFieldCopier) Descriptor deprecated

Deprecated: Use PIndexKeyValueToPartialRecord_PFieldCopier.ProtoReflect.Descriptor instead.

func (*PIndexKeyValueToPartialRecord_PFieldCopier) GetCopyIfPredicate

func (*PIndexKeyValueToPartialRecord_PFieldCopier) GetField

func (*PIndexKeyValueToPartialRecord_PFieldCopier) GetInvertibleFunction

func (x *PIndexKeyValueToPartialRecord_PFieldCopier) GetInvertibleFunction() string

func (*PIndexKeyValueToPartialRecord_PFieldCopier) GetOrdinalPath

func (x *PIndexKeyValueToPartialRecord_PFieldCopier) GetOrdinalPath() []int32

func (*PIndexKeyValueToPartialRecord_PFieldCopier) GetSource

func (*PIndexKeyValueToPartialRecord_PFieldCopier) MarshalToSizedBufferVT

func (m *PIndexKeyValueToPartialRecord_PFieldCopier) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexKeyValueToPartialRecord_PFieldCopier) MarshalToVT

func (m *PIndexKeyValueToPartialRecord_PFieldCopier) MarshalToVT(dAtA []byte) (int, error)

func (*PIndexKeyValueToPartialRecord_PFieldCopier) MarshalVT

func (m *PIndexKeyValueToPartialRecord_PFieldCopier) MarshalVT() (dAtA []byte, err error)

func (*PIndexKeyValueToPartialRecord_PFieldCopier) ProtoMessage

func (*PIndexKeyValueToPartialRecord_PFieldCopier) ProtoReflect

func (*PIndexKeyValueToPartialRecord_PFieldCopier) Reset

func (*PIndexKeyValueToPartialRecord_PFieldCopier) ResetVT

func (*PIndexKeyValueToPartialRecord_PFieldCopier) ReturnToVTPool

func (m *PIndexKeyValueToPartialRecord_PFieldCopier) ReturnToVTPool()

func (*PIndexKeyValueToPartialRecord_PFieldCopier) SizeVT

func (*PIndexKeyValueToPartialRecord_PFieldCopier) String

func (*PIndexKeyValueToPartialRecord_PFieldCopier) UnmarshalVT

func (m *PIndexKeyValueToPartialRecord_PFieldCopier) UnmarshalVT(dAtA []byte) error

type PIndexKeyValueToPartialRecord_PFieldWithValueCopier

type PIndexKeyValueToPartialRecord_PFieldWithValueCopier struct {
	IndexEntryAlias            *string          `protobuf:"bytes,1,opt,name=index_entry_alias,json=indexEntryAlias" json:"index_entry_alias,omitempty"`
	CopyIfPredicate            *PQueryPredicate `protobuf:"bytes,2,opt,name=copy_if_predicate,json=copyIfPredicate" json:"copy_if_predicate,omitempty"`
	ExtractFromIndexEntryValue *PValue          `protobuf:"bytes,3,opt,name=extractFromIndexEntryValue" json:"extractFromIndexEntryValue,omitempty"`
	Field                      *string          `protobuf:"bytes,4,opt,name=field" json:"field,omitempty"`
	// contains filtered or unexported fields
}

func PIndexKeyValueToPartialRecord_PFieldWithValueCopierFromVTPool

func PIndexKeyValueToPartialRecord_PFieldWithValueCopierFromVTPool() *PIndexKeyValueToPartialRecord_PFieldWithValueCopier

func (*PIndexKeyValueToPartialRecord_PFieldWithValueCopier) Descriptor deprecated

Deprecated: Use PIndexKeyValueToPartialRecord_PFieldWithValueCopier.ProtoReflect.Descriptor instead.

func (*PIndexKeyValueToPartialRecord_PFieldWithValueCopier) GetCopyIfPredicate

func (*PIndexKeyValueToPartialRecord_PFieldWithValueCopier) GetExtractFromIndexEntryValue

func (x *PIndexKeyValueToPartialRecord_PFieldWithValueCopier) GetExtractFromIndexEntryValue() *PValue

func (*PIndexKeyValueToPartialRecord_PFieldWithValueCopier) GetField

func (*PIndexKeyValueToPartialRecord_PFieldWithValueCopier) GetIndexEntryAlias

func (*PIndexKeyValueToPartialRecord_PFieldWithValueCopier) MarshalToSizedBufferVT

func (m *PIndexKeyValueToPartialRecord_PFieldWithValueCopier) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexKeyValueToPartialRecord_PFieldWithValueCopier) MarshalToVT

func (*PIndexKeyValueToPartialRecord_PFieldWithValueCopier) MarshalVT

func (m *PIndexKeyValueToPartialRecord_PFieldWithValueCopier) MarshalVT() (dAtA []byte, err error)

func (*PIndexKeyValueToPartialRecord_PFieldWithValueCopier) ProtoMessage

func (*PIndexKeyValueToPartialRecord_PFieldWithValueCopier) ProtoReflect

func (*PIndexKeyValueToPartialRecord_PFieldWithValueCopier) Reset

func (*PIndexKeyValueToPartialRecord_PFieldWithValueCopier) ResetVT

func (*PIndexKeyValueToPartialRecord_PFieldWithValueCopier) ReturnToVTPool

func (*PIndexKeyValueToPartialRecord_PFieldWithValueCopier) SizeVT

func (*PIndexKeyValueToPartialRecord_PFieldWithValueCopier) String

func (*PIndexKeyValueToPartialRecord_PFieldWithValueCopier) UnmarshalVT

type PIndexKeyValueToPartialRecord_PMessageCopier

type PIndexKeyValueToPartialRecord_PMessageCopier struct {
	Field  *string                        `protobuf:"bytes,1,opt,name=field" json:"field,omitempty"`
	Nested *PIndexKeyValueToPartialRecord `protobuf:"bytes,2,opt,name=nested" json:"nested,omitempty"`
	// contains filtered or unexported fields
}

func PIndexKeyValueToPartialRecord_PMessageCopierFromVTPool

func PIndexKeyValueToPartialRecord_PMessageCopierFromVTPool() *PIndexKeyValueToPartialRecord_PMessageCopier

func (*PIndexKeyValueToPartialRecord_PMessageCopier) Descriptor deprecated

Deprecated: Use PIndexKeyValueToPartialRecord_PMessageCopier.ProtoReflect.Descriptor instead.

func (*PIndexKeyValueToPartialRecord_PMessageCopier) GetField

func (*PIndexKeyValueToPartialRecord_PMessageCopier) GetNested

func (*PIndexKeyValueToPartialRecord_PMessageCopier) MarshalToSizedBufferVT

func (m *PIndexKeyValueToPartialRecord_PMessageCopier) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexKeyValueToPartialRecord_PMessageCopier) MarshalToVT

func (m *PIndexKeyValueToPartialRecord_PMessageCopier) MarshalToVT(dAtA []byte) (int, error)

func (*PIndexKeyValueToPartialRecord_PMessageCopier) MarshalVT

func (m *PIndexKeyValueToPartialRecord_PMessageCopier) MarshalVT() (dAtA []byte, err error)

func (*PIndexKeyValueToPartialRecord_PMessageCopier) ProtoMessage

func (*PIndexKeyValueToPartialRecord_PMessageCopier) ProtoReflect

func (*PIndexKeyValueToPartialRecord_PMessageCopier) Reset

func (*PIndexKeyValueToPartialRecord_PMessageCopier) ResetVT

func (*PIndexKeyValueToPartialRecord_PMessageCopier) ReturnToVTPool

func (*PIndexKeyValueToPartialRecord_PMessageCopier) SizeVT

func (*PIndexKeyValueToPartialRecord_PMessageCopier) String

func (*PIndexKeyValueToPartialRecord_PMessageCopier) UnmarshalVT

type PIndexKeyValueToPartialRecord_PTupleSource

type PIndexKeyValueToPartialRecord_PTupleSource int32
const (
	PIndexKeyValueToPartialRecord_KEY   PIndexKeyValueToPartialRecord_PTupleSource = 1
	PIndexKeyValueToPartialRecord_VALUE PIndexKeyValueToPartialRecord_PTupleSource = 2
	PIndexKeyValueToPartialRecord_OTHER PIndexKeyValueToPartialRecord_PTupleSource = 3
)

func (PIndexKeyValueToPartialRecord_PTupleSource) Descriptor

func (PIndexKeyValueToPartialRecord_PTupleSource) Enum

func (PIndexKeyValueToPartialRecord_PTupleSource) EnumDescriptor deprecated

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

Deprecated: Use PIndexKeyValueToPartialRecord_PTupleSource.Descriptor instead.

func (PIndexKeyValueToPartialRecord_PTupleSource) Number

func (PIndexKeyValueToPartialRecord_PTupleSource) String

func (PIndexKeyValueToPartialRecord_PTupleSource) Type

func (*PIndexKeyValueToPartialRecord_PTupleSource) UnmarshalJSON deprecated

Deprecated: Do not use.

type PIndexOnlyAggregateValue

type PIndexOnlyAggregateValue struct {
	Operator *PIndexOnlyAggregateValue_PPhysicalOperator `` /* 152-byte string literal not displayed */
	Child    *PValue                                     `protobuf:"bytes,2,opt,name=child" json:"child,omitempty"`
	// contains filtered or unexported fields
}

func PIndexOnlyAggregateValueFromVTPool

func PIndexOnlyAggregateValueFromVTPool() *PIndexOnlyAggregateValue

func (*PIndexOnlyAggregateValue) Descriptor deprecated

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

Deprecated: Use PIndexOnlyAggregateValue.ProtoReflect.Descriptor instead.

func (*PIndexOnlyAggregateValue) GetChild

func (x *PIndexOnlyAggregateValue) GetChild() *PValue

func (*PIndexOnlyAggregateValue) GetOperator

func (*PIndexOnlyAggregateValue) MarshalToSizedBufferVT

func (m *PIndexOnlyAggregateValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexOnlyAggregateValue) MarshalToVT

func (m *PIndexOnlyAggregateValue) MarshalToVT(dAtA []byte) (int, error)

func (*PIndexOnlyAggregateValue) MarshalVT

func (m *PIndexOnlyAggregateValue) MarshalVT() (dAtA []byte, err error)

func (*PIndexOnlyAggregateValue) ProtoMessage

func (*PIndexOnlyAggregateValue) ProtoMessage()

func (*PIndexOnlyAggregateValue) ProtoReflect

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

func (*PIndexOnlyAggregateValue) Reset

func (x *PIndexOnlyAggregateValue) Reset()

func (*PIndexOnlyAggregateValue) ResetVT

func (m *PIndexOnlyAggregateValue) ResetVT()

func (*PIndexOnlyAggregateValue) ReturnToVTPool

func (m *PIndexOnlyAggregateValue) ReturnToVTPool()

func (*PIndexOnlyAggregateValue) SizeVT

func (m *PIndexOnlyAggregateValue) SizeVT() (n int)

func (*PIndexOnlyAggregateValue) String

func (x *PIndexOnlyAggregateValue) String() string

func (*PIndexOnlyAggregateValue) UnmarshalVT

func (m *PIndexOnlyAggregateValue) UnmarshalVT(dAtA []byte) error

type PIndexOnlyAggregateValue_PPhysicalOperator

type PIndexOnlyAggregateValue_PPhysicalOperator int32
const (
	PIndexOnlyAggregateValue_MAX_EVER_LONG PIndexOnlyAggregateValue_PPhysicalOperator = 1
	PIndexOnlyAggregateValue_MIN_EVER_LONG PIndexOnlyAggregateValue_PPhysicalOperator = 2
)

func (PIndexOnlyAggregateValue_PPhysicalOperator) Descriptor

func (PIndexOnlyAggregateValue_PPhysicalOperator) Enum

func (PIndexOnlyAggregateValue_PPhysicalOperator) EnumDescriptor deprecated

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

Deprecated: Use PIndexOnlyAggregateValue_PPhysicalOperator.Descriptor instead.

func (PIndexOnlyAggregateValue_PPhysicalOperator) Number

func (PIndexOnlyAggregateValue_PPhysicalOperator) String

func (PIndexOnlyAggregateValue_PPhysicalOperator) Type

func (*PIndexOnlyAggregateValue_PPhysicalOperator) UnmarshalJSON deprecated

Deprecated: Do not use.

type PIndexScanComparisons

type PIndexScanComparisons struct {
	ScanType        *PIndexScanType   `protobuf:"bytes,1,opt,name=scan_type,json=scanType" json:"scan_type,omitempty"`
	ScanComparisons *PScanComparisons `protobuf:"bytes,2,opt,name=scan_comparisons,json=scanComparisons" json:"scan_comparisons,omitempty"`
	// contains filtered or unexported fields
}

func PIndexScanComparisonsFromVTPool

func PIndexScanComparisonsFromVTPool() *PIndexScanComparisons

func (*PIndexScanComparisons) Descriptor deprecated

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

Deprecated: Use PIndexScanComparisons.ProtoReflect.Descriptor instead.

func (*PIndexScanComparisons) GetScanComparisons

func (x *PIndexScanComparisons) GetScanComparisons() *PScanComparisons

func (*PIndexScanComparisons) GetScanType

func (x *PIndexScanComparisons) GetScanType() *PIndexScanType

func (*PIndexScanComparisons) MarshalToSizedBufferVT

func (m *PIndexScanComparisons) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexScanComparisons) MarshalToVT

func (m *PIndexScanComparisons) MarshalToVT(dAtA []byte) (int, error)

func (*PIndexScanComparisons) MarshalVT

func (m *PIndexScanComparisons) MarshalVT() (dAtA []byte, err error)

func (*PIndexScanComparisons) ProtoMessage

func (*PIndexScanComparisons) ProtoMessage()

func (*PIndexScanComparisons) ProtoReflect

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

func (*PIndexScanComparisons) Reset

func (x *PIndexScanComparisons) Reset()

func (*PIndexScanComparisons) ResetVT

func (m *PIndexScanComparisons) ResetVT()

func (*PIndexScanComparisons) ReturnToVTPool

func (m *PIndexScanComparisons) ReturnToVTPool()

func (*PIndexScanComparisons) SizeVT

func (m *PIndexScanComparisons) SizeVT() (n int)

func (*PIndexScanComparisons) String

func (x *PIndexScanComparisons) String() string

func (*PIndexScanComparisons) UnmarshalVT

func (m *PIndexScanComparisons) UnmarshalVT(dAtA []byte) error

type PIndexScanParameters

type PIndexScanParameters struct {

	// Types that are valid to be assigned to SpecificIndexScanParameters:
	//
	//	*PIndexScanParameters_AdditionalIndexScanParameters
	//	*PIndexScanParameters_IndexScanComparisons
	//	*PIndexScanParameters_MultidimensionalIndexScanComparisons
	//	*PIndexScanParameters_TimeWindowScanComparisons
	//	*PIndexScanParameters_VectorIndexScanComparisons
	SpecificIndexScanParameters isPIndexScanParameters_SpecificIndexScanParameters `protobuf_oneof:"specific_index_scan_parameters"`
	// contains filtered or unexported fields
}

func PIndexScanParametersFromVTPool

func PIndexScanParametersFromVTPool() *PIndexScanParameters

func (*PIndexScanParameters) Descriptor deprecated

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

Deprecated: Use PIndexScanParameters.ProtoReflect.Descriptor instead.

func (*PIndexScanParameters) GetAdditionalIndexScanParameters

func (x *PIndexScanParameters) GetAdditionalIndexScanParameters() *anypb.Any

func (*PIndexScanParameters) GetIndexScanComparisons

func (x *PIndexScanParameters) GetIndexScanComparisons() *PIndexScanComparisons

func (*PIndexScanParameters) GetMultidimensionalIndexScanComparisons

func (x *PIndexScanParameters) GetMultidimensionalIndexScanComparisons() *PMultidimensionalIndexScanComparisons

func (*PIndexScanParameters) GetSpecificIndexScanParameters

func (x *PIndexScanParameters) GetSpecificIndexScanParameters() isPIndexScanParameters_SpecificIndexScanParameters

func (*PIndexScanParameters) GetTimeWindowScanComparisons

func (x *PIndexScanParameters) GetTimeWindowScanComparisons() *PTimeWindowScanComparisons

func (*PIndexScanParameters) GetVectorIndexScanComparisons

func (x *PIndexScanParameters) GetVectorIndexScanComparisons() *PVectorIndexScanComparisons

func (*PIndexScanParameters) MarshalToSizedBufferVT

func (m *PIndexScanParameters) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexScanParameters) MarshalToVT

func (m *PIndexScanParameters) MarshalToVT(dAtA []byte) (int, error)

func (*PIndexScanParameters) MarshalVT

func (m *PIndexScanParameters) MarshalVT() (dAtA []byte, err error)

func (*PIndexScanParameters) ProtoMessage

func (*PIndexScanParameters) ProtoMessage()

func (*PIndexScanParameters) ProtoReflect

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

func (*PIndexScanParameters) Reset

func (x *PIndexScanParameters) Reset()

func (*PIndexScanParameters) ResetVT

func (m *PIndexScanParameters) ResetVT()

func (*PIndexScanParameters) ReturnToVTPool

func (m *PIndexScanParameters) ReturnToVTPool()

func (*PIndexScanParameters) SizeVT

func (m *PIndexScanParameters) SizeVT() (n int)

func (*PIndexScanParameters) String

func (x *PIndexScanParameters) String() string

func (*PIndexScanParameters) UnmarshalVT

func (m *PIndexScanParameters) UnmarshalVT(dAtA []byte) error

type PIndexScanParameters_AdditionalIndexScanParameters

type PIndexScanParameters_AdditionalIndexScanParameters struct {
	AdditionalIndexScanParameters *anypb.Any `protobuf:"bytes,1,opt,name=additional_index_scan_parameters,json=additionalIndexScanParameters,oneof"`
}

func (*PIndexScanParameters_AdditionalIndexScanParameters) MarshalToSizedBufferVT

func (m *PIndexScanParameters_AdditionalIndexScanParameters) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexScanParameters_AdditionalIndexScanParameters) MarshalToVT

func (*PIndexScanParameters_AdditionalIndexScanParameters) SizeVT

type PIndexScanParameters_IndexScanComparisons

type PIndexScanParameters_IndexScanComparisons struct {
	IndexScanComparisons *PIndexScanComparisons `protobuf:"bytes,2,opt,name=index_scan_comparisons,json=indexScanComparisons,oneof"`
}

func (*PIndexScanParameters_IndexScanComparisons) MarshalToSizedBufferVT

func (m *PIndexScanParameters_IndexScanComparisons) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexScanParameters_IndexScanComparisons) MarshalToVT

func (m *PIndexScanParameters_IndexScanComparisons) MarshalToVT(dAtA []byte) (int, error)

func (*PIndexScanParameters_IndexScanComparisons) SizeVT

type PIndexScanParameters_MultidimensionalIndexScanComparisons

type PIndexScanParameters_MultidimensionalIndexScanComparisons struct {
	MultidimensionalIndexScanComparisons *PMultidimensionalIndexScanComparisons `protobuf:"bytes,3,opt,name=multidimensional_index_scan_comparisons,json=multidimensionalIndexScanComparisons,oneof"`
}

func (*PIndexScanParameters_MultidimensionalIndexScanComparisons) MarshalToSizedBufferVT

func (m *PIndexScanParameters_MultidimensionalIndexScanComparisons) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexScanParameters_MultidimensionalIndexScanComparisons) MarshalToVT

func (*PIndexScanParameters_MultidimensionalIndexScanComparisons) SizeVT

type PIndexScanParameters_TimeWindowScanComparisons

type PIndexScanParameters_TimeWindowScanComparisons struct {
	TimeWindowScanComparisons *PTimeWindowScanComparisons `protobuf:"bytes,4,opt,name=time_window_scan_comparisons,json=timeWindowScanComparisons,oneof"`
}

func (*PIndexScanParameters_TimeWindowScanComparisons) MarshalToSizedBufferVT

func (m *PIndexScanParameters_TimeWindowScanComparisons) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexScanParameters_TimeWindowScanComparisons) MarshalToVT

func (*PIndexScanParameters_TimeWindowScanComparisons) SizeVT

type PIndexScanParameters_VectorIndexScanComparisons

type PIndexScanParameters_VectorIndexScanComparisons struct {
	VectorIndexScanComparisons *PVectorIndexScanComparisons `protobuf:"bytes,5,opt,name=vector_index_scan_comparisons,json=vectorIndexScanComparisons,oneof"`
}

func (*PIndexScanParameters_VectorIndexScanComparisons) MarshalToSizedBufferVT

func (m *PIndexScanParameters_VectorIndexScanComparisons) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexScanParameters_VectorIndexScanComparisons) MarshalToVT

func (*PIndexScanParameters_VectorIndexScanComparisons) SizeVT

type PIndexScanType

type PIndexScanType struct {
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func PIndexScanTypeFromVTPool

func PIndexScanTypeFromVTPool() *PIndexScanType

func (*PIndexScanType) Descriptor deprecated

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

Deprecated: Use PIndexScanType.ProtoReflect.Descriptor instead.

func (*PIndexScanType) GetName

func (x *PIndexScanType) GetName() string

func (*PIndexScanType) MarshalToSizedBufferVT

func (m *PIndexScanType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexScanType) MarshalToVT

func (m *PIndexScanType) MarshalToVT(dAtA []byte) (int, error)

func (*PIndexScanType) MarshalVT

func (m *PIndexScanType) MarshalVT() (dAtA []byte, err error)

func (*PIndexScanType) ProtoMessage

func (*PIndexScanType) ProtoMessage()

func (*PIndexScanType) ProtoReflect

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

func (*PIndexScanType) Reset

func (x *PIndexScanType) Reset()

func (*PIndexScanType) ResetVT

func (m *PIndexScanType) ResetVT()

func (*PIndexScanType) ReturnToVTPool

func (m *PIndexScanType) ReturnToVTPool()

func (*PIndexScanType) SizeVT

func (m *PIndexScanType) SizeVT() (n int)

func (*PIndexScanType) String

func (x *PIndexScanType) String() string

func (*PIndexScanType) UnmarshalVT

func (m *PIndexScanType) UnmarshalVT(dAtA []byte) error

type PIndexedValue

type PIndexedValue struct {
	ResultType *PType `protobuf:"bytes,1,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	// contains filtered or unexported fields
}

func PIndexedValueFromVTPool

func PIndexedValueFromVTPool() *PIndexedValue

func (*PIndexedValue) Descriptor deprecated

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

Deprecated: Use PIndexedValue.ProtoReflect.Descriptor instead.

func (*PIndexedValue) GetResultType

func (x *PIndexedValue) GetResultType() *PType

func (*PIndexedValue) MarshalToSizedBufferVT

func (m *PIndexedValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PIndexedValue) MarshalToVT

func (m *PIndexedValue) MarshalToVT(dAtA []byte) (int, error)

func (*PIndexedValue) MarshalVT

func (m *PIndexedValue) MarshalVT() (dAtA []byte, err error)

func (*PIndexedValue) ProtoMessage

func (*PIndexedValue) ProtoMessage()

func (*PIndexedValue) ProtoReflect

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

func (*PIndexedValue) Reset

func (x *PIndexedValue) Reset()

func (*PIndexedValue) ResetVT

func (m *PIndexedValue) ResetVT()

func (*PIndexedValue) ReturnToVTPool

func (m *PIndexedValue) ReturnToVTPool()

func (*PIndexedValue) SizeVT

func (m *PIndexedValue) SizeVT() (n int)

func (*PIndexedValue) String

func (x *PIndexedValue) String() string

func (*PIndexedValue) UnmarshalVT

func (m *PIndexedValue) UnmarshalVT(dAtA []byte) error

type PInitiatePhasePlannerEvent

type PInitiatePhasePlannerEvent struct {
	Super *PAbstractPlannerEventWithState `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

func PInitiatePhasePlannerEventFromVTPool

func PInitiatePhasePlannerEventFromVTPool() *PInitiatePhasePlannerEvent

func (*PInitiatePhasePlannerEvent) Descriptor deprecated

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

Deprecated: Use PInitiatePhasePlannerEvent.ProtoReflect.Descriptor instead.

func (*PInitiatePhasePlannerEvent) GetSuper

func (*PInitiatePhasePlannerEvent) MarshalToSizedBufferVT

func (m *PInitiatePhasePlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PInitiatePhasePlannerEvent) MarshalToVT

func (m *PInitiatePhasePlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PInitiatePhasePlannerEvent) MarshalVT

func (m *PInitiatePhasePlannerEvent) MarshalVT() (dAtA []byte, err error)

func (*PInitiatePhasePlannerEvent) ProtoMessage

func (*PInitiatePhasePlannerEvent) ProtoMessage()

func (*PInitiatePhasePlannerEvent) ProtoReflect

func (*PInitiatePhasePlannerEvent) Reset

func (x *PInitiatePhasePlannerEvent) Reset()

func (*PInitiatePhasePlannerEvent) ResetVT

func (m *PInitiatePhasePlannerEvent) ResetVT()

func (*PInitiatePhasePlannerEvent) ReturnToVTPool

func (m *PInitiatePhasePlannerEvent) ReturnToVTPool()

func (*PInitiatePhasePlannerEvent) SizeVT

func (m *PInitiatePhasePlannerEvent) SizeVT() (n int)

func (*PInitiatePhasePlannerEvent) String

func (x *PInitiatePhasePlannerEvent) String() string

func (*PInitiatePhasePlannerEvent) UnmarshalVT

func (m *PInitiatePhasePlannerEvent) UnmarshalVT(dAtA []byte) error

type PInsertIntoMemoPlannerEvent

type PInsertIntoMemoPlannerEvent struct {
	Location                   *string       `protobuf:"bytes,1,opt,name=location" json:"location,omitempty"`
	Expression                 *PExpression  `protobuf:"bytes,2,opt,name=expression" json:"expression,omitempty"`
	ReusedExpressionReferences []*PReference `protobuf:"bytes,3,rep,name=reusedExpressionReferences" json:"reusedExpressionReferences,omitempty"`
	// contains filtered or unexported fields
}

func PInsertIntoMemoPlannerEventFromVTPool

func PInsertIntoMemoPlannerEventFromVTPool() *PInsertIntoMemoPlannerEvent

func (*PInsertIntoMemoPlannerEvent) Descriptor deprecated

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

Deprecated: Use PInsertIntoMemoPlannerEvent.ProtoReflect.Descriptor instead.

func (*PInsertIntoMemoPlannerEvent) GetExpression

func (x *PInsertIntoMemoPlannerEvent) GetExpression() *PExpression

func (*PInsertIntoMemoPlannerEvent) GetLocation

func (x *PInsertIntoMemoPlannerEvent) GetLocation() string

func (*PInsertIntoMemoPlannerEvent) GetReusedExpressionReferences

func (x *PInsertIntoMemoPlannerEvent) GetReusedExpressionReferences() []*PReference

func (*PInsertIntoMemoPlannerEvent) MarshalToSizedBufferVT

func (m *PInsertIntoMemoPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PInsertIntoMemoPlannerEvent) MarshalToVT

func (m *PInsertIntoMemoPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PInsertIntoMemoPlannerEvent) MarshalVT

func (m *PInsertIntoMemoPlannerEvent) MarshalVT() (dAtA []byte, err error)

func (*PInsertIntoMemoPlannerEvent) ProtoMessage

func (*PInsertIntoMemoPlannerEvent) ProtoMessage()

func (*PInsertIntoMemoPlannerEvent) ProtoReflect

func (*PInsertIntoMemoPlannerEvent) Reset

func (x *PInsertIntoMemoPlannerEvent) Reset()

func (*PInsertIntoMemoPlannerEvent) ResetVT

func (m *PInsertIntoMemoPlannerEvent) ResetVT()

func (*PInsertIntoMemoPlannerEvent) ReturnToVTPool

func (m *PInsertIntoMemoPlannerEvent) ReturnToVTPool()

func (*PInsertIntoMemoPlannerEvent) SizeVT

func (m *PInsertIntoMemoPlannerEvent) SizeVT() (n int)

func (*PInsertIntoMemoPlannerEvent) String

func (x *PInsertIntoMemoPlannerEvent) String() string

func (*PInsertIntoMemoPlannerEvent) UnmarshalVT

func (m *PInsertIntoMemoPlannerEvent) UnmarshalVT(dAtA []byte) error

type PInvertedFunctionComparison

type PInvertedFunctionComparison struct {
	Function           *Function                    `protobuf:"bytes,1,opt,name=function" json:"function,omitempty"`
	OriginalComparison *PComparison                 `protobuf:"bytes,2,opt,name=original_comparison,json=originalComparison" json:"original_comparison,omitempty"`
	Type               *PComparison_PComparisonType `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func PInvertedFunctionComparisonFromVTPool

func PInvertedFunctionComparisonFromVTPool() *PInvertedFunctionComparison

func (*PInvertedFunctionComparison) Descriptor deprecated

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

Deprecated: Use PInvertedFunctionComparison.ProtoReflect.Descriptor instead.

func (*PInvertedFunctionComparison) GetFunction

func (x *PInvertedFunctionComparison) GetFunction() *Function

func (*PInvertedFunctionComparison) GetOriginalComparison

func (x *PInvertedFunctionComparison) GetOriginalComparison() *PComparison

func (*PInvertedFunctionComparison) GetType

func (*PInvertedFunctionComparison) MarshalToSizedBufferVT

func (m *PInvertedFunctionComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PInvertedFunctionComparison) MarshalToVT

func (m *PInvertedFunctionComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PInvertedFunctionComparison) MarshalVT

func (m *PInvertedFunctionComparison) MarshalVT() (dAtA []byte, err error)

func (*PInvertedFunctionComparison) ProtoMessage

func (*PInvertedFunctionComparison) ProtoMessage()

func (*PInvertedFunctionComparison) ProtoReflect

func (*PInvertedFunctionComparison) Reset

func (x *PInvertedFunctionComparison) Reset()

func (*PInvertedFunctionComparison) ResetVT

func (m *PInvertedFunctionComparison) ResetVT()

func (*PInvertedFunctionComparison) ReturnToVTPool

func (m *PInvertedFunctionComparison) ReturnToVTPool()

func (*PInvertedFunctionComparison) SizeVT

func (m *PInvertedFunctionComparison) SizeVT() (n int)

func (*PInvertedFunctionComparison) String

func (x *PInvertedFunctionComparison) String() string

func (*PInvertedFunctionComparison) UnmarshalVT

func (m *PInvertedFunctionComparison) UnmarshalVT(dAtA []byte) error

type PLightArrayConstructorValue

type PLightArrayConstructorValue struct {
	Super *PAbstractArrayConstructorValue `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

func PLightArrayConstructorValueFromVTPool

func PLightArrayConstructorValueFromVTPool() *PLightArrayConstructorValue

func (*PLightArrayConstructorValue) Descriptor deprecated

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

Deprecated: Use PLightArrayConstructorValue.ProtoReflect.Descriptor instead.

func (*PLightArrayConstructorValue) GetSuper

func (*PLightArrayConstructorValue) MarshalToSizedBufferVT

func (m *PLightArrayConstructorValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PLightArrayConstructorValue) MarshalToVT

func (m *PLightArrayConstructorValue) MarshalToVT(dAtA []byte) (int, error)

func (*PLightArrayConstructorValue) MarshalVT

func (m *PLightArrayConstructorValue) MarshalVT() (dAtA []byte, err error)

func (*PLightArrayConstructorValue) ProtoMessage

func (*PLightArrayConstructorValue) ProtoMessage()

func (*PLightArrayConstructorValue) ProtoReflect

func (*PLightArrayConstructorValue) Reset

func (x *PLightArrayConstructorValue) Reset()

func (*PLightArrayConstructorValue) ResetVT

func (m *PLightArrayConstructorValue) ResetVT()

func (*PLightArrayConstructorValue) ReturnToVTPool

func (m *PLightArrayConstructorValue) ReturnToVTPool()

func (*PLightArrayConstructorValue) SizeVT

func (m *PLightArrayConstructorValue) SizeVT() (n int)

func (*PLightArrayConstructorValue) String

func (x *PLightArrayConstructorValue) String() string

func (*PLightArrayConstructorValue) UnmarshalVT

func (m *PLightArrayConstructorValue) UnmarshalVT(dAtA []byte) error

type PLikeOperatorValue

type PLikeOperatorValue struct {
	SrcChild     *PValue `protobuf:"bytes,1,opt,name=src_child,json=srcChild" json:"src_child,omitempty"`
	PatternChild *PValue `protobuf:"bytes,2,opt,name=pattern_child,json=patternChild" json:"pattern_child,omitempty"`
	// contains filtered or unexported fields
}

func PLikeOperatorValueFromVTPool

func PLikeOperatorValueFromVTPool() *PLikeOperatorValue

func (*PLikeOperatorValue) Descriptor deprecated

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

Deprecated: Use PLikeOperatorValue.ProtoReflect.Descriptor instead.

func (*PLikeOperatorValue) GetPatternChild

func (x *PLikeOperatorValue) GetPatternChild() *PValue

func (*PLikeOperatorValue) GetSrcChild

func (x *PLikeOperatorValue) GetSrcChild() *PValue

func (*PLikeOperatorValue) MarshalToSizedBufferVT

func (m *PLikeOperatorValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PLikeOperatorValue) MarshalToVT

func (m *PLikeOperatorValue) MarshalToVT(dAtA []byte) (int, error)

func (*PLikeOperatorValue) MarshalVT

func (m *PLikeOperatorValue) MarshalVT() (dAtA []byte, err error)

func (*PLikeOperatorValue) ProtoMessage

func (*PLikeOperatorValue) ProtoMessage()

func (*PLikeOperatorValue) ProtoReflect

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

func (*PLikeOperatorValue) Reset

func (x *PLikeOperatorValue) Reset()

func (*PLikeOperatorValue) ResetVT

func (m *PLikeOperatorValue) ResetVT()

func (*PLikeOperatorValue) ReturnToVTPool

func (m *PLikeOperatorValue) ReturnToVTPool()

func (*PLikeOperatorValue) SizeVT

func (m *PLikeOperatorValue) SizeVT() (n int)

func (*PLikeOperatorValue) String

func (x *PLikeOperatorValue) String() string

func (*PLikeOperatorValue) UnmarshalVT

func (m *PLikeOperatorValue) UnmarshalVT(dAtA []byte) error

type PListComparison

type PListComparison struct {
	Type      *PComparison_PComparisonType `` /* 129-byte string literal not displayed */
	Comparand []*PComparableObject         `protobuf:"bytes,2,rep,name=comparand" json:"comparand,omitempty"`
	// contains filtered or unexported fields
}

func PListComparisonFromVTPool

func PListComparisonFromVTPool() *PListComparison

func (*PListComparison) Descriptor deprecated

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

Deprecated: Use PListComparison.ProtoReflect.Descriptor instead.

func (*PListComparison) GetComparand

func (x *PListComparison) GetComparand() []*PComparableObject

func (*PListComparison) GetType

func (*PListComparison) MarshalToSizedBufferVT

func (m *PListComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PListComparison) MarshalToVT

func (m *PListComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PListComparison) MarshalVT

func (m *PListComparison) MarshalVT() (dAtA []byte, err error)

func (*PListComparison) ProtoMessage

func (*PListComparison) ProtoMessage()

func (*PListComparison) ProtoReflect

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

func (*PListComparison) Reset

func (x *PListComparison) Reset()

func (*PListComparison) ResetVT

func (m *PListComparison) ResetVT()

func (*PListComparison) ReturnToVTPool

func (m *PListComparison) ReturnToVTPool()

func (*PListComparison) SizeVT

func (m *PListComparison) SizeVT() (n int)

func (*PListComparison) String

func (x *PListComparison) String() string

func (*PListComparison) UnmarshalVT

func (m *PListComparison) UnmarshalVT(dAtA []byte) error

type PLiteralValue

type PLiteralValue struct {
	ResultType *PType             `protobuf:"bytes,1,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	Value      *PComparableObject `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func PLiteralValueFromVTPool

func PLiteralValueFromVTPool() *PLiteralValue

func (*PLiteralValue) Descriptor deprecated

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

Deprecated: Use PLiteralValue.ProtoReflect.Descriptor instead.

func (*PLiteralValue) GetResultType

func (x *PLiteralValue) GetResultType() *PType

func (*PLiteralValue) GetValue

func (x *PLiteralValue) GetValue() *PComparableObject

func (*PLiteralValue) MarshalToSizedBufferVT

func (m *PLiteralValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PLiteralValue) MarshalToVT

func (m *PLiteralValue) MarshalToVT(dAtA []byte) (int, error)

func (*PLiteralValue) MarshalVT

func (m *PLiteralValue) MarshalVT() (dAtA []byte, err error)

func (*PLiteralValue) ProtoMessage

func (*PLiteralValue) ProtoMessage()

func (*PLiteralValue) ProtoReflect

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

func (*PLiteralValue) Reset

func (x *PLiteralValue) Reset()

func (*PLiteralValue) ResetVT

func (m *PLiteralValue) ResetVT()

func (*PLiteralValue) ReturnToVTPool

func (m *PLiteralValue) ReturnToVTPool()

func (*PLiteralValue) SizeVT

func (m *PLiteralValue) SizeVT() (n int)

func (*PLiteralValue) String

func (x *PLiteralValue) String() string

func (*PLiteralValue) UnmarshalVT

func (m *PLiteralValue) UnmarshalVT(dAtA []byte) error

type PMatchPartition

type PMatchPartition struct {
	PartialMatches []*PPartialMatch `protobuf:"bytes,2,rep,name=partial_matches,json=partialMatches" json:"partial_matches,omitempty"`
	// contains filtered or unexported fields
}

func PMatchPartitionFromVTPool

func PMatchPartitionFromVTPool() *PMatchPartition

func (*PMatchPartition) Descriptor deprecated

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

Deprecated: Use PMatchPartition.ProtoReflect.Descriptor instead.

func (*PMatchPartition) GetPartialMatches

func (x *PMatchPartition) GetPartialMatches() []*PPartialMatch

func (*PMatchPartition) MarshalToSizedBufferVT

func (m *PMatchPartition) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PMatchPartition) MarshalToVT

func (m *PMatchPartition) MarshalToVT(dAtA []byte) (int, error)

func (*PMatchPartition) MarshalVT

func (m *PMatchPartition) MarshalVT() (dAtA []byte, err error)

func (*PMatchPartition) ProtoMessage

func (*PMatchPartition) ProtoMessage()

func (*PMatchPartition) ProtoReflect

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

func (*PMatchPartition) Reset

func (x *PMatchPartition) Reset()

func (*PMatchPartition) ResetVT

func (m *PMatchPartition) ResetVT()

func (*PMatchPartition) ReturnToVTPool

func (m *PMatchPartition) ReturnToVTPool()

func (*PMatchPartition) SizeVT

func (m *PMatchPartition) SizeVT() (n int)

func (*PMatchPartition) String

func (x *PMatchPartition) String() string

func (*PMatchPartition) UnmarshalVT

func (m *PMatchPartition) UnmarshalVT(dAtA []byte) error

type PMaxEverValue

type PMaxEverValue struct {
	Super *PIndexOnlyAggregateValue `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

func PMaxEverValueFromVTPool

func PMaxEverValueFromVTPool() *PMaxEverValue

func (*PMaxEverValue) Descriptor deprecated

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

Deprecated: Use PMaxEverValue.ProtoReflect.Descriptor instead.

func (*PMaxEverValue) GetSuper

func (x *PMaxEverValue) GetSuper() *PIndexOnlyAggregateValue

func (*PMaxEverValue) MarshalToSizedBufferVT

func (m *PMaxEverValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PMaxEverValue) MarshalToVT

func (m *PMaxEverValue) MarshalToVT(dAtA []byte) (int, error)

func (*PMaxEverValue) MarshalVT

func (m *PMaxEverValue) MarshalVT() (dAtA []byte, err error)

func (*PMaxEverValue) ProtoMessage

func (*PMaxEverValue) ProtoMessage()

func (*PMaxEverValue) ProtoReflect

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

func (*PMaxEverValue) Reset

func (x *PMaxEverValue) Reset()

func (*PMaxEverValue) ResetVT

func (m *PMaxEverValue) ResetVT()

func (*PMaxEverValue) ReturnToVTPool

func (m *PMaxEverValue) ReturnToVTPool()

func (*PMaxEverValue) SizeVT

func (m *PMaxEverValue) SizeVT() (n int)

func (*PMaxEverValue) String

func (x *PMaxEverValue) String() string

func (*PMaxEverValue) UnmarshalVT

func (m *PMaxEverValue) UnmarshalVT(dAtA []byte) error

type PMinEverValue

type PMinEverValue struct {
	Super *PIndexOnlyAggregateValue `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

func PMinEverValueFromVTPool

func PMinEverValueFromVTPool() *PMinEverValue

func (*PMinEverValue) Descriptor deprecated

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

Deprecated: Use PMinEverValue.ProtoReflect.Descriptor instead.

func (*PMinEverValue) GetSuper

func (x *PMinEverValue) GetSuper() *PIndexOnlyAggregateValue

func (*PMinEverValue) MarshalToSizedBufferVT

func (m *PMinEverValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PMinEverValue) MarshalToVT

func (m *PMinEverValue) MarshalToVT(dAtA []byte) (int, error)

func (*PMinEverValue) MarshalVT

func (m *PMinEverValue) MarshalVT() (dAtA []byte, err error)

func (*PMinEverValue) ProtoMessage

func (*PMinEverValue) ProtoMessage()

func (*PMinEverValue) ProtoReflect

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

func (*PMinEverValue) Reset

func (x *PMinEverValue) Reset()

func (*PMinEverValue) ResetVT

func (m *PMinEverValue) ResetVT()

func (*PMinEverValue) ReturnToVTPool

func (m *PMinEverValue) ReturnToVTPool()

func (*PMinEverValue) SizeVT

func (m *PMinEverValue) SizeVT() (n int)

func (*PMinEverValue) String

func (x *PMinEverValue) String() string

func (*PMinEverValue) UnmarshalVT

func (m *PMinEverValue) UnmarshalVT(dAtA []byte) error

type PMultiColumnComparison

type PMultiColumnComparison struct {
	Inner *PComparison `protobuf:"bytes,1,opt,name=inner" json:"inner,omitempty"`
	// contains filtered or unexported fields
}

func PMultiColumnComparisonFromVTPool

func PMultiColumnComparisonFromVTPool() *PMultiColumnComparison

func (*PMultiColumnComparison) Descriptor deprecated

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

Deprecated: Use PMultiColumnComparison.ProtoReflect.Descriptor instead.

func (*PMultiColumnComparison) GetInner

func (x *PMultiColumnComparison) GetInner() *PComparison

func (*PMultiColumnComparison) MarshalToSizedBufferVT

func (m *PMultiColumnComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PMultiColumnComparison) MarshalToVT

func (m *PMultiColumnComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PMultiColumnComparison) MarshalVT

func (m *PMultiColumnComparison) MarshalVT() (dAtA []byte, err error)

func (*PMultiColumnComparison) ProtoMessage

func (*PMultiColumnComparison) ProtoMessage()

func (*PMultiColumnComparison) ProtoReflect

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

func (*PMultiColumnComparison) Reset

func (x *PMultiColumnComparison) Reset()

func (*PMultiColumnComparison) ResetVT

func (m *PMultiColumnComparison) ResetVT()

func (*PMultiColumnComparison) ReturnToVTPool

func (m *PMultiColumnComparison) ReturnToVTPool()

func (*PMultiColumnComparison) SizeVT

func (m *PMultiColumnComparison) SizeVT() (n int)

func (*PMultiColumnComparison) String

func (x *PMultiColumnComparison) String() string

func (*PMultiColumnComparison) UnmarshalVT

func (m *PMultiColumnComparison) UnmarshalVT(dAtA []byte) error

type PMultidimensionalIndexScanComparisons

type PMultidimensionalIndexScanComparisons struct {
	PrefixScanComparisons     *PScanComparisons   `protobuf:"bytes,1,opt,name=prefix_scan_comparisons,json=prefixScanComparisons" json:"prefix_scan_comparisons,omitempty"`
	DimensionsScanComparisons []*PScanComparisons `` /* 131-byte string literal not displayed */
	SuffixScanComparisons     *PScanComparisons   `protobuf:"bytes,3,opt,name=suffix_scan_comparisons,json=suffixScanComparisons" json:"suffix_scan_comparisons,omitempty"`
	// contains filtered or unexported fields
}

func PMultidimensionalIndexScanComparisonsFromVTPool

func PMultidimensionalIndexScanComparisonsFromVTPool() *PMultidimensionalIndexScanComparisons

func (*PMultidimensionalIndexScanComparisons) Descriptor deprecated

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

Deprecated: Use PMultidimensionalIndexScanComparisons.ProtoReflect.Descriptor instead.

func (*PMultidimensionalIndexScanComparisons) GetDimensionsScanComparisons

func (x *PMultidimensionalIndexScanComparisons) GetDimensionsScanComparisons() []*PScanComparisons

func (*PMultidimensionalIndexScanComparisons) GetPrefixScanComparisons

func (x *PMultidimensionalIndexScanComparisons) GetPrefixScanComparisons() *PScanComparisons

func (*PMultidimensionalIndexScanComparisons) GetSuffixScanComparisons

func (x *PMultidimensionalIndexScanComparisons) GetSuffixScanComparisons() *PScanComparisons

func (*PMultidimensionalIndexScanComparisons) MarshalToSizedBufferVT

func (m *PMultidimensionalIndexScanComparisons) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PMultidimensionalIndexScanComparisons) MarshalToVT

func (m *PMultidimensionalIndexScanComparisons) MarshalToVT(dAtA []byte) (int, error)

func (*PMultidimensionalIndexScanComparisons) MarshalVT

func (m *PMultidimensionalIndexScanComparisons) MarshalVT() (dAtA []byte, err error)

func (*PMultidimensionalIndexScanComparisons) ProtoMessage

func (*PMultidimensionalIndexScanComparisons) ProtoMessage()

func (*PMultidimensionalIndexScanComparisons) ProtoReflect

func (*PMultidimensionalIndexScanComparisons) Reset

func (*PMultidimensionalIndexScanComparisons) ResetVT

func (*PMultidimensionalIndexScanComparisons) ReturnToVTPool

func (m *PMultidimensionalIndexScanComparisons) ReturnToVTPool()

func (*PMultidimensionalIndexScanComparisons) SizeVT

func (*PMultidimensionalIndexScanComparisons) String

func (*PMultidimensionalIndexScanComparisons) UnmarshalVT

func (m *PMultidimensionalIndexScanComparisons) UnmarshalVT(dAtA []byte) error

type PNotPredicate

type PNotPredicate struct {
	Super *PAbstractQueryPredicate `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	Child *PQueryPredicate         `protobuf:"bytes,2,opt,name=child" json:"child,omitempty"`
	// contains filtered or unexported fields
}

func PNotPredicateFromVTPool

func PNotPredicateFromVTPool() *PNotPredicate

func (*PNotPredicate) Descriptor deprecated

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

Deprecated: Use PNotPredicate.ProtoReflect.Descriptor instead.

func (*PNotPredicate) GetChild

func (x *PNotPredicate) GetChild() *PQueryPredicate

func (*PNotPredicate) GetSuper

func (x *PNotPredicate) GetSuper() *PAbstractQueryPredicate

func (*PNotPredicate) MarshalToSizedBufferVT

func (m *PNotPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PNotPredicate) MarshalToVT

func (m *PNotPredicate) MarshalToVT(dAtA []byte) (int, error)

func (*PNotPredicate) MarshalVT

func (m *PNotPredicate) MarshalVT() (dAtA []byte, err error)

func (*PNotPredicate) ProtoMessage

func (*PNotPredicate) ProtoMessage()

func (*PNotPredicate) ProtoReflect

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

func (*PNotPredicate) Reset

func (x *PNotPredicate) Reset()

func (*PNotPredicate) ResetVT

func (m *PNotPredicate) ResetVT()

func (*PNotPredicate) ReturnToVTPool

func (m *PNotPredicate) ReturnToVTPool()

func (*PNotPredicate) SizeVT

func (m *PNotPredicate) SizeVT() (n int)

func (*PNotPredicate) String

func (x *PNotPredicate) String() string

func (*PNotPredicate) UnmarshalVT

func (m *PNotPredicate) UnmarshalVT(dAtA []byte) error

type PNotValue

type PNotValue struct {
	Child *PValue `protobuf:"bytes,1,opt,name=child" json:"child,omitempty"`
	// contains filtered or unexported fields
}

func PNotValueFromVTPool

func PNotValueFromVTPool() *PNotValue

func (*PNotValue) Descriptor deprecated

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

Deprecated: Use PNotValue.ProtoReflect.Descriptor instead.

func (*PNotValue) GetChild

func (x *PNotValue) GetChild() *PValue

func (*PNotValue) MarshalToSizedBufferVT

func (m *PNotValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PNotValue) MarshalToVT

func (m *PNotValue) MarshalToVT(dAtA []byte) (int, error)

func (*PNotValue) MarshalVT

func (m *PNotValue) MarshalVT() (dAtA []byte, err error)

func (*PNotValue) ProtoMessage

func (*PNotValue) ProtoMessage()

func (*PNotValue) ProtoReflect

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

func (*PNotValue) Reset

func (x *PNotValue) Reset()

func (*PNotValue) ResetVT

func (m *PNotValue) ResetVT()

func (*PNotValue) ReturnToVTPool

func (m *PNotValue) ReturnToVTPool()

func (*PNotValue) SizeVT

func (m *PNotValue) SizeVT() (n int)

func (*PNotValue) String

func (x *PNotValue) String() string

func (*PNotValue) UnmarshalVT

func (m *PNotValue) UnmarshalVT(dAtA []byte) error

type PNullComparison

type PNullComparison struct {
	Type *PComparison_PComparisonType `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func PNullComparisonFromVTPool

func PNullComparisonFromVTPool() *PNullComparison

func (*PNullComparison) Descriptor deprecated

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

Deprecated: Use PNullComparison.ProtoReflect.Descriptor instead.

func (*PNullComparison) GetType

func (*PNullComparison) MarshalToSizedBufferVT

func (m *PNullComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PNullComparison) MarshalToVT

func (m *PNullComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PNullComparison) MarshalVT

func (m *PNullComparison) MarshalVT() (dAtA []byte, err error)

func (*PNullComparison) ProtoMessage

func (*PNullComparison) ProtoMessage()

func (*PNullComparison) ProtoReflect

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

func (*PNullComparison) Reset

func (x *PNullComparison) Reset()

func (*PNullComparison) ResetVT

func (m *PNullComparison) ResetVT()

func (*PNullComparison) ReturnToVTPool

func (m *PNullComparison) ReturnToVTPool()

func (*PNullComparison) SizeVT

func (m *PNullComparison) SizeVT() (n int)

func (*PNullComparison) String

func (x *PNullComparison) String() string

func (*PNullComparison) UnmarshalVT

func (m *PNullComparison) UnmarshalVT(dAtA []byte) error

type PNullValue

type PNullValue struct {
	ResultType *PType `protobuf:"bytes,1,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	// contains filtered or unexported fields
}

func PNullValueFromVTPool

func PNullValueFromVTPool() *PNullValue

func (*PNullValue) Descriptor deprecated

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

Deprecated: Use PNullValue.ProtoReflect.Descriptor instead.

func (*PNullValue) GetResultType

func (x *PNullValue) GetResultType() *PType

func (*PNullValue) MarshalToSizedBufferVT

func (m *PNullValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PNullValue) MarshalToVT

func (m *PNullValue) MarshalToVT(dAtA []byte) (int, error)

func (*PNullValue) MarshalVT

func (m *PNullValue) MarshalVT() (dAtA []byte, err error)

func (*PNullValue) ProtoMessage

func (*PNullValue) ProtoMessage()

func (*PNullValue) ProtoReflect

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

func (*PNullValue) Reset

func (x *PNullValue) Reset()

func (*PNullValue) ResetVT

func (m *PNullValue) ResetVT()

func (*PNullValue) ReturnToVTPool

func (m *PNullValue) ReturnToVTPool()

func (*PNullValue) SizeVT

func (m *PNullValue) SizeVT() (n int)

func (*PNullValue) String

func (x *PNullValue) String() string

func (*PNullValue) UnmarshalVT

func (m *PNullValue) UnmarshalVT(dAtA []byte) error

type PNumericAggregationValue

type PNumericAggregationValue struct {
	Operator *PNumericAggregationValue_PPhysicalOperator `` /* 152-byte string literal not displayed */
	Child    *PValue                                     `protobuf:"bytes,2,opt,name=child" json:"child,omitempty"`
	// contains filtered or unexported fields
}

func PNumericAggregationValueFromVTPool

func PNumericAggregationValueFromVTPool() *PNumericAggregationValue

func (*PNumericAggregationValue) Descriptor deprecated

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

Deprecated: Use PNumericAggregationValue.ProtoReflect.Descriptor instead.

func (*PNumericAggregationValue) GetChild

func (x *PNumericAggregationValue) GetChild() *PValue

func (*PNumericAggregationValue) GetOperator

func (*PNumericAggregationValue) MarshalToSizedBufferVT

func (m *PNumericAggregationValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PNumericAggregationValue) MarshalToVT

func (m *PNumericAggregationValue) MarshalToVT(dAtA []byte) (int, error)

func (*PNumericAggregationValue) MarshalVT

func (m *PNumericAggregationValue) MarshalVT() (dAtA []byte, err error)

func (*PNumericAggregationValue) ProtoMessage

func (*PNumericAggregationValue) ProtoMessage()

func (*PNumericAggregationValue) ProtoReflect

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

func (*PNumericAggregationValue) Reset

func (x *PNumericAggregationValue) Reset()

func (*PNumericAggregationValue) ResetVT

func (m *PNumericAggregationValue) ResetVT()

func (*PNumericAggregationValue) ReturnToVTPool

func (m *PNumericAggregationValue) ReturnToVTPool()

func (*PNumericAggregationValue) SizeVT

func (m *PNumericAggregationValue) SizeVT() (n int)

func (*PNumericAggregationValue) String

func (x *PNumericAggregationValue) String() string

func (*PNumericAggregationValue) UnmarshalVT

func (m *PNumericAggregationValue) UnmarshalVT(dAtA []byte) error

type PNumericAggregationValue_PAvg

type PNumericAggregationValue_PAvg struct {
	Super *PNumericAggregationValue `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

func PNumericAggregationValue_PAvgFromVTPool

func PNumericAggregationValue_PAvgFromVTPool() *PNumericAggregationValue_PAvg

func (*PNumericAggregationValue_PAvg) Descriptor deprecated

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

Deprecated: Use PNumericAggregationValue_PAvg.ProtoReflect.Descriptor instead.

func (*PNumericAggregationValue_PAvg) GetSuper

func (*PNumericAggregationValue_PAvg) MarshalToSizedBufferVT

func (m *PNumericAggregationValue_PAvg) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PNumericAggregationValue_PAvg) MarshalToVT

func (m *PNumericAggregationValue_PAvg) MarshalToVT(dAtA []byte) (int, error)

func (*PNumericAggregationValue_PAvg) MarshalVT

func (m *PNumericAggregationValue_PAvg) MarshalVT() (dAtA []byte, err error)

func (*PNumericAggregationValue_PAvg) ProtoMessage

func (*PNumericAggregationValue_PAvg) ProtoMessage()

func (*PNumericAggregationValue_PAvg) ProtoReflect

func (*PNumericAggregationValue_PAvg) Reset

func (x *PNumericAggregationValue_PAvg) Reset()

func (*PNumericAggregationValue_PAvg) ResetVT

func (m *PNumericAggregationValue_PAvg) ResetVT()

func (*PNumericAggregationValue_PAvg) ReturnToVTPool

func (m *PNumericAggregationValue_PAvg) ReturnToVTPool()

func (*PNumericAggregationValue_PAvg) SizeVT

func (m *PNumericAggregationValue_PAvg) SizeVT() (n int)

func (*PNumericAggregationValue_PAvg) String

func (*PNumericAggregationValue_PAvg) UnmarshalVT

func (m *PNumericAggregationValue_PAvg) UnmarshalVT(dAtA []byte) error

type PNumericAggregationValue_PBitmapConstructAgg

type PNumericAggregationValue_PBitmapConstructAgg struct {
	Super *PNumericAggregationValue `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

func PNumericAggregationValue_PBitmapConstructAggFromVTPool

func PNumericAggregationValue_PBitmapConstructAggFromVTPool() *PNumericAggregationValue_PBitmapConstructAgg

func (*PNumericAggregationValue_PBitmapConstructAgg) Descriptor deprecated

Deprecated: Use PNumericAggregationValue_PBitmapConstructAgg.ProtoReflect.Descriptor instead.

func (*PNumericAggregationValue_PBitmapConstructAgg) GetSuper

func (*PNumericAggregationValue_PBitmapConstructAgg) MarshalToSizedBufferVT

func (m *PNumericAggregationValue_PBitmapConstructAgg) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PNumericAggregationValue_PBitmapConstructAgg) MarshalToVT

func (m *PNumericAggregationValue_PBitmapConstructAgg) MarshalToVT(dAtA []byte) (int, error)

func (*PNumericAggregationValue_PBitmapConstructAgg) MarshalVT

func (m *PNumericAggregationValue_PBitmapConstructAgg) MarshalVT() (dAtA []byte, err error)

func (*PNumericAggregationValue_PBitmapConstructAgg) ProtoMessage

func (*PNumericAggregationValue_PBitmapConstructAgg) ProtoReflect

func (*PNumericAggregationValue_PBitmapConstructAgg) Reset

func (*PNumericAggregationValue_PBitmapConstructAgg) ResetVT

func (*PNumericAggregationValue_PBitmapConstructAgg) ReturnToVTPool

func (*PNumericAggregationValue_PBitmapConstructAgg) SizeVT

func (*PNumericAggregationValue_PBitmapConstructAgg) String

func (*PNumericAggregationValue_PBitmapConstructAgg) UnmarshalVT

type PNumericAggregationValue_PMax

type PNumericAggregationValue_PMax struct {
	Super *PNumericAggregationValue `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

func PNumericAggregationValue_PMaxFromVTPool

func PNumericAggregationValue_PMaxFromVTPool() *PNumericAggregationValue_PMax

func (*PNumericAggregationValue_PMax) Descriptor deprecated

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

Deprecated: Use PNumericAggregationValue_PMax.ProtoReflect.Descriptor instead.

func (*PNumericAggregationValue_PMax) GetSuper

func (*PNumericAggregationValue_PMax) MarshalToSizedBufferVT

func (m *PNumericAggregationValue_PMax) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PNumericAggregationValue_PMax) MarshalToVT

func (m *PNumericAggregationValue_PMax) MarshalToVT(dAtA []byte) (int, error)

func (*PNumericAggregationValue_PMax) MarshalVT

func (m *PNumericAggregationValue_PMax) MarshalVT() (dAtA []byte, err error)

func (*PNumericAggregationValue_PMax) ProtoMessage

func (*PNumericAggregationValue_PMax) ProtoMessage()

func (*PNumericAggregationValue_PMax) ProtoReflect

func (*PNumericAggregationValue_PMax) Reset

func (x *PNumericAggregationValue_PMax) Reset()

func (*PNumericAggregationValue_PMax) ResetVT

func (m *PNumericAggregationValue_PMax) ResetVT()

func (*PNumericAggregationValue_PMax) ReturnToVTPool

func (m *PNumericAggregationValue_PMax) ReturnToVTPool()

func (*PNumericAggregationValue_PMax) SizeVT

func (m *PNumericAggregationValue_PMax) SizeVT() (n int)

func (*PNumericAggregationValue_PMax) String

func (*PNumericAggregationValue_PMax) UnmarshalVT

func (m *PNumericAggregationValue_PMax) UnmarshalVT(dAtA []byte) error

type PNumericAggregationValue_PMin

type PNumericAggregationValue_PMin struct {
	Super *PNumericAggregationValue `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

func PNumericAggregationValue_PMinFromVTPool

func PNumericAggregationValue_PMinFromVTPool() *PNumericAggregationValue_PMin

func (*PNumericAggregationValue_PMin) Descriptor deprecated

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

Deprecated: Use PNumericAggregationValue_PMin.ProtoReflect.Descriptor instead.

func (*PNumericAggregationValue_PMin) GetSuper

func (*PNumericAggregationValue_PMin) MarshalToSizedBufferVT

func (m *PNumericAggregationValue_PMin) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PNumericAggregationValue_PMin) MarshalToVT

func (m *PNumericAggregationValue_PMin) MarshalToVT(dAtA []byte) (int, error)

func (*PNumericAggregationValue_PMin) MarshalVT

func (m *PNumericAggregationValue_PMin) MarshalVT() (dAtA []byte, err error)

func (*PNumericAggregationValue_PMin) ProtoMessage

func (*PNumericAggregationValue_PMin) ProtoMessage()

func (*PNumericAggregationValue_PMin) ProtoReflect

func (*PNumericAggregationValue_PMin) Reset

func (x *PNumericAggregationValue_PMin) Reset()

func (*PNumericAggregationValue_PMin) ResetVT

func (m *PNumericAggregationValue_PMin) ResetVT()

func (*PNumericAggregationValue_PMin) ReturnToVTPool

func (m *PNumericAggregationValue_PMin) ReturnToVTPool()

func (*PNumericAggregationValue_PMin) SizeVT

func (m *PNumericAggregationValue_PMin) SizeVT() (n int)

func (*PNumericAggregationValue_PMin) String

func (*PNumericAggregationValue_PMin) UnmarshalVT

func (m *PNumericAggregationValue_PMin) UnmarshalVT(dAtA []byte) error

type PNumericAggregationValue_PPhysicalOperator

type PNumericAggregationValue_PPhysicalOperator int32
const (
	PNumericAggregationValue_SUM_I                  PNumericAggregationValue_PPhysicalOperator = 1
	PNumericAggregationValue_SUM_L                  PNumericAggregationValue_PPhysicalOperator = 2
	PNumericAggregationValue_SUM_F                  PNumericAggregationValue_PPhysicalOperator = 3
	PNumericAggregationValue_SUM_D                  PNumericAggregationValue_PPhysicalOperator = 4
	PNumericAggregationValue_AVG_I                  PNumericAggregationValue_PPhysicalOperator = 5
	PNumericAggregationValue_AVG_L                  PNumericAggregationValue_PPhysicalOperator = 6
	PNumericAggregationValue_AVG_F                  PNumericAggregationValue_PPhysicalOperator = 7
	PNumericAggregationValue_AVG_D                  PNumericAggregationValue_PPhysicalOperator = 8
	PNumericAggregationValue_MIN_I                  PNumericAggregationValue_PPhysicalOperator = 9
	PNumericAggregationValue_MIN_L                  PNumericAggregationValue_PPhysicalOperator = 10
	PNumericAggregationValue_MIN_F                  PNumericAggregationValue_PPhysicalOperator = 11
	PNumericAggregationValue_MIN_D                  PNumericAggregationValue_PPhysicalOperator = 12
	PNumericAggregationValue_MAX_I                  PNumericAggregationValue_PPhysicalOperator = 13
	PNumericAggregationValue_MAX_L                  PNumericAggregationValue_PPhysicalOperator = 14
	PNumericAggregationValue_MAX_F                  PNumericAggregationValue_PPhysicalOperator = 15
	PNumericAggregationValue_MAX_D                  PNumericAggregationValue_PPhysicalOperator = 16
	PNumericAggregationValue_BITMAP_CONSTRUCT_AGG_L PNumericAggregationValue_PPhysicalOperator = 17
	PNumericAggregationValue_BITMAP_CONSTRUCT_AGG_I PNumericAggregationValue_PPhysicalOperator = 18
)

func (PNumericAggregationValue_PPhysicalOperator) Descriptor

func (PNumericAggregationValue_PPhysicalOperator) Enum

func (PNumericAggregationValue_PPhysicalOperator) EnumDescriptor deprecated

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

Deprecated: Use PNumericAggregationValue_PPhysicalOperator.Descriptor instead.

func (PNumericAggregationValue_PPhysicalOperator) Number

func (PNumericAggregationValue_PPhysicalOperator) String

func (PNumericAggregationValue_PPhysicalOperator) Type

func (*PNumericAggregationValue_PPhysicalOperator) UnmarshalJSON deprecated

Deprecated: Do not use.

type PNumericAggregationValue_PSum

type PNumericAggregationValue_PSum struct {
	Super *PNumericAggregationValue `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

func PNumericAggregationValue_PSumFromVTPool

func PNumericAggregationValue_PSumFromVTPool() *PNumericAggregationValue_PSum

func (*PNumericAggregationValue_PSum) Descriptor deprecated

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

Deprecated: Use PNumericAggregationValue_PSum.ProtoReflect.Descriptor instead.

func (*PNumericAggregationValue_PSum) GetSuper

func (*PNumericAggregationValue_PSum) MarshalToSizedBufferVT

func (m *PNumericAggregationValue_PSum) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PNumericAggregationValue_PSum) MarshalToVT

func (m *PNumericAggregationValue_PSum) MarshalToVT(dAtA []byte) (int, error)

func (*PNumericAggregationValue_PSum) MarshalVT

func (m *PNumericAggregationValue_PSum) MarshalVT() (dAtA []byte, err error)

func (*PNumericAggregationValue_PSum) ProtoMessage

func (*PNumericAggregationValue_PSum) ProtoMessage()

func (*PNumericAggregationValue_PSum) ProtoReflect

func (*PNumericAggregationValue_PSum) Reset

func (x *PNumericAggregationValue_PSum) Reset()

func (*PNumericAggregationValue_PSum) ResetVT

func (m *PNumericAggregationValue_PSum) ResetVT()

func (*PNumericAggregationValue_PSum) ReturnToVTPool

func (m *PNumericAggregationValue_PSum) ReturnToVTPool()

func (*PNumericAggregationValue_PSum) SizeVT

func (m *PNumericAggregationValue_PSum) SizeVT() (n int)

func (*PNumericAggregationValue_PSum) String

func (*PNumericAggregationValue_PSum) UnmarshalVT

func (m *PNumericAggregationValue_PSum) UnmarshalVT(dAtA []byte) error

type PObjectValue

type PObjectValue struct {
	Alias      *string `protobuf:"bytes,1,opt,name=alias" json:"alias,omitempty"`
	ResultType *PType  `protobuf:"bytes,2,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	// contains filtered or unexported fields
}

func PObjectValueFromVTPool

func PObjectValueFromVTPool() *PObjectValue

func (*PObjectValue) Descriptor deprecated

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

Deprecated: Use PObjectValue.ProtoReflect.Descriptor instead.

func (*PObjectValue) GetAlias

func (x *PObjectValue) GetAlias() string

func (*PObjectValue) GetResultType

func (x *PObjectValue) GetResultType() *PType

func (*PObjectValue) MarshalToSizedBufferVT

func (m *PObjectValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PObjectValue) MarshalToVT

func (m *PObjectValue) MarshalToVT(dAtA []byte) (int, error)

func (*PObjectValue) MarshalVT

func (m *PObjectValue) MarshalVT() (dAtA []byte, err error)

func (*PObjectValue) ProtoMessage

func (*PObjectValue) ProtoMessage()

func (*PObjectValue) ProtoReflect

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

func (*PObjectValue) Reset

func (x *PObjectValue) Reset()

func (*PObjectValue) ResetVT

func (m *PObjectValue) ResetVT()

func (*PObjectValue) ReturnToVTPool

func (m *PObjectValue) ReturnToVTPool()

func (*PObjectValue) SizeVT

func (m *PObjectValue) SizeVT() (n int)

func (*PObjectValue) String

func (x *PObjectValue) String() string

func (*PObjectValue) UnmarshalVT

func (m *PObjectValue) UnmarshalVT(dAtA []byte) error

type POfTypeValue

type POfTypeValue struct {
	Child        *PValue `protobuf:"bytes,1,opt,name=child" json:"child,omitempty"`
	ExpectedType *PType  `protobuf:"bytes,2,opt,name=expected_type,json=expectedType" json:"expected_type,omitempty"`
	// contains filtered or unexported fields
}

func POfTypeValueFromVTPool

func POfTypeValueFromVTPool() *POfTypeValue

func (*POfTypeValue) Descriptor deprecated

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

Deprecated: Use POfTypeValue.ProtoReflect.Descriptor instead.

func (*POfTypeValue) GetChild

func (x *POfTypeValue) GetChild() *PValue

func (*POfTypeValue) GetExpectedType

func (x *POfTypeValue) GetExpectedType() *PType

func (*POfTypeValue) MarshalToSizedBufferVT

func (m *POfTypeValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*POfTypeValue) MarshalToVT

func (m *POfTypeValue) MarshalToVT(dAtA []byte) (int, error)

func (*POfTypeValue) MarshalVT

func (m *POfTypeValue) MarshalVT() (dAtA []byte, err error)

func (*POfTypeValue) ProtoMessage

func (*POfTypeValue) ProtoMessage()

func (*POfTypeValue) ProtoReflect

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

func (*POfTypeValue) Reset

func (x *POfTypeValue) Reset()

func (*POfTypeValue) ResetVT

func (m *POfTypeValue) ResetVT()

func (*POfTypeValue) ReturnToVTPool

func (m *POfTypeValue) ReturnToVTPool()

func (*POfTypeValue) SizeVT

func (m *POfTypeValue) SizeVT() (n int)

func (*POfTypeValue) String

func (x *POfTypeValue) String() string

func (*POfTypeValue) UnmarshalVT

func (m *POfTypeValue) UnmarshalVT(dAtA []byte) error

type POpaqueEqualityComparison

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

func POpaqueEqualityComparisonFromVTPool

func POpaqueEqualityComparisonFromVTPool() *POpaqueEqualityComparison

func (*POpaqueEqualityComparison) Descriptor deprecated

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

Deprecated: Use POpaqueEqualityComparison.ProtoReflect.Descriptor instead.

func (*POpaqueEqualityComparison) MarshalToSizedBufferVT

func (m *POpaqueEqualityComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*POpaqueEqualityComparison) MarshalToVT

func (m *POpaqueEqualityComparison) MarshalToVT(dAtA []byte) (int, error)

func (*POpaqueEqualityComparison) MarshalVT

func (m *POpaqueEqualityComparison) MarshalVT() (dAtA []byte, err error)

func (*POpaqueEqualityComparison) ProtoMessage

func (*POpaqueEqualityComparison) ProtoMessage()

func (*POpaqueEqualityComparison) ProtoReflect

func (*POpaqueEqualityComparison) Reset

func (x *POpaqueEqualityComparison) Reset()

func (*POpaqueEqualityComparison) ResetVT

func (m *POpaqueEqualityComparison) ResetVT()

func (*POpaqueEqualityComparison) ReturnToVTPool

func (m *POpaqueEqualityComparison) ReturnToVTPool()

func (*POpaqueEqualityComparison) SizeVT

func (m *POpaqueEqualityComparison) SizeVT() (n int)

func (*POpaqueEqualityComparison) String

func (x *POpaqueEqualityComparison) String() string

func (*POpaqueEqualityComparison) UnmarshalVT

func (m *POpaqueEqualityComparison) UnmarshalVT(dAtA []byte) error

type POptimizeGroupPlannerEvent

type POptimizeGroupPlannerEvent struct {
	Super                 *PAbstractPlannerEventWithState `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	CurrentGroupReference *PReference                     `protobuf:"bytes,2,opt,name=current_group_reference,json=currentGroupReference" json:"current_group_reference,omitempty"`
	// contains filtered or unexported fields
}

func POptimizeGroupPlannerEventFromVTPool

func POptimizeGroupPlannerEventFromVTPool() *POptimizeGroupPlannerEvent

func (*POptimizeGroupPlannerEvent) Descriptor deprecated

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

Deprecated: Use POptimizeGroupPlannerEvent.ProtoReflect.Descriptor instead.

func (*POptimizeGroupPlannerEvent) GetCurrentGroupReference

func (x *POptimizeGroupPlannerEvent) GetCurrentGroupReference() *PReference

func (*POptimizeGroupPlannerEvent) GetSuper

func (*POptimizeGroupPlannerEvent) MarshalToSizedBufferVT

func (m *POptimizeGroupPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*POptimizeGroupPlannerEvent) MarshalToVT

func (m *POptimizeGroupPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*POptimizeGroupPlannerEvent) MarshalVT

func (m *POptimizeGroupPlannerEvent) MarshalVT() (dAtA []byte, err error)

func (*POptimizeGroupPlannerEvent) ProtoMessage

func (*POptimizeGroupPlannerEvent) ProtoMessage()

func (*POptimizeGroupPlannerEvent) ProtoReflect

func (*POptimizeGroupPlannerEvent) Reset

func (x *POptimizeGroupPlannerEvent) Reset()

func (*POptimizeGroupPlannerEvent) ResetVT

func (m *POptimizeGroupPlannerEvent) ResetVT()

func (*POptimizeGroupPlannerEvent) ReturnToVTPool

func (m *POptimizeGroupPlannerEvent) ReturnToVTPool()

func (*POptimizeGroupPlannerEvent) SizeVT

func (m *POptimizeGroupPlannerEvent) SizeVT() (n int)

func (*POptimizeGroupPlannerEvent) String

func (x *POptimizeGroupPlannerEvent) String() string

func (*POptimizeGroupPlannerEvent) UnmarshalVT

func (m *POptimizeGroupPlannerEvent) UnmarshalVT(dAtA []byte) error

type POptimizeInputsPlannerEvent

type POptimizeInputsPlannerEvent struct {
	Super                 *PAbstractPlannerEventWithState `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	CurrentGroupReference *PReference                     `protobuf:"bytes,2,opt,name=current_group_reference,json=currentGroupReference" json:"current_group_reference,omitempty"`
	Expression            *PExpression                    `protobuf:"bytes,3,opt,name=expression" json:"expression,omitempty"`
	// contains filtered or unexported fields
}

func POptimizeInputsPlannerEventFromVTPool

func POptimizeInputsPlannerEventFromVTPool() *POptimizeInputsPlannerEvent

func (*POptimizeInputsPlannerEvent) Descriptor deprecated

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

Deprecated: Use POptimizeInputsPlannerEvent.ProtoReflect.Descriptor instead.

func (*POptimizeInputsPlannerEvent) GetCurrentGroupReference

func (x *POptimizeInputsPlannerEvent) GetCurrentGroupReference() *PReference

func (*POptimizeInputsPlannerEvent) GetExpression

func (x *POptimizeInputsPlannerEvent) GetExpression() *PExpression

func (*POptimizeInputsPlannerEvent) GetSuper

func (*POptimizeInputsPlannerEvent) MarshalToSizedBufferVT

func (m *POptimizeInputsPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*POptimizeInputsPlannerEvent) MarshalToVT

func (m *POptimizeInputsPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*POptimizeInputsPlannerEvent) MarshalVT

func (m *POptimizeInputsPlannerEvent) MarshalVT() (dAtA []byte, err error)

func (*POptimizeInputsPlannerEvent) ProtoMessage

func (*POptimizeInputsPlannerEvent) ProtoMessage()

func (*POptimizeInputsPlannerEvent) ProtoReflect

func (*POptimizeInputsPlannerEvent) Reset

func (x *POptimizeInputsPlannerEvent) Reset()

func (*POptimizeInputsPlannerEvent) ResetVT

func (m *POptimizeInputsPlannerEvent) ResetVT()

func (*POptimizeInputsPlannerEvent) ReturnToVTPool

func (m *POptimizeInputsPlannerEvent) ReturnToVTPool()

func (*POptimizeInputsPlannerEvent) SizeVT

func (m *POptimizeInputsPlannerEvent) SizeVT() (n int)

func (*POptimizeInputsPlannerEvent) String

func (x *POptimizeInputsPlannerEvent) String() string

func (*POptimizeInputsPlannerEvent) UnmarshalVT

func (m *POptimizeInputsPlannerEvent) UnmarshalVT(dAtA []byte) error

type POrPredicate

type POrPredicate struct {
	Super *PAndOrPredicate `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

func POrPredicateFromVTPool

func POrPredicateFromVTPool() *POrPredicate

func (*POrPredicate) Descriptor deprecated

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

Deprecated: Use POrPredicate.ProtoReflect.Descriptor instead.

func (*POrPredicate) GetSuper

func (x *POrPredicate) GetSuper() *PAndOrPredicate

func (*POrPredicate) MarshalToSizedBufferVT

func (m *POrPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*POrPredicate) MarshalToVT

func (m *POrPredicate) MarshalToVT(dAtA []byte) (int, error)

func (*POrPredicate) MarshalVT

func (m *POrPredicate) MarshalVT() (dAtA []byte, err error)

func (*POrPredicate) ProtoMessage

func (*POrPredicate) ProtoMessage()

func (*POrPredicate) ProtoReflect

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

func (*POrPredicate) Reset

func (x *POrPredicate) Reset()

func (*POrPredicate) ResetVT

func (m *POrPredicate) ResetVT()

func (*POrPredicate) ReturnToVTPool

func (m *POrPredicate) ReturnToVTPool()

func (*POrPredicate) SizeVT

func (m *POrPredicate) SizeVT() (n int)

func (*POrPredicate) String

func (x *POrPredicate) String() string

func (*POrPredicate) UnmarshalVT

func (m *POrPredicate) UnmarshalVT(dAtA []byte) error

type PParameterComparison

type PParameterComparison struct {
	Type      *PComparison_PComparisonType       `` /* 129-byte string literal not displayed */
	Parameter *string                            `protobuf:"bytes,2,opt,name=parameter" json:"parameter,omitempty"`
	Internal  *PParameterComparison_PBindingKind `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func PParameterComparisonFromVTPool

func PParameterComparisonFromVTPool() *PParameterComparison

func (*PParameterComparison) Descriptor deprecated

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

Deprecated: Use PParameterComparison.ProtoReflect.Descriptor instead.

func (*PParameterComparison) GetInternal

func (*PParameterComparison) GetParameter

func (x *PParameterComparison) GetParameter() string

func (*PParameterComparison) GetType

func (*PParameterComparison) MarshalToSizedBufferVT

func (m *PParameterComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PParameterComparison) MarshalToVT

func (m *PParameterComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PParameterComparison) MarshalVT

func (m *PParameterComparison) MarshalVT() (dAtA []byte, err error)

func (*PParameterComparison) ProtoMessage

func (*PParameterComparison) ProtoMessage()

func (*PParameterComparison) ProtoReflect

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

func (*PParameterComparison) Reset

func (x *PParameterComparison) Reset()

func (*PParameterComparison) ResetVT

func (m *PParameterComparison) ResetVT()

func (*PParameterComparison) ReturnToVTPool

func (m *PParameterComparison) ReturnToVTPool()

func (*PParameterComparison) SizeVT

func (m *PParameterComparison) SizeVT() (n int)

func (*PParameterComparison) String

func (x *PParameterComparison) String() string

func (*PParameterComparison) UnmarshalVT

func (m *PParameterComparison) UnmarshalVT(dAtA []byte) error

type PParameterComparison_PBindingKind

type PParameterComparison_PBindingKind int32
const (
	PParameterComparison_IN          PParameterComparison_PBindingKind = 1
	PParameterComparison_RANK        PParameterComparison_PBindingKind = 2
	PParameterComparison_CORRELATION PParameterComparison_PBindingKind = 3
	PParameterComparison_CONSTANT    PParameterComparison_PBindingKind = 4
)

func (PParameterComparison_PBindingKind) Descriptor

func (PParameterComparison_PBindingKind) Enum

func (PParameterComparison_PBindingKind) EnumDescriptor deprecated

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

Deprecated: Use PParameterComparison_PBindingKind.Descriptor instead.

func (PParameterComparison_PBindingKind) Number

func (PParameterComparison_PBindingKind) String

func (PParameterComparison_PBindingKind) Type

func (*PParameterComparison_PBindingKind) UnmarshalJSON deprecated

func (x *PParameterComparison_PBindingKind) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PParameterObjectValue

type PParameterObjectValue struct {
	ParameterName *string `protobuf:"bytes,1,opt,name=parameter_name,json=parameterName" json:"parameter_name,omitempty"`
	ResultType    *PType  `protobuf:"bytes,2,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	// contains filtered or unexported fields
}

func PParameterObjectValueFromVTPool

func PParameterObjectValueFromVTPool() *PParameterObjectValue

func (*PParameterObjectValue) Descriptor deprecated

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

Deprecated: Use PParameterObjectValue.ProtoReflect.Descriptor instead.

func (*PParameterObjectValue) GetParameterName

func (x *PParameterObjectValue) GetParameterName() string

func (*PParameterObjectValue) GetResultType

func (x *PParameterObjectValue) GetResultType() *PType

func (*PParameterObjectValue) MarshalToSizedBufferVT

func (m *PParameterObjectValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PParameterObjectValue) MarshalToVT

func (m *PParameterObjectValue) MarshalToVT(dAtA []byte) (int, error)

func (*PParameterObjectValue) MarshalVT

func (m *PParameterObjectValue) MarshalVT() (dAtA []byte, err error)

func (*PParameterObjectValue) ProtoMessage

func (*PParameterObjectValue) ProtoMessage()

func (*PParameterObjectValue) ProtoReflect

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

func (*PParameterObjectValue) Reset

func (x *PParameterObjectValue) Reset()

func (*PParameterObjectValue) ResetVT

func (m *PParameterObjectValue) ResetVT()

func (*PParameterObjectValue) ReturnToVTPool

func (m *PParameterObjectValue) ReturnToVTPool()

func (*PParameterObjectValue) SizeVT

func (m *PParameterObjectValue) SizeVT() (n int)

func (*PParameterObjectValue) String

func (x *PParameterObjectValue) String() string

func (*PParameterObjectValue) UnmarshalVT

func (m *PParameterObjectValue) UnmarshalVT(dAtA []byte) error

type PPartialMatch

type PPartialMatch struct {
	MatchCandidate  *string      `protobuf:"bytes,1,opt,name=match_candidate,json=matchCandidate" json:"match_candidate,omitempty"`
	QueryRef        *PReference  `protobuf:"bytes,2,opt,name=query_ref,json=queryRef" json:"query_ref,omitempty"`
	QueryExpression *PExpression `protobuf:"bytes,3,opt,name=query_expression,json=queryExpression" json:"query_expression,omitempty"`
	CandidateRef    *PReference  `protobuf:"bytes,4,opt,name=candidate_ref,json=candidateRef" json:"candidate_ref,omitempty"`
	// contains filtered or unexported fields
}

func PPartialMatchFromVTPool

func PPartialMatchFromVTPool() *PPartialMatch

func (*PPartialMatch) Descriptor deprecated

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

Deprecated: Use PPartialMatch.ProtoReflect.Descriptor instead.

func (*PPartialMatch) GetCandidateRef

func (x *PPartialMatch) GetCandidateRef() *PReference

func (*PPartialMatch) GetMatchCandidate

func (x *PPartialMatch) GetMatchCandidate() string

func (*PPartialMatch) GetQueryExpression

func (x *PPartialMatch) GetQueryExpression() *PExpression

func (*PPartialMatch) GetQueryRef

func (x *PPartialMatch) GetQueryRef() *PReference

func (*PPartialMatch) MarshalToSizedBufferVT

func (m *PPartialMatch) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPartialMatch) MarshalToVT

func (m *PPartialMatch) MarshalToVT(dAtA []byte) (int, error)

func (*PPartialMatch) MarshalVT

func (m *PPartialMatch) MarshalVT() (dAtA []byte, err error)

func (*PPartialMatch) ProtoMessage

func (*PPartialMatch) ProtoMessage()

func (*PPartialMatch) ProtoReflect

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

func (*PPartialMatch) Reset

func (x *PPartialMatch) Reset()

func (*PPartialMatch) ResetVT

func (m *PPartialMatch) ResetVT()

func (*PPartialMatch) ReturnToVTPool

func (m *PPartialMatch) ReturnToVTPool()

func (*PPartialMatch) SizeVT

func (m *PPartialMatch) SizeVT() (n int)

func (*PPartialMatch) String

func (x *PPartialMatch) String() string

func (*PPartialMatch) UnmarshalVT

func (m *PPartialMatch) UnmarshalVT(dAtA []byte) error

type PPatternForLikeValue

type PPatternForLikeValue struct {
	PatternChild *PValue `protobuf:"bytes,1,opt,name=pattern_child,json=patternChild" json:"pattern_child,omitempty"`
	EscapeChild  *PValue `protobuf:"bytes,2,opt,name=escape_child,json=escapeChild" json:"escape_child,omitempty"`
	// contains filtered or unexported fields
}

func PPatternForLikeValueFromVTPool

func PPatternForLikeValueFromVTPool() *PPatternForLikeValue

func (*PPatternForLikeValue) Descriptor deprecated

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

Deprecated: Use PPatternForLikeValue.ProtoReflect.Descriptor instead.

func (*PPatternForLikeValue) GetEscapeChild

func (x *PPatternForLikeValue) GetEscapeChild() *PValue

func (*PPatternForLikeValue) GetPatternChild

func (x *PPatternForLikeValue) GetPatternChild() *PValue

func (*PPatternForLikeValue) MarshalToSizedBufferVT

func (m *PPatternForLikeValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPatternForLikeValue) MarshalToVT

func (m *PPatternForLikeValue) MarshalToVT(dAtA []byte) (int, error)

func (*PPatternForLikeValue) MarshalVT

func (m *PPatternForLikeValue) MarshalVT() (dAtA []byte, err error)

func (*PPatternForLikeValue) ProtoMessage

func (*PPatternForLikeValue) ProtoMessage()

func (*PPatternForLikeValue) ProtoReflect

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

func (*PPatternForLikeValue) Reset

func (x *PPatternForLikeValue) Reset()

func (*PPatternForLikeValue) ResetVT

func (m *PPatternForLikeValue) ResetVT()

func (*PPatternForLikeValue) ReturnToVTPool

func (m *PPatternForLikeValue) ReturnToVTPool()

func (*PPatternForLikeValue) SizeVT

func (m *PPatternForLikeValue) SizeVT() (n int)

func (*PPatternForLikeValue) String

func (x *PPatternForLikeValue) String() string

func (*PPatternForLikeValue) UnmarshalVT

func (m *PPatternForLikeValue) UnmarshalVT(dAtA []byte) error

type PPhysicalQuantifier

type PPhysicalQuantifier struct {
	Alias          *string           `protobuf:"bytes,1,opt,name=alias" json:"alias,omitempty"`
	PlanReferences []*PPlanReference `protobuf:"bytes,2,rep,name=plan_references,json=planReferences" json:"plan_references,omitempty"`
	// contains filtered or unexported fields
}

PPhysicalQuantifier - A quantifier ranges over at least one plan reference, however, it could range over more than one if we at some point want to serialize variations as well, i.e. the intermediate state that a plan structure can be in during planning.

func PPhysicalQuantifierFromVTPool

func PPhysicalQuantifierFromVTPool() *PPhysicalQuantifier

func (*PPhysicalQuantifier) Descriptor deprecated

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

Deprecated: Use PPhysicalQuantifier.ProtoReflect.Descriptor instead.

func (*PPhysicalQuantifier) GetAlias

func (x *PPhysicalQuantifier) GetAlias() string

func (*PPhysicalQuantifier) GetPlanReferences

func (x *PPhysicalQuantifier) GetPlanReferences() []*PPlanReference

func (*PPhysicalQuantifier) MarshalToSizedBufferVT

func (m *PPhysicalQuantifier) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPhysicalQuantifier) MarshalToVT

func (m *PPhysicalQuantifier) MarshalToVT(dAtA []byte) (int, error)

func (*PPhysicalQuantifier) MarshalVT

func (m *PPhysicalQuantifier) MarshalVT() (dAtA []byte, err error)

func (*PPhysicalQuantifier) ProtoMessage

func (*PPhysicalQuantifier) ProtoMessage()

func (*PPhysicalQuantifier) ProtoReflect

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

func (*PPhysicalQuantifier) Reset

func (x *PPhysicalQuantifier) Reset()

func (*PPhysicalQuantifier) ResetVT

func (m *PPhysicalQuantifier) ResetVT()

func (*PPhysicalQuantifier) ReturnToVTPool

func (m *PPhysicalQuantifier) ReturnToVTPool()

func (*PPhysicalQuantifier) SizeVT

func (m *PPhysicalQuantifier) SizeVT() (n int)

func (*PPhysicalQuantifier) String

func (x *PPhysicalQuantifier) String() string

func (*PPhysicalQuantifier) UnmarshalVT

func (m *PPhysicalQuantifier) UnmarshalVT(dAtA []byte) error

type PPickValue

type PPickValue struct {
	SelectorValue     *PValue   `protobuf:"bytes,1,opt,name=selector_value,json=selectorValue" json:"selector_value,omitempty"`
	AlternativeValues []*PValue `protobuf:"bytes,2,rep,name=alternative_values,json=alternativeValues" json:"alternative_values,omitempty"`
	ResultType        *PType    `protobuf:"bytes,3,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	// contains filtered or unexported fields
}

func PPickValueFromVTPool

func PPickValueFromVTPool() *PPickValue

func (*PPickValue) Descriptor deprecated

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

Deprecated: Use PPickValue.ProtoReflect.Descriptor instead.

func (*PPickValue) GetAlternativeValues

func (x *PPickValue) GetAlternativeValues() []*PValue

func (*PPickValue) GetResultType

func (x *PPickValue) GetResultType() *PType

func (*PPickValue) GetSelectorValue

func (x *PPickValue) GetSelectorValue() *PValue

func (*PPickValue) MarshalToSizedBufferVT

func (m *PPickValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPickValue) MarshalToVT

func (m *PPickValue) MarshalToVT(dAtA []byte) (int, error)

func (*PPickValue) MarshalVT

func (m *PPickValue) MarshalVT() (dAtA []byte, err error)

func (*PPickValue) ProtoMessage

func (*PPickValue) ProtoMessage()

func (*PPickValue) ProtoReflect

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

func (*PPickValue) Reset

func (x *PPickValue) Reset()

func (*PPickValue) ResetVT

func (m *PPickValue) ResetVT()

func (*PPickValue) ReturnToVTPool

func (m *PPickValue) ReturnToVTPool()

func (*PPickValue) SizeVT

func (m *PPickValue) SizeVT() (n int)

func (*PPickValue) String

func (x *PPickValue) String() string

func (*PPickValue) UnmarshalVT

func (m *PPickValue) UnmarshalVT(dAtA []byte) error

type PPlanReference

type PPlanReference struct {
	ReferenceId     *int32            `protobuf:"varint,1,opt,name=reference_id,json=referenceId" json:"reference_id,omitempty"`
	RecordQueryPlan *PRecordQueryPlan `protobuf:"bytes,2,opt,name=record_query_plan,json=recordQueryPlan" json:"record_query_plan,omitempty"`
	// contains filtered or unexported fields
}

Plan reference holder to assign ids to plans in order to support plan DAGs.

func PPlanReferenceFromVTPool

func PPlanReferenceFromVTPool() *PPlanReference

func (*PPlanReference) Descriptor deprecated

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

Deprecated: Use PPlanReference.ProtoReflect.Descriptor instead.

func (*PPlanReference) GetRecordQueryPlan

func (x *PPlanReference) GetRecordQueryPlan() *PRecordQueryPlan

func (*PPlanReference) GetReferenceId

func (x *PPlanReference) GetReferenceId() int32

func (*PPlanReference) MarshalToSizedBufferVT

func (m *PPlanReference) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPlanReference) MarshalToVT

func (m *PPlanReference) MarshalToVT(dAtA []byte) (int, error)

func (*PPlanReference) MarshalVT

func (m *PPlanReference) MarshalVT() (dAtA []byte, err error)

func (*PPlanReference) ProtoMessage

func (*PPlanReference) ProtoMessage()

func (*PPlanReference) ProtoReflect

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

func (*PPlanReference) Reset

func (x *PPlanReference) Reset()

func (*PPlanReference) ResetVT

func (m *PPlanReference) ResetVT()

func (*PPlanReference) ReturnToVTPool

func (m *PPlanReference) ReturnToVTPool()

func (*PPlanReference) SizeVT

func (m *PPlanReference) SizeVT() (n int)

func (*PPlanReference) String

func (x *PPlanReference) String() string

func (*PPlanReference) UnmarshalVT

func (m *PPlanReference) UnmarshalVT(dAtA []byte) error

type PPlannerEvent

type PPlannerEvent struct {
	Description *string `protobuf:"bytes,1,opt,name=description" json:"description,omitempty"`
	Shorthand   *string `protobuf:"bytes,2,opt,name=shorthand" json:"shorthand,omitempty"`
	// Types that are valid to be assigned to SpecificEvent:
	//
	//	*PPlannerEvent_OptimizeInputsPlannerEvent
	//	*PPlannerEvent_AdjustMatchPlannerEvent
	//	*PPlannerEvent_ExploreGroupPlannerEvent
	//	*PPlannerEvent_OptimizeGroupPlannerEvent
	//	*PPlannerEvent_ExploreExpressionPlannerEvent
	//	*PPlannerEvent_TransformPlannerEvent
	//	*PPlannerEvent_TransformRuleCallPlannerEvent
	//	*PPlannerEvent_ExecutingTaskPlannerEvent
	//	*PPlannerEvent_InsertIntoMemoPlannerEvent
	//	*PPlannerEvent_TranslateCorrelationsPlannerEvent
	//	*PPlannerEvent_InitiatePhasePlannerEvent
	SpecificEvent isPPlannerEvent_SpecificEvent `protobuf_oneof:"specific_event"`
	// contains filtered or unexported fields
}

func PPlannerEventFromVTPool

func PPlannerEventFromVTPool() *PPlannerEvent

func (*PPlannerEvent) Descriptor deprecated

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

Deprecated: Use PPlannerEvent.ProtoReflect.Descriptor instead.

func (*PPlannerEvent) GetAdjustMatchPlannerEvent

func (x *PPlannerEvent) GetAdjustMatchPlannerEvent() *PAdjustMatchPlannerEvent

func (*PPlannerEvent) GetDescription

func (x *PPlannerEvent) GetDescription() string

func (*PPlannerEvent) GetExecutingTaskPlannerEvent

func (x *PPlannerEvent) GetExecutingTaskPlannerEvent() *PExecutingTaskPlannerEvent

func (*PPlannerEvent) GetExploreExpressionPlannerEvent

func (x *PPlannerEvent) GetExploreExpressionPlannerEvent() *PExploreExpressionPlannerEvent

func (*PPlannerEvent) GetExploreGroupPlannerEvent

func (x *PPlannerEvent) GetExploreGroupPlannerEvent() *PExploreGroupPlannerEvent

func (*PPlannerEvent) GetInitiatePhasePlannerEvent

func (x *PPlannerEvent) GetInitiatePhasePlannerEvent() *PInitiatePhasePlannerEvent

func (*PPlannerEvent) GetInsertIntoMemoPlannerEvent

func (x *PPlannerEvent) GetInsertIntoMemoPlannerEvent() *PInsertIntoMemoPlannerEvent

func (*PPlannerEvent) GetOptimizeGroupPlannerEvent

func (x *PPlannerEvent) GetOptimizeGroupPlannerEvent() *POptimizeGroupPlannerEvent

func (*PPlannerEvent) GetOptimizeInputsPlannerEvent

func (x *PPlannerEvent) GetOptimizeInputsPlannerEvent() *POptimizeInputsPlannerEvent

func (*PPlannerEvent) GetShorthand

func (x *PPlannerEvent) GetShorthand() string

func (*PPlannerEvent) GetSpecificEvent

func (x *PPlannerEvent) GetSpecificEvent() isPPlannerEvent_SpecificEvent

func (*PPlannerEvent) GetTransformPlannerEvent

func (x *PPlannerEvent) GetTransformPlannerEvent() *PTransformPlannerEvent

func (*PPlannerEvent) GetTransformRuleCallPlannerEvent

func (x *PPlannerEvent) GetTransformRuleCallPlannerEvent() *PTransformRuleCallPlannerEvent

func (*PPlannerEvent) GetTranslateCorrelationsPlannerEvent

func (x *PPlannerEvent) GetTranslateCorrelationsPlannerEvent() *PTranslateCorrelationsPlannerEvent

func (*PPlannerEvent) MarshalToSizedBufferVT

func (m *PPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPlannerEvent) MarshalToVT

func (m *PPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PPlannerEvent) MarshalVT

func (m *PPlannerEvent) MarshalVT() (dAtA []byte, err error)

func (*PPlannerEvent) ProtoMessage

func (*PPlannerEvent) ProtoMessage()

func (*PPlannerEvent) ProtoReflect

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

func (*PPlannerEvent) Reset

func (x *PPlannerEvent) Reset()

func (*PPlannerEvent) ResetVT

func (m *PPlannerEvent) ResetVT()

func (*PPlannerEvent) ReturnToVTPool

func (m *PPlannerEvent) ReturnToVTPool()

func (*PPlannerEvent) SizeVT

func (m *PPlannerEvent) SizeVT() (n int)

func (*PPlannerEvent) String

func (x *PPlannerEvent) String() string

func (*PPlannerEvent) UnmarshalVT

func (m *PPlannerEvent) UnmarshalVT(dAtA []byte) error

type PPlannerEvent_AdjustMatchPlannerEvent

type PPlannerEvent_AdjustMatchPlannerEvent struct {
	AdjustMatchPlannerEvent *PAdjustMatchPlannerEvent `protobuf:"bytes,4,opt,name=adjust_match_planner_event,json=adjustMatchPlannerEvent,oneof"`
}

func (*PPlannerEvent_AdjustMatchPlannerEvent) MarshalToSizedBufferVT

func (m *PPlannerEvent_AdjustMatchPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPlannerEvent_AdjustMatchPlannerEvent) MarshalToVT

func (m *PPlannerEvent_AdjustMatchPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PPlannerEvent_AdjustMatchPlannerEvent) SizeVT

type PPlannerEvent_ExecutingTaskPlannerEvent

type PPlannerEvent_ExecutingTaskPlannerEvent struct {
	ExecutingTaskPlannerEvent *PExecutingTaskPlannerEvent `protobuf:"bytes,10,opt,name=executing_task_planner_event,json=executingTaskPlannerEvent,oneof"`
}

func (*PPlannerEvent_ExecutingTaskPlannerEvent) MarshalToSizedBufferVT

func (m *PPlannerEvent_ExecutingTaskPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPlannerEvent_ExecutingTaskPlannerEvent) MarshalToVT

func (m *PPlannerEvent_ExecutingTaskPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PPlannerEvent_ExecutingTaskPlannerEvent) SizeVT

type PPlannerEvent_ExploreExpressionPlannerEvent

type PPlannerEvent_ExploreExpressionPlannerEvent struct {
	ExploreExpressionPlannerEvent *PExploreExpressionPlannerEvent `protobuf:"bytes,7,opt,name=explore_expression_planner_event,json=exploreExpressionPlannerEvent,oneof"`
}

func (*PPlannerEvent_ExploreExpressionPlannerEvent) MarshalToSizedBufferVT

func (m *PPlannerEvent_ExploreExpressionPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPlannerEvent_ExploreExpressionPlannerEvent) MarshalToVT

func (m *PPlannerEvent_ExploreExpressionPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PPlannerEvent_ExploreExpressionPlannerEvent) SizeVT

type PPlannerEvent_ExploreGroupPlannerEvent

type PPlannerEvent_ExploreGroupPlannerEvent struct {
	ExploreGroupPlannerEvent *PExploreGroupPlannerEvent `protobuf:"bytes,5,opt,name=explore_group_planner_event,json=exploreGroupPlannerEvent,oneof"`
}

func (*PPlannerEvent_ExploreGroupPlannerEvent) MarshalToSizedBufferVT

func (m *PPlannerEvent_ExploreGroupPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPlannerEvent_ExploreGroupPlannerEvent) MarshalToVT

func (m *PPlannerEvent_ExploreGroupPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PPlannerEvent_ExploreGroupPlannerEvent) SizeVT

type PPlannerEvent_InitiatePhasePlannerEvent

type PPlannerEvent_InitiatePhasePlannerEvent struct {
	InitiatePhasePlannerEvent *PInitiatePhasePlannerEvent `protobuf:"bytes,13,opt,name=initiate_phase_planner_event,json=initiatePhasePlannerEvent,oneof"`
}

func (*PPlannerEvent_InitiatePhasePlannerEvent) MarshalToSizedBufferVT

func (m *PPlannerEvent_InitiatePhasePlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPlannerEvent_InitiatePhasePlannerEvent) MarshalToVT

func (m *PPlannerEvent_InitiatePhasePlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PPlannerEvent_InitiatePhasePlannerEvent) SizeVT

type PPlannerEvent_InsertIntoMemoPlannerEvent

type PPlannerEvent_InsertIntoMemoPlannerEvent struct {
	InsertIntoMemoPlannerEvent *PInsertIntoMemoPlannerEvent `protobuf:"bytes,11,opt,name=insert_into_memo_planner_event,json=insertIntoMemoPlannerEvent,oneof"`
}

func (*PPlannerEvent_InsertIntoMemoPlannerEvent) MarshalToSizedBufferVT

func (m *PPlannerEvent_InsertIntoMemoPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPlannerEvent_InsertIntoMemoPlannerEvent) MarshalToVT

func (m *PPlannerEvent_InsertIntoMemoPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PPlannerEvent_InsertIntoMemoPlannerEvent) SizeVT

type PPlannerEvent_OptimizeGroupPlannerEvent

type PPlannerEvent_OptimizeGroupPlannerEvent struct {
	OptimizeGroupPlannerEvent *POptimizeGroupPlannerEvent `protobuf:"bytes,6,opt,name=optimize_group_planner_event,json=optimizeGroupPlannerEvent,oneof"`
}

func (*PPlannerEvent_OptimizeGroupPlannerEvent) MarshalToSizedBufferVT

func (m *PPlannerEvent_OptimizeGroupPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPlannerEvent_OptimizeGroupPlannerEvent) MarshalToVT

func (m *PPlannerEvent_OptimizeGroupPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PPlannerEvent_OptimizeGroupPlannerEvent) SizeVT

type PPlannerEvent_OptimizeInputsPlannerEvent

type PPlannerEvent_OptimizeInputsPlannerEvent struct {
	OptimizeInputsPlannerEvent *POptimizeInputsPlannerEvent `protobuf:"bytes,3,opt,name=optimize_inputs_planner_event,json=optimizeInputsPlannerEvent,oneof"`
}

func (*PPlannerEvent_OptimizeInputsPlannerEvent) MarshalToSizedBufferVT

func (m *PPlannerEvent_OptimizeInputsPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPlannerEvent_OptimizeInputsPlannerEvent) MarshalToVT

func (m *PPlannerEvent_OptimizeInputsPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PPlannerEvent_OptimizeInputsPlannerEvent) SizeVT

type PPlannerEvent_TransformPlannerEvent

type PPlannerEvent_TransformPlannerEvent struct {
	TransformPlannerEvent *PTransformPlannerEvent `protobuf:"bytes,8,opt,name=transform_planner_event,json=transformPlannerEvent,oneof"`
}

func (*PPlannerEvent_TransformPlannerEvent) MarshalToSizedBufferVT

func (m *PPlannerEvent_TransformPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPlannerEvent_TransformPlannerEvent) MarshalToVT

func (m *PPlannerEvent_TransformPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PPlannerEvent_TransformPlannerEvent) SizeVT

func (m *PPlannerEvent_TransformPlannerEvent) SizeVT() (n int)

type PPlannerEvent_TransformRuleCallPlannerEvent

type PPlannerEvent_TransformRuleCallPlannerEvent struct {
	TransformRuleCallPlannerEvent *PTransformRuleCallPlannerEvent `protobuf:"bytes,9,opt,name=transform_rule_call_planner_event,json=transformRuleCallPlannerEvent,oneof"`
}

func (*PPlannerEvent_TransformRuleCallPlannerEvent) MarshalToSizedBufferVT

func (m *PPlannerEvent_TransformRuleCallPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPlannerEvent_TransformRuleCallPlannerEvent) MarshalToVT

func (m *PPlannerEvent_TransformRuleCallPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PPlannerEvent_TransformRuleCallPlannerEvent) SizeVT

type PPlannerEvent_TranslateCorrelationsPlannerEvent

type PPlannerEvent_TranslateCorrelationsPlannerEvent struct {
	TranslateCorrelationsPlannerEvent *PTranslateCorrelationsPlannerEvent `protobuf:"bytes,12,opt,name=translate_correlations_planner_event,json=translateCorrelationsPlannerEvent,oneof"`
}

func (*PPlannerEvent_TranslateCorrelationsPlannerEvent) MarshalToSizedBufferVT

func (m *PPlannerEvent_TranslateCorrelationsPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPlannerEvent_TranslateCorrelationsPlannerEvent) MarshalToVT

func (*PPlannerEvent_TranslateCorrelationsPlannerEvent) SizeVT

type PPlannerPhase

type PPlannerPhase int32
const (
	PPlannerPhase_REWRITING PPlannerPhase = 1
	PPlannerPhase_PLANNING  PPlannerPhase = 2
)

func (PPlannerPhase) Descriptor

func (PPlannerPhase) Enum

func (x PPlannerPhase) Enum() *PPlannerPhase

func (PPlannerPhase) EnumDescriptor deprecated

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

Deprecated: Use PPlannerPhase.Descriptor instead.

func (PPlannerPhase) Number

func (PPlannerPhase) String

func (x PPlannerPhase) String() string

func (PPlannerPhase) Type

func (*PPlannerPhase) UnmarshalJSON deprecated

func (x *PPlannerPhase) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PPredicateWithValueAndRanges

type PPredicateWithValueAndRanges struct {
	Super  *PAbstractQueryPredicate `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	Value  *PValue                  `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	Ranges []*PRangeConstraints     `protobuf:"bytes,3,rep,name=ranges" json:"ranges,omitempty"`
	// contains filtered or unexported fields
}

func PPredicateWithValueAndRangesFromVTPool

func PPredicateWithValueAndRangesFromVTPool() *PPredicateWithValueAndRanges

func (*PPredicateWithValueAndRanges) Descriptor deprecated

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

Deprecated: Use PPredicateWithValueAndRanges.ProtoReflect.Descriptor instead.

func (*PPredicateWithValueAndRanges) GetRanges

func (*PPredicateWithValueAndRanges) GetSuper

func (*PPredicateWithValueAndRanges) GetValue

func (x *PPredicateWithValueAndRanges) GetValue() *PValue

func (*PPredicateWithValueAndRanges) MarshalToSizedBufferVT

func (m *PPredicateWithValueAndRanges) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPredicateWithValueAndRanges) MarshalToVT

func (m *PPredicateWithValueAndRanges) MarshalToVT(dAtA []byte) (int, error)

func (*PPredicateWithValueAndRanges) MarshalVT

func (m *PPredicateWithValueAndRanges) MarshalVT() (dAtA []byte, err error)

func (*PPredicateWithValueAndRanges) ProtoMessage

func (*PPredicateWithValueAndRanges) ProtoMessage()

func (*PPredicateWithValueAndRanges) ProtoReflect

func (*PPredicateWithValueAndRanges) Reset

func (x *PPredicateWithValueAndRanges) Reset()

func (*PPredicateWithValueAndRanges) ResetVT

func (m *PPredicateWithValueAndRanges) ResetVT()

func (*PPredicateWithValueAndRanges) ReturnToVTPool

func (m *PPredicateWithValueAndRanges) ReturnToVTPool()

func (*PPredicateWithValueAndRanges) SizeVT

func (m *PPredicateWithValueAndRanges) SizeVT() (n int)

func (*PPredicateWithValueAndRanges) String

func (*PPredicateWithValueAndRanges) UnmarshalVT

func (m *PPredicateWithValueAndRanges) UnmarshalVT(dAtA []byte) error

type PPrimitiveCoercionBiFunction

type PPrimitiveCoercionBiFunction struct {
	Operator *PPrimitiveCoercionBiFunction_PPhysicalOperator `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func PPrimitiveCoercionBiFunctionFromVTPool

func PPrimitiveCoercionBiFunctionFromVTPool() *PPrimitiveCoercionBiFunction

func (*PPrimitiveCoercionBiFunction) Descriptor deprecated

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

Deprecated: Use PPrimitiveCoercionBiFunction.ProtoReflect.Descriptor instead.

func (*PPrimitiveCoercionBiFunction) GetOperator

func (*PPrimitiveCoercionBiFunction) MarshalToSizedBufferVT

func (m *PPrimitiveCoercionBiFunction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPrimitiveCoercionBiFunction) MarshalToVT

func (m *PPrimitiveCoercionBiFunction) MarshalToVT(dAtA []byte) (int, error)

func (*PPrimitiveCoercionBiFunction) MarshalVT

func (m *PPrimitiveCoercionBiFunction) MarshalVT() (dAtA []byte, err error)

func (*PPrimitiveCoercionBiFunction) ProtoMessage

func (*PPrimitiveCoercionBiFunction) ProtoMessage()

func (*PPrimitiveCoercionBiFunction) ProtoReflect

func (*PPrimitiveCoercionBiFunction) Reset

func (x *PPrimitiveCoercionBiFunction) Reset()

func (*PPrimitiveCoercionBiFunction) ResetVT

func (m *PPrimitiveCoercionBiFunction) ResetVT()

func (*PPrimitiveCoercionBiFunction) ReturnToVTPool

func (m *PPrimitiveCoercionBiFunction) ReturnToVTPool()

func (*PPrimitiveCoercionBiFunction) SizeVT

func (m *PPrimitiveCoercionBiFunction) SizeVT() (n int)

func (*PPrimitiveCoercionBiFunction) String

func (*PPrimitiveCoercionBiFunction) UnmarshalVT

func (m *PPrimitiveCoercionBiFunction) UnmarshalVT(dAtA []byte) error

type PPrimitiveCoercionBiFunction_PPhysicalOperator

type PPrimitiveCoercionBiFunction_PPhysicalOperator int32
const (
	PPrimitiveCoercionBiFunction_INT_TO_LONG     PPrimitiveCoercionBiFunction_PPhysicalOperator = 1
	PPrimitiveCoercionBiFunction_INT_TO_FLOAT    PPrimitiveCoercionBiFunction_PPhysicalOperator = 2
	PPrimitiveCoercionBiFunction_INT_TO_DOUBLE   PPrimitiveCoercionBiFunction_PPhysicalOperator = 3
	PPrimitiveCoercionBiFunction_LONG_TO_FLOAT   PPrimitiveCoercionBiFunction_PPhysicalOperator = 4
	PPrimitiveCoercionBiFunction_LONG_TO_DOUBLE  PPrimitiveCoercionBiFunction_PPhysicalOperator = 5
	PPrimitiveCoercionBiFunction_FLOAT_TO_DOUBLE PPrimitiveCoercionBiFunction_PPhysicalOperator = 6
	PPrimitiveCoercionBiFunction_NULL_TO_INT     PPrimitiveCoercionBiFunction_PPhysicalOperator = 7
	PPrimitiveCoercionBiFunction_NULL_TO_LONG    PPrimitiveCoercionBiFunction_PPhysicalOperator = 8
	PPrimitiveCoercionBiFunction_NULL_TO_FLOAT   PPrimitiveCoercionBiFunction_PPhysicalOperator = 9
	PPrimitiveCoercionBiFunction_NULL_TO_DOUBLE  PPrimitiveCoercionBiFunction_PPhysicalOperator = 10
	PPrimitiveCoercionBiFunction_NULL_TO_BOOLEAN PPrimitiveCoercionBiFunction_PPhysicalOperator = 11
	PPrimitiveCoercionBiFunction_NULL_TO_STRING  PPrimitiveCoercionBiFunction_PPhysicalOperator = 12
	PPrimitiveCoercionBiFunction_NULL_TO_ARRAY   PPrimitiveCoercionBiFunction_PPhysicalOperator = 13
	PPrimitiveCoercionBiFunction_NULL_TO_RECORD  PPrimitiveCoercionBiFunction_PPhysicalOperator = 14
	PPrimitiveCoercionBiFunction_NONE_TO_ARRAY   PPrimitiveCoercionBiFunction_PPhysicalOperator = 15
	PPrimitiveCoercionBiFunction_NULL_TO_ENUM    PPrimitiveCoercionBiFunction_PPhysicalOperator = 16
	PPrimitiveCoercionBiFunction_STRING_TO_ENUM  PPrimitiveCoercionBiFunction_PPhysicalOperator = 17
	PPrimitiveCoercionBiFunction_STRING_TO_UUID  PPrimitiveCoercionBiFunction_PPhysicalOperator = 18
	PPrimitiveCoercionBiFunction_NULL_TO_BYTES   PPrimitiveCoercionBiFunction_PPhysicalOperator = 19
	PPrimitiveCoercionBiFunction_NULL_TO_VECTOR  PPrimitiveCoercionBiFunction_PPhysicalOperator = 20
	PPrimitiveCoercionBiFunction_NULL_TO_VERSION PPrimitiveCoercionBiFunction_PPhysicalOperator = 21
)

func (PPrimitiveCoercionBiFunction_PPhysicalOperator) Descriptor

func (PPrimitiveCoercionBiFunction_PPhysicalOperator) Enum

func (PPrimitiveCoercionBiFunction_PPhysicalOperator) EnumDescriptor deprecated

Deprecated: Use PPrimitiveCoercionBiFunction_PPhysicalOperator.Descriptor instead.

func (PPrimitiveCoercionBiFunction_PPhysicalOperator) Number

func (PPrimitiveCoercionBiFunction_PPhysicalOperator) String

func (PPrimitiveCoercionBiFunction_PPhysicalOperator) Type

func (*PPrimitiveCoercionBiFunction_PPhysicalOperator) UnmarshalJSON deprecated

Deprecated: Do not use.

type PPromoteValue

type PPromoteValue struct {
	InValue       *PValue            `protobuf:"bytes,1,opt,name=in_value,json=inValue" json:"in_value,omitempty"`
	PromoteToType *PType             `protobuf:"bytes,2,opt,name=promote_to_type,json=promoteToType" json:"promote_to_type,omitempty"`
	PromotionTrie *PCoercionTrieNode `protobuf:"bytes,3,opt,name=promotion_trie,json=promotionTrie" json:"promotion_trie,omitempty"`
	// contains filtered or unexported fields
}

func PPromoteValueFromVTPool

func PPromoteValueFromVTPool() *PPromoteValue

func (*PPromoteValue) Descriptor deprecated

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

Deprecated: Use PPromoteValue.ProtoReflect.Descriptor instead.

func (*PPromoteValue) GetInValue

func (x *PPromoteValue) GetInValue() *PValue

func (*PPromoteValue) GetPromoteToType

func (x *PPromoteValue) GetPromoteToType() *PType

func (*PPromoteValue) GetPromotionTrie

func (x *PPromoteValue) GetPromotionTrie() *PCoercionTrieNode

func (*PPromoteValue) MarshalToSizedBufferVT

func (m *PPromoteValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PPromoteValue) MarshalToVT

func (m *PPromoteValue) MarshalToVT(dAtA []byte) (int, error)

func (*PPromoteValue) MarshalVT

func (m *PPromoteValue) MarshalVT() (dAtA []byte, err error)

func (*PPromoteValue) ProtoMessage

func (*PPromoteValue) ProtoMessage()

func (*PPromoteValue) ProtoReflect

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

func (*PPromoteValue) Reset

func (x *PPromoteValue) Reset()

func (*PPromoteValue) ResetVT

func (m *PPromoteValue) ResetVT()

func (*PPromoteValue) ReturnToVTPool

func (m *PPromoteValue) ReturnToVTPool()

func (*PPromoteValue) SizeVT

func (m *PPromoteValue) SizeVT() (n int)

func (*PPromoteValue) String

func (x *PPromoteValue) String() string

func (*PPromoteValue) UnmarshalVT

func (m *PPromoteValue) UnmarshalVT(dAtA []byte) error

type PQuantifiedObjectValue

type PQuantifiedObjectValue struct {
	Alias      *string `protobuf:"bytes,1,opt,name=alias" json:"alias,omitempty"`
	ResultType *PType  `protobuf:"bytes,2,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	// contains filtered or unexported fields
}

func PQuantifiedObjectValueFromVTPool

func PQuantifiedObjectValueFromVTPool() *PQuantifiedObjectValue

func (*PQuantifiedObjectValue) Descriptor deprecated

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

Deprecated: Use PQuantifiedObjectValue.ProtoReflect.Descriptor instead.

func (*PQuantifiedObjectValue) GetAlias

func (x *PQuantifiedObjectValue) GetAlias() string

func (*PQuantifiedObjectValue) GetResultType

func (x *PQuantifiedObjectValue) GetResultType() *PType

func (*PQuantifiedObjectValue) MarshalToSizedBufferVT

func (m *PQuantifiedObjectValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PQuantifiedObjectValue) MarshalToVT

func (m *PQuantifiedObjectValue) MarshalToVT(dAtA []byte) (int, error)

func (*PQuantifiedObjectValue) MarshalVT

func (m *PQuantifiedObjectValue) MarshalVT() (dAtA []byte, err error)

func (*PQuantifiedObjectValue) ProtoMessage

func (*PQuantifiedObjectValue) ProtoMessage()

func (*PQuantifiedObjectValue) ProtoReflect

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

func (*PQuantifiedObjectValue) Reset

func (x *PQuantifiedObjectValue) Reset()

func (*PQuantifiedObjectValue) ResetVT

func (m *PQuantifiedObjectValue) ResetVT()

func (*PQuantifiedObjectValue) ReturnToVTPool

func (m *PQuantifiedObjectValue) ReturnToVTPool()

func (*PQuantifiedObjectValue) SizeVT

func (m *PQuantifiedObjectValue) SizeVT() (n int)

func (*PQuantifiedObjectValue) String

func (x *PQuantifiedObjectValue) String() string

func (*PQuantifiedObjectValue) UnmarshalVT

func (m *PQuantifiedObjectValue) UnmarshalVT(dAtA []byte) error

type PQuantifiedRecordValue

type PQuantifiedRecordValue struct {
	Alias      *string `protobuf:"bytes,1,opt,name=alias" json:"alias,omitempty"`
	ResultType *PType  `protobuf:"bytes,2,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	// contains filtered or unexported fields
}

func PQuantifiedRecordValueFromVTPool

func PQuantifiedRecordValueFromVTPool() *PQuantifiedRecordValue

func (*PQuantifiedRecordValue) Descriptor deprecated

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

Deprecated: Use PQuantifiedRecordValue.ProtoReflect.Descriptor instead.

func (*PQuantifiedRecordValue) GetAlias

func (x *PQuantifiedRecordValue) GetAlias() string

func (*PQuantifiedRecordValue) GetResultType

func (x *PQuantifiedRecordValue) GetResultType() *PType

func (*PQuantifiedRecordValue) MarshalToSizedBufferVT

func (m *PQuantifiedRecordValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PQuantifiedRecordValue) MarshalToVT

func (m *PQuantifiedRecordValue) MarshalToVT(dAtA []byte) (int, error)

func (*PQuantifiedRecordValue) MarshalVT

func (m *PQuantifiedRecordValue) MarshalVT() (dAtA []byte, err error)

func (*PQuantifiedRecordValue) ProtoMessage

func (*PQuantifiedRecordValue) ProtoMessage()

func (*PQuantifiedRecordValue) ProtoReflect

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

func (*PQuantifiedRecordValue) Reset

func (x *PQuantifiedRecordValue) Reset()

func (*PQuantifiedRecordValue) ResetVT

func (m *PQuantifiedRecordValue) ResetVT()

func (*PQuantifiedRecordValue) ReturnToVTPool

func (m *PQuantifiedRecordValue) ReturnToVTPool()

func (*PQuantifiedRecordValue) SizeVT

func (m *PQuantifiedRecordValue) SizeVT() (n int)

func (*PQuantifiedRecordValue) String

func (x *PQuantifiedRecordValue) String() string

func (*PQuantifiedRecordValue) UnmarshalVT

func (m *PQuantifiedRecordValue) UnmarshalVT(dAtA []byte) error

type PQueriedValue

type PQueriedValue struct {
	ResultType         *PType   `protobuf:"bytes,1,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	HasRecordTypeNames *bool    `protobuf:"varint,3,opt,name=has_record_type_names,json=hasRecordTypeNames" json:"has_record_type_names,omitempty"`
	RecordTypeNames    []string `protobuf:"bytes,2,rep,name=record_type_names,json=recordTypeNames" json:"record_type_names,omitempty"`
	// contains filtered or unexported fields
}

func PQueriedValueFromVTPool

func PQueriedValueFromVTPool() *PQueriedValue

func (*PQueriedValue) Descriptor deprecated

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

Deprecated: Use PQueriedValue.ProtoReflect.Descriptor instead.

func (*PQueriedValue) GetHasRecordTypeNames

func (x *PQueriedValue) GetHasRecordTypeNames() bool

func (*PQueriedValue) GetRecordTypeNames

func (x *PQueriedValue) GetRecordTypeNames() []string

func (*PQueriedValue) GetResultType

func (x *PQueriedValue) GetResultType() *PType

func (*PQueriedValue) MarshalToSizedBufferVT

func (m *PQueriedValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PQueriedValue) MarshalToVT

func (m *PQueriedValue) MarshalToVT(dAtA []byte) (int, error)

func (*PQueriedValue) MarshalVT

func (m *PQueriedValue) MarshalVT() (dAtA []byte, err error)

func (*PQueriedValue) ProtoMessage

func (*PQueriedValue) ProtoMessage()

func (*PQueriedValue) ProtoReflect

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

func (*PQueriedValue) Reset

func (x *PQueriedValue) Reset()

func (*PQueriedValue) ResetVT

func (m *PQueriedValue) ResetVT()

func (*PQueriedValue) ReturnToVTPool

func (m *PQueriedValue) ReturnToVTPool()

func (*PQueriedValue) SizeVT

func (m *PQueriedValue) SizeVT() (n int)

func (*PQueriedValue) String

func (x *PQueriedValue) String() string

func (*PQueriedValue) UnmarshalVT

func (m *PQueriedValue) UnmarshalVT(dAtA []byte) error

type PQueryPlanConstraint

type PQueryPlanConstraint struct {
	Predicate *PQueryPredicate `protobuf:"bytes,1,opt,name=predicate" json:"predicate,omitempty"`
	// contains filtered or unexported fields
}

func PQueryPlanConstraintFromVTPool

func PQueryPlanConstraintFromVTPool() *PQueryPlanConstraint

func (*PQueryPlanConstraint) Descriptor deprecated

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

Deprecated: Use PQueryPlanConstraint.ProtoReflect.Descriptor instead.

func (*PQueryPlanConstraint) GetPredicate

func (x *PQueryPlanConstraint) GetPredicate() *PQueryPredicate

func (*PQueryPlanConstraint) MarshalToSizedBufferVT

func (m *PQueryPlanConstraint) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PQueryPlanConstraint) MarshalToVT

func (m *PQueryPlanConstraint) MarshalToVT(dAtA []byte) (int, error)

func (*PQueryPlanConstraint) MarshalVT

func (m *PQueryPlanConstraint) MarshalVT() (dAtA []byte, err error)

func (*PQueryPlanConstraint) ProtoMessage

func (*PQueryPlanConstraint) ProtoMessage()

func (*PQueryPlanConstraint) ProtoReflect

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

func (*PQueryPlanConstraint) Reset

func (x *PQueryPlanConstraint) Reset()

func (*PQueryPlanConstraint) ResetVT

func (m *PQueryPlanConstraint) ResetVT()

func (*PQueryPlanConstraint) ReturnToVTPool

func (m *PQueryPlanConstraint) ReturnToVTPool()

func (*PQueryPlanConstraint) SizeVT

func (m *PQueryPlanConstraint) SizeVT() (n int)

func (*PQueryPlanConstraint) String

func (x *PQueryPlanConstraint) String() string

func (*PQueryPlanConstraint) UnmarshalVT

func (m *PQueryPlanConstraint) UnmarshalVT(dAtA []byte) error

type PQueryPredicate

type PQueryPredicate struct {

	// Types that are valid to be assigned to SpecificPredicate:
	//
	//	*PQueryPredicate_AdditionalQueryPredicates
	//	*PQueryPredicate_AndPredicate
	//	*PQueryPredicate_ConstantPredicate
	//	*PQueryPredicate_ExistentialValuePredicate
	//	*PQueryPredicate_NotPredicate
	//	*PQueryPredicate_OrPredicate
	//	*PQueryPredicate_PredicateWithValueAndRanges
	//	*PQueryPredicate_ValuePredicate
	//	*PQueryPredicate_CompatibleTypeEvolutionPredicate
	//	*PQueryPredicate_DatabaseObjectDependenciesPredicate
	SpecificPredicate isPQueryPredicate_SpecificPredicate `protobuf_oneof:"specific_predicate"`
	// contains filtered or unexported fields
}

Query Predicates

func PQueryPredicateFromVTPool

func PQueryPredicateFromVTPool() *PQueryPredicate

func (*PQueryPredicate) Descriptor deprecated

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

Deprecated: Use PQueryPredicate.ProtoReflect.Descriptor instead.

func (*PQueryPredicate) GetAdditionalQueryPredicates

func (x *PQueryPredicate) GetAdditionalQueryPredicates() *anypb.Any

func (*PQueryPredicate) GetAndPredicate

func (x *PQueryPredicate) GetAndPredicate() *PAndPredicate

func (*PQueryPredicate) GetCompatibleTypeEvolutionPredicate

func (x *PQueryPredicate) GetCompatibleTypeEvolutionPredicate() *PCompatibleTypeEvolutionPredicate

func (*PQueryPredicate) GetConstantPredicate

func (x *PQueryPredicate) GetConstantPredicate() *PConstantPredicate

func (*PQueryPredicate) GetDatabaseObjectDependenciesPredicate

func (x *PQueryPredicate) GetDatabaseObjectDependenciesPredicate() *PDatabaseObjectDependenciesPredicate

func (*PQueryPredicate) GetExistentialValuePredicate

func (x *PQueryPredicate) GetExistentialValuePredicate() *PExistentialValuePredicate

func (*PQueryPredicate) GetNotPredicate

func (x *PQueryPredicate) GetNotPredicate() *PNotPredicate

func (*PQueryPredicate) GetOrPredicate

func (x *PQueryPredicate) GetOrPredicate() *POrPredicate

func (*PQueryPredicate) GetPredicateWithValueAndRanges

func (x *PQueryPredicate) GetPredicateWithValueAndRanges() *PPredicateWithValueAndRanges

func (*PQueryPredicate) GetSpecificPredicate

func (x *PQueryPredicate) GetSpecificPredicate() isPQueryPredicate_SpecificPredicate

func (*PQueryPredicate) GetValuePredicate

func (x *PQueryPredicate) GetValuePredicate() *PValuePredicate

func (*PQueryPredicate) MarshalToSizedBufferVT

func (m *PQueryPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PQueryPredicate) MarshalToVT

func (m *PQueryPredicate) MarshalToVT(dAtA []byte) (int, error)

func (*PQueryPredicate) MarshalVT

func (m *PQueryPredicate) MarshalVT() (dAtA []byte, err error)

func (*PQueryPredicate) ProtoMessage

func (*PQueryPredicate) ProtoMessage()

func (*PQueryPredicate) ProtoReflect

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

func (*PQueryPredicate) Reset

func (x *PQueryPredicate) Reset()

func (*PQueryPredicate) ResetVT

func (m *PQueryPredicate) ResetVT()

func (*PQueryPredicate) ReturnToVTPool

func (m *PQueryPredicate) ReturnToVTPool()

func (*PQueryPredicate) SizeVT

func (m *PQueryPredicate) SizeVT() (n int)

func (*PQueryPredicate) String

func (x *PQueryPredicate) String() string

func (*PQueryPredicate) UnmarshalVT

func (m *PQueryPredicate) UnmarshalVT(dAtA []byte) error

type PQueryPredicate_AdditionalQueryPredicates

type PQueryPredicate_AdditionalQueryPredicates struct {
	AdditionalQueryPredicates *anypb.Any `protobuf:"bytes,1,opt,name=additional_query_predicates,json=additionalQueryPredicates,oneof"`
}

func (*PQueryPredicate_AdditionalQueryPredicates) MarshalToSizedBufferVT

func (m *PQueryPredicate_AdditionalQueryPredicates) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PQueryPredicate_AdditionalQueryPredicates) MarshalToVT

func (m *PQueryPredicate_AdditionalQueryPredicates) MarshalToVT(dAtA []byte) (int, error)

func (*PQueryPredicate_AdditionalQueryPredicates) SizeVT

type PQueryPredicate_AndPredicate

type PQueryPredicate_AndPredicate struct {
	AndPredicate *PAndPredicate `protobuf:"bytes,2,opt,name=and_predicate,json=andPredicate,oneof"`
}

func (*PQueryPredicate_AndPredicate) MarshalToSizedBufferVT

func (m *PQueryPredicate_AndPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PQueryPredicate_AndPredicate) MarshalToVT

func (m *PQueryPredicate_AndPredicate) MarshalToVT(dAtA []byte) (int, error)

func (*PQueryPredicate_AndPredicate) SizeVT

func (m *PQueryPredicate_AndPredicate) SizeVT() (n int)

type PQueryPredicate_CompatibleTypeEvolutionPredicate

type PQueryPredicate_CompatibleTypeEvolutionPredicate struct {
	CompatibleTypeEvolutionPredicate *PCompatibleTypeEvolutionPredicate `protobuf:"bytes,9,opt,name=compatible_type_evolution_predicate,json=compatibleTypeEvolutionPredicate,oneof"`
}

func (*PQueryPredicate_CompatibleTypeEvolutionPredicate) MarshalToSizedBufferVT

func (m *PQueryPredicate_CompatibleTypeEvolutionPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PQueryPredicate_CompatibleTypeEvolutionPredicate) MarshalToVT

func (*PQueryPredicate_CompatibleTypeEvolutionPredicate) SizeVT

type PQueryPredicate_ConstantPredicate

type PQueryPredicate_ConstantPredicate struct {
	ConstantPredicate *PConstantPredicate `protobuf:"bytes,3,opt,name=constant_predicate,json=constantPredicate,oneof"`
}

func (*PQueryPredicate_ConstantPredicate) MarshalToSizedBufferVT

func (m *PQueryPredicate_ConstantPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PQueryPredicate_ConstantPredicate) MarshalToVT

func (m *PQueryPredicate_ConstantPredicate) MarshalToVT(dAtA []byte) (int, error)

func (*PQueryPredicate_ConstantPredicate) SizeVT

func (m *PQueryPredicate_ConstantPredicate) SizeVT() (n int)

type PQueryPredicate_DatabaseObjectDependenciesPredicate

type PQueryPredicate_DatabaseObjectDependenciesPredicate struct {
	DatabaseObjectDependenciesPredicate *PDatabaseObjectDependenciesPredicate `protobuf:"bytes,10,opt,name=database_object_dependencies_predicate,json=databaseObjectDependenciesPredicate,oneof"`
}

func (*PQueryPredicate_DatabaseObjectDependenciesPredicate) MarshalToSizedBufferVT

func (m *PQueryPredicate_DatabaseObjectDependenciesPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PQueryPredicate_DatabaseObjectDependenciesPredicate) MarshalToVT

func (*PQueryPredicate_DatabaseObjectDependenciesPredicate) SizeVT

type PQueryPredicate_ExistentialValuePredicate

type PQueryPredicate_ExistentialValuePredicate struct {
	ExistentialValuePredicate *PExistentialValuePredicate `protobuf:"bytes,4,opt,name=existential_value_predicate,json=existentialValuePredicate,oneof"`
}

func (*PQueryPredicate_ExistentialValuePredicate) MarshalToSizedBufferVT

func (m *PQueryPredicate_ExistentialValuePredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PQueryPredicate_ExistentialValuePredicate) MarshalToVT

func (m *PQueryPredicate_ExistentialValuePredicate) MarshalToVT(dAtA []byte) (int, error)

func (*PQueryPredicate_ExistentialValuePredicate) SizeVT

type PQueryPredicate_NotPredicate

type PQueryPredicate_NotPredicate struct {
	NotPredicate *PNotPredicate `protobuf:"bytes,5,opt,name=not_predicate,json=notPredicate,oneof"`
}

func (*PQueryPredicate_NotPredicate) MarshalToSizedBufferVT

func (m *PQueryPredicate_NotPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PQueryPredicate_NotPredicate) MarshalToVT

func (m *PQueryPredicate_NotPredicate) MarshalToVT(dAtA []byte) (int, error)

func (*PQueryPredicate_NotPredicate) SizeVT

func (m *PQueryPredicate_NotPredicate) SizeVT() (n int)

type PQueryPredicate_OrPredicate

type PQueryPredicate_OrPredicate struct {
	OrPredicate *POrPredicate `protobuf:"bytes,6,opt,name=or_predicate,json=orPredicate,oneof"`
}

func (*PQueryPredicate_OrPredicate) MarshalToSizedBufferVT

func (m *PQueryPredicate_OrPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PQueryPredicate_OrPredicate) MarshalToVT

func (m *PQueryPredicate_OrPredicate) MarshalToVT(dAtA []byte) (int, error)

func (*PQueryPredicate_OrPredicate) SizeVT

func (m *PQueryPredicate_OrPredicate) SizeVT() (n int)

type PQueryPredicate_PredicateWithValueAndRanges

type PQueryPredicate_PredicateWithValueAndRanges struct {
	PredicateWithValueAndRanges *PPredicateWithValueAndRanges `protobuf:"bytes,7,opt,name=predicate_with_value_and_ranges,json=predicateWithValueAndRanges,oneof"`
}

func (*PQueryPredicate_PredicateWithValueAndRanges) MarshalToSizedBufferVT

func (m *PQueryPredicate_PredicateWithValueAndRanges) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PQueryPredicate_PredicateWithValueAndRanges) MarshalToVT

func (m *PQueryPredicate_PredicateWithValueAndRanges) MarshalToVT(dAtA []byte) (int, error)

func (*PQueryPredicate_PredicateWithValueAndRanges) SizeVT

type PQueryPredicate_ValuePredicate

type PQueryPredicate_ValuePredicate struct {
	ValuePredicate *PValuePredicate `protobuf:"bytes,8,opt,name=value_predicate,json=valuePredicate,oneof"`
}

func (*PQueryPredicate_ValuePredicate) MarshalToSizedBufferVT

func (m *PQueryPredicate_ValuePredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PQueryPredicate_ValuePredicate) MarshalToVT

func (m *PQueryPredicate_ValuePredicate) MarshalToVT(dAtA []byte) (int, error)

func (*PQueryPredicate_ValuePredicate) SizeVT

func (m *PQueryPredicate_ValuePredicate) SizeVT() (n int)

type PQueryResult

type PQueryResult struct {

	// Types that are valid to be assigned to Datum:
	//
	//	*PQueryResult_Primitive
	//	*PQueryResult_Complex
	Datum isPQueryResult_Datum `protobuf_oneof:"datum"`
	// contains filtered or unexported fields
}

func PQueryResultFromVTPool

func PQueryResultFromVTPool() *PQueryResult

func (*PQueryResult) Descriptor deprecated

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

Deprecated: Use PQueryResult.ProtoReflect.Descriptor instead.

func (*PQueryResult) GetComplex

func (x *PQueryResult) GetComplex() []byte

func (*PQueryResult) GetDatum

func (x *PQueryResult) GetDatum() isPQueryResult_Datum

func (*PQueryResult) GetPrimitive

func (x *PQueryResult) GetPrimitive() *PComparableObject

func (*PQueryResult) MarshalToSizedBufferVT

func (m *PQueryResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PQueryResult) MarshalToVT

func (m *PQueryResult) MarshalToVT(dAtA []byte) (int, error)

func (*PQueryResult) MarshalVT

func (m *PQueryResult) MarshalVT() (dAtA []byte, err error)

func (*PQueryResult) ProtoMessage

func (*PQueryResult) ProtoMessage()

func (*PQueryResult) ProtoReflect

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

func (*PQueryResult) Reset

func (x *PQueryResult) Reset()

func (*PQueryResult) ResetVT

func (m *PQueryResult) ResetVT()

func (*PQueryResult) ReturnToVTPool

func (m *PQueryResult) ReturnToVTPool()

func (*PQueryResult) SizeVT

func (m *PQueryResult) SizeVT() (n int)

func (*PQueryResult) String

func (x *PQueryResult) String() string

func (*PQueryResult) UnmarshalVT

func (m *PQueryResult) UnmarshalVT(dAtA []byte) error

type PQueryResult_Complex

type PQueryResult_Complex struct {
	Complex []byte `protobuf:"bytes,2,opt,name=complex,oneof"`
}

func (*PQueryResult_Complex) MarshalToSizedBufferVT

func (m *PQueryResult_Complex) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PQueryResult_Complex) MarshalToVT

func (m *PQueryResult_Complex) MarshalToVT(dAtA []byte) (int, error)

func (*PQueryResult_Complex) SizeVT

func (m *PQueryResult_Complex) SizeVT() (n int)

type PQueryResult_Primitive

type PQueryResult_Primitive struct {
	Primitive *PComparableObject `protobuf:"bytes,1,opt,name=primitive,oneof"`
}

func (*PQueryResult_Primitive) MarshalToSizedBufferVT

func (m *PQueryResult_Primitive) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PQueryResult_Primitive) MarshalToVT

func (m *PQueryResult_Primitive) MarshalToVT(dAtA []byte) (int, error)

func (*PQueryResult_Primitive) SizeVT

func (m *PQueryResult_Primitive) SizeVT() (n int)

type PRangeConstraints

type PRangeConstraints struct {
	EvaluableRange *PCompilableRange `protobuf:"bytes,1,opt,name=evaluable_range,json=evaluableRange" json:"evaluable_range,omitempty"`
	DeferredRanges []*PComparison    `protobuf:"bytes,2,rep,name=deferred_ranges,json=deferredRanges" json:"deferred_ranges,omitempty"`
	// contains filtered or unexported fields
}

func PRangeConstraintsFromVTPool

func PRangeConstraintsFromVTPool() *PRangeConstraints

func (*PRangeConstraints) Descriptor deprecated

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

Deprecated: Use PRangeConstraints.ProtoReflect.Descriptor instead.

func (*PRangeConstraints) GetDeferredRanges

func (x *PRangeConstraints) GetDeferredRanges() []*PComparison

func (*PRangeConstraints) GetEvaluableRange

func (x *PRangeConstraints) GetEvaluableRange() *PCompilableRange

func (*PRangeConstraints) MarshalToSizedBufferVT

func (m *PRangeConstraints) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRangeConstraints) MarshalToVT

func (m *PRangeConstraints) MarshalToVT(dAtA []byte) (int, error)

func (*PRangeConstraints) MarshalVT

func (m *PRangeConstraints) MarshalVT() (dAtA []byte, err error)

func (*PRangeConstraints) ProtoMessage

func (*PRangeConstraints) ProtoMessage()

func (*PRangeConstraints) ProtoReflect

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

func (*PRangeConstraints) Reset

func (x *PRangeConstraints) Reset()

func (*PRangeConstraints) ResetVT

func (m *PRangeConstraints) ResetVT()

func (*PRangeConstraints) ReturnToVTPool

func (m *PRangeConstraints) ReturnToVTPool()

func (*PRangeConstraints) SizeVT

func (m *PRangeConstraints) SizeVT() (n int)

func (*PRangeConstraints) String

func (x *PRangeConstraints) String() string

func (*PRangeConstraints) UnmarshalVT

func (m *PRangeConstraints) UnmarshalVT(dAtA []byte) error

type PRangeValue

type PRangeValue struct {
	EndExclusiveChild   *PValue `protobuf:"bytes,1,opt,name=end_exclusive_child,json=endExclusiveChild" json:"end_exclusive_child,omitempty"`
	BeginInclusiveChild *PValue `protobuf:"bytes,2,opt,name=begin_inclusive_child,json=beginInclusiveChild" json:"begin_inclusive_child,omitempty"`
	StepChild           *PValue `protobuf:"bytes,3,opt,name=step_child,json=stepChild" json:"step_child,omitempty"`
	// contains filtered or unexported fields
}

func PRangeValueFromVTPool

func PRangeValueFromVTPool() *PRangeValue

func (*PRangeValue) Descriptor deprecated

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

Deprecated: Use PRangeValue.ProtoReflect.Descriptor instead.

func (*PRangeValue) GetBeginInclusiveChild

func (x *PRangeValue) GetBeginInclusiveChild() *PValue

func (*PRangeValue) GetEndExclusiveChild

func (x *PRangeValue) GetEndExclusiveChild() *PValue

func (*PRangeValue) GetStepChild

func (x *PRangeValue) GetStepChild() *PValue

func (*PRangeValue) MarshalToSizedBufferVT

func (m *PRangeValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRangeValue) MarshalToVT

func (m *PRangeValue) MarshalToVT(dAtA []byte) (int, error)

func (*PRangeValue) MarshalVT

func (m *PRangeValue) MarshalVT() (dAtA []byte, err error)

func (*PRangeValue) ProtoMessage

func (*PRangeValue) ProtoMessage()

func (*PRangeValue) ProtoReflect

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

func (*PRangeValue) Reset

func (x *PRangeValue) Reset()

func (*PRangeValue) ResetVT

func (m *PRangeValue) ResetVT()

func (*PRangeValue) ReturnToVTPool

func (m *PRangeValue) ReturnToVTPool()

func (*PRangeValue) SizeVT

func (m *PRangeValue) SizeVT() (n int)

func (*PRangeValue) String

func (x *PRangeValue) String() string

func (*PRangeValue) UnmarshalVT

func (m *PRangeValue) UnmarshalVT(dAtA []byte) error

type PRankValue

type PRankValue struct {
	Super *PWindowedValue `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

func PRankValueFromVTPool

func PRankValueFromVTPool() *PRankValue

func (*PRankValue) Descriptor deprecated

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

Deprecated: Use PRankValue.ProtoReflect.Descriptor instead.

func (*PRankValue) GetSuper

func (x *PRankValue) GetSuper() *PWindowedValue

func (*PRankValue) MarshalToSizedBufferVT

func (m *PRankValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRankValue) MarshalToVT

func (m *PRankValue) MarshalToVT(dAtA []byte) (int, error)

func (*PRankValue) MarshalVT

func (m *PRankValue) MarshalVT() (dAtA []byte, err error)

func (*PRankValue) ProtoMessage

func (*PRankValue) ProtoMessage()

func (*PRankValue) ProtoReflect

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

func (*PRankValue) Reset

func (x *PRankValue) Reset()

func (*PRankValue) ResetVT

func (m *PRankValue) ResetVT()

func (*PRankValue) ReturnToVTPool

func (m *PRankValue) ReturnToVTPool()

func (*PRankValue) SizeVT

func (m *PRankValue) SizeVT() (n int)

func (*PRankValue) String

func (x *PRankValue) String() string

func (*PRankValue) UnmarshalVT

func (m *PRankValue) UnmarshalVT(dAtA []byte) error

type PRawSqlFunction

type PRawSqlFunction struct {
	Name       *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Definition *string `protobuf:"bytes,2,opt,name=definition" json:"definition,omitempty"`
	// contains filtered or unexported fields
}

func PRawSqlFunctionFromVTPool

func PRawSqlFunctionFromVTPool() *PRawSqlFunction

func (*PRawSqlFunction) Descriptor deprecated

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

Deprecated: Use PRawSqlFunction.ProtoReflect.Descriptor instead.

func (*PRawSqlFunction) GetDefinition

func (x *PRawSqlFunction) GetDefinition() string

func (*PRawSqlFunction) GetName

func (x *PRawSqlFunction) GetName() string

func (*PRawSqlFunction) MarshalToSizedBufferVT

func (m *PRawSqlFunction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRawSqlFunction) MarshalToVT

func (m *PRawSqlFunction) MarshalToVT(dAtA []byte) (int, error)

func (*PRawSqlFunction) MarshalVT

func (m *PRawSqlFunction) MarshalVT() (dAtA []byte, err error)

func (*PRawSqlFunction) ProtoMessage

func (*PRawSqlFunction) ProtoMessage()

func (*PRawSqlFunction) ProtoReflect

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

func (*PRawSqlFunction) Reset

func (x *PRawSqlFunction) Reset()

func (*PRawSqlFunction) ResetVT

func (m *PRawSqlFunction) ResetVT()

func (*PRawSqlFunction) ReturnToVTPool

func (m *PRawSqlFunction) ReturnToVTPool()

func (*PRawSqlFunction) SizeVT

func (m *PRawSqlFunction) SizeVT() (n int)

func (*PRawSqlFunction) String

func (x *PRawSqlFunction) String() string

func (*PRawSqlFunction) UnmarshalVT

func (m *PRawSqlFunction) UnmarshalVT(dAtA []byte) error

type PRecordConstructorValue

type PRecordConstructorValue struct {
	ResultType *PType                             `protobuf:"bytes,1,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	Columns    []*PRecordConstructorValue_PColumn `protobuf:"bytes,2,rep,name=columns" json:"columns,omitempty"`
	// contains filtered or unexported fields
}

func PRecordConstructorValueFromVTPool

func PRecordConstructorValueFromVTPool() *PRecordConstructorValue

func (*PRecordConstructorValue) Descriptor deprecated

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

Deprecated: Use PRecordConstructorValue.ProtoReflect.Descriptor instead.

func (*PRecordConstructorValue) GetColumns

func (*PRecordConstructorValue) GetResultType

func (x *PRecordConstructorValue) GetResultType() *PType

func (*PRecordConstructorValue) MarshalToSizedBufferVT

func (m *PRecordConstructorValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordConstructorValue) MarshalToVT

func (m *PRecordConstructorValue) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordConstructorValue) MarshalVT

func (m *PRecordConstructorValue) MarshalVT() (dAtA []byte, err error)

func (*PRecordConstructorValue) ProtoMessage

func (*PRecordConstructorValue) ProtoMessage()

func (*PRecordConstructorValue) ProtoReflect

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

func (*PRecordConstructorValue) Reset

func (x *PRecordConstructorValue) Reset()

func (*PRecordConstructorValue) ResetVT

func (m *PRecordConstructorValue) ResetVT()

func (*PRecordConstructorValue) ReturnToVTPool

func (m *PRecordConstructorValue) ReturnToVTPool()

func (*PRecordConstructorValue) SizeVT

func (m *PRecordConstructorValue) SizeVT() (n int)

func (*PRecordConstructorValue) String

func (x *PRecordConstructorValue) String() string

func (*PRecordConstructorValue) UnmarshalVT

func (m *PRecordConstructorValue) UnmarshalVT(dAtA []byte) error

type PRecordConstructorValue_PColumn

type PRecordConstructorValue_PColumn struct {
	Field *PType_PRecordType_PField `protobuf:"bytes,1,opt,name=field" json:"field,omitempty"`
	Value *PValue                   `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func PRecordConstructorValue_PColumnFromVTPool

func PRecordConstructorValue_PColumnFromVTPool() *PRecordConstructorValue_PColumn

func (*PRecordConstructorValue_PColumn) Descriptor deprecated

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

Deprecated: Use PRecordConstructorValue_PColumn.ProtoReflect.Descriptor instead.

func (*PRecordConstructorValue_PColumn) GetField

func (*PRecordConstructorValue_PColumn) GetValue

func (x *PRecordConstructorValue_PColumn) GetValue() *PValue

func (*PRecordConstructorValue_PColumn) MarshalToSizedBufferVT

func (m *PRecordConstructorValue_PColumn) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordConstructorValue_PColumn) MarshalToVT

func (m *PRecordConstructorValue_PColumn) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordConstructorValue_PColumn) MarshalVT

func (m *PRecordConstructorValue_PColumn) MarshalVT() (dAtA []byte, err error)

func (*PRecordConstructorValue_PColumn) ProtoMessage

func (*PRecordConstructorValue_PColumn) ProtoMessage()

func (*PRecordConstructorValue_PColumn) ProtoReflect

func (*PRecordConstructorValue_PColumn) Reset

func (*PRecordConstructorValue_PColumn) ResetVT

func (m *PRecordConstructorValue_PColumn) ResetVT()

func (*PRecordConstructorValue_PColumn) ReturnToVTPool

func (m *PRecordConstructorValue_PColumn) ReturnToVTPool()

func (*PRecordConstructorValue_PColumn) SizeVT

func (m *PRecordConstructorValue_PColumn) SizeVT() (n int)

func (*PRecordConstructorValue_PColumn) String

func (*PRecordConstructorValue_PColumn) UnmarshalVT

func (m *PRecordConstructorValue_PColumn) UnmarshalVT(dAtA []byte) error

type PRecordQueryAbstractDataModificationPlan

type PRecordQueryAbstractDataModificationPlan struct {
	Inner                      *PPhysicalQuantifier     `protobuf:"bytes,1,opt,name=inner" json:"inner,omitempty"`
	TargetRecordType           *string                  `protobuf:"bytes,2,opt,name=target_record_type,json=targetRecordType" json:"target_record_type,omitempty"`
	TargetType                 *PType_PRecordType       `protobuf:"bytes,3,opt,name=target_type,json=targetType" json:"target_type,omitempty"`
	TransformationsTrie        *PTransformationTrieNode `protobuf:"bytes,4,opt,name=transformations_trie,json=transformationsTrie" json:"transformations_trie,omitempty"`
	CoercionTrie               *PCoercionTrieNode       `protobuf:"bytes,5,opt,name=coercion_trie,json=coercionTrie" json:"coercion_trie,omitempty"`
	ComputationValue           *PValue                  `protobuf:"bytes,6,opt,name=computation_value,json=computationValue" json:"computation_value,omitempty"`
	CurrentModifiedRecordAlias *string                  `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

PRecordQueryAbstractDataModificationPlan

func PRecordQueryAbstractDataModificationPlanFromVTPool

func PRecordQueryAbstractDataModificationPlanFromVTPool() *PRecordQueryAbstractDataModificationPlan

func (*PRecordQueryAbstractDataModificationPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryAbstractDataModificationPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryAbstractDataModificationPlan) GetCoercionTrie

func (*PRecordQueryAbstractDataModificationPlan) GetComputationValue

func (x *PRecordQueryAbstractDataModificationPlan) GetComputationValue() *PValue

func (*PRecordQueryAbstractDataModificationPlan) GetCurrentModifiedRecordAlias

func (x *PRecordQueryAbstractDataModificationPlan) GetCurrentModifiedRecordAlias() string

func (*PRecordQueryAbstractDataModificationPlan) GetInner

func (*PRecordQueryAbstractDataModificationPlan) GetTargetRecordType

func (x *PRecordQueryAbstractDataModificationPlan) GetTargetRecordType() string

func (*PRecordQueryAbstractDataModificationPlan) GetTargetType

func (*PRecordQueryAbstractDataModificationPlan) GetTransformationsTrie

func (*PRecordQueryAbstractDataModificationPlan) MarshalToSizedBufferVT

func (m *PRecordQueryAbstractDataModificationPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryAbstractDataModificationPlan) MarshalToVT

func (m *PRecordQueryAbstractDataModificationPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryAbstractDataModificationPlan) MarshalVT

func (m *PRecordQueryAbstractDataModificationPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryAbstractDataModificationPlan) ProtoMessage

func (*PRecordQueryAbstractDataModificationPlan) ProtoReflect

func (*PRecordQueryAbstractDataModificationPlan) Reset

func (*PRecordQueryAbstractDataModificationPlan) ResetVT

func (*PRecordQueryAbstractDataModificationPlan) ReturnToVTPool

func (m *PRecordQueryAbstractDataModificationPlan) ReturnToVTPool()

func (*PRecordQueryAbstractDataModificationPlan) SizeVT

func (*PRecordQueryAbstractDataModificationPlan) String

func (*PRecordQueryAbstractDataModificationPlan) UnmarshalVT

func (m *PRecordQueryAbstractDataModificationPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryAggregateIndexPlan

type PRecordQueryAggregateIndexPlan struct {
	IndexPlan          *PRecordQueryIndexPlan         `protobuf:"bytes,1,opt,name=index_plan,json=indexPlan" json:"index_plan,omitempty"`
	RecordTypeName     *string                        `protobuf:"bytes,2,opt,name=record_type_name,json=recordTypeName" json:"record_type_name,omitempty"`
	ToRecord           *PIndexKeyValueToPartialRecord `protobuf:"bytes,3,opt,name=to_record,json=toRecord" json:"to_record,omitempty"`
	ResultValue        *PValue                        `protobuf:"bytes,4,opt,name=result_value,json=resultValue" json:"result_value,omitempty"`
	Constraint         *PQueryPlanConstraint          `protobuf:"bytes,5,opt,name=constraint" json:"constraint,omitempty"`
	GroupByResultValue *PValue                        `protobuf:"bytes,6,opt,name=group_by_result_value,json=groupByResultValue" json:"group_by_result_value,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryAggregateIndexPlan

func PRecordQueryAggregateIndexPlanFromVTPool

func PRecordQueryAggregateIndexPlanFromVTPool() *PRecordQueryAggregateIndexPlan

func (*PRecordQueryAggregateIndexPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryAggregateIndexPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryAggregateIndexPlan) GetConstraint

func (*PRecordQueryAggregateIndexPlan) GetGroupByResultValue

func (x *PRecordQueryAggregateIndexPlan) GetGroupByResultValue() *PValue

func (*PRecordQueryAggregateIndexPlan) GetIndexPlan

func (*PRecordQueryAggregateIndexPlan) GetRecordTypeName

func (x *PRecordQueryAggregateIndexPlan) GetRecordTypeName() string

func (*PRecordQueryAggregateIndexPlan) GetResultValue

func (x *PRecordQueryAggregateIndexPlan) GetResultValue() *PValue

func (*PRecordQueryAggregateIndexPlan) GetToRecord

func (*PRecordQueryAggregateIndexPlan) MarshalToSizedBufferVT

func (m *PRecordQueryAggregateIndexPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryAggregateIndexPlan) MarshalToVT

func (m *PRecordQueryAggregateIndexPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryAggregateIndexPlan) MarshalVT

func (m *PRecordQueryAggregateIndexPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryAggregateIndexPlan) ProtoMessage

func (*PRecordQueryAggregateIndexPlan) ProtoMessage()

func (*PRecordQueryAggregateIndexPlan) ProtoReflect

func (*PRecordQueryAggregateIndexPlan) Reset

func (x *PRecordQueryAggregateIndexPlan) Reset()

func (*PRecordQueryAggregateIndexPlan) ResetVT

func (m *PRecordQueryAggregateIndexPlan) ResetVT()

func (*PRecordQueryAggregateIndexPlan) ReturnToVTPool

func (m *PRecordQueryAggregateIndexPlan) ReturnToVTPool()

func (*PRecordQueryAggregateIndexPlan) SizeVT

func (m *PRecordQueryAggregateIndexPlan) SizeVT() (n int)

func (*PRecordQueryAggregateIndexPlan) String

func (*PRecordQueryAggregateIndexPlan) UnmarshalVT

func (m *PRecordQueryAggregateIndexPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryCoveringIndexPlan

type PRecordQueryCoveringIndexPlan struct {
	IndexPlan      *PRecordQueryPlan              `protobuf:"bytes,1,opt,name=index_plan,json=indexPlan" json:"index_plan,omitempty"`
	RecordTypeName *string                        `protobuf:"bytes,2,opt,name=record_type_name,json=recordTypeName" json:"record_type_name,omitempty"`
	ToRecord       *PIndexKeyValueToPartialRecord `protobuf:"bytes,3,opt,name=to_record,json=toRecord" json:"to_record,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryCoveringIndexPlan

func PRecordQueryCoveringIndexPlanFromVTPool

func PRecordQueryCoveringIndexPlanFromVTPool() *PRecordQueryCoveringIndexPlan

func (*PRecordQueryCoveringIndexPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryCoveringIndexPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryCoveringIndexPlan) GetIndexPlan

func (*PRecordQueryCoveringIndexPlan) GetRecordTypeName

func (x *PRecordQueryCoveringIndexPlan) GetRecordTypeName() string

func (*PRecordQueryCoveringIndexPlan) GetToRecord

func (*PRecordQueryCoveringIndexPlan) MarshalToSizedBufferVT

func (m *PRecordQueryCoveringIndexPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryCoveringIndexPlan) MarshalToVT

func (m *PRecordQueryCoveringIndexPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryCoveringIndexPlan) MarshalVT

func (m *PRecordQueryCoveringIndexPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryCoveringIndexPlan) ProtoMessage

func (*PRecordQueryCoveringIndexPlan) ProtoMessage()

func (*PRecordQueryCoveringIndexPlan) ProtoReflect

func (*PRecordQueryCoveringIndexPlan) Reset

func (x *PRecordQueryCoveringIndexPlan) Reset()

func (*PRecordQueryCoveringIndexPlan) ResetVT

func (m *PRecordQueryCoveringIndexPlan) ResetVT()

func (*PRecordQueryCoveringIndexPlan) ReturnToVTPool

func (m *PRecordQueryCoveringIndexPlan) ReturnToVTPool()

func (*PRecordQueryCoveringIndexPlan) SizeVT

func (m *PRecordQueryCoveringIndexPlan) SizeVT() (n int)

func (*PRecordQueryCoveringIndexPlan) String

func (*PRecordQueryCoveringIndexPlan) UnmarshalVT

func (m *PRecordQueryCoveringIndexPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryDamPlan

type PRecordQueryDamPlan struct {
	Inner *PPhysicalQuantifier `protobuf:"bytes,1,opt,name=inner" json:"inner,omitempty"`
	Key   *PRecordQuerySortKey `protobuf:"bytes,2,opt,name=key" json:"key,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryDamPlan

func PRecordQueryDamPlanFromVTPool

func PRecordQueryDamPlanFromVTPool() *PRecordQueryDamPlan

func (*PRecordQueryDamPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryDamPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryDamPlan) GetInner

func (*PRecordQueryDamPlan) GetKey

func (*PRecordQueryDamPlan) MarshalToSizedBufferVT

func (m *PRecordQueryDamPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryDamPlan) MarshalToVT

func (m *PRecordQueryDamPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryDamPlan) MarshalVT

func (m *PRecordQueryDamPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryDamPlan) ProtoMessage

func (*PRecordQueryDamPlan) ProtoMessage()

func (*PRecordQueryDamPlan) ProtoReflect

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

func (*PRecordQueryDamPlan) Reset

func (x *PRecordQueryDamPlan) Reset()

func (*PRecordQueryDamPlan) ResetVT

func (m *PRecordQueryDamPlan) ResetVT()

func (*PRecordQueryDamPlan) ReturnToVTPool

func (m *PRecordQueryDamPlan) ReturnToVTPool()

func (*PRecordQueryDamPlan) SizeVT

func (m *PRecordQueryDamPlan) SizeVT() (n int)

func (*PRecordQueryDamPlan) String

func (x *PRecordQueryDamPlan) String() string

func (*PRecordQueryDamPlan) UnmarshalVT

func (m *PRecordQueryDamPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryDefaultOnEmptyPlan

type PRecordQueryDefaultOnEmptyPlan struct {
	Inner              *PPhysicalQuantifier `protobuf:"bytes,1,opt,name=inner" json:"inner,omitempty"`
	OnEmptyResultValue *PValue              `protobuf:"bytes,2,opt,name=on_empty_result_value,json=onEmptyResultValue" json:"on_empty_result_value,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryDefaultOnEmptyPlan

func PRecordQueryDefaultOnEmptyPlanFromVTPool

func PRecordQueryDefaultOnEmptyPlanFromVTPool() *PRecordQueryDefaultOnEmptyPlan

func (*PRecordQueryDefaultOnEmptyPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryDefaultOnEmptyPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryDefaultOnEmptyPlan) GetInner

func (*PRecordQueryDefaultOnEmptyPlan) GetOnEmptyResultValue

func (x *PRecordQueryDefaultOnEmptyPlan) GetOnEmptyResultValue() *PValue

func (*PRecordQueryDefaultOnEmptyPlan) MarshalToSizedBufferVT

func (m *PRecordQueryDefaultOnEmptyPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryDefaultOnEmptyPlan) MarshalToVT

func (m *PRecordQueryDefaultOnEmptyPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryDefaultOnEmptyPlan) MarshalVT

func (m *PRecordQueryDefaultOnEmptyPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryDefaultOnEmptyPlan) ProtoMessage

func (*PRecordQueryDefaultOnEmptyPlan) ProtoMessage()

func (*PRecordQueryDefaultOnEmptyPlan) ProtoReflect

func (*PRecordQueryDefaultOnEmptyPlan) Reset

func (x *PRecordQueryDefaultOnEmptyPlan) Reset()

func (*PRecordQueryDefaultOnEmptyPlan) ResetVT

func (m *PRecordQueryDefaultOnEmptyPlan) ResetVT()

func (*PRecordQueryDefaultOnEmptyPlan) ReturnToVTPool

func (m *PRecordQueryDefaultOnEmptyPlan) ReturnToVTPool()

func (*PRecordQueryDefaultOnEmptyPlan) SizeVT

func (m *PRecordQueryDefaultOnEmptyPlan) SizeVT() (n int)

func (*PRecordQueryDefaultOnEmptyPlan) String

func (*PRecordQueryDefaultOnEmptyPlan) UnmarshalVT

func (m *PRecordQueryDefaultOnEmptyPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryDeletePlan

type PRecordQueryDeletePlan struct {
	Inner *PPhysicalQuantifier `protobuf:"bytes,1,opt,name=inner" json:"inner,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryDeletePlan

func PRecordQueryDeletePlanFromVTPool

func PRecordQueryDeletePlanFromVTPool() *PRecordQueryDeletePlan

func (*PRecordQueryDeletePlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryDeletePlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryDeletePlan) GetInner

func (*PRecordQueryDeletePlan) MarshalToSizedBufferVT

func (m *PRecordQueryDeletePlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryDeletePlan) MarshalToVT

func (m *PRecordQueryDeletePlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryDeletePlan) MarshalVT

func (m *PRecordQueryDeletePlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryDeletePlan) ProtoMessage

func (*PRecordQueryDeletePlan) ProtoMessage()

func (*PRecordQueryDeletePlan) ProtoReflect

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

func (*PRecordQueryDeletePlan) Reset

func (x *PRecordQueryDeletePlan) Reset()

func (*PRecordQueryDeletePlan) ResetVT

func (m *PRecordQueryDeletePlan) ResetVT()

func (*PRecordQueryDeletePlan) ReturnToVTPool

func (m *PRecordQueryDeletePlan) ReturnToVTPool()

func (*PRecordQueryDeletePlan) SizeVT

func (m *PRecordQueryDeletePlan) SizeVT() (n int)

func (*PRecordQueryDeletePlan) String

func (x *PRecordQueryDeletePlan) String() string

func (*PRecordQueryDeletePlan) UnmarshalVT

func (m *PRecordQueryDeletePlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryExplodePlan

type PRecordQueryExplodePlan struct {
	CollectionValue *PValue `protobuf:"bytes,1,opt,name=collection_value,json=collectionValue" json:"collection_value,omitempty"`
	WithOrdinality  *bool   `protobuf:"varint,2,opt,name=with_ordinality,json=withOrdinality" json:"with_ordinality,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryExplodePlan

func PRecordQueryExplodePlanFromVTPool

func PRecordQueryExplodePlanFromVTPool() *PRecordQueryExplodePlan

func (*PRecordQueryExplodePlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryExplodePlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryExplodePlan) GetCollectionValue

func (x *PRecordQueryExplodePlan) GetCollectionValue() *PValue

func (*PRecordQueryExplodePlan) GetWithOrdinality

func (x *PRecordQueryExplodePlan) GetWithOrdinality() bool

func (*PRecordQueryExplodePlan) MarshalToSizedBufferVT

func (m *PRecordQueryExplodePlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryExplodePlan) MarshalToVT

func (m *PRecordQueryExplodePlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryExplodePlan) MarshalVT

func (m *PRecordQueryExplodePlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryExplodePlan) ProtoMessage

func (*PRecordQueryExplodePlan) ProtoMessage()

func (*PRecordQueryExplodePlan) ProtoReflect

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

func (*PRecordQueryExplodePlan) Reset

func (x *PRecordQueryExplodePlan) Reset()

func (*PRecordQueryExplodePlan) ResetVT

func (m *PRecordQueryExplodePlan) ResetVT()

func (*PRecordQueryExplodePlan) ReturnToVTPool

func (m *PRecordQueryExplodePlan) ReturnToVTPool()

func (*PRecordQueryExplodePlan) SizeVT

func (m *PRecordQueryExplodePlan) SizeVT() (n int)

func (*PRecordQueryExplodePlan) String

func (x *PRecordQueryExplodePlan) String() string

func (*PRecordQueryExplodePlan) UnmarshalVT

func (m *PRecordQueryExplodePlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryFetchFromPartialRecordPlan

type PRecordQueryFetchFromPartialRecordPlan struct {
	Inner             *PPhysicalQuantifier `protobuf:"bytes,1,opt,name=inner" json:"inner,omitempty"`
	ResultType        *PType               `protobuf:"bytes,2,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	FetchIndexRecords *PFetchIndexRecords  `` /* 173-byte string literal not displayed */
	// contains filtered or unexported fields
}

PRecordQueryFetchFromPartialRecordPlan

func PRecordQueryFetchFromPartialRecordPlanFromVTPool

func PRecordQueryFetchFromPartialRecordPlanFromVTPool() *PRecordQueryFetchFromPartialRecordPlan

func (*PRecordQueryFetchFromPartialRecordPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryFetchFromPartialRecordPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryFetchFromPartialRecordPlan) GetFetchIndexRecords

func (*PRecordQueryFetchFromPartialRecordPlan) GetInner

func (*PRecordQueryFetchFromPartialRecordPlan) GetResultType

func (x *PRecordQueryFetchFromPartialRecordPlan) GetResultType() *PType

func (*PRecordQueryFetchFromPartialRecordPlan) MarshalToSizedBufferVT

func (m *PRecordQueryFetchFromPartialRecordPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryFetchFromPartialRecordPlan) MarshalToVT

func (m *PRecordQueryFetchFromPartialRecordPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryFetchFromPartialRecordPlan) MarshalVT

func (m *PRecordQueryFetchFromPartialRecordPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryFetchFromPartialRecordPlan) ProtoMessage

func (*PRecordQueryFetchFromPartialRecordPlan) ProtoReflect

func (*PRecordQueryFetchFromPartialRecordPlan) Reset

func (*PRecordQueryFetchFromPartialRecordPlan) ResetVT

func (*PRecordQueryFetchFromPartialRecordPlan) ReturnToVTPool

func (m *PRecordQueryFetchFromPartialRecordPlan) ReturnToVTPool()

func (*PRecordQueryFetchFromPartialRecordPlan) SizeVT

func (*PRecordQueryFetchFromPartialRecordPlan) String

func (*PRecordQueryFetchFromPartialRecordPlan) UnmarshalVT

func (m *PRecordQueryFetchFromPartialRecordPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryFilterPlanBase

type PRecordQueryFilterPlanBase struct {
	Inner *PPhysicalQuantifier `protobuf:"bytes,1,opt,name=inner" json:"inner,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryFilterPlanBase

func PRecordQueryFilterPlanBaseFromVTPool

func PRecordQueryFilterPlanBaseFromVTPool() *PRecordQueryFilterPlanBase

func (*PRecordQueryFilterPlanBase) Descriptor deprecated

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

Deprecated: Use PRecordQueryFilterPlanBase.ProtoReflect.Descriptor instead.

func (*PRecordQueryFilterPlanBase) GetInner

func (*PRecordQueryFilterPlanBase) MarshalToSizedBufferVT

func (m *PRecordQueryFilterPlanBase) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryFilterPlanBase) MarshalToVT

func (m *PRecordQueryFilterPlanBase) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryFilterPlanBase) MarshalVT

func (m *PRecordQueryFilterPlanBase) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryFilterPlanBase) ProtoMessage

func (*PRecordQueryFilterPlanBase) ProtoMessage()

func (*PRecordQueryFilterPlanBase) ProtoReflect

func (*PRecordQueryFilterPlanBase) Reset

func (x *PRecordQueryFilterPlanBase) Reset()

func (*PRecordQueryFilterPlanBase) ResetVT

func (m *PRecordQueryFilterPlanBase) ResetVT()

func (*PRecordQueryFilterPlanBase) ReturnToVTPool

func (m *PRecordQueryFilterPlanBase) ReturnToVTPool()

func (*PRecordQueryFilterPlanBase) SizeVT

func (m *PRecordQueryFilterPlanBase) SizeVT() (n int)

func (*PRecordQueryFilterPlanBase) String

func (x *PRecordQueryFilterPlanBase) String() string

func (*PRecordQueryFilterPlanBase) UnmarshalVT

func (m *PRecordQueryFilterPlanBase) UnmarshalVT(dAtA []byte) error

type PRecordQueryFirstOrDefaultPlan

type PRecordQueryFirstOrDefaultPlan struct {
	Inner              *PPhysicalQuantifier `protobuf:"bytes,1,opt,name=inner" json:"inner,omitempty"`
	OnEmptyResultValue *PValue              `protobuf:"bytes,2,opt,name=on_empty_result_value,json=onEmptyResultValue" json:"on_empty_result_value,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryFirstOrDefaultPlan

func PRecordQueryFirstOrDefaultPlanFromVTPool

func PRecordQueryFirstOrDefaultPlanFromVTPool() *PRecordQueryFirstOrDefaultPlan

func (*PRecordQueryFirstOrDefaultPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryFirstOrDefaultPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryFirstOrDefaultPlan) GetInner

func (*PRecordQueryFirstOrDefaultPlan) GetOnEmptyResultValue

func (x *PRecordQueryFirstOrDefaultPlan) GetOnEmptyResultValue() *PValue

func (*PRecordQueryFirstOrDefaultPlan) MarshalToSizedBufferVT

func (m *PRecordQueryFirstOrDefaultPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryFirstOrDefaultPlan) MarshalToVT

func (m *PRecordQueryFirstOrDefaultPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryFirstOrDefaultPlan) MarshalVT

func (m *PRecordQueryFirstOrDefaultPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryFirstOrDefaultPlan) ProtoMessage

func (*PRecordQueryFirstOrDefaultPlan) ProtoMessage()

func (*PRecordQueryFirstOrDefaultPlan) ProtoReflect

func (*PRecordQueryFirstOrDefaultPlan) Reset

func (x *PRecordQueryFirstOrDefaultPlan) Reset()

func (*PRecordQueryFirstOrDefaultPlan) ResetVT

func (m *PRecordQueryFirstOrDefaultPlan) ResetVT()

func (*PRecordQueryFirstOrDefaultPlan) ReturnToVTPool

func (m *PRecordQueryFirstOrDefaultPlan) ReturnToVTPool()

func (*PRecordQueryFirstOrDefaultPlan) SizeVT

func (m *PRecordQueryFirstOrDefaultPlan) SizeVT() (n int)

func (*PRecordQueryFirstOrDefaultPlan) String

func (*PRecordQueryFirstOrDefaultPlan) UnmarshalVT

func (m *PRecordQueryFirstOrDefaultPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryFlatMapPlan

type PRecordQueryFlatMapPlan struct {
	OuterQuantifier              *PPhysicalQuantifier `protobuf:"bytes,1,opt,name=outer_quantifier,json=outerQuantifier" json:"outer_quantifier,omitempty"`
	InnerQuantifier              *PPhysicalQuantifier `protobuf:"bytes,2,opt,name=inner_quantifier,json=innerQuantifier" json:"inner_quantifier,omitempty"`
	ResultValue                  *PValue              `protobuf:"bytes,3,opt,name=result_value,json=resultValue" json:"result_value,omitempty"`
	InheritOuterRecordProperties *bool                `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

PRecordQueryFlatMapPlan

func PRecordQueryFlatMapPlanFromVTPool

func PRecordQueryFlatMapPlanFromVTPool() *PRecordQueryFlatMapPlan

func (*PRecordQueryFlatMapPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryFlatMapPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryFlatMapPlan) GetInheritOuterRecordProperties

func (x *PRecordQueryFlatMapPlan) GetInheritOuterRecordProperties() bool

func (*PRecordQueryFlatMapPlan) GetInnerQuantifier

func (x *PRecordQueryFlatMapPlan) GetInnerQuantifier() *PPhysicalQuantifier

func (*PRecordQueryFlatMapPlan) GetOuterQuantifier

func (x *PRecordQueryFlatMapPlan) GetOuterQuantifier() *PPhysicalQuantifier

func (*PRecordQueryFlatMapPlan) GetResultValue

func (x *PRecordQueryFlatMapPlan) GetResultValue() *PValue

func (*PRecordQueryFlatMapPlan) MarshalToSizedBufferVT

func (m *PRecordQueryFlatMapPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryFlatMapPlan) MarshalToVT

func (m *PRecordQueryFlatMapPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryFlatMapPlan) MarshalVT

func (m *PRecordQueryFlatMapPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryFlatMapPlan) ProtoMessage

func (*PRecordQueryFlatMapPlan) ProtoMessage()

func (*PRecordQueryFlatMapPlan) ProtoReflect

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

func (*PRecordQueryFlatMapPlan) Reset

func (x *PRecordQueryFlatMapPlan) Reset()

func (*PRecordQueryFlatMapPlan) ResetVT

func (m *PRecordQueryFlatMapPlan) ResetVT()

func (*PRecordQueryFlatMapPlan) ReturnToVTPool

func (m *PRecordQueryFlatMapPlan) ReturnToVTPool()

func (*PRecordQueryFlatMapPlan) SizeVT

func (m *PRecordQueryFlatMapPlan) SizeVT() (n int)

func (*PRecordQueryFlatMapPlan) String

func (x *PRecordQueryFlatMapPlan) String() string

func (*PRecordQueryFlatMapPlan) UnmarshalVT

func (m *PRecordQueryFlatMapPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryInComparandJoinPlan

type PRecordQueryInComparandJoinPlan struct {
	Super *PRecordQueryInJoinPlan `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryInComparandJoinPlan

func PRecordQueryInComparandJoinPlanFromVTPool

func PRecordQueryInComparandJoinPlanFromVTPool() *PRecordQueryInComparandJoinPlan

func (*PRecordQueryInComparandJoinPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryInComparandJoinPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryInComparandJoinPlan) GetSuper

func (*PRecordQueryInComparandJoinPlan) MarshalToSizedBufferVT

func (m *PRecordQueryInComparandJoinPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryInComparandJoinPlan) MarshalToVT

func (m *PRecordQueryInComparandJoinPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryInComparandJoinPlan) MarshalVT

func (m *PRecordQueryInComparandJoinPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryInComparandJoinPlan) ProtoMessage

func (*PRecordQueryInComparandJoinPlan) ProtoMessage()

func (*PRecordQueryInComparandJoinPlan) ProtoReflect

func (*PRecordQueryInComparandJoinPlan) Reset

func (*PRecordQueryInComparandJoinPlan) ResetVT

func (m *PRecordQueryInComparandJoinPlan) ResetVT()

func (*PRecordQueryInComparandJoinPlan) ReturnToVTPool

func (m *PRecordQueryInComparandJoinPlan) ReturnToVTPool()

func (*PRecordQueryInComparandJoinPlan) SizeVT

func (m *PRecordQueryInComparandJoinPlan) SizeVT() (n int)

func (*PRecordQueryInComparandJoinPlan) String

func (*PRecordQueryInComparandJoinPlan) UnmarshalVT

func (m *PRecordQueryInComparandJoinPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryInJoinPlan

type PRecordQueryInJoinPlan struct {
	PhysicalQuantifier *PPhysicalQuantifier               `protobuf:"bytes,1,opt,name=physical_quantifier,json=physicalQuantifier" json:"physical_quantifier,omitempty"`
	InSource           *PInSource                         `protobuf:"bytes,2,opt,name=in_source,json=inSource" json:"in_source,omitempty"`
	Internal           *PParameterComparison_PBindingKind `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

PRecordQueryInJoinPlan

func PRecordQueryInJoinPlanFromVTPool

func PRecordQueryInJoinPlanFromVTPool() *PRecordQueryInJoinPlan

func (*PRecordQueryInJoinPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryInJoinPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryInJoinPlan) GetInSource

func (x *PRecordQueryInJoinPlan) GetInSource() *PInSource

func (*PRecordQueryInJoinPlan) GetInternal

func (*PRecordQueryInJoinPlan) GetPhysicalQuantifier

func (x *PRecordQueryInJoinPlan) GetPhysicalQuantifier() *PPhysicalQuantifier

func (*PRecordQueryInJoinPlan) MarshalToSizedBufferVT

func (m *PRecordQueryInJoinPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryInJoinPlan) MarshalToVT

func (m *PRecordQueryInJoinPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryInJoinPlan) MarshalVT

func (m *PRecordQueryInJoinPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryInJoinPlan) ProtoMessage

func (*PRecordQueryInJoinPlan) ProtoMessage()

func (*PRecordQueryInJoinPlan) ProtoReflect

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

func (*PRecordQueryInJoinPlan) Reset

func (x *PRecordQueryInJoinPlan) Reset()

func (*PRecordQueryInJoinPlan) ResetVT

func (m *PRecordQueryInJoinPlan) ResetVT()

func (*PRecordQueryInJoinPlan) ReturnToVTPool

func (m *PRecordQueryInJoinPlan) ReturnToVTPool()

func (*PRecordQueryInJoinPlan) SizeVT

func (m *PRecordQueryInJoinPlan) SizeVT() (n int)

func (*PRecordQueryInJoinPlan) String

func (x *PRecordQueryInJoinPlan) String() string

func (*PRecordQueryInJoinPlan) UnmarshalVT

func (m *PRecordQueryInJoinPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryInParameterJoinPlan

type PRecordQueryInParameterJoinPlan struct {
	Super *PRecordQueryInJoinPlan `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryInParameterJoinPlan

func PRecordQueryInParameterJoinPlanFromVTPool

func PRecordQueryInParameterJoinPlanFromVTPool() *PRecordQueryInParameterJoinPlan

func (*PRecordQueryInParameterJoinPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryInParameterJoinPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryInParameterJoinPlan) GetSuper

func (*PRecordQueryInParameterJoinPlan) MarshalToSizedBufferVT

func (m *PRecordQueryInParameterJoinPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryInParameterJoinPlan) MarshalToVT

func (m *PRecordQueryInParameterJoinPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryInParameterJoinPlan) MarshalVT

func (m *PRecordQueryInParameterJoinPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryInParameterJoinPlan) ProtoMessage

func (*PRecordQueryInParameterJoinPlan) ProtoMessage()

func (*PRecordQueryInParameterJoinPlan) ProtoReflect

func (*PRecordQueryInParameterJoinPlan) Reset

func (*PRecordQueryInParameterJoinPlan) ResetVT

func (m *PRecordQueryInParameterJoinPlan) ResetVT()

func (*PRecordQueryInParameterJoinPlan) ReturnToVTPool

func (m *PRecordQueryInParameterJoinPlan) ReturnToVTPool()

func (*PRecordQueryInParameterJoinPlan) SizeVT

func (m *PRecordQueryInParameterJoinPlan) SizeVT() (n int)

func (*PRecordQueryInParameterJoinPlan) String

func (*PRecordQueryInParameterJoinPlan) UnmarshalVT

func (m *PRecordQueryInParameterJoinPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryInUnionOnKeyExpressionPlan

type PRecordQueryInUnionOnKeyExpressionPlan struct {
	Super *PRecordQueryInUnionPlan `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryInUnionOnKeyExpressionPlan

func PRecordQueryInUnionOnKeyExpressionPlanFromVTPool

func PRecordQueryInUnionOnKeyExpressionPlanFromVTPool() *PRecordQueryInUnionOnKeyExpressionPlan

func (*PRecordQueryInUnionOnKeyExpressionPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryInUnionOnKeyExpressionPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryInUnionOnKeyExpressionPlan) GetSuper

func (*PRecordQueryInUnionOnKeyExpressionPlan) MarshalToSizedBufferVT

func (m *PRecordQueryInUnionOnKeyExpressionPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryInUnionOnKeyExpressionPlan) MarshalToVT

func (m *PRecordQueryInUnionOnKeyExpressionPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryInUnionOnKeyExpressionPlan) MarshalVT

func (m *PRecordQueryInUnionOnKeyExpressionPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryInUnionOnKeyExpressionPlan) ProtoMessage

func (*PRecordQueryInUnionOnKeyExpressionPlan) ProtoReflect

func (*PRecordQueryInUnionOnKeyExpressionPlan) Reset

func (*PRecordQueryInUnionOnKeyExpressionPlan) ResetVT

func (*PRecordQueryInUnionOnKeyExpressionPlan) ReturnToVTPool

func (m *PRecordQueryInUnionOnKeyExpressionPlan) ReturnToVTPool()

func (*PRecordQueryInUnionOnKeyExpressionPlan) SizeVT

func (*PRecordQueryInUnionOnKeyExpressionPlan) String

func (*PRecordQueryInUnionOnKeyExpressionPlan) UnmarshalVT

func (m *PRecordQueryInUnionOnKeyExpressionPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryInUnionOnValuesPlan

type PRecordQueryInUnionOnValuesPlan struct {
	Super *PRecordQueryInUnionPlan `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryInUnionOnValuesPlan

func PRecordQueryInUnionOnValuesPlanFromVTPool

func PRecordQueryInUnionOnValuesPlanFromVTPool() *PRecordQueryInUnionOnValuesPlan

func (*PRecordQueryInUnionOnValuesPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryInUnionOnValuesPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryInUnionOnValuesPlan) GetSuper

func (*PRecordQueryInUnionOnValuesPlan) MarshalToSizedBufferVT

func (m *PRecordQueryInUnionOnValuesPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryInUnionOnValuesPlan) MarshalToVT

func (m *PRecordQueryInUnionOnValuesPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryInUnionOnValuesPlan) MarshalVT

func (m *PRecordQueryInUnionOnValuesPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryInUnionOnValuesPlan) ProtoMessage

func (*PRecordQueryInUnionOnValuesPlan) ProtoMessage()

func (*PRecordQueryInUnionOnValuesPlan) ProtoReflect

func (*PRecordQueryInUnionOnValuesPlan) Reset

func (*PRecordQueryInUnionOnValuesPlan) ResetVT

func (m *PRecordQueryInUnionOnValuesPlan) ResetVT()

func (*PRecordQueryInUnionOnValuesPlan) ReturnToVTPool

func (m *PRecordQueryInUnionOnValuesPlan) ReturnToVTPool()

func (*PRecordQueryInUnionOnValuesPlan) SizeVT

func (m *PRecordQueryInUnionOnValuesPlan) SizeVT() (n int)

func (*PRecordQueryInUnionOnValuesPlan) String

func (*PRecordQueryInUnionOnValuesPlan) UnmarshalVT

func (m *PRecordQueryInUnionOnValuesPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryInUnionPlan

type PRecordQueryInUnionPlan struct {
	Inner                    *PPhysicalQuantifier               `protobuf:"bytes,1,opt,name=inner" json:"inner,omitempty"`
	InSources                []*PInSource                       `protobuf:"bytes,2,rep,name=in_sources,json=inSources" json:"in_sources,omitempty"`
	ComparisonKeyFunction    *PComparisonKeyFunction            `protobuf:"bytes,3,opt,name=comparison_key_function,json=comparisonKeyFunction" json:"comparison_key_function,omitempty"`
	Reverse                  *bool                              `protobuf:"varint,4,opt,name=reverse" json:"reverse,omitempty"`
	MaxNumberOfValuesAllowed *int32                             `` /* 133-byte string literal not displayed */
	Internal                 *PParameterComparison_PBindingKind `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

PRecordQueryInUnionPlan

func PRecordQueryInUnionPlanFromVTPool

func PRecordQueryInUnionPlanFromVTPool() *PRecordQueryInUnionPlan

func (*PRecordQueryInUnionPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryInUnionPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryInUnionPlan) GetComparisonKeyFunction

func (x *PRecordQueryInUnionPlan) GetComparisonKeyFunction() *PComparisonKeyFunction

func (*PRecordQueryInUnionPlan) GetInSources

func (x *PRecordQueryInUnionPlan) GetInSources() []*PInSource

func (*PRecordQueryInUnionPlan) GetInner

func (*PRecordQueryInUnionPlan) GetInternal

func (*PRecordQueryInUnionPlan) GetMaxNumberOfValuesAllowed

func (x *PRecordQueryInUnionPlan) GetMaxNumberOfValuesAllowed() int32

func (*PRecordQueryInUnionPlan) GetReverse

func (x *PRecordQueryInUnionPlan) GetReverse() bool

func (*PRecordQueryInUnionPlan) MarshalToSizedBufferVT

func (m *PRecordQueryInUnionPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryInUnionPlan) MarshalToVT

func (m *PRecordQueryInUnionPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryInUnionPlan) MarshalVT

func (m *PRecordQueryInUnionPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryInUnionPlan) ProtoMessage

func (*PRecordQueryInUnionPlan) ProtoMessage()

func (*PRecordQueryInUnionPlan) ProtoReflect

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

func (*PRecordQueryInUnionPlan) Reset

func (x *PRecordQueryInUnionPlan) Reset()

func (*PRecordQueryInUnionPlan) ResetVT

func (m *PRecordQueryInUnionPlan) ResetVT()

func (*PRecordQueryInUnionPlan) ReturnToVTPool

func (m *PRecordQueryInUnionPlan) ReturnToVTPool()

func (*PRecordQueryInUnionPlan) SizeVT

func (m *PRecordQueryInUnionPlan) SizeVT() (n int)

func (*PRecordQueryInUnionPlan) String

func (x *PRecordQueryInUnionPlan) String() string

func (*PRecordQueryInUnionPlan) UnmarshalVT

func (m *PRecordQueryInUnionPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryInValuesJoinPlan

type PRecordQueryInValuesJoinPlan struct {
	Super *PRecordQueryInJoinPlan `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryInValuesJoinPlan

func PRecordQueryInValuesJoinPlanFromVTPool

func PRecordQueryInValuesJoinPlanFromVTPool() *PRecordQueryInValuesJoinPlan

func (*PRecordQueryInValuesJoinPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryInValuesJoinPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryInValuesJoinPlan) GetSuper

func (*PRecordQueryInValuesJoinPlan) MarshalToSizedBufferVT

func (m *PRecordQueryInValuesJoinPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryInValuesJoinPlan) MarshalToVT

func (m *PRecordQueryInValuesJoinPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryInValuesJoinPlan) MarshalVT

func (m *PRecordQueryInValuesJoinPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryInValuesJoinPlan) ProtoMessage

func (*PRecordQueryInValuesJoinPlan) ProtoMessage()

func (*PRecordQueryInValuesJoinPlan) ProtoReflect

func (*PRecordQueryInValuesJoinPlan) Reset

func (x *PRecordQueryInValuesJoinPlan) Reset()

func (*PRecordQueryInValuesJoinPlan) ResetVT

func (m *PRecordQueryInValuesJoinPlan) ResetVT()

func (*PRecordQueryInValuesJoinPlan) ReturnToVTPool

func (m *PRecordQueryInValuesJoinPlan) ReturnToVTPool()

func (*PRecordQueryInValuesJoinPlan) SizeVT

func (m *PRecordQueryInValuesJoinPlan) SizeVT() (n int)

func (*PRecordQueryInValuesJoinPlan) String

func (*PRecordQueryInValuesJoinPlan) UnmarshalVT

func (m *PRecordQueryInValuesJoinPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryIndexPlan

type PRecordQueryIndexPlan struct {
	IndexName         *string               `protobuf:"bytes,1,opt,name=index_name,json=indexName" json:"index_name,omitempty"`
	CommonPrimaryKey  *KeyExpression        `protobuf:"bytes,2,opt,name=common_primary_key,json=commonPrimaryKey" json:"common_primary_key,omitempty"`
	ScanParameters    *PIndexScanParameters `protobuf:"bytes,3,opt,name=scan_parameters,json=scanParameters" json:"scan_parameters,omitempty"`
	IndexFetchMethod  *PIndexFetchMethod    `` /* 169-byte string literal not displayed */
	FetchIndexRecords *PFetchIndexRecords   `` /* 173-byte string literal not displayed */
	Reverse           *bool                 `protobuf:"varint,6,opt,name=reverse" json:"reverse,omitempty"`
	StrictlySorted    *bool                 `protobuf:"varint,7,opt,name=strictly_sorted,json=strictlySorted" json:"strictly_sorted,omitempty"`
	ResultType        *PType                `protobuf:"bytes,8,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	Constraint        *PQueryPlanConstraint `protobuf:"bytes,9,opt,name=constraint" json:"constraint,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryIndexPlan

func PRecordQueryIndexPlanFromVTPool

func PRecordQueryIndexPlanFromVTPool() *PRecordQueryIndexPlan

func (*PRecordQueryIndexPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryIndexPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryIndexPlan) GetCommonPrimaryKey

func (x *PRecordQueryIndexPlan) GetCommonPrimaryKey() *KeyExpression

func (*PRecordQueryIndexPlan) GetConstraint

func (x *PRecordQueryIndexPlan) GetConstraint() *PQueryPlanConstraint

func (*PRecordQueryIndexPlan) GetFetchIndexRecords

func (x *PRecordQueryIndexPlan) GetFetchIndexRecords() PFetchIndexRecords

func (*PRecordQueryIndexPlan) GetIndexFetchMethod

func (x *PRecordQueryIndexPlan) GetIndexFetchMethod() PIndexFetchMethod

func (*PRecordQueryIndexPlan) GetIndexName

func (x *PRecordQueryIndexPlan) GetIndexName() string

func (*PRecordQueryIndexPlan) GetResultType

func (x *PRecordQueryIndexPlan) GetResultType() *PType

func (*PRecordQueryIndexPlan) GetReverse

func (x *PRecordQueryIndexPlan) GetReverse() bool

func (*PRecordQueryIndexPlan) GetScanParameters

func (x *PRecordQueryIndexPlan) GetScanParameters() *PIndexScanParameters

func (*PRecordQueryIndexPlan) GetStrictlySorted

func (x *PRecordQueryIndexPlan) GetStrictlySorted() bool

func (*PRecordQueryIndexPlan) MarshalToSizedBufferVT

func (m *PRecordQueryIndexPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryIndexPlan) MarshalToVT

func (m *PRecordQueryIndexPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryIndexPlan) MarshalVT

func (m *PRecordQueryIndexPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryIndexPlan) ProtoMessage

func (*PRecordQueryIndexPlan) ProtoMessage()

func (*PRecordQueryIndexPlan) ProtoReflect

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

func (*PRecordQueryIndexPlan) Reset

func (x *PRecordQueryIndexPlan) Reset()

func (*PRecordQueryIndexPlan) ResetVT

func (m *PRecordQueryIndexPlan) ResetVT()

func (*PRecordQueryIndexPlan) ReturnToVTPool

func (m *PRecordQueryIndexPlan) ReturnToVTPool()

func (*PRecordQueryIndexPlan) SizeVT

func (m *PRecordQueryIndexPlan) SizeVT() (n int)

func (*PRecordQueryIndexPlan) String

func (x *PRecordQueryIndexPlan) String() string

func (*PRecordQueryIndexPlan) UnmarshalVT

func (m *PRecordQueryIndexPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryInsertPlan

type PRecordQueryInsertPlan struct {
	Super *PRecordQueryAbstractDataModificationPlan `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryInsertPlan

func PRecordQueryInsertPlanFromVTPool

func PRecordQueryInsertPlanFromVTPool() *PRecordQueryInsertPlan

func (*PRecordQueryInsertPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryInsertPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryInsertPlan) GetSuper

func (*PRecordQueryInsertPlan) MarshalToSizedBufferVT

func (m *PRecordQueryInsertPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryInsertPlan) MarshalToVT

func (m *PRecordQueryInsertPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryInsertPlan) MarshalVT

func (m *PRecordQueryInsertPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryInsertPlan) ProtoMessage

func (*PRecordQueryInsertPlan) ProtoMessage()

func (*PRecordQueryInsertPlan) ProtoReflect

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

func (*PRecordQueryInsertPlan) Reset

func (x *PRecordQueryInsertPlan) Reset()

func (*PRecordQueryInsertPlan) ResetVT

func (m *PRecordQueryInsertPlan) ResetVT()

func (*PRecordQueryInsertPlan) ReturnToVTPool

func (m *PRecordQueryInsertPlan) ReturnToVTPool()

func (*PRecordQueryInsertPlan) SizeVT

func (m *PRecordQueryInsertPlan) SizeVT() (n int)

func (*PRecordQueryInsertPlan) String

func (x *PRecordQueryInsertPlan) String() string

func (*PRecordQueryInsertPlan) UnmarshalVT

func (m *PRecordQueryInsertPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryIntersectionOnKeyExpressionPlan

type PRecordQueryIntersectionOnKeyExpressionPlan struct {
	Super *PRecordQueryIntersectionPlan `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryIntersectionOnKeyExpressionPlan

func PRecordQueryIntersectionOnKeyExpressionPlanFromVTPool

func PRecordQueryIntersectionOnKeyExpressionPlanFromVTPool() *PRecordQueryIntersectionOnKeyExpressionPlan

func (*PRecordQueryIntersectionOnKeyExpressionPlan) Descriptor deprecated

Deprecated: Use PRecordQueryIntersectionOnKeyExpressionPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryIntersectionOnKeyExpressionPlan) GetSuper

func (*PRecordQueryIntersectionOnKeyExpressionPlan) MarshalToSizedBufferVT

func (m *PRecordQueryIntersectionOnKeyExpressionPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryIntersectionOnKeyExpressionPlan) MarshalToVT

func (m *PRecordQueryIntersectionOnKeyExpressionPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryIntersectionOnKeyExpressionPlan) MarshalVT

func (m *PRecordQueryIntersectionOnKeyExpressionPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryIntersectionOnKeyExpressionPlan) ProtoMessage

func (*PRecordQueryIntersectionOnKeyExpressionPlan) ProtoReflect

func (*PRecordQueryIntersectionOnKeyExpressionPlan) Reset

func (*PRecordQueryIntersectionOnKeyExpressionPlan) ResetVT

func (*PRecordQueryIntersectionOnKeyExpressionPlan) ReturnToVTPool

func (m *PRecordQueryIntersectionOnKeyExpressionPlan) ReturnToVTPool()

func (*PRecordQueryIntersectionOnKeyExpressionPlan) SizeVT

func (*PRecordQueryIntersectionOnKeyExpressionPlan) String

func (*PRecordQueryIntersectionOnKeyExpressionPlan) UnmarshalVT

type PRecordQueryIntersectionOnValuesPlan

type PRecordQueryIntersectionOnValuesPlan struct {
	Super *PRecordQueryIntersectionPlan `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryIntersectionOnValuesPlan

func PRecordQueryIntersectionOnValuesPlanFromVTPool

func PRecordQueryIntersectionOnValuesPlanFromVTPool() *PRecordQueryIntersectionOnValuesPlan

func (*PRecordQueryIntersectionOnValuesPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryIntersectionOnValuesPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryIntersectionOnValuesPlan) GetSuper

func (*PRecordQueryIntersectionOnValuesPlan) MarshalToSizedBufferVT

func (m *PRecordQueryIntersectionOnValuesPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryIntersectionOnValuesPlan) MarshalToVT

func (m *PRecordQueryIntersectionOnValuesPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryIntersectionOnValuesPlan) MarshalVT

func (m *PRecordQueryIntersectionOnValuesPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryIntersectionOnValuesPlan) ProtoMessage

func (*PRecordQueryIntersectionOnValuesPlan) ProtoMessage()

func (*PRecordQueryIntersectionOnValuesPlan) ProtoReflect

func (*PRecordQueryIntersectionOnValuesPlan) Reset

func (*PRecordQueryIntersectionOnValuesPlan) ResetVT

func (*PRecordQueryIntersectionOnValuesPlan) ReturnToVTPool

func (m *PRecordQueryIntersectionOnValuesPlan) ReturnToVTPool()

func (*PRecordQueryIntersectionOnValuesPlan) SizeVT

func (m *PRecordQueryIntersectionOnValuesPlan) SizeVT() (n int)

func (*PRecordQueryIntersectionOnValuesPlan) String

func (*PRecordQueryIntersectionOnValuesPlan) UnmarshalVT

func (m *PRecordQueryIntersectionOnValuesPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryIntersectionPlan

type PRecordQueryIntersectionPlan struct {
	Quantifiers           []*PPhysicalQuantifier  `protobuf:"bytes,1,rep,name=quantifiers" json:"quantifiers,omitempty"`
	ComparisonKeyFunction *PComparisonKeyFunction `protobuf:"bytes,2,opt,name=comparison_key_function,json=comparisonKeyFunction" json:"comparison_key_function,omitempty"`
	Reverse               *bool                   `protobuf:"varint,3,opt,name=reverse" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryIntersectionPlan

func PRecordQueryIntersectionPlanFromVTPool

func PRecordQueryIntersectionPlanFromVTPool() *PRecordQueryIntersectionPlan

func (*PRecordQueryIntersectionPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryIntersectionPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryIntersectionPlan) GetComparisonKeyFunction

func (x *PRecordQueryIntersectionPlan) GetComparisonKeyFunction() *PComparisonKeyFunction

func (*PRecordQueryIntersectionPlan) GetQuantifiers

func (x *PRecordQueryIntersectionPlan) GetQuantifiers() []*PPhysicalQuantifier

func (*PRecordQueryIntersectionPlan) GetReverse

func (x *PRecordQueryIntersectionPlan) GetReverse() bool

func (*PRecordQueryIntersectionPlan) MarshalToSizedBufferVT

func (m *PRecordQueryIntersectionPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryIntersectionPlan) MarshalToVT

func (m *PRecordQueryIntersectionPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryIntersectionPlan) MarshalVT

func (m *PRecordQueryIntersectionPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryIntersectionPlan) ProtoMessage

func (*PRecordQueryIntersectionPlan) ProtoMessage()

func (*PRecordQueryIntersectionPlan) ProtoReflect

func (*PRecordQueryIntersectionPlan) Reset

func (x *PRecordQueryIntersectionPlan) Reset()

func (*PRecordQueryIntersectionPlan) ResetVT

func (m *PRecordQueryIntersectionPlan) ResetVT()

func (*PRecordQueryIntersectionPlan) ReturnToVTPool

func (m *PRecordQueryIntersectionPlan) ReturnToVTPool()

func (*PRecordQueryIntersectionPlan) SizeVT

func (m *PRecordQueryIntersectionPlan) SizeVT() (n int)

func (*PRecordQueryIntersectionPlan) String

func (*PRecordQueryIntersectionPlan) UnmarshalVT

func (m *PRecordQueryIntersectionPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryMapPlan

type PRecordQueryMapPlan struct {
	Inner       *PPhysicalQuantifier `protobuf:"bytes,1,opt,name=inner" json:"inner,omitempty"`
	ResultValue *PValue              `protobuf:"bytes,2,opt,name=result_value,json=resultValue" json:"result_value,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryMapPlan

func PRecordQueryMapPlanFromVTPool

func PRecordQueryMapPlanFromVTPool() *PRecordQueryMapPlan

func (*PRecordQueryMapPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryMapPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryMapPlan) GetInner

func (*PRecordQueryMapPlan) GetResultValue

func (x *PRecordQueryMapPlan) GetResultValue() *PValue

func (*PRecordQueryMapPlan) MarshalToSizedBufferVT

func (m *PRecordQueryMapPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryMapPlan) MarshalToVT

func (m *PRecordQueryMapPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryMapPlan) MarshalVT

func (m *PRecordQueryMapPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryMapPlan) ProtoMessage

func (*PRecordQueryMapPlan) ProtoMessage()

func (*PRecordQueryMapPlan) ProtoReflect

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

func (*PRecordQueryMapPlan) Reset

func (x *PRecordQueryMapPlan) Reset()

func (*PRecordQueryMapPlan) ResetVT

func (m *PRecordQueryMapPlan) ResetVT()

func (*PRecordQueryMapPlan) ReturnToVTPool

func (m *PRecordQueryMapPlan) ReturnToVTPool()

func (*PRecordQueryMapPlan) SizeVT

func (m *PRecordQueryMapPlan) SizeVT() (n int)

func (*PRecordQueryMapPlan) String

func (x *PRecordQueryMapPlan) String() string

func (*PRecordQueryMapPlan) UnmarshalVT

func (m *PRecordQueryMapPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryMultiIntersectionOnValuesPlan

type PRecordQueryMultiIntersectionOnValuesPlan struct {
	Super       *PRecordQueryIntersectionPlan `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	ResultValue *PValue                       `protobuf:"bytes,2,opt,name=result_value,json=resultValue" json:"result_value,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryMultiIntersectionOnValuesPlan

func PRecordQueryMultiIntersectionOnValuesPlanFromVTPool

func PRecordQueryMultiIntersectionOnValuesPlanFromVTPool() *PRecordQueryMultiIntersectionOnValuesPlan

func (*PRecordQueryMultiIntersectionOnValuesPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryMultiIntersectionOnValuesPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryMultiIntersectionOnValuesPlan) GetResultValue

func (*PRecordQueryMultiIntersectionOnValuesPlan) GetSuper

func (*PRecordQueryMultiIntersectionOnValuesPlan) MarshalToSizedBufferVT

func (m *PRecordQueryMultiIntersectionOnValuesPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryMultiIntersectionOnValuesPlan) MarshalToVT

func (m *PRecordQueryMultiIntersectionOnValuesPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryMultiIntersectionOnValuesPlan) MarshalVT

func (m *PRecordQueryMultiIntersectionOnValuesPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryMultiIntersectionOnValuesPlan) ProtoMessage

func (*PRecordQueryMultiIntersectionOnValuesPlan) ProtoReflect

func (*PRecordQueryMultiIntersectionOnValuesPlan) Reset

func (*PRecordQueryMultiIntersectionOnValuesPlan) ResetVT

func (*PRecordQueryMultiIntersectionOnValuesPlan) ReturnToVTPool

func (m *PRecordQueryMultiIntersectionOnValuesPlan) ReturnToVTPool()

func (*PRecordQueryMultiIntersectionOnValuesPlan) SizeVT

func (*PRecordQueryMultiIntersectionOnValuesPlan) String

func (*PRecordQueryMultiIntersectionOnValuesPlan) UnmarshalVT

func (m *PRecordQueryMultiIntersectionOnValuesPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryPlan

type PRecordQueryPlan struct {

	// Types that are valid to be assigned to SpecificPlan:
	//
	//	*PRecordQueryPlan_AdditionalPlans
	//	*PRecordQueryPlan_AggregateIndexPlan
	//	*PRecordQueryPlan_CoveringIndexPlan
	//	*PRecordQueryPlan_DamPlan
	//	*PRecordQueryPlan_DeletePlan
	//	*PRecordQueryPlan_ExplodePlan
	//	*PRecordQueryPlan_FetchFromPartialRecordPlan
	//	*PRecordQueryPlan_FirstOrDefaultPlan
	//	*PRecordQueryPlan_FlatMapPlan
	//	*PRecordQueryPlan_InComparandJoinPlan
	//	*PRecordQueryPlan_RecordQueryIndexPlan
	//	*PRecordQueryPlan_InParameterJoinPlan
	//	*PRecordQueryPlan_InsertPlan
	//	*PRecordQueryPlan_IntersectionOnKeyExpressionPlan
	//	*PRecordQueryPlan_IntersectionOnValuesPlan
	//	*PRecordQueryPlan_InUnionOnKeyExpressionPlan
	//	*PRecordQueryPlan_InUnionOnValuesPlan
	//	*PRecordQueryPlan_InValuesJoinPlan
	//	*PRecordQueryPlan_MapPlan
	//	*PRecordQueryPlan_PredicatesFilterPlan
	//	*PRecordQueryPlan_RangePlan
	//	*PRecordQueryPlan_ScanPlan
	//	*PRecordQueryPlan_ScoreForRankPlan
	//	*PRecordQueryPlan_SortPlan
	//	*PRecordQueryPlan_StreamingAggregationPlan
	//	*PRecordQueryPlan_TypeFilterPlan
	//	*PRecordQueryPlan_UnionOnKeyExpressionPlan
	//	*PRecordQueryPlan_UnionOnValuesPlan
	//	*PRecordQueryPlan_UnorderedDistinctPlan
	//	*PRecordQueryPlan_UnorderedPrimaryKeyDistinctPlan
	//	*PRecordQueryPlan_UnorderedUnionPlan
	//	*PRecordQueryPlan_UpdatePlan
	//	*PRecordQueryPlan_DefaultOnEmptyPlan
	//	*PRecordQueryPlan_TempTableScanPlan
	//	*PRecordQueryPlan_TempTableInsertPlan
	//	*PRecordQueryPlan_RecursiveLevelUnionPlan
	//	*PRecordQueryPlan_TableFunctionPlan
	//	*PRecordQueryPlan_StreamingAggregationPlan2
	//	*PRecordQueryPlan_MultiIntersectionOnValuesPlan
	//	*PRecordQueryPlan_RecursiveDfsJoinPlan
	SpecificPlan isPRecordQueryPlan_SpecificPlan `protobuf_oneof:"specific_plan"`
	// contains filtered or unexported fields
}

func PRecordQueryPlanFromVTPool

func PRecordQueryPlanFromVTPool() *PRecordQueryPlan

func (*PRecordQueryPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryPlan) GetAdditionalPlans

func (x *PRecordQueryPlan) GetAdditionalPlans() *anypb.Any

func (*PRecordQueryPlan) GetAggregateIndexPlan

func (x *PRecordQueryPlan) GetAggregateIndexPlan() *PRecordQueryAggregateIndexPlan

func (*PRecordQueryPlan) GetCoveringIndexPlan

func (x *PRecordQueryPlan) GetCoveringIndexPlan() *PRecordQueryCoveringIndexPlan

func (*PRecordQueryPlan) GetDamPlan

func (x *PRecordQueryPlan) GetDamPlan() *PRecordQueryDamPlan

func (*PRecordQueryPlan) GetDefaultOnEmptyPlan

func (x *PRecordQueryPlan) GetDefaultOnEmptyPlan() *PRecordQueryDefaultOnEmptyPlan

func (*PRecordQueryPlan) GetDeletePlan

func (x *PRecordQueryPlan) GetDeletePlan() *PRecordQueryDeletePlan

func (*PRecordQueryPlan) GetExplodePlan

func (x *PRecordQueryPlan) GetExplodePlan() *PRecordQueryExplodePlan

func (*PRecordQueryPlan) GetFetchFromPartialRecordPlan

func (x *PRecordQueryPlan) GetFetchFromPartialRecordPlan() *PRecordQueryFetchFromPartialRecordPlan

func (*PRecordQueryPlan) GetFirstOrDefaultPlan

func (x *PRecordQueryPlan) GetFirstOrDefaultPlan() *PRecordQueryFirstOrDefaultPlan

func (*PRecordQueryPlan) GetFlatMapPlan

func (x *PRecordQueryPlan) GetFlatMapPlan() *PRecordQueryFlatMapPlan

func (*PRecordQueryPlan) GetInComparandJoinPlan

func (x *PRecordQueryPlan) GetInComparandJoinPlan() *PRecordQueryInComparandJoinPlan

func (*PRecordQueryPlan) GetInParameterJoinPlan

func (x *PRecordQueryPlan) GetInParameterJoinPlan() *PRecordQueryInParameterJoinPlan

func (*PRecordQueryPlan) GetInUnionOnKeyExpressionPlan

func (x *PRecordQueryPlan) GetInUnionOnKeyExpressionPlan() *PRecordQueryInUnionOnKeyExpressionPlan

func (*PRecordQueryPlan) GetInUnionOnValuesPlan

func (x *PRecordQueryPlan) GetInUnionOnValuesPlan() *PRecordQueryInUnionOnValuesPlan

func (*PRecordQueryPlan) GetInValuesJoinPlan

func (x *PRecordQueryPlan) GetInValuesJoinPlan() *PRecordQueryInValuesJoinPlan

func (*PRecordQueryPlan) GetInsertPlan

func (x *PRecordQueryPlan) GetInsertPlan() *PRecordQueryInsertPlan

func (*PRecordQueryPlan) GetIntersectionOnKeyExpressionPlan

func (x *PRecordQueryPlan) GetIntersectionOnKeyExpressionPlan() *PRecordQueryIntersectionOnKeyExpressionPlan

func (*PRecordQueryPlan) GetIntersectionOnValuesPlan

func (x *PRecordQueryPlan) GetIntersectionOnValuesPlan() *PRecordQueryIntersectionOnValuesPlan

func (*PRecordQueryPlan) GetMapPlan

func (x *PRecordQueryPlan) GetMapPlan() *PRecordQueryMapPlan

func (*PRecordQueryPlan) GetMultiIntersectionOnValuesPlan

func (x *PRecordQueryPlan) GetMultiIntersectionOnValuesPlan() *PRecordQueryMultiIntersectionOnValuesPlan

func (*PRecordQueryPlan) GetPredicatesFilterPlan

func (x *PRecordQueryPlan) GetPredicatesFilterPlan() *PRecordQueryPredicatesFilterPlan

func (*PRecordQueryPlan) GetRangePlan

func (x *PRecordQueryPlan) GetRangePlan() *PRecordQueryRangePlan

func (*PRecordQueryPlan) GetRecordQueryIndexPlan

func (x *PRecordQueryPlan) GetRecordQueryIndexPlan() *PRecordQueryIndexPlan

func (*PRecordQueryPlan) GetRecursiveDfsJoinPlan

func (x *PRecordQueryPlan) GetRecursiveDfsJoinPlan() *PRecordQueryRecursiveDfsJoinPlan

func (*PRecordQueryPlan) GetRecursiveLevelUnionPlan

func (x *PRecordQueryPlan) GetRecursiveLevelUnionPlan() *PRecordQueryRecursiveLevelUnionPlan

func (*PRecordQueryPlan) GetScanPlan

func (x *PRecordQueryPlan) GetScanPlan() *PRecordQueryScanPlan

func (*PRecordQueryPlan) GetScoreForRankPlan

func (x *PRecordQueryPlan) GetScoreForRankPlan() *PRecordQueryScoreForRankPlan

func (*PRecordQueryPlan) GetSortPlan

func (x *PRecordQueryPlan) GetSortPlan() *PRecordQuerySortPlan

func (*PRecordQueryPlan) GetSpecificPlan

func (x *PRecordQueryPlan) GetSpecificPlan() isPRecordQueryPlan_SpecificPlan

func (*PRecordQueryPlan) GetStreamingAggregationPlan

func (x *PRecordQueryPlan) GetStreamingAggregationPlan() *PRecordQueryStreamingAggregationPlan

func (*PRecordQueryPlan) GetStreamingAggregationPlan2

func (x *PRecordQueryPlan) GetStreamingAggregationPlan2() *PRecordQueryStreamingAggregationPlan2

func (*PRecordQueryPlan) GetTableFunctionPlan

func (x *PRecordQueryPlan) GetTableFunctionPlan() *PRecordQueryTableFunctionPlan

func (*PRecordQueryPlan) GetTempTableInsertPlan

func (x *PRecordQueryPlan) GetTempTableInsertPlan() *PTempTableInsertPlan

func (*PRecordQueryPlan) GetTempTableScanPlan

func (x *PRecordQueryPlan) GetTempTableScanPlan() *PTempTableScanPlan

func (*PRecordQueryPlan) GetTypeFilterPlan

func (x *PRecordQueryPlan) GetTypeFilterPlan() *PRecordQueryTypeFilterPlan

func (*PRecordQueryPlan) GetUnionOnKeyExpressionPlan

func (x *PRecordQueryPlan) GetUnionOnKeyExpressionPlan() *PRecordQueryUnionOnKeyExpressionPlan

func (*PRecordQueryPlan) GetUnionOnValuesPlan

func (x *PRecordQueryPlan) GetUnionOnValuesPlan() *PRecordQueryUnionOnValuesPlan

func (*PRecordQueryPlan) GetUnorderedDistinctPlan

func (x *PRecordQueryPlan) GetUnorderedDistinctPlan() *PRecordQueryUnorderedDistinctPlan

func (*PRecordQueryPlan) GetUnorderedPrimaryKeyDistinctPlan

func (x *PRecordQueryPlan) GetUnorderedPrimaryKeyDistinctPlan() *PRecordQueryUnorderedPrimaryKeyDistinctPlan

func (*PRecordQueryPlan) GetUnorderedUnionPlan

func (x *PRecordQueryPlan) GetUnorderedUnionPlan() *PRecordQueryUnorderedUnionPlan

func (*PRecordQueryPlan) GetUpdatePlan

func (x *PRecordQueryPlan) GetUpdatePlan() *PRecordQueryUpdatePlan

func (*PRecordQueryPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan) MarshalToVT

func (m *PRecordQueryPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan) MarshalVT

func (m *PRecordQueryPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryPlan) ProtoMessage

func (*PRecordQueryPlan) ProtoMessage()

func (*PRecordQueryPlan) ProtoReflect

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

func (*PRecordQueryPlan) Reset

func (x *PRecordQueryPlan) Reset()

func (*PRecordQueryPlan) ResetVT

func (m *PRecordQueryPlan) ResetVT()

func (*PRecordQueryPlan) ReturnToVTPool

func (m *PRecordQueryPlan) ReturnToVTPool()

func (*PRecordQueryPlan) SizeVT

func (m *PRecordQueryPlan) SizeVT() (n int)

func (*PRecordQueryPlan) String

func (x *PRecordQueryPlan) String() string

func (*PRecordQueryPlan) UnmarshalVT

func (m *PRecordQueryPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryPlan_AdditionalPlans

type PRecordQueryPlan_AdditionalPlans struct {
	AdditionalPlans *anypb.Any `protobuf:"bytes,1,opt,name=additional_plans,json=additionalPlans,oneof"`
}

func (*PRecordQueryPlan_AdditionalPlans) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_AdditionalPlans) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_AdditionalPlans) MarshalToVT

func (m *PRecordQueryPlan_AdditionalPlans) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_AdditionalPlans) SizeVT

func (m *PRecordQueryPlan_AdditionalPlans) SizeVT() (n int)

type PRecordQueryPlan_AggregateIndexPlan

type PRecordQueryPlan_AggregateIndexPlan struct {
	AggregateIndexPlan *PRecordQueryAggregateIndexPlan `protobuf:"bytes,2,opt,name=aggregate_index_plan,json=aggregateIndexPlan,oneof"`
}

func (*PRecordQueryPlan_AggregateIndexPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_AggregateIndexPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_AggregateIndexPlan) MarshalToVT

func (m *PRecordQueryPlan_AggregateIndexPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_AggregateIndexPlan) SizeVT

func (m *PRecordQueryPlan_AggregateIndexPlan) SizeVT() (n int)

type PRecordQueryPlan_CoveringIndexPlan

type PRecordQueryPlan_CoveringIndexPlan struct {
	CoveringIndexPlan *PRecordQueryCoveringIndexPlan `protobuf:"bytes,3,opt,name=covering_index_plan,json=coveringIndexPlan,oneof"`
}

func (*PRecordQueryPlan_CoveringIndexPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_CoveringIndexPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_CoveringIndexPlan) MarshalToVT

func (m *PRecordQueryPlan_CoveringIndexPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_CoveringIndexPlan) SizeVT

func (m *PRecordQueryPlan_CoveringIndexPlan) SizeVT() (n int)

type PRecordQueryPlan_DamPlan

type PRecordQueryPlan_DamPlan struct {
	DamPlan *PRecordQueryDamPlan `protobuf:"bytes,4,opt,name=dam_plan,json=damPlan,oneof"`
}

func (*PRecordQueryPlan_DamPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_DamPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_DamPlan) MarshalToVT

func (m *PRecordQueryPlan_DamPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_DamPlan) SizeVT

func (m *PRecordQueryPlan_DamPlan) SizeVT() (n int)

type PRecordQueryPlan_DefaultOnEmptyPlan

type PRecordQueryPlan_DefaultOnEmptyPlan struct {
	DefaultOnEmptyPlan *PRecordQueryDefaultOnEmptyPlan `protobuf:"bytes,33,opt,name=default_on_empty_plan,json=defaultOnEmptyPlan,oneof"`
}

func (*PRecordQueryPlan_DefaultOnEmptyPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_DefaultOnEmptyPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_DefaultOnEmptyPlan) MarshalToVT

func (m *PRecordQueryPlan_DefaultOnEmptyPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_DefaultOnEmptyPlan) SizeVT

func (m *PRecordQueryPlan_DefaultOnEmptyPlan) SizeVT() (n int)

type PRecordQueryPlan_DeletePlan

type PRecordQueryPlan_DeletePlan struct {
	DeletePlan *PRecordQueryDeletePlan `protobuf:"bytes,5,opt,name=delete_plan,json=deletePlan,oneof"`
}

func (*PRecordQueryPlan_DeletePlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_DeletePlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_DeletePlan) MarshalToVT

func (m *PRecordQueryPlan_DeletePlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_DeletePlan) SizeVT

func (m *PRecordQueryPlan_DeletePlan) SizeVT() (n int)

type PRecordQueryPlan_ExplodePlan

type PRecordQueryPlan_ExplodePlan struct {
	ExplodePlan *PRecordQueryExplodePlan `protobuf:"bytes,6,opt,name=explode_plan,json=explodePlan,oneof"`
}

func (*PRecordQueryPlan_ExplodePlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_ExplodePlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_ExplodePlan) MarshalToVT

func (m *PRecordQueryPlan_ExplodePlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_ExplodePlan) SizeVT

func (m *PRecordQueryPlan_ExplodePlan) SizeVT() (n int)

type PRecordQueryPlan_FetchFromPartialRecordPlan

type PRecordQueryPlan_FetchFromPartialRecordPlan struct {
	FetchFromPartialRecordPlan *PRecordQueryFetchFromPartialRecordPlan `protobuf:"bytes,7,opt,name=fetch_from_partial_record_plan,json=fetchFromPartialRecordPlan,oneof"`
}

func (*PRecordQueryPlan_FetchFromPartialRecordPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_FetchFromPartialRecordPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_FetchFromPartialRecordPlan) MarshalToVT

func (m *PRecordQueryPlan_FetchFromPartialRecordPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_FetchFromPartialRecordPlan) SizeVT

type PRecordQueryPlan_FirstOrDefaultPlan

type PRecordQueryPlan_FirstOrDefaultPlan struct {
	FirstOrDefaultPlan *PRecordQueryFirstOrDefaultPlan `protobuf:"bytes,8,opt,name=first_or_default_plan,json=firstOrDefaultPlan,oneof"`
}

func (*PRecordQueryPlan_FirstOrDefaultPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_FirstOrDefaultPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_FirstOrDefaultPlan) MarshalToVT

func (m *PRecordQueryPlan_FirstOrDefaultPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_FirstOrDefaultPlan) SizeVT

func (m *PRecordQueryPlan_FirstOrDefaultPlan) SizeVT() (n int)

type PRecordQueryPlan_FlatMapPlan

type PRecordQueryPlan_FlatMapPlan struct {
	FlatMapPlan *PRecordQueryFlatMapPlan `protobuf:"bytes,9,opt,name=flat_map_plan,json=flatMapPlan,oneof"`
}

func (*PRecordQueryPlan_FlatMapPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_FlatMapPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_FlatMapPlan) MarshalToVT

func (m *PRecordQueryPlan_FlatMapPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_FlatMapPlan) SizeVT

func (m *PRecordQueryPlan_FlatMapPlan) SizeVT() (n int)

type PRecordQueryPlan_InComparandJoinPlan

type PRecordQueryPlan_InComparandJoinPlan struct {
	InComparandJoinPlan *PRecordQueryInComparandJoinPlan `protobuf:"bytes,10,opt,name=in_comparand_join_plan,json=inComparandJoinPlan,oneof"`
}

func (*PRecordQueryPlan_InComparandJoinPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_InComparandJoinPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_InComparandJoinPlan) MarshalToVT

func (m *PRecordQueryPlan_InComparandJoinPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_InComparandJoinPlan) SizeVT

func (m *PRecordQueryPlan_InComparandJoinPlan) SizeVT() (n int)

type PRecordQueryPlan_InParameterJoinPlan

type PRecordQueryPlan_InParameterJoinPlan struct {
	InParameterJoinPlan *PRecordQueryInParameterJoinPlan `protobuf:"bytes,12,opt,name=in_parameter_join_plan,json=inParameterJoinPlan,oneof"`
}

func (*PRecordQueryPlan_InParameterJoinPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_InParameterJoinPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_InParameterJoinPlan) MarshalToVT

func (m *PRecordQueryPlan_InParameterJoinPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_InParameterJoinPlan) SizeVT

func (m *PRecordQueryPlan_InParameterJoinPlan) SizeVT() (n int)

type PRecordQueryPlan_InUnionOnKeyExpressionPlan

type PRecordQueryPlan_InUnionOnKeyExpressionPlan struct {
	InUnionOnKeyExpressionPlan *PRecordQueryInUnionOnKeyExpressionPlan `protobuf:"bytes,16,opt,name=in_union_on_key_expression_plan,json=inUnionOnKeyExpressionPlan,oneof"`
}

func (*PRecordQueryPlan_InUnionOnKeyExpressionPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_InUnionOnKeyExpressionPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_InUnionOnKeyExpressionPlan) MarshalToVT

func (m *PRecordQueryPlan_InUnionOnKeyExpressionPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_InUnionOnKeyExpressionPlan) SizeVT

type PRecordQueryPlan_InUnionOnValuesPlan

type PRecordQueryPlan_InUnionOnValuesPlan struct {
	InUnionOnValuesPlan *PRecordQueryInUnionOnValuesPlan `protobuf:"bytes,17,opt,name=in_union_on_values_plan,json=inUnionOnValuesPlan,oneof"`
}

func (*PRecordQueryPlan_InUnionOnValuesPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_InUnionOnValuesPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_InUnionOnValuesPlan) MarshalToVT

func (m *PRecordQueryPlan_InUnionOnValuesPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_InUnionOnValuesPlan) SizeVT

func (m *PRecordQueryPlan_InUnionOnValuesPlan) SizeVT() (n int)

type PRecordQueryPlan_InValuesJoinPlan

type PRecordQueryPlan_InValuesJoinPlan struct {
	InValuesJoinPlan *PRecordQueryInValuesJoinPlan `protobuf:"bytes,18,opt,name=in_values_join_plan,json=inValuesJoinPlan,oneof"`
}

func (*PRecordQueryPlan_InValuesJoinPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_InValuesJoinPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_InValuesJoinPlan) MarshalToVT

func (m *PRecordQueryPlan_InValuesJoinPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_InValuesJoinPlan) SizeVT

func (m *PRecordQueryPlan_InValuesJoinPlan) SizeVT() (n int)

type PRecordQueryPlan_InsertPlan

type PRecordQueryPlan_InsertPlan struct {
	InsertPlan *PRecordQueryInsertPlan `protobuf:"bytes,13,opt,name=insert_plan,json=insertPlan,oneof"`
}

func (*PRecordQueryPlan_InsertPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_InsertPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_InsertPlan) MarshalToVT

func (m *PRecordQueryPlan_InsertPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_InsertPlan) SizeVT

func (m *PRecordQueryPlan_InsertPlan) SizeVT() (n int)

type PRecordQueryPlan_IntersectionOnKeyExpressionPlan

type PRecordQueryPlan_IntersectionOnKeyExpressionPlan struct {
	IntersectionOnKeyExpressionPlan *PRecordQueryIntersectionOnKeyExpressionPlan `protobuf:"bytes,14,opt,name=intersection_on_key_expression_plan,json=intersectionOnKeyExpressionPlan,oneof"`
}

func (*PRecordQueryPlan_IntersectionOnKeyExpressionPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_IntersectionOnKeyExpressionPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_IntersectionOnKeyExpressionPlan) MarshalToVT

func (*PRecordQueryPlan_IntersectionOnKeyExpressionPlan) SizeVT

type PRecordQueryPlan_IntersectionOnValuesPlan

type PRecordQueryPlan_IntersectionOnValuesPlan struct {
	IntersectionOnValuesPlan *PRecordQueryIntersectionOnValuesPlan `protobuf:"bytes,15,opt,name=intersection_on_values_plan,json=intersectionOnValuesPlan,oneof"`
}

func (*PRecordQueryPlan_IntersectionOnValuesPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_IntersectionOnValuesPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_IntersectionOnValuesPlan) MarshalToVT

func (m *PRecordQueryPlan_IntersectionOnValuesPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_IntersectionOnValuesPlan) SizeVT

type PRecordQueryPlan_MapPlan

type PRecordQueryPlan_MapPlan struct {
	MapPlan *PRecordQueryMapPlan `protobuf:"bytes,19,opt,name=map_plan,json=mapPlan,oneof"`
}

func (*PRecordQueryPlan_MapPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_MapPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_MapPlan) MarshalToVT

func (m *PRecordQueryPlan_MapPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_MapPlan) SizeVT

func (m *PRecordQueryPlan_MapPlan) SizeVT() (n int)

type PRecordQueryPlan_MultiIntersectionOnValuesPlan

type PRecordQueryPlan_MultiIntersectionOnValuesPlan struct {
	MultiIntersectionOnValuesPlan *PRecordQueryMultiIntersectionOnValuesPlan `protobuf:"bytes,39,opt,name=multi_intersection_on_values_plan,json=multiIntersectionOnValuesPlan,oneof"`
}

func (*PRecordQueryPlan_MultiIntersectionOnValuesPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_MultiIntersectionOnValuesPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_MultiIntersectionOnValuesPlan) MarshalToVT

func (*PRecordQueryPlan_MultiIntersectionOnValuesPlan) SizeVT

type PRecordQueryPlan_PredicatesFilterPlan

type PRecordQueryPlan_PredicatesFilterPlan struct {
	PredicatesFilterPlan *PRecordQueryPredicatesFilterPlan `protobuf:"bytes,20,opt,name=predicates_filter_plan,json=predicatesFilterPlan,oneof"`
}

func (*PRecordQueryPlan_PredicatesFilterPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_PredicatesFilterPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_PredicatesFilterPlan) MarshalToVT

func (m *PRecordQueryPlan_PredicatesFilterPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_PredicatesFilterPlan) SizeVT

type PRecordQueryPlan_RangePlan

type PRecordQueryPlan_RangePlan struct {
	RangePlan *PRecordQueryRangePlan `protobuf:"bytes,21,opt,name=range_plan,json=rangePlan,oneof"`
}

func (*PRecordQueryPlan_RangePlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_RangePlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_RangePlan) MarshalToVT

func (m *PRecordQueryPlan_RangePlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_RangePlan) SizeVT

func (m *PRecordQueryPlan_RangePlan) SizeVT() (n int)

type PRecordQueryPlan_RecordQueryIndexPlan

type PRecordQueryPlan_RecordQueryIndexPlan struct {
	RecordQueryIndexPlan *PRecordQueryIndexPlan `protobuf:"bytes,11,opt,name=record_query_index_plan,json=recordQueryIndexPlan,oneof"`
}

func (*PRecordQueryPlan_RecordQueryIndexPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_RecordQueryIndexPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_RecordQueryIndexPlan) MarshalToVT

func (m *PRecordQueryPlan_RecordQueryIndexPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_RecordQueryIndexPlan) SizeVT

type PRecordQueryPlan_RecursiveDfsJoinPlan

type PRecordQueryPlan_RecursiveDfsJoinPlan struct {
	RecursiveDfsJoinPlan *PRecordQueryRecursiveDfsJoinPlan `protobuf:"bytes,40,opt,name=recursive_dfs_join_plan,json=recursiveDfsJoinPlan,oneof"`
}

func (*PRecordQueryPlan_RecursiveDfsJoinPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_RecursiveDfsJoinPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_RecursiveDfsJoinPlan) MarshalToVT

func (m *PRecordQueryPlan_RecursiveDfsJoinPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_RecursiveDfsJoinPlan) SizeVT

type PRecordQueryPlan_RecursiveLevelUnionPlan

type PRecordQueryPlan_RecursiveLevelUnionPlan struct {
	RecursiveLevelUnionPlan *PRecordQueryRecursiveLevelUnionPlan `protobuf:"bytes,36,opt,name=recursive_level_union_plan,json=recursiveLevelUnionPlan,oneof"`
}

func (*PRecordQueryPlan_RecursiveLevelUnionPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_RecursiveLevelUnionPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_RecursiveLevelUnionPlan) MarshalToVT

func (m *PRecordQueryPlan_RecursiveLevelUnionPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_RecursiveLevelUnionPlan) SizeVT

type PRecordQueryPlan_ScanPlan

type PRecordQueryPlan_ScanPlan struct {
	ScanPlan *PRecordQueryScanPlan `protobuf:"bytes,22,opt,name=scan_plan,json=scanPlan,oneof"`
}

func (*PRecordQueryPlan_ScanPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_ScanPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_ScanPlan) MarshalToVT

func (m *PRecordQueryPlan_ScanPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_ScanPlan) SizeVT

func (m *PRecordQueryPlan_ScanPlan) SizeVT() (n int)

type PRecordQueryPlan_ScoreForRankPlan

type PRecordQueryPlan_ScoreForRankPlan struct {
	ScoreForRankPlan *PRecordQueryScoreForRankPlan `protobuf:"bytes,23,opt,name=score_for_rank_plan,json=scoreForRankPlan,oneof"`
}

func (*PRecordQueryPlan_ScoreForRankPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_ScoreForRankPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_ScoreForRankPlan) MarshalToVT

func (m *PRecordQueryPlan_ScoreForRankPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_ScoreForRankPlan) SizeVT

func (m *PRecordQueryPlan_ScoreForRankPlan) SizeVT() (n int)

type PRecordQueryPlan_SortPlan

type PRecordQueryPlan_SortPlan struct {
	SortPlan *PRecordQuerySortPlan `protobuf:"bytes,24,opt,name=sort_plan,json=sortPlan,oneof"`
}

func (*PRecordQueryPlan_SortPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_SortPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_SortPlan) MarshalToVT

func (m *PRecordQueryPlan_SortPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_SortPlan) SizeVT

func (m *PRecordQueryPlan_SortPlan) SizeVT() (n int)

type PRecordQueryPlan_StreamingAggregationPlan

type PRecordQueryPlan_StreamingAggregationPlan struct {
	StreamingAggregationPlan *PRecordQueryStreamingAggregationPlan `protobuf:"bytes,25,opt,name=streaming_aggregation_plan,json=streamingAggregationPlan,oneof"`
}

func (*PRecordQueryPlan_StreamingAggregationPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_StreamingAggregationPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_StreamingAggregationPlan) MarshalToVT

func (m *PRecordQueryPlan_StreamingAggregationPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_StreamingAggregationPlan) SizeVT

type PRecordQueryPlan_StreamingAggregationPlan2

type PRecordQueryPlan_StreamingAggregationPlan2 struct {
	StreamingAggregationPlan2 *PRecordQueryStreamingAggregationPlan2 `protobuf:"bytes,38,opt,name=streaming_aggregation_plan2,json=streamingAggregationPlan2,oneof"`
}

func (*PRecordQueryPlan_StreamingAggregationPlan2) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_StreamingAggregationPlan2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_StreamingAggregationPlan2) MarshalToVT

func (m *PRecordQueryPlan_StreamingAggregationPlan2) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_StreamingAggregationPlan2) SizeVT

type PRecordQueryPlan_TableFunctionPlan

type PRecordQueryPlan_TableFunctionPlan struct {
	TableFunctionPlan *PRecordQueryTableFunctionPlan `protobuf:"bytes,37,opt,name=table_function_plan,json=tableFunctionPlan,oneof"`
}

func (*PRecordQueryPlan_TableFunctionPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_TableFunctionPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_TableFunctionPlan) MarshalToVT

func (m *PRecordQueryPlan_TableFunctionPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_TableFunctionPlan) SizeVT

func (m *PRecordQueryPlan_TableFunctionPlan) SizeVT() (n int)

type PRecordQueryPlan_TempTableInsertPlan

type PRecordQueryPlan_TempTableInsertPlan struct {
	TempTableInsertPlan *PTempTableInsertPlan `protobuf:"bytes,35,opt,name=temp_table_insert_plan,json=tempTableInsertPlan,oneof"`
}

func (*PRecordQueryPlan_TempTableInsertPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_TempTableInsertPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_TempTableInsertPlan) MarshalToVT

func (m *PRecordQueryPlan_TempTableInsertPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_TempTableInsertPlan) SizeVT

func (m *PRecordQueryPlan_TempTableInsertPlan) SizeVT() (n int)

type PRecordQueryPlan_TempTableScanPlan

type PRecordQueryPlan_TempTableScanPlan struct {
	TempTableScanPlan *PTempTableScanPlan `protobuf:"bytes,34,opt,name=temp_table_scan_plan,json=tempTableScanPlan,oneof"`
}

func (*PRecordQueryPlan_TempTableScanPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_TempTableScanPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_TempTableScanPlan) MarshalToVT

func (m *PRecordQueryPlan_TempTableScanPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_TempTableScanPlan) SizeVT

func (m *PRecordQueryPlan_TempTableScanPlan) SizeVT() (n int)

type PRecordQueryPlan_TypeFilterPlan

type PRecordQueryPlan_TypeFilterPlan struct {
	TypeFilterPlan *PRecordQueryTypeFilterPlan `protobuf:"bytes,26,opt,name=type_filter_plan,json=typeFilterPlan,oneof"`
}

func (*PRecordQueryPlan_TypeFilterPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_TypeFilterPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_TypeFilterPlan) MarshalToVT

func (m *PRecordQueryPlan_TypeFilterPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_TypeFilterPlan) SizeVT

func (m *PRecordQueryPlan_TypeFilterPlan) SizeVT() (n int)

type PRecordQueryPlan_UnionOnKeyExpressionPlan

type PRecordQueryPlan_UnionOnKeyExpressionPlan struct {
	UnionOnKeyExpressionPlan *PRecordQueryUnionOnKeyExpressionPlan `protobuf:"bytes,27,opt,name=union_on_key_expression_plan,json=unionOnKeyExpressionPlan,oneof"`
}

func (*PRecordQueryPlan_UnionOnKeyExpressionPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_UnionOnKeyExpressionPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_UnionOnKeyExpressionPlan) MarshalToVT

func (m *PRecordQueryPlan_UnionOnKeyExpressionPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_UnionOnKeyExpressionPlan) SizeVT

type PRecordQueryPlan_UnionOnValuesPlan

type PRecordQueryPlan_UnionOnValuesPlan struct {
	UnionOnValuesPlan *PRecordQueryUnionOnValuesPlan `protobuf:"bytes,28,opt,name=union_on_values_plan,json=unionOnValuesPlan,oneof"`
}

func (*PRecordQueryPlan_UnionOnValuesPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_UnionOnValuesPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_UnionOnValuesPlan) MarshalToVT

func (m *PRecordQueryPlan_UnionOnValuesPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_UnionOnValuesPlan) SizeVT

func (m *PRecordQueryPlan_UnionOnValuesPlan) SizeVT() (n int)

type PRecordQueryPlan_UnorderedDistinctPlan

type PRecordQueryPlan_UnorderedDistinctPlan struct {
	UnorderedDistinctPlan *PRecordQueryUnorderedDistinctPlan `protobuf:"bytes,29,opt,name=unordered_distinct_plan,json=unorderedDistinctPlan,oneof"`
}

func (*PRecordQueryPlan_UnorderedDistinctPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_UnorderedDistinctPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_UnorderedDistinctPlan) MarshalToVT

func (m *PRecordQueryPlan_UnorderedDistinctPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_UnorderedDistinctPlan) SizeVT

type PRecordQueryPlan_UnorderedPrimaryKeyDistinctPlan

type PRecordQueryPlan_UnorderedPrimaryKeyDistinctPlan struct {
	UnorderedPrimaryKeyDistinctPlan *PRecordQueryUnorderedPrimaryKeyDistinctPlan `protobuf:"bytes,30,opt,name=unordered_primary_key_distinct_plan,json=unorderedPrimaryKeyDistinctPlan,oneof"`
}

func (*PRecordQueryPlan_UnorderedPrimaryKeyDistinctPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_UnorderedPrimaryKeyDistinctPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_UnorderedPrimaryKeyDistinctPlan) MarshalToVT

func (*PRecordQueryPlan_UnorderedPrimaryKeyDistinctPlan) SizeVT

type PRecordQueryPlan_UnorderedUnionPlan

type PRecordQueryPlan_UnorderedUnionPlan struct {
	UnorderedUnionPlan *PRecordQueryUnorderedUnionPlan `protobuf:"bytes,31,opt,name=unordered_union_plan,json=unorderedUnionPlan,oneof"`
}

func (*PRecordQueryPlan_UnorderedUnionPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_UnorderedUnionPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_UnorderedUnionPlan) MarshalToVT

func (m *PRecordQueryPlan_UnorderedUnionPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_UnorderedUnionPlan) SizeVT

func (m *PRecordQueryPlan_UnorderedUnionPlan) SizeVT() (n int)

type PRecordQueryPlan_UpdatePlan

type PRecordQueryPlan_UpdatePlan struct {
	UpdatePlan *PRecordQueryUpdatePlan `protobuf:"bytes,32,opt,name=update_plan,json=updatePlan,oneof"`
}

func (*PRecordQueryPlan_UpdatePlan) MarshalToSizedBufferVT

func (m *PRecordQueryPlan_UpdatePlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_UpdatePlan) MarshalToVT

func (m *PRecordQueryPlan_UpdatePlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPlan_UpdatePlan) SizeVT

func (m *PRecordQueryPlan_UpdatePlan) SizeVT() (n int)

type PRecordQueryPredicatesFilterPlan

type PRecordQueryPredicatesFilterPlan struct {
	Super      *PRecordQueryFilterPlanBase `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	Predicates []*PQueryPredicate          `protobuf:"bytes,2,rep,name=predicates" json:"predicates,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryPredicatesFilterPlan

func PRecordQueryPredicatesFilterPlanFromVTPool

func PRecordQueryPredicatesFilterPlanFromVTPool() *PRecordQueryPredicatesFilterPlan

func (*PRecordQueryPredicatesFilterPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryPredicatesFilterPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryPredicatesFilterPlan) GetPredicates

func (x *PRecordQueryPredicatesFilterPlan) GetPredicates() []*PQueryPredicate

func (*PRecordQueryPredicatesFilterPlan) GetSuper

func (*PRecordQueryPredicatesFilterPlan) MarshalToSizedBufferVT

func (m *PRecordQueryPredicatesFilterPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryPredicatesFilterPlan) MarshalToVT

func (m *PRecordQueryPredicatesFilterPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryPredicatesFilterPlan) MarshalVT

func (m *PRecordQueryPredicatesFilterPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryPredicatesFilterPlan) ProtoMessage

func (*PRecordQueryPredicatesFilterPlan) ProtoMessage()

func (*PRecordQueryPredicatesFilterPlan) ProtoReflect

func (*PRecordQueryPredicatesFilterPlan) Reset

func (*PRecordQueryPredicatesFilterPlan) ResetVT

func (m *PRecordQueryPredicatesFilterPlan) ResetVT()

func (*PRecordQueryPredicatesFilterPlan) ReturnToVTPool

func (m *PRecordQueryPredicatesFilterPlan) ReturnToVTPool()

func (*PRecordQueryPredicatesFilterPlan) SizeVT

func (m *PRecordQueryPredicatesFilterPlan) SizeVT() (n int)

func (*PRecordQueryPredicatesFilterPlan) String

func (*PRecordQueryPredicatesFilterPlan) UnmarshalVT

func (m *PRecordQueryPredicatesFilterPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryRangePlan

type PRecordQueryRangePlan struct {
	ExclusiveLimitValue *PValue `protobuf:"bytes,1,opt,name=exclusive_limit_value,json=exclusiveLimitValue" json:"exclusive_limit_value,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryRangePlan

func PRecordQueryRangePlanFromVTPool

func PRecordQueryRangePlanFromVTPool() *PRecordQueryRangePlan

func (*PRecordQueryRangePlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryRangePlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryRangePlan) GetExclusiveLimitValue

func (x *PRecordQueryRangePlan) GetExclusiveLimitValue() *PValue

func (*PRecordQueryRangePlan) MarshalToSizedBufferVT

func (m *PRecordQueryRangePlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryRangePlan) MarshalToVT

func (m *PRecordQueryRangePlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryRangePlan) MarshalVT

func (m *PRecordQueryRangePlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryRangePlan) ProtoMessage

func (*PRecordQueryRangePlan) ProtoMessage()

func (*PRecordQueryRangePlan) ProtoReflect

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

func (*PRecordQueryRangePlan) Reset

func (x *PRecordQueryRangePlan) Reset()

func (*PRecordQueryRangePlan) ResetVT

func (m *PRecordQueryRangePlan) ResetVT()

func (*PRecordQueryRangePlan) ReturnToVTPool

func (m *PRecordQueryRangePlan) ReturnToVTPool()

func (*PRecordQueryRangePlan) SizeVT

func (m *PRecordQueryRangePlan) SizeVT() (n int)

func (*PRecordQueryRangePlan) String

func (x *PRecordQueryRangePlan) String() string

func (*PRecordQueryRangePlan) UnmarshalVT

func (m *PRecordQueryRangePlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryRecursiveDfsJoinPlan

type PRecordQueryRecursiveDfsJoinPlan struct {
	RootQuantifier        *PPhysicalQuantifier                                    `protobuf:"bytes,1,opt,name=root_quantifier,json=rootQuantifier" json:"root_quantifier,omitempty"`
	ChildQuantifier       *PPhysicalQuantifier                                    `protobuf:"bytes,2,opt,name=child_quantifier,json=childQuantifier" json:"child_quantifier,omitempty"`
	PriorValueCorrelation *string                                                 `protobuf:"bytes,3,opt,name=prior_value_correlation,json=priorValueCorrelation" json:"prior_value_correlation,omitempty"`
	DfsTraversalStrategy  *PRecordQueryRecursiveDfsJoinPlan_PDfsTraversalStrategy `` /* 218-byte string literal not displayed */
	// contains filtered or unexported fields
}

PRecordQueryRecursiveDfsJoinPlan

func PRecordQueryRecursiveDfsJoinPlanFromVTPool

func PRecordQueryRecursiveDfsJoinPlanFromVTPool() *PRecordQueryRecursiveDfsJoinPlan

func (*PRecordQueryRecursiveDfsJoinPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryRecursiveDfsJoinPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryRecursiveDfsJoinPlan) GetChildQuantifier

func (x *PRecordQueryRecursiveDfsJoinPlan) GetChildQuantifier() *PPhysicalQuantifier

func (*PRecordQueryRecursiveDfsJoinPlan) GetDfsTraversalStrategy

func (*PRecordQueryRecursiveDfsJoinPlan) GetPriorValueCorrelation

func (x *PRecordQueryRecursiveDfsJoinPlan) GetPriorValueCorrelation() string

func (*PRecordQueryRecursiveDfsJoinPlan) GetRootQuantifier

func (x *PRecordQueryRecursiveDfsJoinPlan) GetRootQuantifier() *PPhysicalQuantifier

func (*PRecordQueryRecursiveDfsJoinPlan) MarshalToSizedBufferVT

func (m *PRecordQueryRecursiveDfsJoinPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryRecursiveDfsJoinPlan) MarshalToVT

func (m *PRecordQueryRecursiveDfsJoinPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryRecursiveDfsJoinPlan) MarshalVT

func (m *PRecordQueryRecursiveDfsJoinPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryRecursiveDfsJoinPlan) ProtoMessage

func (*PRecordQueryRecursiveDfsJoinPlan) ProtoMessage()

func (*PRecordQueryRecursiveDfsJoinPlan) ProtoReflect

func (*PRecordQueryRecursiveDfsJoinPlan) Reset

func (*PRecordQueryRecursiveDfsJoinPlan) ResetVT

func (m *PRecordQueryRecursiveDfsJoinPlan) ResetVT()

func (*PRecordQueryRecursiveDfsJoinPlan) ReturnToVTPool

func (m *PRecordQueryRecursiveDfsJoinPlan) ReturnToVTPool()

func (*PRecordQueryRecursiveDfsJoinPlan) SizeVT

func (m *PRecordQueryRecursiveDfsJoinPlan) SizeVT() (n int)

func (*PRecordQueryRecursiveDfsJoinPlan) String

func (*PRecordQueryRecursiveDfsJoinPlan) UnmarshalVT

func (m *PRecordQueryRecursiveDfsJoinPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryRecursiveDfsJoinPlan_PDfsTraversalStrategy

type PRecordQueryRecursiveDfsJoinPlan_PDfsTraversalStrategy int32
const (
	PRecordQueryRecursiveDfsJoinPlan_PRE_ORDER  PRecordQueryRecursiveDfsJoinPlan_PDfsTraversalStrategy = 1
	PRecordQueryRecursiveDfsJoinPlan_POST_ORDER PRecordQueryRecursiveDfsJoinPlan_PDfsTraversalStrategy = 2
)

func (PRecordQueryRecursiveDfsJoinPlan_PDfsTraversalStrategy) Descriptor

func (PRecordQueryRecursiveDfsJoinPlan_PDfsTraversalStrategy) Enum

func (PRecordQueryRecursiveDfsJoinPlan_PDfsTraversalStrategy) EnumDescriptor deprecated

Deprecated: Use PRecordQueryRecursiveDfsJoinPlan_PDfsTraversalStrategy.Descriptor instead.

func (PRecordQueryRecursiveDfsJoinPlan_PDfsTraversalStrategy) Number

func (PRecordQueryRecursiveDfsJoinPlan_PDfsTraversalStrategy) String

func (PRecordQueryRecursiveDfsJoinPlan_PDfsTraversalStrategy) Type

func (*PRecordQueryRecursiveDfsJoinPlan_PDfsTraversalStrategy) UnmarshalJSON deprecated

Deprecated: Do not use.

type PRecordQueryRecursiveLevelUnionPlan

type PRecordQueryRecursiveLevelUnionPlan struct {
	InitialStateQuantifier   *PPhysicalQuantifier `protobuf:"bytes,1,opt,name=initialStateQuantifier" json:"initialStateQuantifier,omitempty"`
	RecursiveStateQuantifier *PPhysicalQuantifier `protobuf:"bytes,2,opt,name=recursiveStateQuantifier" json:"recursiveStateQuantifier,omitempty"`
	InitialTempTableAlias    *string              `protobuf:"bytes,3,opt,name=initialTempTableAlias" json:"initialTempTableAlias,omitempty"`
	RecursiveTempTableAlias  *string              `protobuf:"bytes,4,opt,name=recursiveTempTableAlias" json:"recursiveTempTableAlias,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryRecursiveLevelUnionPlan

func PRecordQueryRecursiveLevelUnionPlanFromVTPool

func PRecordQueryRecursiveLevelUnionPlanFromVTPool() *PRecordQueryRecursiveLevelUnionPlan

func (*PRecordQueryRecursiveLevelUnionPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryRecursiveLevelUnionPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryRecursiveLevelUnionPlan) GetInitialStateQuantifier

func (x *PRecordQueryRecursiveLevelUnionPlan) GetInitialStateQuantifier() *PPhysicalQuantifier

func (*PRecordQueryRecursiveLevelUnionPlan) GetInitialTempTableAlias

func (x *PRecordQueryRecursiveLevelUnionPlan) GetInitialTempTableAlias() string

func (*PRecordQueryRecursiveLevelUnionPlan) GetRecursiveStateQuantifier

func (x *PRecordQueryRecursiveLevelUnionPlan) GetRecursiveStateQuantifier() *PPhysicalQuantifier

func (*PRecordQueryRecursiveLevelUnionPlan) GetRecursiveTempTableAlias

func (x *PRecordQueryRecursiveLevelUnionPlan) GetRecursiveTempTableAlias() string

func (*PRecordQueryRecursiveLevelUnionPlan) MarshalToSizedBufferVT

func (m *PRecordQueryRecursiveLevelUnionPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryRecursiveLevelUnionPlan) MarshalToVT

func (m *PRecordQueryRecursiveLevelUnionPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryRecursiveLevelUnionPlan) MarshalVT

func (m *PRecordQueryRecursiveLevelUnionPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryRecursiveLevelUnionPlan) ProtoMessage

func (*PRecordQueryRecursiveLevelUnionPlan) ProtoMessage()

func (*PRecordQueryRecursiveLevelUnionPlan) ProtoReflect

func (*PRecordQueryRecursiveLevelUnionPlan) Reset

func (*PRecordQueryRecursiveLevelUnionPlan) ResetVT

func (*PRecordQueryRecursiveLevelUnionPlan) ReturnToVTPool

func (m *PRecordQueryRecursiveLevelUnionPlan) ReturnToVTPool()

func (*PRecordQueryRecursiveLevelUnionPlan) SizeVT

func (m *PRecordQueryRecursiveLevelUnionPlan) SizeVT() (n int)

func (*PRecordQueryRecursiveLevelUnionPlan) String

func (*PRecordQueryRecursiveLevelUnionPlan) UnmarshalVT

func (m *PRecordQueryRecursiveLevelUnionPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryScanPlan

type PRecordQueryScanPlan struct {
	HasRecordTypes   *bool             `protobuf:"varint,1,opt,name=has_record_types,json=hasRecordTypes" json:"has_record_types,omitempty"`
	RecordTypes      []string          `protobuf:"bytes,2,rep,name=record_types,json=recordTypes" json:"record_types,omitempty"`
	FlowedType       *PType            `protobuf:"bytes,3,opt,name=flowed_type,json=flowedType" json:"flowed_type,omitempty"`
	CommonPrimaryKey *KeyExpression    `protobuf:"bytes,4,opt,name=common_primary_key,json=commonPrimaryKey" json:"common_primary_key,omitempty"`
	Comparisons      *PScanComparisons `protobuf:"bytes,5,opt,name=comparisons" json:"comparisons,omitempty"`
	Reverse          *bool             `protobuf:"varint,6,opt,name=reverse" json:"reverse,omitempty"`
	StrictlySorted   *bool             `protobuf:"varint,7,opt,name=strictly_sorted,json=strictlySorted" json:"strictly_sorted,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryScanPlan

func PRecordQueryScanPlanFromVTPool

func PRecordQueryScanPlanFromVTPool() *PRecordQueryScanPlan

func (*PRecordQueryScanPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryScanPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryScanPlan) GetCommonPrimaryKey

func (x *PRecordQueryScanPlan) GetCommonPrimaryKey() *KeyExpression

func (*PRecordQueryScanPlan) GetComparisons

func (x *PRecordQueryScanPlan) GetComparisons() *PScanComparisons

func (*PRecordQueryScanPlan) GetFlowedType

func (x *PRecordQueryScanPlan) GetFlowedType() *PType

func (*PRecordQueryScanPlan) GetHasRecordTypes

func (x *PRecordQueryScanPlan) GetHasRecordTypes() bool

func (*PRecordQueryScanPlan) GetRecordTypes

func (x *PRecordQueryScanPlan) GetRecordTypes() []string

func (*PRecordQueryScanPlan) GetReverse

func (x *PRecordQueryScanPlan) GetReverse() bool

func (*PRecordQueryScanPlan) GetStrictlySorted

func (x *PRecordQueryScanPlan) GetStrictlySorted() bool

func (*PRecordQueryScanPlan) MarshalToSizedBufferVT

func (m *PRecordQueryScanPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryScanPlan) MarshalToVT

func (m *PRecordQueryScanPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryScanPlan) MarshalVT

func (m *PRecordQueryScanPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryScanPlan) ProtoMessage

func (*PRecordQueryScanPlan) ProtoMessage()

func (*PRecordQueryScanPlan) ProtoReflect

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

func (*PRecordQueryScanPlan) Reset

func (x *PRecordQueryScanPlan) Reset()

func (*PRecordQueryScanPlan) ResetVT

func (m *PRecordQueryScanPlan) ResetVT()

func (*PRecordQueryScanPlan) ReturnToVTPool

func (m *PRecordQueryScanPlan) ReturnToVTPool()

func (*PRecordQueryScanPlan) SizeVT

func (m *PRecordQueryScanPlan) SizeVT() (n int)

func (*PRecordQueryScanPlan) String

func (x *PRecordQueryScanPlan) String() string

func (*PRecordQueryScanPlan) UnmarshalVT

func (m *PRecordQueryScanPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryScoreForRankPlan

type PRecordQueryScoreForRankPlan struct {
	Inner *PPhysicalQuantifier `protobuf:"bytes,1,opt,name=inner" json:"inner,omitempty"`
	Ranks []*PScoreForRank     `protobuf:"bytes,2,rep,name=ranks" json:"ranks,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryScoreForRankPlan

func PRecordQueryScoreForRankPlanFromVTPool

func PRecordQueryScoreForRankPlanFromVTPool() *PRecordQueryScoreForRankPlan

func (*PRecordQueryScoreForRankPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryScoreForRankPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryScoreForRankPlan) GetInner

func (*PRecordQueryScoreForRankPlan) GetRanks

func (*PRecordQueryScoreForRankPlan) MarshalToSizedBufferVT

func (m *PRecordQueryScoreForRankPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryScoreForRankPlan) MarshalToVT

func (m *PRecordQueryScoreForRankPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryScoreForRankPlan) MarshalVT

func (m *PRecordQueryScoreForRankPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryScoreForRankPlan) ProtoMessage

func (*PRecordQueryScoreForRankPlan) ProtoMessage()

func (*PRecordQueryScoreForRankPlan) ProtoReflect

func (*PRecordQueryScoreForRankPlan) Reset

func (x *PRecordQueryScoreForRankPlan) Reset()

func (*PRecordQueryScoreForRankPlan) ResetVT

func (m *PRecordQueryScoreForRankPlan) ResetVT()

func (*PRecordQueryScoreForRankPlan) ReturnToVTPool

func (m *PRecordQueryScoreForRankPlan) ReturnToVTPool()

func (*PRecordQueryScoreForRankPlan) SizeVT

func (m *PRecordQueryScoreForRankPlan) SizeVT() (n int)

func (*PRecordQueryScoreForRankPlan) String

func (*PRecordQueryScoreForRankPlan) UnmarshalVT

func (m *PRecordQueryScoreForRankPlan) UnmarshalVT(dAtA []byte) error

type PRecordQuerySortKey

type PRecordQuerySortKey struct {
	Key     *KeyExpression `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Reverse *bool          `protobuf:"varint,2,opt,name=reverse" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func PRecordQuerySortKeyFromVTPool

func PRecordQuerySortKeyFromVTPool() *PRecordQuerySortKey

func (*PRecordQuerySortKey) Descriptor deprecated

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

Deprecated: Use PRecordQuerySortKey.ProtoReflect.Descriptor instead.

func (*PRecordQuerySortKey) GetKey

func (x *PRecordQuerySortKey) GetKey() *KeyExpression

func (*PRecordQuerySortKey) GetReverse

func (x *PRecordQuerySortKey) GetReverse() bool

func (*PRecordQuerySortKey) MarshalToSizedBufferVT

func (m *PRecordQuerySortKey) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQuerySortKey) MarshalToVT

func (m *PRecordQuerySortKey) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQuerySortKey) MarshalVT

func (m *PRecordQuerySortKey) MarshalVT() (dAtA []byte, err error)

func (*PRecordQuerySortKey) ProtoMessage

func (*PRecordQuerySortKey) ProtoMessage()

func (*PRecordQuerySortKey) ProtoReflect

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

func (*PRecordQuerySortKey) Reset

func (x *PRecordQuerySortKey) Reset()

func (*PRecordQuerySortKey) ResetVT

func (m *PRecordQuerySortKey) ResetVT()

func (*PRecordQuerySortKey) ReturnToVTPool

func (m *PRecordQuerySortKey) ReturnToVTPool()

func (*PRecordQuerySortKey) SizeVT

func (m *PRecordQuerySortKey) SizeVT() (n int)

func (*PRecordQuerySortKey) String

func (x *PRecordQuerySortKey) String() string

func (*PRecordQuerySortKey) UnmarshalVT

func (m *PRecordQuerySortKey) UnmarshalVT(dAtA []byte) error

type PRecordQuerySortPlan

type PRecordQuerySortPlan struct {
	Inner *PPhysicalQuantifier `protobuf:"bytes,1,opt,name=inner" json:"inner,omitempty"`
	Key   *PRecordQuerySortKey `protobuf:"bytes,2,opt,name=key" json:"key,omitempty"`
	// contains filtered or unexported fields
}

PRecordQuerySortPlan

func PRecordQuerySortPlanFromVTPool

func PRecordQuerySortPlanFromVTPool() *PRecordQuerySortPlan

func (*PRecordQuerySortPlan) Descriptor deprecated

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

Deprecated: Use PRecordQuerySortPlan.ProtoReflect.Descriptor instead.

func (*PRecordQuerySortPlan) GetInner

func (*PRecordQuerySortPlan) GetKey

func (*PRecordQuerySortPlan) MarshalToSizedBufferVT

func (m *PRecordQuerySortPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQuerySortPlan) MarshalToVT

func (m *PRecordQuerySortPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQuerySortPlan) MarshalVT

func (m *PRecordQuerySortPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQuerySortPlan) ProtoMessage

func (*PRecordQuerySortPlan) ProtoMessage()

func (*PRecordQuerySortPlan) ProtoReflect

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

func (*PRecordQuerySortPlan) Reset

func (x *PRecordQuerySortPlan) Reset()

func (*PRecordQuerySortPlan) ResetVT

func (m *PRecordQuerySortPlan) ResetVT()

func (*PRecordQuerySortPlan) ReturnToVTPool

func (m *PRecordQuerySortPlan) ReturnToVTPool()

func (*PRecordQuerySortPlan) SizeVT

func (m *PRecordQuerySortPlan) SizeVT() (n int)

func (*PRecordQuerySortPlan) String

func (x *PRecordQuerySortPlan) String() string

func (*PRecordQuerySortPlan) UnmarshalVT

func (m *PRecordQuerySortPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryStreamingAggregationPlan

type PRecordQueryStreamingAggregationPlan struct {
	Inner                  *PPhysicalQuantifier `protobuf:"bytes,1,opt,name=inner" json:"inner,omitempty"`
	AggregateValue         *PValue              `protobuf:"bytes,2,opt,name=aggregate_value,json=aggregateValue" json:"aggregate_value,omitempty"`
	GroupingKeyValue       *PValue              `protobuf:"bytes,3,opt,name=grouping_key_value,json=groupingKeyValue" json:"grouping_key_value,omitempty"`
	GroupingKeyAlias       *string              `protobuf:"bytes,4,opt,name=grouping_key_alias,json=groupingKeyAlias" json:"grouping_key_alias,omitempty"`
	AggregateAlias         *string              `protobuf:"bytes,5,opt,name=aggregate_alias,json=aggregateAlias" json:"aggregate_alias,omitempty"`
	CompleteResultValue    *PValue              `protobuf:"bytes,6,opt,name=complete_result_value,json=completeResultValue" json:"complete_result_value,omitempty"`
	IsCreateDefaultOnEmpty *bool                `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

PRecordQueryStreamingAggregationPlan

func PRecordQueryStreamingAggregationPlanFromVTPool

func PRecordQueryStreamingAggregationPlanFromVTPool() *PRecordQueryStreamingAggregationPlan

func (*PRecordQueryStreamingAggregationPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryStreamingAggregationPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryStreamingAggregationPlan) GetAggregateAlias

func (x *PRecordQueryStreamingAggregationPlan) GetAggregateAlias() string

func (*PRecordQueryStreamingAggregationPlan) GetAggregateValue

func (x *PRecordQueryStreamingAggregationPlan) GetAggregateValue() *PValue

func (*PRecordQueryStreamingAggregationPlan) GetCompleteResultValue

func (x *PRecordQueryStreamingAggregationPlan) GetCompleteResultValue() *PValue

func (*PRecordQueryStreamingAggregationPlan) GetGroupingKeyAlias

func (x *PRecordQueryStreamingAggregationPlan) GetGroupingKeyAlias() string

func (*PRecordQueryStreamingAggregationPlan) GetGroupingKeyValue

func (x *PRecordQueryStreamingAggregationPlan) GetGroupingKeyValue() *PValue

func (*PRecordQueryStreamingAggregationPlan) GetInner

func (*PRecordQueryStreamingAggregationPlan) GetIsCreateDefaultOnEmpty

func (x *PRecordQueryStreamingAggregationPlan) GetIsCreateDefaultOnEmpty() bool

func (*PRecordQueryStreamingAggregationPlan) MarshalToSizedBufferVT

func (m *PRecordQueryStreamingAggregationPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryStreamingAggregationPlan) MarshalToVT

func (m *PRecordQueryStreamingAggregationPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryStreamingAggregationPlan) MarshalVT

func (m *PRecordQueryStreamingAggregationPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryStreamingAggregationPlan) ProtoMessage

func (*PRecordQueryStreamingAggregationPlan) ProtoMessage()

func (*PRecordQueryStreamingAggregationPlan) ProtoReflect

func (*PRecordQueryStreamingAggregationPlan) Reset

func (*PRecordQueryStreamingAggregationPlan) ResetVT

func (*PRecordQueryStreamingAggregationPlan) ReturnToVTPool

func (m *PRecordQueryStreamingAggregationPlan) ReturnToVTPool()

func (*PRecordQueryStreamingAggregationPlan) SizeVT

func (m *PRecordQueryStreamingAggregationPlan) SizeVT() (n int)

func (*PRecordQueryStreamingAggregationPlan) String

func (*PRecordQueryStreamingAggregationPlan) UnmarshalVT

func (m *PRecordQueryStreamingAggregationPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryStreamingAggregationPlan2

type PRecordQueryStreamingAggregationPlan2 struct {
	Inner               *PPhysicalQuantifier `protobuf:"bytes,1,opt,name=inner" json:"inner,omitempty"`
	AggregateValue      *PValue              `protobuf:"bytes,2,opt,name=aggregate_value,json=aggregateValue" json:"aggregate_value,omitempty"`
	GroupingKeyValue    *PValue              `protobuf:"bytes,3,opt,name=grouping_key_value,json=groupingKeyValue" json:"grouping_key_value,omitempty"`
	GroupingKeyAlias    *string              `protobuf:"bytes,4,opt,name=grouping_key_alias,json=groupingKeyAlias" json:"grouping_key_alias,omitempty"`
	AggregateAlias      *string              `protobuf:"bytes,5,opt,name=aggregate_alias,json=aggregateAlias" json:"aggregate_alias,omitempty"`
	CompleteResultValue *PValue              `protobuf:"bytes,6,opt,name=complete_result_value,json=completeResultValue" json:"complete_result_value,omitempty"`
	// contains filtered or unexported fields
}

func PRecordQueryStreamingAggregationPlan2FromVTPool

func PRecordQueryStreamingAggregationPlan2FromVTPool() *PRecordQueryStreamingAggregationPlan2

func (*PRecordQueryStreamingAggregationPlan2) Descriptor deprecated

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

Deprecated: Use PRecordQueryStreamingAggregationPlan2.ProtoReflect.Descriptor instead.

func (*PRecordQueryStreamingAggregationPlan2) GetAggregateAlias

func (x *PRecordQueryStreamingAggregationPlan2) GetAggregateAlias() string

func (*PRecordQueryStreamingAggregationPlan2) GetAggregateValue

func (x *PRecordQueryStreamingAggregationPlan2) GetAggregateValue() *PValue

func (*PRecordQueryStreamingAggregationPlan2) GetCompleteResultValue

func (x *PRecordQueryStreamingAggregationPlan2) GetCompleteResultValue() *PValue

func (*PRecordQueryStreamingAggregationPlan2) GetGroupingKeyAlias

func (x *PRecordQueryStreamingAggregationPlan2) GetGroupingKeyAlias() string

func (*PRecordQueryStreamingAggregationPlan2) GetGroupingKeyValue

func (x *PRecordQueryStreamingAggregationPlan2) GetGroupingKeyValue() *PValue

func (*PRecordQueryStreamingAggregationPlan2) GetInner

func (*PRecordQueryStreamingAggregationPlan2) MarshalToSizedBufferVT

func (m *PRecordQueryStreamingAggregationPlan2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryStreamingAggregationPlan2) MarshalToVT

func (m *PRecordQueryStreamingAggregationPlan2) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryStreamingAggregationPlan2) MarshalVT

func (m *PRecordQueryStreamingAggregationPlan2) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryStreamingAggregationPlan2) ProtoMessage

func (*PRecordQueryStreamingAggregationPlan2) ProtoMessage()

func (*PRecordQueryStreamingAggregationPlan2) ProtoReflect

func (*PRecordQueryStreamingAggregationPlan2) Reset

func (*PRecordQueryStreamingAggregationPlan2) ResetVT

func (*PRecordQueryStreamingAggregationPlan2) ReturnToVTPool

func (m *PRecordQueryStreamingAggregationPlan2) ReturnToVTPool()

func (*PRecordQueryStreamingAggregationPlan2) SizeVT

func (*PRecordQueryStreamingAggregationPlan2) String

func (*PRecordQueryStreamingAggregationPlan2) UnmarshalVT

func (m *PRecordQueryStreamingAggregationPlan2) UnmarshalVT(dAtA []byte) error

type PRecordQueryTableFunctionPlan

type PRecordQueryTableFunctionPlan struct {
	Value *PValue `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryTableFunctionPlan

func PRecordQueryTableFunctionPlanFromVTPool

func PRecordQueryTableFunctionPlanFromVTPool() *PRecordQueryTableFunctionPlan

func (*PRecordQueryTableFunctionPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryTableFunctionPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryTableFunctionPlan) GetValue

func (x *PRecordQueryTableFunctionPlan) GetValue() *PValue

func (*PRecordQueryTableFunctionPlan) MarshalToSizedBufferVT

func (m *PRecordQueryTableFunctionPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryTableFunctionPlan) MarshalToVT

func (m *PRecordQueryTableFunctionPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryTableFunctionPlan) MarshalVT

func (m *PRecordQueryTableFunctionPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryTableFunctionPlan) ProtoMessage

func (*PRecordQueryTableFunctionPlan) ProtoMessage()

func (*PRecordQueryTableFunctionPlan) ProtoReflect

func (*PRecordQueryTableFunctionPlan) Reset

func (x *PRecordQueryTableFunctionPlan) Reset()

func (*PRecordQueryTableFunctionPlan) ResetVT

func (m *PRecordQueryTableFunctionPlan) ResetVT()

func (*PRecordQueryTableFunctionPlan) ReturnToVTPool

func (m *PRecordQueryTableFunctionPlan) ReturnToVTPool()

func (*PRecordQueryTableFunctionPlan) SizeVT

func (m *PRecordQueryTableFunctionPlan) SizeVT() (n int)

func (*PRecordQueryTableFunctionPlan) String

func (*PRecordQueryTableFunctionPlan) UnmarshalVT

func (m *PRecordQueryTableFunctionPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryTypeFilterPlan

type PRecordQueryTypeFilterPlan struct {
	Inner       *PPhysicalQuantifier `protobuf:"bytes,1,opt,name=inner" json:"inner,omitempty"`
	RecordTypes []string             `protobuf:"bytes,2,rep,name=record_types,json=recordTypes" json:"record_types,omitempty"`
	ResultType  *PType               `protobuf:"bytes,3,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryTypeFilterPlan

func PRecordQueryTypeFilterPlanFromVTPool

func PRecordQueryTypeFilterPlanFromVTPool() *PRecordQueryTypeFilterPlan

func (*PRecordQueryTypeFilterPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryTypeFilterPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryTypeFilterPlan) GetInner

func (*PRecordQueryTypeFilterPlan) GetRecordTypes

func (x *PRecordQueryTypeFilterPlan) GetRecordTypes() []string

func (*PRecordQueryTypeFilterPlan) GetResultType

func (x *PRecordQueryTypeFilterPlan) GetResultType() *PType

func (*PRecordQueryTypeFilterPlan) MarshalToSizedBufferVT

func (m *PRecordQueryTypeFilterPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryTypeFilterPlan) MarshalToVT

func (m *PRecordQueryTypeFilterPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryTypeFilterPlan) MarshalVT

func (m *PRecordQueryTypeFilterPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryTypeFilterPlan) ProtoMessage

func (*PRecordQueryTypeFilterPlan) ProtoMessage()

func (*PRecordQueryTypeFilterPlan) ProtoReflect

func (*PRecordQueryTypeFilterPlan) Reset

func (x *PRecordQueryTypeFilterPlan) Reset()

func (*PRecordQueryTypeFilterPlan) ResetVT

func (m *PRecordQueryTypeFilterPlan) ResetVT()

func (*PRecordQueryTypeFilterPlan) ReturnToVTPool

func (m *PRecordQueryTypeFilterPlan) ReturnToVTPool()

func (*PRecordQueryTypeFilterPlan) SizeVT

func (m *PRecordQueryTypeFilterPlan) SizeVT() (n int)

func (*PRecordQueryTypeFilterPlan) String

func (x *PRecordQueryTypeFilterPlan) String() string

func (*PRecordQueryTypeFilterPlan) UnmarshalVT

func (m *PRecordQueryTypeFilterPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryUnionOnKeyExpressionPlan

type PRecordQueryUnionOnKeyExpressionPlan struct {
	Super *PRecordQueryUnionPlan `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryUnionOnKeyExpressionPlan

func PRecordQueryUnionOnKeyExpressionPlanFromVTPool

func PRecordQueryUnionOnKeyExpressionPlanFromVTPool() *PRecordQueryUnionOnKeyExpressionPlan

func (*PRecordQueryUnionOnKeyExpressionPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryUnionOnKeyExpressionPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryUnionOnKeyExpressionPlan) GetSuper

func (*PRecordQueryUnionOnKeyExpressionPlan) MarshalToSizedBufferVT

func (m *PRecordQueryUnionOnKeyExpressionPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryUnionOnKeyExpressionPlan) MarshalToVT

func (m *PRecordQueryUnionOnKeyExpressionPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryUnionOnKeyExpressionPlan) MarshalVT

func (m *PRecordQueryUnionOnKeyExpressionPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryUnionOnKeyExpressionPlan) ProtoMessage

func (*PRecordQueryUnionOnKeyExpressionPlan) ProtoMessage()

func (*PRecordQueryUnionOnKeyExpressionPlan) ProtoReflect

func (*PRecordQueryUnionOnKeyExpressionPlan) Reset

func (*PRecordQueryUnionOnKeyExpressionPlan) ResetVT

func (*PRecordQueryUnionOnKeyExpressionPlan) ReturnToVTPool

func (m *PRecordQueryUnionOnKeyExpressionPlan) ReturnToVTPool()

func (*PRecordQueryUnionOnKeyExpressionPlan) SizeVT

func (m *PRecordQueryUnionOnKeyExpressionPlan) SizeVT() (n int)

func (*PRecordQueryUnionOnKeyExpressionPlan) String

func (*PRecordQueryUnionOnKeyExpressionPlan) UnmarshalVT

func (m *PRecordQueryUnionOnKeyExpressionPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryUnionOnValuesPlan

type PRecordQueryUnionOnValuesPlan struct {
	Super *PRecordQueryUnionPlan `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryUnionOnValuesPlan

func PRecordQueryUnionOnValuesPlanFromVTPool

func PRecordQueryUnionOnValuesPlanFromVTPool() *PRecordQueryUnionOnValuesPlan

func (*PRecordQueryUnionOnValuesPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryUnionOnValuesPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryUnionOnValuesPlan) GetSuper

func (*PRecordQueryUnionOnValuesPlan) MarshalToSizedBufferVT

func (m *PRecordQueryUnionOnValuesPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryUnionOnValuesPlan) MarshalToVT

func (m *PRecordQueryUnionOnValuesPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryUnionOnValuesPlan) MarshalVT

func (m *PRecordQueryUnionOnValuesPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryUnionOnValuesPlan) ProtoMessage

func (*PRecordQueryUnionOnValuesPlan) ProtoMessage()

func (*PRecordQueryUnionOnValuesPlan) ProtoReflect

func (*PRecordQueryUnionOnValuesPlan) Reset

func (x *PRecordQueryUnionOnValuesPlan) Reset()

func (*PRecordQueryUnionOnValuesPlan) ResetVT

func (m *PRecordQueryUnionOnValuesPlan) ResetVT()

func (*PRecordQueryUnionOnValuesPlan) ReturnToVTPool

func (m *PRecordQueryUnionOnValuesPlan) ReturnToVTPool()

func (*PRecordQueryUnionOnValuesPlan) SizeVT

func (m *PRecordQueryUnionOnValuesPlan) SizeVT() (n int)

func (*PRecordQueryUnionOnValuesPlan) String

func (*PRecordQueryUnionOnValuesPlan) UnmarshalVT

func (m *PRecordQueryUnionOnValuesPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryUnionPlan

type PRecordQueryUnionPlan struct {
	Super                 *PRecordQueryUnionPlanBase `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	ComparisonKeyFunction *PComparisonKeyFunction    `protobuf:"bytes,2,opt,name=comparison_key_function,json=comparisonKeyFunction" json:"comparison_key_function,omitempty"`
	ShowComparisonKey     *bool                      `protobuf:"varint,3,opt,name=show_comparison_key,json=showComparisonKey" json:"show_comparison_key,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryUnionPlan

func PRecordQueryUnionPlanFromVTPool

func PRecordQueryUnionPlanFromVTPool() *PRecordQueryUnionPlan

func (*PRecordQueryUnionPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryUnionPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryUnionPlan) GetComparisonKeyFunction

func (x *PRecordQueryUnionPlan) GetComparisonKeyFunction() *PComparisonKeyFunction

func (*PRecordQueryUnionPlan) GetShowComparisonKey

func (x *PRecordQueryUnionPlan) GetShowComparisonKey() bool

func (*PRecordQueryUnionPlan) GetSuper

func (*PRecordQueryUnionPlan) MarshalToSizedBufferVT

func (m *PRecordQueryUnionPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryUnionPlan) MarshalToVT

func (m *PRecordQueryUnionPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryUnionPlan) MarshalVT

func (m *PRecordQueryUnionPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryUnionPlan) ProtoMessage

func (*PRecordQueryUnionPlan) ProtoMessage()

func (*PRecordQueryUnionPlan) ProtoReflect

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

func (*PRecordQueryUnionPlan) Reset

func (x *PRecordQueryUnionPlan) Reset()

func (*PRecordQueryUnionPlan) ResetVT

func (m *PRecordQueryUnionPlan) ResetVT()

func (*PRecordQueryUnionPlan) ReturnToVTPool

func (m *PRecordQueryUnionPlan) ReturnToVTPool()

func (*PRecordQueryUnionPlan) SizeVT

func (m *PRecordQueryUnionPlan) SizeVT() (n int)

func (*PRecordQueryUnionPlan) String

func (x *PRecordQueryUnionPlan) String() string

func (*PRecordQueryUnionPlan) UnmarshalVT

func (m *PRecordQueryUnionPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryUnionPlanBase

type PRecordQueryUnionPlanBase struct {
	Quantifiers []*PPhysicalQuantifier `protobuf:"bytes,1,rep,name=quantifiers" json:"quantifiers,omitempty"`
	Reverse     *bool                  `protobuf:"varint,2,opt,name=reverse" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryUnionPlanBase

func PRecordQueryUnionPlanBaseFromVTPool

func PRecordQueryUnionPlanBaseFromVTPool() *PRecordQueryUnionPlanBase

func (*PRecordQueryUnionPlanBase) Descriptor deprecated

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

Deprecated: Use PRecordQueryUnionPlanBase.ProtoReflect.Descriptor instead.

func (*PRecordQueryUnionPlanBase) GetQuantifiers

func (x *PRecordQueryUnionPlanBase) GetQuantifiers() []*PPhysicalQuantifier

func (*PRecordQueryUnionPlanBase) GetReverse

func (x *PRecordQueryUnionPlanBase) GetReverse() bool

func (*PRecordQueryUnionPlanBase) MarshalToSizedBufferVT

func (m *PRecordQueryUnionPlanBase) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryUnionPlanBase) MarshalToVT

func (m *PRecordQueryUnionPlanBase) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryUnionPlanBase) MarshalVT

func (m *PRecordQueryUnionPlanBase) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryUnionPlanBase) ProtoMessage

func (*PRecordQueryUnionPlanBase) ProtoMessage()

func (*PRecordQueryUnionPlanBase) ProtoReflect

func (*PRecordQueryUnionPlanBase) Reset

func (x *PRecordQueryUnionPlanBase) Reset()

func (*PRecordQueryUnionPlanBase) ResetVT

func (m *PRecordQueryUnionPlanBase) ResetVT()

func (*PRecordQueryUnionPlanBase) ReturnToVTPool

func (m *PRecordQueryUnionPlanBase) ReturnToVTPool()

func (*PRecordQueryUnionPlanBase) SizeVT

func (m *PRecordQueryUnionPlanBase) SizeVT() (n int)

func (*PRecordQueryUnionPlanBase) String

func (x *PRecordQueryUnionPlanBase) String() string

func (*PRecordQueryUnionPlanBase) UnmarshalVT

func (m *PRecordQueryUnionPlanBase) UnmarshalVT(dAtA []byte) error

type PRecordQueryUnorderedDistinctPlan

type PRecordQueryUnorderedDistinctPlan struct {
	Inner         *PPhysicalQuantifier `protobuf:"bytes,1,opt,name=inner" json:"inner,omitempty"`
	ComparisonKey *KeyExpression       `protobuf:"bytes,2,opt,name=comparison_key,json=comparisonKey" json:"comparison_key,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryUnorderedDistinctPlan

func PRecordQueryUnorderedDistinctPlanFromVTPool

func PRecordQueryUnorderedDistinctPlanFromVTPool() *PRecordQueryUnorderedDistinctPlan

func (*PRecordQueryUnorderedDistinctPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryUnorderedDistinctPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryUnorderedDistinctPlan) GetComparisonKey

func (x *PRecordQueryUnorderedDistinctPlan) GetComparisonKey() *KeyExpression

func (*PRecordQueryUnorderedDistinctPlan) GetInner

func (*PRecordQueryUnorderedDistinctPlan) MarshalToSizedBufferVT

func (m *PRecordQueryUnorderedDistinctPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryUnorderedDistinctPlan) MarshalToVT

func (m *PRecordQueryUnorderedDistinctPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryUnorderedDistinctPlan) MarshalVT

func (m *PRecordQueryUnorderedDistinctPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryUnorderedDistinctPlan) ProtoMessage

func (*PRecordQueryUnorderedDistinctPlan) ProtoMessage()

func (*PRecordQueryUnorderedDistinctPlan) ProtoReflect

func (*PRecordQueryUnorderedDistinctPlan) Reset

func (*PRecordQueryUnorderedDistinctPlan) ResetVT

func (m *PRecordQueryUnorderedDistinctPlan) ResetVT()

func (*PRecordQueryUnorderedDistinctPlan) ReturnToVTPool

func (m *PRecordQueryUnorderedDistinctPlan) ReturnToVTPool()

func (*PRecordQueryUnorderedDistinctPlan) SizeVT

func (m *PRecordQueryUnorderedDistinctPlan) SizeVT() (n int)

func (*PRecordQueryUnorderedDistinctPlan) String

func (*PRecordQueryUnorderedDistinctPlan) UnmarshalVT

func (m *PRecordQueryUnorderedDistinctPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryUnorderedPrimaryKeyDistinctPlan

type PRecordQueryUnorderedPrimaryKeyDistinctPlan struct {
	Inner *PPhysicalQuantifier `protobuf:"bytes,1,opt,name=inner" json:"inner,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryUnorderedPrimaryKeyDistinctPlan

func PRecordQueryUnorderedPrimaryKeyDistinctPlanFromVTPool

func PRecordQueryUnorderedPrimaryKeyDistinctPlanFromVTPool() *PRecordQueryUnorderedPrimaryKeyDistinctPlan

func (*PRecordQueryUnorderedPrimaryKeyDistinctPlan) Descriptor deprecated

Deprecated: Use PRecordQueryUnorderedPrimaryKeyDistinctPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryUnorderedPrimaryKeyDistinctPlan) GetInner

func (*PRecordQueryUnorderedPrimaryKeyDistinctPlan) MarshalToSizedBufferVT

func (m *PRecordQueryUnorderedPrimaryKeyDistinctPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryUnorderedPrimaryKeyDistinctPlan) MarshalToVT

func (m *PRecordQueryUnorderedPrimaryKeyDistinctPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryUnorderedPrimaryKeyDistinctPlan) MarshalVT

func (m *PRecordQueryUnorderedPrimaryKeyDistinctPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryUnorderedPrimaryKeyDistinctPlan) ProtoMessage

func (*PRecordQueryUnorderedPrimaryKeyDistinctPlan) ProtoReflect

func (*PRecordQueryUnorderedPrimaryKeyDistinctPlan) Reset

func (*PRecordQueryUnorderedPrimaryKeyDistinctPlan) ResetVT

func (*PRecordQueryUnorderedPrimaryKeyDistinctPlan) ReturnToVTPool

func (m *PRecordQueryUnorderedPrimaryKeyDistinctPlan) ReturnToVTPool()

func (*PRecordQueryUnorderedPrimaryKeyDistinctPlan) SizeVT

func (*PRecordQueryUnorderedPrimaryKeyDistinctPlan) String

func (*PRecordQueryUnorderedPrimaryKeyDistinctPlan) UnmarshalVT

type PRecordQueryUnorderedUnionPlan

type PRecordQueryUnorderedUnionPlan struct {
	Super *PRecordQueryUnionPlanBase `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryUnorderedUnionPlan

func PRecordQueryUnorderedUnionPlanFromVTPool

func PRecordQueryUnorderedUnionPlanFromVTPool() *PRecordQueryUnorderedUnionPlan

func (*PRecordQueryUnorderedUnionPlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryUnorderedUnionPlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryUnorderedUnionPlan) GetSuper

func (*PRecordQueryUnorderedUnionPlan) MarshalToSizedBufferVT

func (m *PRecordQueryUnorderedUnionPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryUnorderedUnionPlan) MarshalToVT

func (m *PRecordQueryUnorderedUnionPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryUnorderedUnionPlan) MarshalVT

func (m *PRecordQueryUnorderedUnionPlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryUnorderedUnionPlan) ProtoMessage

func (*PRecordQueryUnorderedUnionPlan) ProtoMessage()

func (*PRecordQueryUnorderedUnionPlan) ProtoReflect

func (*PRecordQueryUnorderedUnionPlan) Reset

func (x *PRecordQueryUnorderedUnionPlan) Reset()

func (*PRecordQueryUnorderedUnionPlan) ResetVT

func (m *PRecordQueryUnorderedUnionPlan) ResetVT()

func (*PRecordQueryUnorderedUnionPlan) ReturnToVTPool

func (m *PRecordQueryUnorderedUnionPlan) ReturnToVTPool()

func (*PRecordQueryUnorderedUnionPlan) SizeVT

func (m *PRecordQueryUnorderedUnionPlan) SizeVT() (n int)

func (*PRecordQueryUnorderedUnionPlan) String

func (*PRecordQueryUnorderedUnionPlan) UnmarshalVT

func (m *PRecordQueryUnorderedUnionPlan) UnmarshalVT(dAtA []byte) error

type PRecordQueryUpdatePlan

type PRecordQueryUpdatePlan struct {
	Super *PRecordQueryAbstractDataModificationPlan `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	// contains filtered or unexported fields
}

PRecordQueryUpdatePlan

func PRecordQueryUpdatePlanFromVTPool

func PRecordQueryUpdatePlanFromVTPool() *PRecordQueryUpdatePlan

func (*PRecordQueryUpdatePlan) Descriptor deprecated

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

Deprecated: Use PRecordQueryUpdatePlan.ProtoReflect.Descriptor instead.

func (*PRecordQueryUpdatePlan) GetSuper

func (*PRecordQueryUpdatePlan) MarshalToSizedBufferVT

func (m *PRecordQueryUpdatePlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordQueryUpdatePlan) MarshalToVT

func (m *PRecordQueryUpdatePlan) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordQueryUpdatePlan) MarshalVT

func (m *PRecordQueryUpdatePlan) MarshalVT() (dAtA []byte, err error)

func (*PRecordQueryUpdatePlan) ProtoMessage

func (*PRecordQueryUpdatePlan) ProtoMessage()

func (*PRecordQueryUpdatePlan) ProtoReflect

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

func (*PRecordQueryUpdatePlan) Reset

func (x *PRecordQueryUpdatePlan) Reset()

func (*PRecordQueryUpdatePlan) ResetVT

func (m *PRecordQueryUpdatePlan) ResetVT()

func (*PRecordQueryUpdatePlan) ReturnToVTPool

func (m *PRecordQueryUpdatePlan) ReturnToVTPool()

func (*PRecordQueryUpdatePlan) SizeVT

func (m *PRecordQueryUpdatePlan) SizeVT() (n int)

func (*PRecordQueryUpdatePlan) String

func (x *PRecordQueryUpdatePlan) String() string

func (*PRecordQueryUpdatePlan) UnmarshalVT

func (m *PRecordQueryUpdatePlan) UnmarshalVT(dAtA []byte) error

type PRecordTypeComparison

type PRecordTypeComparison struct {
	RecordTypeName *string `protobuf:"bytes,1,opt,name=record_type_name,json=recordTypeName" json:"record_type_name,omitempty"`
	// contains filtered or unexported fields
}

func PRecordTypeComparisonFromVTPool

func PRecordTypeComparisonFromVTPool() *PRecordTypeComparison

func (*PRecordTypeComparison) Descriptor deprecated

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

Deprecated: Use PRecordTypeComparison.ProtoReflect.Descriptor instead.

func (*PRecordTypeComparison) GetRecordTypeName

func (x *PRecordTypeComparison) GetRecordTypeName() string

func (*PRecordTypeComparison) MarshalToSizedBufferVT

func (m *PRecordTypeComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordTypeComparison) MarshalToVT

func (m *PRecordTypeComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordTypeComparison) MarshalVT

func (m *PRecordTypeComparison) MarshalVT() (dAtA []byte, err error)

func (*PRecordTypeComparison) ProtoMessage

func (*PRecordTypeComparison) ProtoMessage()

func (*PRecordTypeComparison) ProtoReflect

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

func (*PRecordTypeComparison) Reset

func (x *PRecordTypeComparison) Reset()

func (*PRecordTypeComparison) ResetVT

func (m *PRecordTypeComparison) ResetVT()

func (*PRecordTypeComparison) ReturnToVTPool

func (m *PRecordTypeComparison) ReturnToVTPool()

func (*PRecordTypeComparison) SizeVT

func (m *PRecordTypeComparison) SizeVT() (n int)

func (*PRecordTypeComparison) String

func (x *PRecordTypeComparison) String() string

func (*PRecordTypeComparison) UnmarshalVT

func (m *PRecordTypeComparison) UnmarshalVT(dAtA []byte) error

type PRecordTypeValue

type PRecordTypeValue struct {
	Alias *string `protobuf:"bytes,1,opt,name=alias" json:"alias,omitempty"` // deprecated
	In    *PValue `protobuf:"bytes,2,opt,name=in" json:"in,omitempty"`
	// contains filtered or unexported fields
}

func PRecordTypeValueFromVTPool

func PRecordTypeValueFromVTPool() *PRecordTypeValue

func (*PRecordTypeValue) Descriptor deprecated

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

Deprecated: Use PRecordTypeValue.ProtoReflect.Descriptor instead.

func (*PRecordTypeValue) GetAlias

func (x *PRecordTypeValue) GetAlias() string

func (*PRecordTypeValue) GetIn

func (x *PRecordTypeValue) GetIn() *PValue

func (*PRecordTypeValue) MarshalToSizedBufferVT

func (m *PRecordTypeValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRecordTypeValue) MarshalToVT

func (m *PRecordTypeValue) MarshalToVT(dAtA []byte) (int, error)

func (*PRecordTypeValue) MarshalVT

func (m *PRecordTypeValue) MarshalVT() (dAtA []byte, err error)

func (*PRecordTypeValue) ProtoMessage

func (*PRecordTypeValue) ProtoMessage()

func (*PRecordTypeValue) ProtoReflect

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

func (*PRecordTypeValue) Reset

func (x *PRecordTypeValue) Reset()

func (*PRecordTypeValue) ResetVT

func (m *PRecordTypeValue) ResetVT()

func (*PRecordTypeValue) ReturnToVTPool

func (m *PRecordTypeValue) ReturnToVTPool()

func (*PRecordTypeValue) SizeVT

func (m *PRecordTypeValue) SizeVT() (n int)

func (*PRecordTypeValue) String

func (x *PRecordTypeValue) String() string

func (*PRecordTypeValue) UnmarshalVT

func (m *PRecordTypeValue) UnmarshalVT(dAtA []byte) error

type PReference

type PReference struct {
	Name        *string        `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Expressions []*PExpression `protobuf:"bytes,2,rep,name=expressions" json:"expressions,omitempty"`
	// contains filtered or unexported fields
}

func PReferenceFromVTPool

func PReferenceFromVTPool() *PReference

func (*PReference) Descriptor deprecated

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

Deprecated: Use PReference.ProtoReflect.Descriptor instead.

func (*PReference) GetExpressions

func (x *PReference) GetExpressions() []*PExpression

func (*PReference) GetName

func (x *PReference) GetName() string

func (*PReference) MarshalToSizedBufferVT

func (m *PReference) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PReference) MarshalToVT

func (m *PReference) MarshalToVT(dAtA []byte) (int, error)

func (*PReference) MarshalVT

func (m *PReference) MarshalVT() (dAtA []byte, err error)

func (*PReference) ProtoMessage

func (*PReference) ProtoMessage()

func (*PReference) ProtoReflect

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

func (*PReference) Reset

func (x *PReference) Reset()

func (*PReference) ResetVT

func (m *PReference) ResetVT()

func (*PReference) ReturnToVTPool

func (m *PReference) ReturnToVTPool()

func (*PReference) SizeVT

func (m *PReference) SizeVT() (n int)

func (*PReference) String

func (x *PReference) String() string

func (*PReference) UnmarshalVT

func (m *PReference) UnmarshalVT(dAtA []byte) error

type PRelOpValue

type PRelOpValue struct {
	FunctionName   *string                      `protobuf:"bytes,1,opt,name=function_name,json=functionName" json:"function_name,omitempty"`
	ComparisonType *PComparison_PComparisonType `` /* 171-byte string literal not displayed */
	Children       []*PValue                    `protobuf:"bytes,3,rep,name=children" json:"children,omitempty"`
	// contains filtered or unexported fields
}

func PRelOpValueFromVTPool

func PRelOpValueFromVTPool() *PRelOpValue

func (*PRelOpValue) Descriptor deprecated

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

Deprecated: Use PRelOpValue.ProtoReflect.Descriptor instead.

func (*PRelOpValue) GetChildren

func (x *PRelOpValue) GetChildren() []*PValue

func (*PRelOpValue) GetComparisonType

func (x *PRelOpValue) GetComparisonType() PComparison_PComparisonType

func (*PRelOpValue) GetFunctionName

func (x *PRelOpValue) GetFunctionName() string

func (*PRelOpValue) MarshalToSizedBufferVT

func (m *PRelOpValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRelOpValue) MarshalToVT

func (m *PRelOpValue) MarshalToVT(dAtA []byte) (int, error)

func (*PRelOpValue) MarshalVT

func (m *PRelOpValue) MarshalVT() (dAtA []byte, err error)

func (*PRelOpValue) ProtoMessage

func (*PRelOpValue) ProtoMessage()

func (*PRelOpValue) ProtoReflect

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

func (*PRelOpValue) Reset

func (x *PRelOpValue) Reset()

func (*PRelOpValue) ResetVT

func (m *PRelOpValue) ResetVT()

func (*PRelOpValue) ReturnToVTPool

func (m *PRelOpValue) ReturnToVTPool()

func (*PRelOpValue) SizeVT

func (m *PRelOpValue) SizeVT() (n int)

func (*PRelOpValue) String

func (x *PRelOpValue) String() string

func (*PRelOpValue) UnmarshalVT

func (m *PRelOpValue) UnmarshalVT(dAtA []byte) error

type PRowNumberHighOrderValue

type PRowNumberHighOrderValue struct {
	EfSearch           *int32 `protobuf:"varint,2,opt,name=efSearch" json:"efSearch,omitempty"`
	IsReturningVectors *bool  `protobuf:"varint,3,opt,name=isReturningVectors" json:"isReturningVectors,omitempty"`
	// contains filtered or unexported fields
}

func PRowNumberHighOrderValueFromVTPool

func PRowNumberHighOrderValueFromVTPool() *PRowNumberHighOrderValue

func (*PRowNumberHighOrderValue) Descriptor deprecated

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

Deprecated: Use PRowNumberHighOrderValue.ProtoReflect.Descriptor instead.

func (*PRowNumberHighOrderValue) GetEfSearch

func (x *PRowNumberHighOrderValue) GetEfSearch() int32

func (*PRowNumberHighOrderValue) GetIsReturningVectors

func (x *PRowNumberHighOrderValue) GetIsReturningVectors() bool

func (*PRowNumberHighOrderValue) MarshalToSizedBufferVT

func (m *PRowNumberHighOrderValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRowNumberHighOrderValue) MarshalToVT

func (m *PRowNumberHighOrderValue) MarshalToVT(dAtA []byte) (int, error)

func (*PRowNumberHighOrderValue) MarshalVT

func (m *PRowNumberHighOrderValue) MarshalVT() (dAtA []byte, err error)

func (*PRowNumberHighOrderValue) ProtoMessage

func (*PRowNumberHighOrderValue) ProtoMessage()

func (*PRowNumberHighOrderValue) ProtoReflect

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

func (*PRowNumberHighOrderValue) Reset

func (x *PRowNumberHighOrderValue) Reset()

func (*PRowNumberHighOrderValue) ResetVT

func (m *PRowNumberHighOrderValue) ResetVT()

func (*PRowNumberHighOrderValue) ReturnToVTPool

func (m *PRowNumberHighOrderValue) ReturnToVTPool()

func (*PRowNumberHighOrderValue) SizeVT

func (m *PRowNumberHighOrderValue) SizeVT() (n int)

func (*PRowNumberHighOrderValue) String

func (x *PRowNumberHighOrderValue) String() string

func (*PRowNumberHighOrderValue) UnmarshalVT

func (m *PRowNumberHighOrderValue) UnmarshalVT(dAtA []byte) error

type PRowNumberValue

type PRowNumberValue struct {
	Super              *PWindowedValue `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	EfSearch           *int32          `protobuf:"varint,2,opt,name=efSearch" json:"efSearch,omitempty"`
	IsReturningVectors *bool           `protobuf:"varint,3,opt,name=isReturningVectors" json:"isReturningVectors,omitempty"`
	// contains filtered or unexported fields
}

func PRowNumberValueFromVTPool

func PRowNumberValueFromVTPool() *PRowNumberValue

func (*PRowNumberValue) Descriptor deprecated

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

Deprecated: Use PRowNumberValue.ProtoReflect.Descriptor instead.

func (*PRowNumberValue) GetEfSearch

func (x *PRowNumberValue) GetEfSearch() int32

func (*PRowNumberValue) GetIsReturningVectors

func (x *PRowNumberValue) GetIsReturningVectors() bool

func (*PRowNumberValue) GetSuper

func (x *PRowNumberValue) GetSuper() *PWindowedValue

func (*PRowNumberValue) MarshalToSizedBufferVT

func (m *PRowNumberValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PRowNumberValue) MarshalToVT

func (m *PRowNumberValue) MarshalToVT(dAtA []byte) (int, error)

func (*PRowNumberValue) MarshalVT

func (m *PRowNumberValue) MarshalVT() (dAtA []byte, err error)

func (*PRowNumberValue) ProtoMessage

func (*PRowNumberValue) ProtoMessage()

func (*PRowNumberValue) ProtoReflect

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

func (*PRowNumberValue) Reset

func (x *PRowNumberValue) Reset()

func (*PRowNumberValue) ResetVT

func (m *PRowNumberValue) ResetVT()

func (*PRowNumberValue) ReturnToVTPool

func (m *PRowNumberValue) ReturnToVTPool()

func (*PRowNumberValue) SizeVT

func (m *PRowNumberValue) SizeVT() (n int)

func (*PRowNumberValue) String

func (x *PRowNumberValue) String() string

func (*PRowNumberValue) UnmarshalVT

func (m *PRowNumberValue) UnmarshalVT(dAtA []byte) error

type PScanComparisons

type PScanComparisons struct {
	EqualityComparisons   []*PComparison `protobuf:"bytes,1,rep,name=equality_comparisons,json=equalityComparisons" json:"equality_comparisons,omitempty"`
	InequalityComparisons []*PComparison `protobuf:"bytes,2,rep,name=inequality_comparisons,json=inequalityComparisons" json:"inequality_comparisons,omitempty"`
	// contains filtered or unexported fields
}

func PScanComparisonsFromVTPool

func PScanComparisonsFromVTPool() *PScanComparisons

func (*PScanComparisons) Descriptor deprecated

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

Deprecated: Use PScanComparisons.ProtoReflect.Descriptor instead.

func (*PScanComparisons) GetEqualityComparisons

func (x *PScanComparisons) GetEqualityComparisons() []*PComparison

func (*PScanComparisons) GetInequalityComparisons

func (x *PScanComparisons) GetInequalityComparisons() []*PComparison

func (*PScanComparisons) MarshalToSizedBufferVT

func (m *PScanComparisons) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PScanComparisons) MarshalToVT

func (m *PScanComparisons) MarshalToVT(dAtA []byte) (int, error)

func (*PScanComparisons) MarshalVT

func (m *PScanComparisons) MarshalVT() (dAtA []byte, err error)

func (*PScanComparisons) ProtoMessage

func (*PScanComparisons) ProtoMessage()

func (*PScanComparisons) ProtoReflect

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

func (*PScanComparisons) Reset

func (x *PScanComparisons) Reset()

func (*PScanComparisons) ResetVT

func (m *PScanComparisons) ResetVT()

func (*PScanComparisons) ReturnToVTPool

func (m *PScanComparisons) ReturnToVTPool()

func (*PScanComparisons) SizeVT

func (m *PScanComparisons) SizeVT() (n int)

func (*PScanComparisons) String

func (x *PScanComparisons) String() string

func (*PScanComparisons) UnmarshalVT

func (m *PScanComparisons) UnmarshalVT(dAtA []byte) error

type PScoreForRank

type PScoreForRank struct {
	BindingName     *string                         `protobuf:"bytes,1,opt,name=binding_name,json=bindingName" json:"binding_name,omitempty"`
	BindingFunction *PScoreForRank_PBindingFunction `` /* 177-byte string literal not displayed */
	Function        *PIndexAggregateFunction        `protobuf:"bytes,3,opt,name=function" json:"function,omitempty"`
	Comparisons     []*PComparison                  `protobuf:"bytes,4,rep,name=comparisons" json:"comparisons,omitempty"`
	// contains filtered or unexported fields
}

func PScoreForRankFromVTPool

func PScoreForRankFromVTPool() *PScoreForRank

func (*PScoreForRank) Descriptor deprecated

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

Deprecated: Use PScoreForRank.ProtoReflect.Descriptor instead.

func (*PScoreForRank) GetBindingFunction

func (x *PScoreForRank) GetBindingFunction() PScoreForRank_PBindingFunction

func (*PScoreForRank) GetBindingName

func (x *PScoreForRank) GetBindingName() string

func (*PScoreForRank) GetComparisons

func (x *PScoreForRank) GetComparisons() []*PComparison

func (*PScoreForRank) GetFunction

func (x *PScoreForRank) GetFunction() *PIndexAggregateFunction

func (*PScoreForRank) MarshalToSizedBufferVT

func (m *PScoreForRank) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PScoreForRank) MarshalToVT

func (m *PScoreForRank) MarshalToVT(dAtA []byte) (int, error)

func (*PScoreForRank) MarshalVT

func (m *PScoreForRank) MarshalVT() (dAtA []byte, err error)

func (*PScoreForRank) ProtoMessage

func (*PScoreForRank) ProtoMessage()

func (*PScoreForRank) ProtoReflect

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

func (*PScoreForRank) Reset

func (x *PScoreForRank) Reset()

func (*PScoreForRank) ResetVT

func (m *PScoreForRank) ResetVT()

func (*PScoreForRank) ReturnToVTPool

func (m *PScoreForRank) ReturnToVTPool()

func (*PScoreForRank) SizeVT

func (m *PScoreForRank) SizeVT() (n int)

func (*PScoreForRank) String

func (x *PScoreForRank) String() string

func (*PScoreForRank) UnmarshalVT

func (m *PScoreForRank) UnmarshalVT(dAtA []byte) error

type PScoreForRank_PBindingFunction

type PScoreForRank_PBindingFunction int32
const (
	PScoreForRank_INT         PScoreForRank_PBindingFunction = 1
	PScoreForRank_LONG        PScoreForRank_PBindingFunction = 2
	PScoreForRank_FLOAT       PScoreForRank_PBindingFunction = 3
	PScoreForRank_DOUBLE      PScoreForRank_PBindingFunction = 4
	PScoreForRank_BOOLEAN     PScoreForRank_PBindingFunction = 5
	PScoreForRank_STRING      PScoreForRank_PBindingFunction = 6
	PScoreForRank_BYTE_STRING PScoreForRank_PBindingFunction = 7
	PScoreForRank_TUPLE       PScoreForRank_PBindingFunction = 8
)

func (PScoreForRank_PBindingFunction) Descriptor

func (PScoreForRank_PBindingFunction) Enum

func (PScoreForRank_PBindingFunction) EnumDescriptor deprecated

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

Deprecated: Use PScoreForRank_PBindingFunction.Descriptor instead.

func (PScoreForRank_PBindingFunction) Number

func (PScoreForRank_PBindingFunction) String

func (PScoreForRank_PBindingFunction) Type

func (*PScoreForRank_PBindingFunction) UnmarshalJSON deprecated

func (x *PScoreForRank_PBindingFunction) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PSimpleComparison

type PSimpleComparison struct {
	Type   *PComparison_PComparisonType `` /* 129-byte string literal not displayed */
	Object *PComparableObject           `protobuf:"bytes,2,opt,name=object" json:"object,omitempty"`
	// contains filtered or unexported fields
}

func PSimpleComparisonFromVTPool

func PSimpleComparisonFromVTPool() *PSimpleComparison

func (*PSimpleComparison) Descriptor deprecated

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

Deprecated: Use PSimpleComparison.ProtoReflect.Descriptor instead.

func (*PSimpleComparison) GetObject

func (x *PSimpleComparison) GetObject() *PComparableObject

func (*PSimpleComparison) GetType

func (*PSimpleComparison) MarshalToSizedBufferVT

func (m *PSimpleComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PSimpleComparison) MarshalToVT

func (m *PSimpleComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PSimpleComparison) MarshalVT

func (m *PSimpleComparison) MarshalVT() (dAtA []byte, err error)

func (*PSimpleComparison) ProtoMessage

func (*PSimpleComparison) ProtoMessage()

func (*PSimpleComparison) ProtoReflect

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

func (*PSimpleComparison) Reset

func (x *PSimpleComparison) Reset()

func (*PSimpleComparison) ResetVT

func (m *PSimpleComparison) ResetVT()

func (*PSimpleComparison) ReturnToVTPool

func (m *PSimpleComparison) ReturnToVTPool()

func (*PSimpleComparison) SizeVT

func (m *PSimpleComparison) SizeVT() (n int)

func (*PSimpleComparison) String

func (x *PSimpleComparison) String() string

func (*PSimpleComparison) UnmarshalVT

func (m *PSimpleComparison) UnmarshalVT(dAtA []byte) error

type PSortedInComparandSource

type PSortedInComparandSource struct {
	Super   *PInComparandSource `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	Reverse *bool               `protobuf:"varint,2,opt,name=reverse" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func PSortedInComparandSourceFromVTPool

func PSortedInComparandSourceFromVTPool() *PSortedInComparandSource

func (*PSortedInComparandSource) Descriptor deprecated

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

Deprecated: Use PSortedInComparandSource.ProtoReflect.Descriptor instead.

func (*PSortedInComparandSource) GetReverse

func (x *PSortedInComparandSource) GetReverse() bool

func (*PSortedInComparandSource) GetSuper

func (*PSortedInComparandSource) MarshalToSizedBufferVT

func (m *PSortedInComparandSource) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PSortedInComparandSource) MarshalToVT

func (m *PSortedInComparandSource) MarshalToVT(dAtA []byte) (int, error)

func (*PSortedInComparandSource) MarshalVT

func (m *PSortedInComparandSource) MarshalVT() (dAtA []byte, err error)

func (*PSortedInComparandSource) ProtoMessage

func (*PSortedInComparandSource) ProtoMessage()

func (*PSortedInComparandSource) ProtoReflect

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

func (*PSortedInComparandSource) Reset

func (x *PSortedInComparandSource) Reset()

func (*PSortedInComparandSource) ResetVT

func (m *PSortedInComparandSource) ResetVT()

func (*PSortedInComparandSource) ReturnToVTPool

func (m *PSortedInComparandSource) ReturnToVTPool()

func (*PSortedInComparandSource) SizeVT

func (m *PSortedInComparandSource) SizeVT() (n int)

func (*PSortedInComparandSource) String

func (x *PSortedInComparandSource) String() string

func (*PSortedInComparandSource) UnmarshalVT

func (m *PSortedInComparandSource) UnmarshalVT(dAtA []byte) error

type PSortedInParameterSource

type PSortedInParameterSource struct {
	Super   *PInParameterSource `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	Reverse *bool               `protobuf:"varint,2,opt,name=reverse" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func PSortedInParameterSourceFromVTPool

func PSortedInParameterSourceFromVTPool() *PSortedInParameterSource

func (*PSortedInParameterSource) Descriptor deprecated

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

Deprecated: Use PSortedInParameterSource.ProtoReflect.Descriptor instead.

func (*PSortedInParameterSource) GetReverse

func (x *PSortedInParameterSource) GetReverse() bool

func (*PSortedInParameterSource) GetSuper

func (*PSortedInParameterSource) MarshalToSizedBufferVT

func (m *PSortedInParameterSource) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PSortedInParameterSource) MarshalToVT

func (m *PSortedInParameterSource) MarshalToVT(dAtA []byte) (int, error)

func (*PSortedInParameterSource) MarshalVT

func (m *PSortedInParameterSource) MarshalVT() (dAtA []byte, err error)

func (*PSortedInParameterSource) ProtoMessage

func (*PSortedInParameterSource) ProtoMessage()

func (*PSortedInParameterSource) ProtoReflect

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

func (*PSortedInParameterSource) Reset

func (x *PSortedInParameterSource) Reset()

func (*PSortedInParameterSource) ResetVT

func (m *PSortedInParameterSource) ResetVT()

func (*PSortedInParameterSource) ReturnToVTPool

func (m *PSortedInParameterSource) ReturnToVTPool()

func (*PSortedInParameterSource) SizeVT

func (m *PSortedInParameterSource) SizeVT() (n int)

func (*PSortedInParameterSource) String

func (x *PSortedInParameterSource) String() string

func (*PSortedInParameterSource) UnmarshalVT

func (m *PSortedInParameterSource) UnmarshalVT(dAtA []byte) error

type PSortedInValuesSource

type PSortedInValuesSource struct {
	Super   *PInValuesSource `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	Reverse *bool            `protobuf:"varint,2,opt,name=reverse" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func PSortedInValuesSourceFromVTPool

func PSortedInValuesSourceFromVTPool() *PSortedInValuesSource

func (*PSortedInValuesSource) Descriptor deprecated

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

Deprecated: Use PSortedInValuesSource.ProtoReflect.Descriptor instead.

func (*PSortedInValuesSource) GetReverse

func (x *PSortedInValuesSource) GetReverse() bool

func (*PSortedInValuesSource) GetSuper

func (x *PSortedInValuesSource) GetSuper() *PInValuesSource

func (*PSortedInValuesSource) MarshalToSizedBufferVT

func (m *PSortedInValuesSource) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PSortedInValuesSource) MarshalToVT

func (m *PSortedInValuesSource) MarshalToVT(dAtA []byte) (int, error)

func (*PSortedInValuesSource) MarshalVT

func (m *PSortedInValuesSource) MarshalVT() (dAtA []byte, err error)

func (*PSortedInValuesSource) ProtoMessage

func (*PSortedInValuesSource) ProtoMessage()

func (*PSortedInValuesSource) ProtoReflect

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

func (*PSortedInValuesSource) Reset

func (x *PSortedInValuesSource) Reset()

func (*PSortedInValuesSource) ResetVT

func (m *PSortedInValuesSource) ResetVT()

func (*PSortedInValuesSource) ReturnToVTPool

func (m *PSortedInValuesSource) ReturnToVTPool()

func (*PSortedInValuesSource) SizeVT

func (m *PSortedInValuesSource) SizeVT() (n int)

func (*PSortedInValuesSource) String

func (x *PSortedInValuesSource) String() string

func (*PSortedInValuesSource) UnmarshalVT

func (m *PSortedInValuesSource) UnmarshalVT(dAtA []byte) error

type PSubscriptValue

type PSubscriptValue struct {
	Index  *PValue `protobuf:"bytes,1,opt,name=index" json:"index,omitempty"`
	Source *PValue `protobuf:"bytes,2,opt,name=source" json:"source,omitempty"`
	// contains filtered or unexported fields
}

func PSubscriptValueFromVTPool

func PSubscriptValueFromVTPool() *PSubscriptValue

func (*PSubscriptValue) Descriptor deprecated

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

Deprecated: Use PSubscriptValue.ProtoReflect.Descriptor instead.

func (*PSubscriptValue) GetIndex

func (x *PSubscriptValue) GetIndex() *PValue

func (*PSubscriptValue) GetSource

func (x *PSubscriptValue) GetSource() *PValue

func (*PSubscriptValue) MarshalToSizedBufferVT

func (m *PSubscriptValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PSubscriptValue) MarshalToVT

func (m *PSubscriptValue) MarshalToVT(dAtA []byte) (int, error)

func (*PSubscriptValue) MarshalVT

func (m *PSubscriptValue) MarshalVT() (dAtA []byte, err error)

func (*PSubscriptValue) ProtoMessage

func (*PSubscriptValue) ProtoMessage()

func (*PSubscriptValue) ProtoReflect

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

func (*PSubscriptValue) Reset

func (x *PSubscriptValue) Reset()

func (*PSubscriptValue) ResetVT

func (m *PSubscriptValue) ResetVT()

func (*PSubscriptValue) ReturnToVTPool

func (m *PSubscriptValue) ReturnToVTPool()

func (*PSubscriptValue) SizeVT

func (m *PSubscriptValue) SizeVT() (n int)

func (*PSubscriptValue) String

func (x *PSubscriptValue) String() string

func (*PSubscriptValue) UnmarshalVT

func (m *PSubscriptValue) UnmarshalVT(dAtA []byte) error

type PTempTable

type PTempTable struct {
	BufferItems []*PQueryResult `protobuf:"bytes,2,rep,name=bufferItems" json:"bufferItems,omitempty"`
	// contains filtered or unexported fields
}

func PTempTableFromVTPool

func PTempTableFromVTPool() *PTempTable

func (*PTempTable) Descriptor deprecated

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

Deprecated: Use PTempTable.ProtoReflect.Descriptor instead.

func (*PTempTable) GetBufferItems

func (x *PTempTable) GetBufferItems() []*PQueryResult

func (*PTempTable) MarshalToSizedBufferVT

func (m *PTempTable) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PTempTable) MarshalToVT

func (m *PTempTable) MarshalToVT(dAtA []byte) (int, error)

func (*PTempTable) MarshalVT

func (m *PTempTable) MarshalVT() (dAtA []byte, err error)

func (*PTempTable) ProtoMessage

func (*PTempTable) ProtoMessage()

func (*PTempTable) ProtoReflect

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

func (*PTempTable) Reset

func (x *PTempTable) Reset()

func (*PTempTable) ResetVT

func (m *PTempTable) ResetVT()

func (*PTempTable) ReturnToVTPool

func (m *PTempTable) ReturnToVTPool()

func (*PTempTable) SizeVT

func (m *PTempTable) SizeVT() (n int)

func (*PTempTable) String

func (x *PTempTable) String() string

func (*PTempTable) UnmarshalVT

func (m *PTempTable) UnmarshalVT(dAtA []byte) error

type PTempTableInsertPlan

type PTempTableInsertPlan struct {
	Inner                   *PPhysicalQuantifier `protobuf:"bytes,1,opt,name=inner" json:"inner,omitempty"`
	TempTableReferenceValue *PValue              `` /* 127-byte string literal not displayed */
	IsOwningTempTable       *bool                `protobuf:"varint,3,opt,name=is_owning_temp_table,json=isOwningTempTable" json:"is_owning_temp_table,omitempty"`
	// contains filtered or unexported fields
}

PTempTableInsertPlan

func PTempTableInsertPlanFromVTPool

func PTempTableInsertPlanFromVTPool() *PTempTableInsertPlan

func (*PTempTableInsertPlan) Descriptor deprecated

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

Deprecated: Use PTempTableInsertPlan.ProtoReflect.Descriptor instead.

func (*PTempTableInsertPlan) GetInner

func (*PTempTableInsertPlan) GetIsOwningTempTable

func (x *PTempTableInsertPlan) GetIsOwningTempTable() bool

func (*PTempTableInsertPlan) GetTempTableReferenceValue

func (x *PTempTableInsertPlan) GetTempTableReferenceValue() *PValue

func (*PTempTableInsertPlan) MarshalToSizedBufferVT

func (m *PTempTableInsertPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PTempTableInsertPlan) MarshalToVT

func (m *PTempTableInsertPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PTempTableInsertPlan) MarshalVT

func (m *PTempTableInsertPlan) MarshalVT() (dAtA []byte, err error)

func (*PTempTableInsertPlan) ProtoMessage

func (*PTempTableInsertPlan) ProtoMessage()

func (*PTempTableInsertPlan) ProtoReflect

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

func (*PTempTableInsertPlan) Reset

func (x *PTempTableInsertPlan) Reset()

func (*PTempTableInsertPlan) ResetVT

func (m *PTempTableInsertPlan) ResetVT()

func (*PTempTableInsertPlan) ReturnToVTPool

func (m *PTempTableInsertPlan) ReturnToVTPool()

func (*PTempTableInsertPlan) SizeVT

func (m *PTempTableInsertPlan) SizeVT() (n int)

func (*PTempTableInsertPlan) String

func (x *PTempTableInsertPlan) String() string

func (*PTempTableInsertPlan) UnmarshalVT

func (m *PTempTableInsertPlan) UnmarshalVT(dAtA []byte) error

type PTempTableScanPlan

type PTempTableScanPlan struct {
	TempTableReferenceValue *PValue `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

PTempTableScanPlan

func PTempTableScanPlanFromVTPool

func PTempTableScanPlanFromVTPool() *PTempTableScanPlan

func (*PTempTableScanPlan) Descriptor deprecated

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

Deprecated: Use PTempTableScanPlan.ProtoReflect.Descriptor instead.

func (*PTempTableScanPlan) GetTempTableReferenceValue

func (x *PTempTableScanPlan) GetTempTableReferenceValue() *PValue

func (*PTempTableScanPlan) MarshalToSizedBufferVT

func (m *PTempTableScanPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PTempTableScanPlan) MarshalToVT

func (m *PTempTableScanPlan) MarshalToVT(dAtA []byte) (int, error)

func (*PTempTableScanPlan) MarshalVT

func (m *PTempTableScanPlan) MarshalVT() (dAtA []byte, err error)

func (*PTempTableScanPlan) ProtoMessage

func (*PTempTableScanPlan) ProtoMessage()

func (*PTempTableScanPlan) ProtoReflect

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

func (*PTempTableScanPlan) Reset

func (x *PTempTableScanPlan) Reset()

func (*PTempTableScanPlan) ResetVT

func (m *PTempTableScanPlan) ResetVT()

func (*PTempTableScanPlan) ReturnToVTPool

func (m *PTempTableScanPlan) ReturnToVTPool()

func (*PTempTableScanPlan) SizeVT

func (m *PTempTableScanPlan) SizeVT() (n int)

func (*PTempTableScanPlan) String

func (x *PTempTableScanPlan) String() string

func (*PTempTableScanPlan) UnmarshalVT

func (m *PTempTableScanPlan) UnmarshalVT(dAtA []byte) error

type PThrowsValue

type PThrowsValue struct {
	ResultType *PType `protobuf:"bytes,1,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	// contains filtered or unexported fields
}

func PThrowsValueFromVTPool

func PThrowsValueFromVTPool() *PThrowsValue

func (*PThrowsValue) Descriptor deprecated

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

Deprecated: Use PThrowsValue.ProtoReflect.Descriptor instead.

func (*PThrowsValue) GetResultType

func (x *PThrowsValue) GetResultType() *PType

func (*PThrowsValue) MarshalToSizedBufferVT

func (m *PThrowsValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PThrowsValue) MarshalToVT

func (m *PThrowsValue) MarshalToVT(dAtA []byte) (int, error)

func (*PThrowsValue) MarshalVT

func (m *PThrowsValue) MarshalVT() (dAtA []byte, err error)

func (*PThrowsValue) ProtoMessage

func (*PThrowsValue) ProtoMessage()

func (*PThrowsValue) ProtoReflect

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

func (*PThrowsValue) Reset

func (x *PThrowsValue) Reset()

func (*PThrowsValue) ResetVT

func (m *PThrowsValue) ResetVT()

func (*PThrowsValue) ReturnToVTPool

func (m *PThrowsValue) ReturnToVTPool()

func (*PThrowsValue) SizeVT

func (m *PThrowsValue) SizeVT() (n int)

func (*PThrowsValue) String

func (x *PThrowsValue) String() string

func (*PThrowsValue) UnmarshalVT

func (m *PThrowsValue) UnmarshalVT(dAtA []byte) error

type PTimeWindowForFunction

type PTimeWindowForFunction struct {
	LeaderboardType               *int32  `protobuf:"varint,1,opt,name=leaderboard_type,json=leaderboardType" json:"leaderboard_type,omitempty"`
	LeaderboardTimestamp          *int64  `protobuf:"varint,2,opt,name=leaderboard_timestamp,json=leaderboardTimestamp" json:"leaderboard_timestamp,omitempty"`
	LeaderboardTypeParameter      *string `` /* 128-byte string literal not displayed */
	LeaderboardTimestampParameter *string `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func PTimeWindowForFunctionFromVTPool

func PTimeWindowForFunctionFromVTPool() *PTimeWindowForFunction

func (*PTimeWindowForFunction) Descriptor deprecated

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

Deprecated: Use PTimeWindowForFunction.ProtoReflect.Descriptor instead.

func (*PTimeWindowForFunction) GetLeaderboardTimestamp

func (x *PTimeWindowForFunction) GetLeaderboardTimestamp() int64

func (*PTimeWindowForFunction) GetLeaderboardTimestampParameter

func (x *PTimeWindowForFunction) GetLeaderboardTimestampParameter() string

func (*PTimeWindowForFunction) GetLeaderboardType

func (x *PTimeWindowForFunction) GetLeaderboardType() int32

func (*PTimeWindowForFunction) GetLeaderboardTypeParameter

func (x *PTimeWindowForFunction) GetLeaderboardTypeParameter() string

func (*PTimeWindowForFunction) MarshalToSizedBufferVT

func (m *PTimeWindowForFunction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PTimeWindowForFunction) MarshalToVT

func (m *PTimeWindowForFunction) MarshalToVT(dAtA []byte) (int, error)

func (*PTimeWindowForFunction) MarshalVT

func (m *PTimeWindowForFunction) MarshalVT() (dAtA []byte, err error)

func (*PTimeWindowForFunction) ProtoMessage

func (*PTimeWindowForFunction) ProtoMessage()

func (*PTimeWindowForFunction) ProtoReflect

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

func (*PTimeWindowForFunction) Reset

func (x *PTimeWindowForFunction) Reset()

func (*PTimeWindowForFunction) ResetVT

func (m *PTimeWindowForFunction) ResetVT()

func (*PTimeWindowForFunction) ReturnToVTPool

func (m *PTimeWindowForFunction) ReturnToVTPool()

func (*PTimeWindowForFunction) SizeVT

func (m *PTimeWindowForFunction) SizeVT() (n int)

func (*PTimeWindowForFunction) String

func (x *PTimeWindowForFunction) String() string

func (*PTimeWindowForFunction) UnmarshalVT

func (m *PTimeWindowForFunction) UnmarshalVT(dAtA []byte) error

type PTimeWindowScanComparisons

type PTimeWindowScanComparisons struct {
	Super      *PIndexScanComparisons  `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	TimeWindow *PTimeWindowForFunction `protobuf:"bytes,2,opt,name=time_window,json=timeWindow" json:"time_window,omitempty"`
	// contains filtered or unexported fields
}

func PTimeWindowScanComparisonsFromVTPool

func PTimeWindowScanComparisonsFromVTPool() *PTimeWindowScanComparisons

func (*PTimeWindowScanComparisons) Descriptor deprecated

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

Deprecated: Use PTimeWindowScanComparisons.ProtoReflect.Descriptor instead.

func (*PTimeWindowScanComparisons) GetSuper

func (*PTimeWindowScanComparisons) GetTimeWindow

func (*PTimeWindowScanComparisons) MarshalToSizedBufferVT

func (m *PTimeWindowScanComparisons) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PTimeWindowScanComparisons) MarshalToVT

func (m *PTimeWindowScanComparisons) MarshalToVT(dAtA []byte) (int, error)

func (*PTimeWindowScanComparisons) MarshalVT

func (m *PTimeWindowScanComparisons) MarshalVT() (dAtA []byte, err error)

func (*PTimeWindowScanComparisons) ProtoMessage

func (*PTimeWindowScanComparisons) ProtoMessage()

func (*PTimeWindowScanComparisons) ProtoReflect

func (*PTimeWindowScanComparisons) Reset

func (x *PTimeWindowScanComparisons) Reset()

func (*PTimeWindowScanComparisons) ResetVT

func (m *PTimeWindowScanComparisons) ResetVT()

func (*PTimeWindowScanComparisons) ReturnToVTPool

func (m *PTimeWindowScanComparisons) ReturnToVTPool()

func (*PTimeWindowScanComparisons) SizeVT

func (m *PTimeWindowScanComparisons) SizeVT() (n int)

func (*PTimeWindowScanComparisons) String

func (x *PTimeWindowScanComparisons) String() string

func (*PTimeWindowScanComparisons) UnmarshalVT

func (m *PTimeWindowScanComparisons) UnmarshalVT(dAtA []byte) error

type PToOrderedBytesValue

type PToOrderedBytesValue struct {
	Child     *PValue     `protobuf:"bytes,1,opt,name=child" json:"child,omitempty"`
	Direction *PDirection `protobuf:"varint,2,opt,name=direction,enum=com.apple.foundationdb.record.planprotos.PDirection" json:"direction,omitempty"`
	// contains filtered or unexported fields
}

func PToOrderedBytesValueFromVTPool

func PToOrderedBytesValueFromVTPool() *PToOrderedBytesValue

func (*PToOrderedBytesValue) Descriptor deprecated

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

Deprecated: Use PToOrderedBytesValue.ProtoReflect.Descriptor instead.

func (*PToOrderedBytesValue) GetChild

func (x *PToOrderedBytesValue) GetChild() *PValue

func (*PToOrderedBytesValue) GetDirection

func (x *PToOrderedBytesValue) GetDirection() PDirection

func (*PToOrderedBytesValue) MarshalToSizedBufferVT

func (m *PToOrderedBytesValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PToOrderedBytesValue) MarshalToVT

func (m *PToOrderedBytesValue) MarshalToVT(dAtA []byte) (int, error)

func (*PToOrderedBytesValue) MarshalVT

func (m *PToOrderedBytesValue) MarshalVT() (dAtA []byte, err error)

func (*PToOrderedBytesValue) ProtoMessage

func (*PToOrderedBytesValue) ProtoMessage()

func (*PToOrderedBytesValue) ProtoReflect

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

func (*PToOrderedBytesValue) Reset

func (x *PToOrderedBytesValue) Reset()

func (*PToOrderedBytesValue) ResetVT

func (m *PToOrderedBytesValue) ResetVT()

func (*PToOrderedBytesValue) ReturnToVTPool

func (m *PToOrderedBytesValue) ReturnToVTPool()

func (*PToOrderedBytesValue) SizeVT

func (m *PToOrderedBytesValue) SizeVT() (n int)

func (*PToOrderedBytesValue) String

func (x *PToOrderedBytesValue) String() string

func (*PToOrderedBytesValue) UnmarshalVT

func (m *PToOrderedBytesValue) UnmarshalVT(dAtA []byte) error

type PTransformPlannerEvent

type PTransformPlannerEvent struct {
	Super                 *PAbstractPlannerEventWithState `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	CurrentGroupReference *PReference                     `protobuf:"bytes,2,opt,name=current_group_reference,json=currentGroupReference" json:"current_group_reference,omitempty"`
	Bindable              *PBindable                      `protobuf:"bytes,3,opt,name=bindable" json:"bindable,omitempty"`
	Rule                  *string                         `protobuf:"bytes,4,opt,name=rule" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

func PTransformPlannerEventFromVTPool

func PTransformPlannerEventFromVTPool() *PTransformPlannerEvent

func (*PTransformPlannerEvent) Descriptor deprecated

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

Deprecated: Use PTransformPlannerEvent.ProtoReflect.Descriptor instead.

func (*PTransformPlannerEvent) GetBindable

func (x *PTransformPlannerEvent) GetBindable() *PBindable

func (*PTransformPlannerEvent) GetCurrentGroupReference

func (x *PTransformPlannerEvent) GetCurrentGroupReference() *PReference

func (*PTransformPlannerEvent) GetRule

func (x *PTransformPlannerEvent) GetRule() string

func (*PTransformPlannerEvent) GetSuper

func (*PTransformPlannerEvent) MarshalToSizedBufferVT

func (m *PTransformPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PTransformPlannerEvent) MarshalToVT

func (m *PTransformPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PTransformPlannerEvent) MarshalVT

func (m *PTransformPlannerEvent) MarshalVT() (dAtA []byte, err error)

func (*PTransformPlannerEvent) ProtoMessage

func (*PTransformPlannerEvent) ProtoMessage()

func (*PTransformPlannerEvent) ProtoReflect

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

func (*PTransformPlannerEvent) Reset

func (x *PTransformPlannerEvent) Reset()

func (*PTransformPlannerEvent) ResetVT

func (m *PTransformPlannerEvent) ResetVT()

func (*PTransformPlannerEvent) ReturnToVTPool

func (m *PTransformPlannerEvent) ReturnToVTPool()

func (*PTransformPlannerEvent) SizeVT

func (m *PTransformPlannerEvent) SizeVT() (n int)

func (*PTransformPlannerEvent) String

func (x *PTransformPlannerEvent) String() string

func (*PTransformPlannerEvent) UnmarshalVT

func (m *PTransformPlannerEvent) UnmarshalVT(dAtA []byte) error

type PTransformRuleCallPlannerEvent

type PTransformRuleCallPlannerEvent struct {
	Super                 *PAbstractPlannerEventWithState `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	CurrentGroupReference *PReference                     `protobuf:"bytes,2,opt,name=current_group_reference,json=currentGroupReference" json:"current_group_reference,omitempty"`
	Bindable              *PBindable                      `protobuf:"bytes,3,opt,name=bindable" json:"bindable,omitempty"`
	Rule                  *string                         `protobuf:"bytes,4,opt,name=rule" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

func PTransformRuleCallPlannerEventFromVTPool

func PTransformRuleCallPlannerEventFromVTPool() *PTransformRuleCallPlannerEvent

func (*PTransformRuleCallPlannerEvent) Descriptor deprecated

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

Deprecated: Use PTransformRuleCallPlannerEvent.ProtoReflect.Descriptor instead.

func (*PTransformRuleCallPlannerEvent) GetBindable

func (x *PTransformRuleCallPlannerEvent) GetBindable() *PBindable

func (*PTransformRuleCallPlannerEvent) GetCurrentGroupReference

func (x *PTransformRuleCallPlannerEvent) GetCurrentGroupReference() *PReference

func (*PTransformRuleCallPlannerEvent) GetRule

func (*PTransformRuleCallPlannerEvent) GetSuper

func (*PTransformRuleCallPlannerEvent) MarshalToSizedBufferVT

func (m *PTransformRuleCallPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PTransformRuleCallPlannerEvent) MarshalToVT

func (m *PTransformRuleCallPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PTransformRuleCallPlannerEvent) MarshalVT

func (m *PTransformRuleCallPlannerEvent) MarshalVT() (dAtA []byte, err error)

func (*PTransformRuleCallPlannerEvent) ProtoMessage

func (*PTransformRuleCallPlannerEvent) ProtoMessage()

func (*PTransformRuleCallPlannerEvent) ProtoReflect

func (*PTransformRuleCallPlannerEvent) Reset

func (x *PTransformRuleCallPlannerEvent) Reset()

func (*PTransformRuleCallPlannerEvent) ResetVT

func (m *PTransformRuleCallPlannerEvent) ResetVT()

func (*PTransformRuleCallPlannerEvent) ReturnToVTPool

func (m *PTransformRuleCallPlannerEvent) ReturnToVTPool()

func (*PTransformRuleCallPlannerEvent) SizeVT

func (m *PTransformRuleCallPlannerEvent) SizeVT() (n int)

func (*PTransformRuleCallPlannerEvent) String

func (*PTransformRuleCallPlannerEvent) UnmarshalVT

func (m *PTransformRuleCallPlannerEvent) UnmarshalVT(dAtA []byte) error

type PTransformationTrieNode

type PTransformationTrieNode struct {
	ChildrenMapIsNull *bool                                   `protobuf:"varint,1,opt,name=children_map_is_null,json=childrenMapIsNull" json:"children_map_is_null,omitempty"`
	ChildPair         []*PTransformationTrieNode_IntChildPair `protobuf:"bytes,2,rep,name=child_pair,json=childPair" json:"child_pair,omitempty"`
	Value             *PValue                                 `protobuf:"bytes,3,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func PTransformationTrieNodeFromVTPool

func PTransformationTrieNodeFromVTPool() *PTransformationTrieNode

func (*PTransformationTrieNode) Descriptor deprecated

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

Deprecated: Use PTransformationTrieNode.ProtoReflect.Descriptor instead.

func (*PTransformationTrieNode) GetChildPair

func (*PTransformationTrieNode) GetChildrenMapIsNull

func (x *PTransformationTrieNode) GetChildrenMapIsNull() bool

func (*PTransformationTrieNode) GetValue

func (x *PTransformationTrieNode) GetValue() *PValue

func (*PTransformationTrieNode) MarshalToSizedBufferVT

func (m *PTransformationTrieNode) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PTransformationTrieNode) MarshalToVT

func (m *PTransformationTrieNode) MarshalToVT(dAtA []byte) (int, error)

func (*PTransformationTrieNode) MarshalVT

func (m *PTransformationTrieNode) MarshalVT() (dAtA []byte, err error)

func (*PTransformationTrieNode) ProtoMessage

func (*PTransformationTrieNode) ProtoMessage()

func (*PTransformationTrieNode) ProtoReflect

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

func (*PTransformationTrieNode) Reset

func (x *PTransformationTrieNode) Reset()

func (*PTransformationTrieNode) ResetVT

func (m *PTransformationTrieNode) ResetVT()

func (*PTransformationTrieNode) ReturnToVTPool

func (m *PTransformationTrieNode) ReturnToVTPool()

func (*PTransformationTrieNode) SizeVT

func (m *PTransformationTrieNode) SizeVT() (n int)

func (*PTransformationTrieNode) String

func (x *PTransformationTrieNode) String() string

func (*PTransformationTrieNode) UnmarshalVT

func (m *PTransformationTrieNode) UnmarshalVT(dAtA []byte) error

type PTransformationTrieNode_IntChildPair

type PTransformationTrieNode_IntChildPair struct {
	Index                       *int32                   `protobuf:"varint,1,opt,name=index" json:"index,omitempty"`
	ChildTransformationTrieNode *PTransformationTrieNode `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func PTransformationTrieNode_IntChildPairFromVTPool

func PTransformationTrieNode_IntChildPairFromVTPool() *PTransformationTrieNode_IntChildPair

func (*PTransformationTrieNode_IntChildPair) Descriptor deprecated

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

Deprecated: Use PTransformationTrieNode_IntChildPair.ProtoReflect.Descriptor instead.

func (*PTransformationTrieNode_IntChildPair) GetChildTransformationTrieNode

func (x *PTransformationTrieNode_IntChildPair) GetChildTransformationTrieNode() *PTransformationTrieNode

func (*PTransformationTrieNode_IntChildPair) GetIndex

func (*PTransformationTrieNode_IntChildPair) MarshalToSizedBufferVT

func (m *PTransformationTrieNode_IntChildPair) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PTransformationTrieNode_IntChildPair) MarshalToVT

func (m *PTransformationTrieNode_IntChildPair) MarshalToVT(dAtA []byte) (int, error)

func (*PTransformationTrieNode_IntChildPair) MarshalVT

func (m *PTransformationTrieNode_IntChildPair) MarshalVT() (dAtA []byte, err error)

func (*PTransformationTrieNode_IntChildPair) ProtoMessage

func (*PTransformationTrieNode_IntChildPair) ProtoMessage()

func (*PTransformationTrieNode_IntChildPair) ProtoReflect

func (*PTransformationTrieNode_IntChildPair) Reset

func (*PTransformationTrieNode_IntChildPair) ResetVT

func (*PTransformationTrieNode_IntChildPair) ReturnToVTPool

func (m *PTransformationTrieNode_IntChildPair) ReturnToVTPool()

func (*PTransformationTrieNode_IntChildPair) SizeVT

func (m *PTransformationTrieNode_IntChildPair) SizeVT() (n int)

func (*PTransformationTrieNode_IntChildPair) String

func (*PTransformationTrieNode_IntChildPair) UnmarshalVT

func (m *PTransformationTrieNode_IntChildPair) UnmarshalVT(dAtA []byte) error

type PTranslateCorrelationsPlannerEvent

type PTranslateCorrelationsPlannerEvent struct {
	Expression *PExpression `protobuf:"bytes,1,opt,name=expression" json:"expression,omitempty"`
	Location   *string      `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"`
	// contains filtered or unexported fields
}

func PTranslateCorrelationsPlannerEventFromVTPool

func PTranslateCorrelationsPlannerEventFromVTPool() *PTranslateCorrelationsPlannerEvent

func (*PTranslateCorrelationsPlannerEvent) Descriptor deprecated

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

Deprecated: Use PTranslateCorrelationsPlannerEvent.ProtoReflect.Descriptor instead.

func (*PTranslateCorrelationsPlannerEvent) GetExpression

func (x *PTranslateCorrelationsPlannerEvent) GetExpression() *PExpression

func (*PTranslateCorrelationsPlannerEvent) GetLocation

func (x *PTranslateCorrelationsPlannerEvent) GetLocation() string

func (*PTranslateCorrelationsPlannerEvent) MarshalToSizedBufferVT

func (m *PTranslateCorrelationsPlannerEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PTranslateCorrelationsPlannerEvent) MarshalToVT

func (m *PTranslateCorrelationsPlannerEvent) MarshalToVT(dAtA []byte) (int, error)

func (*PTranslateCorrelationsPlannerEvent) MarshalVT

func (m *PTranslateCorrelationsPlannerEvent) MarshalVT() (dAtA []byte, err error)

func (*PTranslateCorrelationsPlannerEvent) ProtoMessage

func (*PTranslateCorrelationsPlannerEvent) ProtoMessage()

func (*PTranslateCorrelationsPlannerEvent) ProtoReflect

func (*PTranslateCorrelationsPlannerEvent) Reset

func (*PTranslateCorrelationsPlannerEvent) ResetVT

func (*PTranslateCorrelationsPlannerEvent) ReturnToVTPool

func (m *PTranslateCorrelationsPlannerEvent) ReturnToVTPool()

func (*PTranslateCorrelationsPlannerEvent) SizeVT

func (m *PTranslateCorrelationsPlannerEvent) SizeVT() (n int)

func (*PTranslateCorrelationsPlannerEvent) String

func (*PTranslateCorrelationsPlannerEvent) UnmarshalVT

func (m *PTranslateCorrelationsPlannerEvent) UnmarshalVT(dAtA []byte) error

type PType

type PType struct {

	// Types that are valid to be assigned to SpecificType:
	//
	//	*PType_PrimitiveType
	//	*PType_NullType
	//	*PType_NoneType
	//	*PType_AnyType
	//	*PType_EnumType
	//	*PType_RecordType
	//	*PType_RelationType
	//	*PType_ArrayType
	//	*PType_AnyRecordType
	//	*PType_UuidType
	//	*PType_VectorType
	//	*PType_FunctionType
	SpecificType isPType_SpecificType `protobuf_oneof:"specific_type"`
	// contains filtered or unexported fields
}

Type system

Note that the subtypes are nested messages and we don't define an extension point because PType should be considered a sealed treat that cannot be extended.

func PTypeFromVTPool

func PTypeFromVTPool() *PType

func (*PType) Descriptor deprecated

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

Deprecated: Use PType.ProtoReflect.Descriptor instead.

func (*PType) GetAnyRecordType

func (x *PType) GetAnyRecordType() *PType_PAnyRecordType

func (*PType) GetAnyType

func (x *PType) GetAnyType() *PType_PAnyType

func (*PType) GetArrayType

func (x *PType) GetArrayType() *PType_PArrayType

func (*PType) GetEnumType

func (x *PType) GetEnumType() *PType_PEnumType

func (*PType) GetFunctionType

func (x *PType) GetFunctionType() *PType_PFunctionType

func (*PType) GetNoneType

func (x *PType) GetNoneType() *PType_PNoneType

func (*PType) GetNullType

func (x *PType) GetNullType() *PType_PNullType

func (*PType) GetPrimitiveType

func (x *PType) GetPrimitiveType() *PType_PPrimitiveType

func (*PType) GetRecordType

func (x *PType) GetRecordType() *PType_PRecordType

func (*PType) GetRelationType

func (x *PType) GetRelationType() *PType_PRelationType

func (*PType) GetSpecificType

func (x *PType) GetSpecificType() isPType_SpecificType

func (*PType) GetUuidType

func (x *PType) GetUuidType() *PType_PUuidType

func (*PType) GetVectorType

func (x *PType) GetVectorType() *PType_PVectorType

func (*PType) MarshalToSizedBufferVT

func (m *PType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType) MarshalToVT

func (m *PType) MarshalToVT(dAtA []byte) (int, error)

func (*PType) MarshalVT

func (m *PType) MarshalVT() (dAtA []byte, err error)

func (*PType) ProtoMessage

func (*PType) ProtoMessage()

func (*PType) ProtoReflect

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

func (*PType) Reset

func (x *PType) Reset()

func (*PType) ResetVT

func (m *PType) ResetVT()

func (*PType) ReturnToVTPool

func (m *PType) ReturnToVTPool()

func (*PType) SizeVT

func (m *PType) SizeVT() (n int)

func (*PType) String

func (x *PType) String() string

func (*PType) UnmarshalVT

func (m *PType) UnmarshalVT(dAtA []byte) error

type PType_AnyRecordType

type PType_AnyRecordType struct {
	AnyRecordType *PType_PAnyRecordType `protobuf:"bytes,9,opt,name=any_record_type,json=anyRecordType,oneof"`
}

func (*PType_AnyRecordType) MarshalToSizedBufferVT

func (m *PType_AnyRecordType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_AnyRecordType) MarshalToVT

func (m *PType_AnyRecordType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_AnyRecordType) SizeVT

func (m *PType_AnyRecordType) SizeVT() (n int)

type PType_AnyType

type PType_AnyType struct {
	AnyType *PType_PAnyType `protobuf:"bytes,4,opt,name=any_type,json=anyType,oneof"`
}

func (*PType_AnyType) MarshalToSizedBufferVT

func (m *PType_AnyType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_AnyType) MarshalToVT

func (m *PType_AnyType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_AnyType) SizeVT

func (m *PType_AnyType) SizeVT() (n int)

type PType_ArrayType

type PType_ArrayType struct {
	ArrayType *PType_PArrayType `protobuf:"bytes,8,opt,name=array_type,json=arrayType,oneof"`
}

func (*PType_ArrayType) MarshalToSizedBufferVT

func (m *PType_ArrayType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_ArrayType) MarshalToVT

func (m *PType_ArrayType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_ArrayType) SizeVT

func (m *PType_ArrayType) SizeVT() (n int)

type PType_EnumType

type PType_EnumType struct {
	EnumType *PType_PEnumType `protobuf:"bytes,5,opt,name=enum_type,json=enumType,oneof"`
}

func (*PType_EnumType) MarshalToSizedBufferVT

func (m *PType_EnumType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_EnumType) MarshalToVT

func (m *PType_EnumType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_EnumType) SizeVT

func (m *PType_EnumType) SizeVT() (n int)

type PType_FunctionType

type PType_FunctionType struct {
	FunctionType *PType_PFunctionType `protobuf:"bytes,12,opt,name=function_type,json=functionType,oneof"`
}

func (*PType_FunctionType) MarshalToSizedBufferVT

func (m *PType_FunctionType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_FunctionType) MarshalToVT

func (m *PType_FunctionType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_FunctionType) SizeVT

func (m *PType_FunctionType) SizeVT() (n int)

type PType_NoneType

type PType_NoneType struct {
	NoneType *PType_PNoneType `protobuf:"bytes,3,opt,name=none_type,json=noneType,oneof"`
}

func (*PType_NoneType) MarshalToSizedBufferVT

func (m *PType_NoneType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_NoneType) MarshalToVT

func (m *PType_NoneType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_NoneType) SizeVT

func (m *PType_NoneType) SizeVT() (n int)

type PType_NullType

type PType_NullType struct {
	NullType *PType_PNullType `protobuf:"bytes,2,opt,name=null_type,json=nullType,oneof"`
}

func (*PType_NullType) MarshalToSizedBufferVT

func (m *PType_NullType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_NullType) MarshalToVT

func (m *PType_NullType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_NullType) SizeVT

func (m *PType_NullType) SizeVT() (n int)

type PType_PAnyRecordType

type PType_PAnyRecordType struct {
	IsNullable *bool `protobuf:"varint,1,opt,name=is_nullable,json=isNullable" json:"is_nullable,omitempty"`
	// contains filtered or unexported fields
}

func PType_PAnyRecordTypeFromVTPool

func PType_PAnyRecordTypeFromVTPool() *PType_PAnyRecordType

func (*PType_PAnyRecordType) Descriptor deprecated

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

Deprecated: Use PType_PAnyRecordType.ProtoReflect.Descriptor instead.

func (*PType_PAnyRecordType) GetIsNullable

func (x *PType_PAnyRecordType) GetIsNullable() bool

func (*PType_PAnyRecordType) MarshalToSizedBufferVT

func (m *PType_PAnyRecordType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_PAnyRecordType) MarshalToVT

func (m *PType_PAnyRecordType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_PAnyRecordType) MarshalVT

func (m *PType_PAnyRecordType) MarshalVT() (dAtA []byte, err error)

func (*PType_PAnyRecordType) ProtoMessage

func (*PType_PAnyRecordType) ProtoMessage()

func (*PType_PAnyRecordType) ProtoReflect

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

func (*PType_PAnyRecordType) Reset

func (x *PType_PAnyRecordType) Reset()

func (*PType_PAnyRecordType) ResetVT

func (m *PType_PAnyRecordType) ResetVT()

func (*PType_PAnyRecordType) ReturnToVTPool

func (m *PType_PAnyRecordType) ReturnToVTPool()

func (*PType_PAnyRecordType) SizeVT

func (m *PType_PAnyRecordType) SizeVT() (n int)

func (*PType_PAnyRecordType) String

func (x *PType_PAnyRecordType) String() string

func (*PType_PAnyRecordType) UnmarshalVT

func (m *PType_PAnyRecordType) UnmarshalVT(dAtA []byte) error

type PType_PAnyType

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

func PType_PAnyTypeFromVTPool

func PType_PAnyTypeFromVTPool() *PType_PAnyType

func (*PType_PAnyType) Descriptor deprecated

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

Deprecated: Use PType_PAnyType.ProtoReflect.Descriptor instead.

func (*PType_PAnyType) MarshalToSizedBufferVT

func (m *PType_PAnyType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_PAnyType) MarshalToVT

func (m *PType_PAnyType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_PAnyType) MarshalVT

func (m *PType_PAnyType) MarshalVT() (dAtA []byte, err error)

func (*PType_PAnyType) ProtoMessage

func (*PType_PAnyType) ProtoMessage()

func (*PType_PAnyType) ProtoReflect

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

func (*PType_PAnyType) Reset

func (x *PType_PAnyType) Reset()

func (*PType_PAnyType) ResetVT

func (m *PType_PAnyType) ResetVT()

func (*PType_PAnyType) ReturnToVTPool

func (m *PType_PAnyType) ReturnToVTPool()

func (*PType_PAnyType) SizeVT

func (m *PType_PAnyType) SizeVT() (n int)

func (*PType_PAnyType) String

func (x *PType_PAnyType) String() string

func (*PType_PAnyType) UnmarshalVT

func (m *PType_PAnyType) UnmarshalVT(dAtA []byte) error

type PType_PArrayType

type PType_PArrayType struct {
	IsNullable  *bool  `protobuf:"varint,2,opt,name=is_nullable,json=isNullable" json:"is_nullable,omitempty"`
	ElementType *PType `protobuf:"bytes,3,opt,name=element_type,json=elementType" json:"element_type,omitempty"`
	// contains filtered or unexported fields
}

func PType_PArrayTypeFromVTPool

func PType_PArrayTypeFromVTPool() *PType_PArrayType

func (*PType_PArrayType) Descriptor deprecated

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

Deprecated: Use PType_PArrayType.ProtoReflect.Descriptor instead.

func (*PType_PArrayType) GetElementType

func (x *PType_PArrayType) GetElementType() *PType

func (*PType_PArrayType) GetIsNullable

func (x *PType_PArrayType) GetIsNullable() bool

func (*PType_PArrayType) MarshalToSizedBufferVT

func (m *PType_PArrayType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_PArrayType) MarshalToVT

func (m *PType_PArrayType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_PArrayType) MarshalVT

func (m *PType_PArrayType) MarshalVT() (dAtA []byte, err error)

func (*PType_PArrayType) ProtoMessage

func (*PType_PArrayType) ProtoMessage()

func (*PType_PArrayType) ProtoReflect

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

func (*PType_PArrayType) Reset

func (x *PType_PArrayType) Reset()

func (*PType_PArrayType) ResetVT

func (m *PType_PArrayType) ResetVT()

func (*PType_PArrayType) ReturnToVTPool

func (m *PType_PArrayType) ReturnToVTPool()

func (*PType_PArrayType) SizeVT

func (m *PType_PArrayType) SizeVT() (n int)

func (*PType_PArrayType) String

func (x *PType_PArrayType) String() string

func (*PType_PArrayType) UnmarshalVT

func (m *PType_PArrayType) UnmarshalVT(dAtA []byte) error

type PType_PEnumType

type PType_PEnumType struct {
	IsNullable  *bool                         `protobuf:"varint,1,opt,name=is_nullable,json=isNullable" json:"is_nullable,omitempty"`
	EnumValues  []*PType_PEnumType_PEnumValue `protobuf:"bytes,2,rep,name=enum_values,json=enumValues" json:"enum_values,omitempty"`
	Name        *string                       `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"` // referential name -- not used in the planner
	StorageName *string                       `protobuf:"bytes,4,opt,name=storage_name,json=storageName" json:"storage_name,omitempty"`
	// contains filtered or unexported fields
}

func PType_PEnumTypeFromVTPool

func PType_PEnumTypeFromVTPool() *PType_PEnumType

func (*PType_PEnumType) Descriptor deprecated

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

Deprecated: Use PType_PEnumType.ProtoReflect.Descriptor instead.

func (*PType_PEnumType) GetEnumValues

func (x *PType_PEnumType) GetEnumValues() []*PType_PEnumType_PEnumValue

func (*PType_PEnumType) GetIsNullable

func (x *PType_PEnumType) GetIsNullable() bool

func (*PType_PEnumType) GetName

func (x *PType_PEnumType) GetName() string

func (*PType_PEnumType) GetStorageName

func (x *PType_PEnumType) GetStorageName() string

func (*PType_PEnumType) MarshalToSizedBufferVT

func (m *PType_PEnumType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_PEnumType) MarshalToVT

func (m *PType_PEnumType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_PEnumType) MarshalVT

func (m *PType_PEnumType) MarshalVT() (dAtA []byte, err error)

func (*PType_PEnumType) ProtoMessage

func (*PType_PEnumType) ProtoMessage()

func (*PType_PEnumType) ProtoReflect

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

func (*PType_PEnumType) Reset

func (x *PType_PEnumType) Reset()

func (*PType_PEnumType) ResetVT

func (m *PType_PEnumType) ResetVT()

func (*PType_PEnumType) ReturnToVTPool

func (m *PType_PEnumType) ReturnToVTPool()

func (*PType_PEnumType) SizeVT

func (m *PType_PEnumType) SizeVT() (n int)

func (*PType_PEnumType) String

func (x *PType_PEnumType) String() string

func (*PType_PEnumType) UnmarshalVT

func (m *PType_PEnumType) UnmarshalVT(dAtA []byte) error

type PType_PEnumType_PEnumValue

type PType_PEnumType_PEnumValue struct {
	Name        *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Number      *int32  `protobuf:"varint,2,opt,name=number" json:"number,omitempty"`
	StorageName *string `protobuf:"bytes,3,opt,name=storage_name,json=storageName" json:"storage_name,omitempty"`
	// contains filtered or unexported fields
}

func PType_PEnumType_PEnumValueFromVTPool

func PType_PEnumType_PEnumValueFromVTPool() *PType_PEnumType_PEnumValue

func (*PType_PEnumType_PEnumValue) Descriptor deprecated

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

Deprecated: Use PType_PEnumType_PEnumValue.ProtoReflect.Descriptor instead.

func (*PType_PEnumType_PEnumValue) GetName

func (x *PType_PEnumType_PEnumValue) GetName() string

func (*PType_PEnumType_PEnumValue) GetNumber

func (x *PType_PEnumType_PEnumValue) GetNumber() int32

func (*PType_PEnumType_PEnumValue) GetStorageName

func (x *PType_PEnumType_PEnumValue) GetStorageName() string

func (*PType_PEnumType_PEnumValue) MarshalToSizedBufferVT

func (m *PType_PEnumType_PEnumValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_PEnumType_PEnumValue) MarshalToVT

func (m *PType_PEnumType_PEnumValue) MarshalToVT(dAtA []byte) (int, error)

func (*PType_PEnumType_PEnumValue) MarshalVT

func (m *PType_PEnumType_PEnumValue) MarshalVT() (dAtA []byte, err error)

func (*PType_PEnumType_PEnumValue) ProtoMessage

func (*PType_PEnumType_PEnumValue) ProtoMessage()

func (*PType_PEnumType_PEnumValue) ProtoReflect

func (*PType_PEnumType_PEnumValue) Reset

func (x *PType_PEnumType_PEnumValue) Reset()

func (*PType_PEnumType_PEnumValue) ResetVT

func (m *PType_PEnumType_PEnumValue) ResetVT()

func (*PType_PEnumType_PEnumValue) ReturnToVTPool

func (m *PType_PEnumType_PEnumValue) ReturnToVTPool()

func (*PType_PEnumType_PEnumValue) SizeVT

func (m *PType_PEnumType_PEnumValue) SizeVT() (n int)

func (*PType_PEnumType_PEnumValue) String

func (x *PType_PEnumType_PEnumValue) String() string

func (*PType_PEnumType_PEnumValue) UnmarshalVT

func (m *PType_PEnumType_PEnumValue) UnmarshalVT(dAtA []byte) error

type PType_PFunctionType

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

func PType_PFunctionTypeFromVTPool

func PType_PFunctionTypeFromVTPool() *PType_PFunctionType

func (*PType_PFunctionType) Descriptor deprecated

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

Deprecated: Use PType_PFunctionType.ProtoReflect.Descriptor instead.

func (*PType_PFunctionType) MarshalToSizedBufferVT

func (m *PType_PFunctionType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_PFunctionType) MarshalToVT

func (m *PType_PFunctionType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_PFunctionType) MarshalVT

func (m *PType_PFunctionType) MarshalVT() (dAtA []byte, err error)

func (*PType_PFunctionType) ProtoMessage

func (*PType_PFunctionType) ProtoMessage()

func (*PType_PFunctionType) ProtoReflect

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

func (*PType_PFunctionType) Reset

func (x *PType_PFunctionType) Reset()

func (*PType_PFunctionType) ResetVT

func (m *PType_PFunctionType) ResetVT()

func (*PType_PFunctionType) ReturnToVTPool

func (m *PType_PFunctionType) ReturnToVTPool()

func (*PType_PFunctionType) SizeVT

func (m *PType_PFunctionType) SizeVT() (n int)

func (*PType_PFunctionType) String

func (x *PType_PFunctionType) String() string

func (*PType_PFunctionType) UnmarshalVT

func (m *PType_PFunctionType) UnmarshalVT(dAtA []byte) error

type PType_PNoneType

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

func PType_PNoneTypeFromVTPool

func PType_PNoneTypeFromVTPool() *PType_PNoneType

func (*PType_PNoneType) Descriptor deprecated

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

Deprecated: Use PType_PNoneType.ProtoReflect.Descriptor instead.

func (*PType_PNoneType) MarshalToSizedBufferVT

func (m *PType_PNoneType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_PNoneType) MarshalToVT

func (m *PType_PNoneType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_PNoneType) MarshalVT

func (m *PType_PNoneType) MarshalVT() (dAtA []byte, err error)

func (*PType_PNoneType) ProtoMessage

func (*PType_PNoneType) ProtoMessage()

func (*PType_PNoneType) ProtoReflect

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

func (*PType_PNoneType) Reset

func (x *PType_PNoneType) Reset()

func (*PType_PNoneType) ResetVT

func (m *PType_PNoneType) ResetVT()

func (*PType_PNoneType) ReturnToVTPool

func (m *PType_PNoneType) ReturnToVTPool()

func (*PType_PNoneType) SizeVT

func (m *PType_PNoneType) SizeVT() (n int)

func (*PType_PNoneType) String

func (x *PType_PNoneType) String() string

func (*PType_PNoneType) UnmarshalVT

func (m *PType_PNoneType) UnmarshalVT(dAtA []byte) error

type PType_PNullType

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

func PType_PNullTypeFromVTPool

func PType_PNullTypeFromVTPool() *PType_PNullType

func (*PType_PNullType) Descriptor deprecated

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

Deprecated: Use PType_PNullType.ProtoReflect.Descriptor instead.

func (*PType_PNullType) MarshalToSizedBufferVT

func (m *PType_PNullType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_PNullType) MarshalToVT

func (m *PType_PNullType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_PNullType) MarshalVT

func (m *PType_PNullType) MarshalVT() (dAtA []byte, err error)

func (*PType_PNullType) ProtoMessage

func (*PType_PNullType) ProtoMessage()

func (*PType_PNullType) ProtoReflect

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

func (*PType_PNullType) Reset

func (x *PType_PNullType) Reset()

func (*PType_PNullType) ResetVT

func (m *PType_PNullType) ResetVT()

func (*PType_PNullType) ReturnToVTPool

func (m *PType_PNullType) ReturnToVTPool()

func (*PType_PNullType) SizeVT

func (m *PType_PNullType) SizeVT() (n int)

func (*PType_PNullType) String

func (x *PType_PNullType) String() string

func (*PType_PNullType) UnmarshalVT

func (m *PType_PNullType) UnmarshalVT(dAtA []byte) error

type PType_PPrimitiveType

type PType_PPrimitiveType struct {
	TypeCode   *PType_PTypeCode `` /* 141-byte string literal not displayed */
	IsNullable *bool            `protobuf:"varint,2,opt,name=is_nullable,json=isNullable" json:"is_nullable,omitempty"`
	// contains filtered or unexported fields
}

func PType_PPrimitiveTypeFromVTPool

func PType_PPrimitiveTypeFromVTPool() *PType_PPrimitiveType

func (*PType_PPrimitiveType) Descriptor deprecated

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

Deprecated: Use PType_PPrimitiveType.ProtoReflect.Descriptor instead.

func (*PType_PPrimitiveType) GetIsNullable

func (x *PType_PPrimitiveType) GetIsNullable() bool

func (*PType_PPrimitiveType) GetTypeCode

func (x *PType_PPrimitiveType) GetTypeCode() PType_PTypeCode

func (*PType_PPrimitiveType) MarshalToSizedBufferVT

func (m *PType_PPrimitiveType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_PPrimitiveType) MarshalToVT

func (m *PType_PPrimitiveType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_PPrimitiveType) MarshalVT

func (m *PType_PPrimitiveType) MarshalVT() (dAtA []byte, err error)

func (*PType_PPrimitiveType) ProtoMessage

func (*PType_PPrimitiveType) ProtoMessage()

func (*PType_PPrimitiveType) ProtoReflect

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

func (*PType_PPrimitiveType) Reset

func (x *PType_PPrimitiveType) Reset()

func (*PType_PPrimitiveType) ResetVT

func (m *PType_PPrimitiveType) ResetVT()

func (*PType_PPrimitiveType) ReturnToVTPool

func (m *PType_PPrimitiveType) ReturnToVTPool()

func (*PType_PPrimitiveType) SizeVT

func (m *PType_PPrimitiveType) SizeVT() (n int)

func (*PType_PPrimitiveType) String

func (x *PType_PPrimitiveType) String() string

func (*PType_PPrimitiveType) UnmarshalVT

func (m *PType_PPrimitiveType) UnmarshalVT(dAtA []byte) error

type PType_PRecordType

type PType_PRecordType struct {
	ReferenceId *int32                      `protobuf:"varint,1,opt,name=reference_id,json=referenceId" json:"reference_id,omitempty"`
	Name        *string                     `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` // referential name -- not used in the planner
	IsNullable  *bool                       `protobuf:"varint,3,opt,name=is_nullable,json=isNullable" json:"is_nullable,omitempty"`
	Fields      []*PType_PRecordType_PField `protobuf:"bytes,4,rep,name=fields" json:"fields,omitempty"`
	StorageName *string                     `protobuf:"bytes,5,opt,name=storage_name,json=storageName" json:"storage_name,omitempty"`
	// contains filtered or unexported fields
}

func PType_PRecordTypeFromVTPool

func PType_PRecordTypeFromVTPool() *PType_PRecordType

func (*PType_PRecordType) Descriptor deprecated

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

Deprecated: Use PType_PRecordType.ProtoReflect.Descriptor instead.

func (*PType_PRecordType) GetFields

func (x *PType_PRecordType) GetFields() []*PType_PRecordType_PField

func (*PType_PRecordType) GetIsNullable

func (x *PType_PRecordType) GetIsNullable() bool

func (*PType_PRecordType) GetName

func (x *PType_PRecordType) GetName() string

func (*PType_PRecordType) GetReferenceId

func (x *PType_PRecordType) GetReferenceId() int32

func (*PType_PRecordType) GetStorageName

func (x *PType_PRecordType) GetStorageName() string

func (*PType_PRecordType) MarshalToSizedBufferVT

func (m *PType_PRecordType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_PRecordType) MarshalToVT

func (m *PType_PRecordType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_PRecordType) MarshalVT

func (m *PType_PRecordType) MarshalVT() (dAtA []byte, err error)

func (*PType_PRecordType) ProtoMessage

func (*PType_PRecordType) ProtoMessage()

func (*PType_PRecordType) ProtoReflect

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

func (*PType_PRecordType) Reset

func (x *PType_PRecordType) Reset()

func (*PType_PRecordType) ResetVT

func (m *PType_PRecordType) ResetVT()

func (*PType_PRecordType) ReturnToVTPool

func (m *PType_PRecordType) ReturnToVTPool()

func (*PType_PRecordType) SizeVT

func (m *PType_PRecordType) SizeVT() (n int)

func (*PType_PRecordType) String

func (x *PType_PRecordType) String() string

func (*PType_PRecordType) UnmarshalVT

func (m *PType_PRecordType) UnmarshalVT(dAtA []byte) error

type PType_PRecordType_PField

type PType_PRecordType_PField struct {
	FieldType        *PType  `protobuf:"bytes,1,opt,name=field_type,json=fieldType" json:"field_type,omitempty"`
	FieldName        *string `protobuf:"bytes,2,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	FieldIndex       *int32  `protobuf:"varint,3,opt,name=field_index,json=fieldIndex" json:"field_index,omitempty"`
	FieldStorageName *string `protobuf:"bytes,4,opt,name=field_storage_name,json=fieldStorageName" json:"field_storage_name,omitempty"`
	// contains filtered or unexported fields
}

func PType_PRecordType_PFieldFromVTPool

func PType_PRecordType_PFieldFromVTPool() *PType_PRecordType_PField

func (*PType_PRecordType_PField) Descriptor deprecated

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

Deprecated: Use PType_PRecordType_PField.ProtoReflect.Descriptor instead.

func (*PType_PRecordType_PField) GetFieldIndex

func (x *PType_PRecordType_PField) GetFieldIndex() int32

func (*PType_PRecordType_PField) GetFieldName

func (x *PType_PRecordType_PField) GetFieldName() string

func (*PType_PRecordType_PField) GetFieldStorageName

func (x *PType_PRecordType_PField) GetFieldStorageName() string

func (*PType_PRecordType_PField) GetFieldType

func (x *PType_PRecordType_PField) GetFieldType() *PType

func (*PType_PRecordType_PField) MarshalToSizedBufferVT

func (m *PType_PRecordType_PField) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_PRecordType_PField) MarshalToVT

func (m *PType_PRecordType_PField) MarshalToVT(dAtA []byte) (int, error)

func (*PType_PRecordType_PField) MarshalVT

func (m *PType_PRecordType_PField) MarshalVT() (dAtA []byte, err error)

func (*PType_PRecordType_PField) ProtoMessage

func (*PType_PRecordType_PField) ProtoMessage()

func (*PType_PRecordType_PField) ProtoReflect

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

func (*PType_PRecordType_PField) Reset

func (x *PType_PRecordType_PField) Reset()

func (*PType_PRecordType_PField) ResetVT

func (m *PType_PRecordType_PField) ResetVT()

func (*PType_PRecordType_PField) ReturnToVTPool

func (m *PType_PRecordType_PField) ReturnToVTPool()

func (*PType_PRecordType_PField) SizeVT

func (m *PType_PRecordType_PField) SizeVT() (n int)

func (*PType_PRecordType_PField) String

func (x *PType_PRecordType_PField) String() string

func (*PType_PRecordType_PField) UnmarshalVT

func (m *PType_PRecordType_PField) UnmarshalVT(dAtA []byte) error

type PType_PRelationType

type PType_PRelationType struct {
	InnerType *PType `protobuf:"bytes,1,opt,name=inner_type,json=innerType" json:"inner_type,omitempty"`
	// contains filtered or unexported fields
}

func PType_PRelationTypeFromVTPool

func PType_PRelationTypeFromVTPool() *PType_PRelationType

func (*PType_PRelationType) Descriptor deprecated

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

Deprecated: Use PType_PRelationType.ProtoReflect.Descriptor instead.

func (*PType_PRelationType) GetInnerType

func (x *PType_PRelationType) GetInnerType() *PType

func (*PType_PRelationType) MarshalToSizedBufferVT

func (m *PType_PRelationType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_PRelationType) MarshalToVT

func (m *PType_PRelationType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_PRelationType) MarshalVT

func (m *PType_PRelationType) MarshalVT() (dAtA []byte, err error)

func (*PType_PRelationType) ProtoMessage

func (*PType_PRelationType) ProtoMessage()

func (*PType_PRelationType) ProtoReflect

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

func (*PType_PRelationType) Reset

func (x *PType_PRelationType) Reset()

func (*PType_PRelationType) ResetVT

func (m *PType_PRelationType) ResetVT()

func (*PType_PRelationType) ReturnToVTPool

func (m *PType_PRelationType) ReturnToVTPool()

func (*PType_PRelationType) SizeVT

func (m *PType_PRelationType) SizeVT() (n int)

func (*PType_PRelationType) String

func (x *PType_PRelationType) String() string

func (*PType_PRelationType) UnmarshalVT

func (m *PType_PRelationType) UnmarshalVT(dAtA []byte) error

type PType_PTypeCode

type PType_PTypeCode int32
const (
	PType_UNKNOWN  PType_PTypeCode = 1
	PType_ANY      PType_PTypeCode = 2
	PType_NULL     PType_PTypeCode = 3
	PType_BOOLEAN  PType_PTypeCode = 4
	PType_BYTES    PType_PTypeCode = 5
	PType_DOUBLE   PType_PTypeCode = 6
	PType_FLOAT    PType_PTypeCode = 7
	PType_INT      PType_PTypeCode = 8
	PType_LONG     PType_PTypeCode = 9
	PType_STRING   PType_PTypeCode = 10
	PType_VERSION  PType_PTypeCode = 11
	PType_ENUM     PType_PTypeCode = 12
	PType_RECORD   PType_PTypeCode = 13
	PType_ARRAY    PType_PTypeCode = 14
	PType_RELATION PType_PTypeCode = 15
	PType_NONE     PType_PTypeCode = 16
	PType_UUID     PType_PTypeCode = 17
	PType_VECTOR   PType_PTypeCode = 18
	PType_FUNCTION PType_PTypeCode = 19
)

func (PType_PTypeCode) Descriptor

func (PType_PTypeCode) Enum

func (x PType_PTypeCode) Enum() *PType_PTypeCode

func (PType_PTypeCode) EnumDescriptor deprecated

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

Deprecated: Use PType_PTypeCode.Descriptor instead.

func (PType_PTypeCode) Number

func (PType_PTypeCode) String

func (x PType_PTypeCode) String() string

func (PType_PTypeCode) Type

func (*PType_PTypeCode) UnmarshalJSON deprecated

func (x *PType_PTypeCode) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PType_PUuidType

type PType_PUuidType struct {
	IsNullable *bool `protobuf:"varint,1,opt,name=is_nullable,json=isNullable" json:"is_nullable,omitempty"`
	// contains filtered or unexported fields
}

func PType_PUuidTypeFromVTPool

func PType_PUuidTypeFromVTPool() *PType_PUuidType

func (*PType_PUuidType) Descriptor deprecated

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

Deprecated: Use PType_PUuidType.ProtoReflect.Descriptor instead.

func (*PType_PUuidType) GetIsNullable

func (x *PType_PUuidType) GetIsNullable() bool

func (*PType_PUuidType) MarshalToSizedBufferVT

func (m *PType_PUuidType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_PUuidType) MarshalToVT

func (m *PType_PUuidType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_PUuidType) MarshalVT

func (m *PType_PUuidType) MarshalVT() (dAtA []byte, err error)

func (*PType_PUuidType) ProtoMessage

func (*PType_PUuidType) ProtoMessage()

func (*PType_PUuidType) ProtoReflect

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

func (*PType_PUuidType) Reset

func (x *PType_PUuidType) Reset()

func (*PType_PUuidType) ResetVT

func (m *PType_PUuidType) ResetVT()

func (*PType_PUuidType) ReturnToVTPool

func (m *PType_PUuidType) ReturnToVTPool()

func (*PType_PUuidType) SizeVT

func (m *PType_PUuidType) SizeVT() (n int)

func (*PType_PUuidType) String

func (x *PType_PUuidType) String() string

func (*PType_PUuidType) UnmarshalVT

func (m *PType_PUuidType) UnmarshalVT(dAtA []byte) error

type PType_PVectorType

type PType_PVectorType struct {
	IsNullable *bool  `protobuf:"varint,1,opt,name=is_nullable,json=isNullable" json:"is_nullable,omitempty"`
	Precision  *int32 `protobuf:"varint,2,opt,name=precision" json:"precision,omitempty"`
	Dimensions *int32 `protobuf:"varint,3,opt,name=dimensions" json:"dimensions,omitempty"`
	// contains filtered or unexported fields
}

func PType_PVectorTypeFromVTPool

func PType_PVectorTypeFromVTPool() *PType_PVectorType

func (*PType_PVectorType) Descriptor deprecated

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

Deprecated: Use PType_PVectorType.ProtoReflect.Descriptor instead.

func (*PType_PVectorType) GetDimensions

func (x *PType_PVectorType) GetDimensions() int32

func (*PType_PVectorType) GetIsNullable

func (x *PType_PVectorType) GetIsNullable() bool

func (*PType_PVectorType) GetPrecision

func (x *PType_PVectorType) GetPrecision() int32

func (*PType_PVectorType) MarshalToSizedBufferVT

func (m *PType_PVectorType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_PVectorType) MarshalToVT

func (m *PType_PVectorType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_PVectorType) MarshalVT

func (m *PType_PVectorType) MarshalVT() (dAtA []byte, err error)

func (*PType_PVectorType) ProtoMessage

func (*PType_PVectorType) ProtoMessage()

func (*PType_PVectorType) ProtoReflect

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

func (*PType_PVectorType) Reset

func (x *PType_PVectorType) Reset()

func (*PType_PVectorType) ResetVT

func (m *PType_PVectorType) ResetVT()

func (*PType_PVectorType) ReturnToVTPool

func (m *PType_PVectorType) ReturnToVTPool()

func (*PType_PVectorType) SizeVT

func (m *PType_PVectorType) SizeVT() (n int)

func (*PType_PVectorType) String

func (x *PType_PVectorType) String() string

func (*PType_PVectorType) UnmarshalVT

func (m *PType_PVectorType) UnmarshalVT(dAtA []byte) error

type PType_PrimitiveType

type PType_PrimitiveType struct {
	PrimitiveType *PType_PPrimitiveType `protobuf:"bytes,1,opt,name=primitive_type,json=primitiveType,oneof"`
}

func (*PType_PrimitiveType) MarshalToSizedBufferVT

func (m *PType_PrimitiveType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_PrimitiveType) MarshalToVT

func (m *PType_PrimitiveType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_PrimitiveType) SizeVT

func (m *PType_PrimitiveType) SizeVT() (n int)

type PType_RecordType

type PType_RecordType struct {
	RecordType *PType_PRecordType `protobuf:"bytes,6,opt,name=record_type,json=recordType,oneof"`
}

func (*PType_RecordType) MarshalToSizedBufferVT

func (m *PType_RecordType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_RecordType) MarshalToVT

func (m *PType_RecordType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_RecordType) SizeVT

func (m *PType_RecordType) SizeVT() (n int)

type PType_RelationType

type PType_RelationType struct {
	RelationType *PType_PRelationType `protobuf:"bytes,7,opt,name=relation_type,json=relationType,oneof"`
}

func (*PType_RelationType) MarshalToSizedBufferVT

func (m *PType_RelationType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_RelationType) MarshalToVT

func (m *PType_RelationType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_RelationType) SizeVT

func (m *PType_RelationType) SizeVT() (n int)

type PType_UuidType

type PType_UuidType struct {
	UuidType *PType_PUuidType `protobuf:"bytes,10,opt,name=uuid_type,json=uuidType,oneof"`
}

func (*PType_UuidType) MarshalToSizedBufferVT

func (m *PType_UuidType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_UuidType) MarshalToVT

func (m *PType_UuidType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_UuidType) SizeVT

func (m *PType_UuidType) SizeVT() (n int)

type PType_VectorType

type PType_VectorType struct {
	VectorType *PType_PVectorType `protobuf:"bytes,11,opt,name=vector_type,json=vectorType,oneof"`
}

func (*PType_VectorType) MarshalToSizedBufferVT

func (m *PType_VectorType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PType_VectorType) MarshalToVT

func (m *PType_VectorType) MarshalToVT(dAtA []byte) (int, error)

func (*PType_VectorType) SizeVT

func (m *PType_VectorType) SizeVT() (n int)

type PUUID

type PUUID struct {
	MostSigBits  *uint64 `protobuf:"varint,1,opt,name=mostSigBits" json:"mostSigBits,omitempty"`
	LeastSigBits *uint64 `protobuf:"varint,2,opt,name=leastSigBits" json:"leastSigBits,omitempty"`
	// contains filtered or unexported fields
}

func PUUIDFromVTPool

func PUUIDFromVTPool() *PUUID

func (*PUUID) Descriptor deprecated

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

Deprecated: Use PUUID.ProtoReflect.Descriptor instead.

func (*PUUID) GetLeastSigBits

func (x *PUUID) GetLeastSigBits() uint64

func (*PUUID) GetMostSigBits

func (x *PUUID) GetMostSigBits() uint64

func (*PUUID) MarshalToSizedBufferVT

func (m *PUUID) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PUUID) MarshalToVT

func (m *PUUID) MarshalToVT(dAtA []byte) (int, error)

func (*PUUID) MarshalVT

func (m *PUUID) MarshalVT() (dAtA []byte, err error)

func (*PUUID) ProtoMessage

func (*PUUID) ProtoMessage()

func (*PUUID) ProtoReflect

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

func (*PUUID) Reset

func (x *PUUID) Reset()

func (*PUUID) ResetVT

func (m *PUUID) ResetVT()

func (*PUUID) ReturnToVTPool

func (m *PUUID) ReturnToVTPool()

func (*PUUID) SizeVT

func (m *PUUID) SizeVT() (n int)

func (*PUUID) String

func (x *PUUID) String() string

func (*PUUID) UnmarshalVT

func (m *PUUID) UnmarshalVT(dAtA []byte) error

type PUdfValue

type PUdfValue struct {
	Children   []*PValue `protobuf:"bytes,1,rep,name=children" json:"children,omitempty"`
	ResultType *PType    `protobuf:"bytes,2,opt,name=result_type,json=resultType" json:"result_type,omitempty"`
	// contains filtered or unexported fields
}

func PUdfValueFromVTPool

func PUdfValueFromVTPool() *PUdfValue

func (*PUdfValue) Descriptor deprecated

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

Deprecated: Use PUdfValue.ProtoReflect.Descriptor instead.

func (*PUdfValue) GetChildren

func (x *PUdfValue) GetChildren() []*PValue

func (*PUdfValue) GetResultType

func (x *PUdfValue) GetResultType() *PType

func (*PUdfValue) MarshalToSizedBufferVT

func (m *PUdfValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PUdfValue) MarshalToVT

func (m *PUdfValue) MarshalToVT(dAtA []byte) (int, error)

func (*PUdfValue) MarshalVT

func (m *PUdfValue) MarshalVT() (dAtA []byte, err error)

func (*PUdfValue) ProtoMessage

func (*PUdfValue) ProtoMessage()

func (*PUdfValue) ProtoReflect

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

func (*PUdfValue) Reset

func (x *PUdfValue) Reset()

func (*PUdfValue) ResetVT

func (m *PUdfValue) ResetVT()

func (*PUdfValue) ReturnToVTPool

func (m *PUdfValue) ReturnToVTPool()

func (*PUdfValue) SizeVT

func (m *PUdfValue) SizeVT() (n int)

func (*PUdfValue) String

func (x *PUdfValue) String() string

func (*PUdfValue) UnmarshalVT

func (m *PUdfValue) UnmarshalVT(dAtA []byte) error

type PUnaryRelOpValue

type PUnaryRelOpValue struct {
	Super    *PRelOpValue                             `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	Operator *PUnaryRelOpValue_PUnaryPhysicalOperator `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func PUnaryRelOpValueFromVTPool

func PUnaryRelOpValueFromVTPool() *PUnaryRelOpValue

func (*PUnaryRelOpValue) Descriptor deprecated

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

Deprecated: Use PUnaryRelOpValue.ProtoReflect.Descriptor instead.

func (*PUnaryRelOpValue) GetOperator

func (*PUnaryRelOpValue) GetSuper

func (x *PUnaryRelOpValue) GetSuper() *PRelOpValue

func (*PUnaryRelOpValue) MarshalToSizedBufferVT

func (m *PUnaryRelOpValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PUnaryRelOpValue) MarshalToVT

func (m *PUnaryRelOpValue) MarshalToVT(dAtA []byte) (int, error)

func (*PUnaryRelOpValue) MarshalVT

func (m *PUnaryRelOpValue) MarshalVT() (dAtA []byte, err error)

func (*PUnaryRelOpValue) ProtoMessage

func (*PUnaryRelOpValue) ProtoMessage()

func (*PUnaryRelOpValue) ProtoReflect

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

func (*PUnaryRelOpValue) Reset

func (x *PUnaryRelOpValue) Reset()

func (*PUnaryRelOpValue) ResetVT

func (m *PUnaryRelOpValue) ResetVT()

func (*PUnaryRelOpValue) ReturnToVTPool

func (m *PUnaryRelOpValue) ReturnToVTPool()

func (*PUnaryRelOpValue) SizeVT

func (m *PUnaryRelOpValue) SizeVT() (n int)

func (*PUnaryRelOpValue) String

func (x *PUnaryRelOpValue) String() string

func (*PUnaryRelOpValue) UnmarshalVT

func (m *PUnaryRelOpValue) UnmarshalVT(dAtA []byte) error

type PUnaryRelOpValue_PUnaryPhysicalOperator

type PUnaryRelOpValue_PUnaryPhysicalOperator int32
const (
	PUnaryRelOpValue_IS_NULL_UI          PUnaryRelOpValue_PUnaryPhysicalOperator = 1
	PUnaryRelOpValue_IS_NULL_II          PUnaryRelOpValue_PUnaryPhysicalOperator = 2
	PUnaryRelOpValue_IS_NULL_LI          PUnaryRelOpValue_PUnaryPhysicalOperator = 3
	PUnaryRelOpValue_IS_NULL_FI          PUnaryRelOpValue_PUnaryPhysicalOperator = 4
	PUnaryRelOpValue_IS_NULL_DI          PUnaryRelOpValue_PUnaryPhysicalOperator = 5
	PUnaryRelOpValue_IS_NULL_SS          PUnaryRelOpValue_PUnaryPhysicalOperator = 6
	PUnaryRelOpValue_IS_NULL_BI          PUnaryRelOpValue_PUnaryPhysicalOperator = 7
	PUnaryRelOpValue_IS_NOT_NULL_UI      PUnaryRelOpValue_PUnaryPhysicalOperator = 8
	PUnaryRelOpValue_IS_NOT_NULL_II      PUnaryRelOpValue_PUnaryPhysicalOperator = 9
	PUnaryRelOpValue_IS_NOT_NULL_LI      PUnaryRelOpValue_PUnaryPhysicalOperator = 10
	PUnaryRelOpValue_IS_NOT_NULL_FI      PUnaryRelOpValue_PUnaryPhysicalOperator = 11
	PUnaryRelOpValue_IS_NOT_NULL_DI      PUnaryRelOpValue_PUnaryPhysicalOperator = 12
	PUnaryRelOpValue_IS_NOT_NULL_SS      PUnaryRelOpValue_PUnaryPhysicalOperator = 13
	PUnaryRelOpValue_IS_NOT_NULL_BI      PUnaryRelOpValue_PUnaryPhysicalOperator = 14
	PUnaryRelOpValue_IS_NULL_BY          PUnaryRelOpValue_PUnaryPhysicalOperator = 15
	PUnaryRelOpValue_IS_NOT_NULL_BY      PUnaryRelOpValue_PUnaryPhysicalOperator = 16
	PUnaryRelOpValue_IS_NULL_EI          PUnaryRelOpValue_PUnaryPhysicalOperator = 17
	PUnaryRelOpValue_IS_NOT_NULL_EI      PUnaryRelOpValue_PUnaryPhysicalOperator = 18
	PUnaryRelOpValue_IS_NULL_ID          PUnaryRelOpValue_PUnaryPhysicalOperator = 19
	PUnaryRelOpValue_IS_NOT_NULL_ID      PUnaryRelOpValue_PUnaryPhysicalOperator = 20
	PUnaryRelOpValue_IS_NULL_NT          PUnaryRelOpValue_PUnaryPhysicalOperator = 21
	PUnaryRelOpValue_IS_NOT_NULL_NT      PUnaryRelOpValue_PUnaryPhysicalOperator = 22
	PUnaryRelOpValue_IS_NULL_VECTOR      PUnaryRelOpValue_PUnaryPhysicalOperator = 23
	PUnaryRelOpValue_IS_NOT_NULL_VECTOR  PUnaryRelOpValue_PUnaryPhysicalOperator = 24
	PUnaryRelOpValue_IS_NULL_VERSION     PUnaryRelOpValue_PUnaryPhysicalOperator = 25
	PUnaryRelOpValue_IS_NOT_NULL_VERSION PUnaryRelOpValue_PUnaryPhysicalOperator = 26
	PUnaryRelOpValue_IS_NULL_ARRAY       PUnaryRelOpValue_PUnaryPhysicalOperator = 27
	PUnaryRelOpValue_IS_NOT_NULL_ARRAY   PUnaryRelOpValue_PUnaryPhysicalOperator = 28
	PUnaryRelOpValue_IS_NULL_NONE        PUnaryRelOpValue_PUnaryPhysicalOperator = 29
	PUnaryRelOpValue_IS_NOT_NULL_NONE    PUnaryRelOpValue_PUnaryPhysicalOperator = 30
)

func (PUnaryRelOpValue_PUnaryPhysicalOperator) Descriptor

func (PUnaryRelOpValue_PUnaryPhysicalOperator) Enum

func (PUnaryRelOpValue_PUnaryPhysicalOperator) EnumDescriptor deprecated

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

Deprecated: Use PUnaryRelOpValue_PUnaryPhysicalOperator.Descriptor instead.

func (PUnaryRelOpValue_PUnaryPhysicalOperator) Number

func (PUnaryRelOpValue_PUnaryPhysicalOperator) String

func (PUnaryRelOpValue_PUnaryPhysicalOperator) Type

func (*PUnaryRelOpValue_PUnaryPhysicalOperator) UnmarshalJSON deprecated

func (x *PUnaryRelOpValue_PUnaryPhysicalOperator) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PUserDefinedFunction

type PUserDefinedFunction struct {

	// Types that are valid to be assigned to SpecificFunction:
	//
	//	*PUserDefinedFunction_UserDefinedMacroFunction
	//	*PUserDefinedFunction_SqlFunction
	SpecificFunction isPUserDefinedFunction_SpecificFunction `protobuf_oneof:"specific_function"`
	// contains filtered or unexported fields
}

func PUserDefinedFunctionFromVTPool

func PUserDefinedFunctionFromVTPool() *PUserDefinedFunction

func (*PUserDefinedFunction) Descriptor deprecated

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

Deprecated: Use PUserDefinedFunction.ProtoReflect.Descriptor instead.

func (*PUserDefinedFunction) GetSpecificFunction

func (x *PUserDefinedFunction) GetSpecificFunction() isPUserDefinedFunction_SpecificFunction

func (*PUserDefinedFunction) GetSqlFunction

func (x *PUserDefinedFunction) GetSqlFunction() *PRawSqlFunction

func (*PUserDefinedFunction) GetUserDefinedMacroFunction

func (x *PUserDefinedFunction) GetUserDefinedMacroFunction() *PUserDefinedMacroFunction

func (*PUserDefinedFunction) MarshalToSizedBufferVT

func (m *PUserDefinedFunction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PUserDefinedFunction) MarshalToVT

func (m *PUserDefinedFunction) MarshalToVT(dAtA []byte) (int, error)

func (*PUserDefinedFunction) MarshalVT

func (m *PUserDefinedFunction) MarshalVT() (dAtA []byte, err error)

func (*PUserDefinedFunction) ProtoMessage

func (*PUserDefinedFunction) ProtoMessage()

func (*PUserDefinedFunction) ProtoReflect

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

func (*PUserDefinedFunction) Reset

func (x *PUserDefinedFunction) Reset()

func (*PUserDefinedFunction) ResetVT

func (m *PUserDefinedFunction) ResetVT()

func (*PUserDefinedFunction) ReturnToVTPool

func (m *PUserDefinedFunction) ReturnToVTPool()

func (*PUserDefinedFunction) SizeVT

func (m *PUserDefinedFunction) SizeVT() (n int)

func (*PUserDefinedFunction) String

func (x *PUserDefinedFunction) String() string

func (*PUserDefinedFunction) UnmarshalVT

func (m *PUserDefinedFunction) UnmarshalVT(dAtA []byte) error

type PUserDefinedFunction_SqlFunction

type PUserDefinedFunction_SqlFunction struct {
	SqlFunction *PRawSqlFunction `protobuf:"bytes,2,opt,name=sql_function,json=sqlFunction,oneof"`
}

func (*PUserDefinedFunction_SqlFunction) MarshalToSizedBufferVT

func (m *PUserDefinedFunction_SqlFunction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PUserDefinedFunction_SqlFunction) MarshalToVT

func (m *PUserDefinedFunction_SqlFunction) MarshalToVT(dAtA []byte) (int, error)

func (*PUserDefinedFunction_SqlFunction) SizeVT

func (m *PUserDefinedFunction_SqlFunction) SizeVT() (n int)

type PUserDefinedFunction_UserDefinedMacroFunction

type PUserDefinedFunction_UserDefinedMacroFunction struct {
	UserDefinedMacroFunction *PUserDefinedMacroFunction `protobuf:"bytes,1,opt,name=user_defined_macro_function,json=userDefinedMacroFunction,oneof"`
}

func (*PUserDefinedFunction_UserDefinedMacroFunction) MarshalToSizedBufferVT

func (m *PUserDefinedFunction_UserDefinedMacroFunction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PUserDefinedFunction_UserDefinedMacroFunction) MarshalToVT

func (m *PUserDefinedFunction_UserDefinedMacroFunction) MarshalToVT(dAtA []byte) (int, error)

func (*PUserDefinedFunction_UserDefinedMacroFunction) SizeVT

type PUserDefinedMacroFunction

type PUserDefinedMacroFunction struct {
	FunctionName *string   `protobuf:"bytes,1,opt,name=function_name,json=functionName" json:"function_name,omitempty"`
	Arguments    []*PValue `protobuf:"bytes,2,rep,name=arguments" json:"arguments,omitempty"`
	Body         *PValue   `protobuf:"bytes,3,opt,name=body" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func PUserDefinedMacroFunctionFromVTPool

func PUserDefinedMacroFunctionFromVTPool() *PUserDefinedMacroFunction

func (*PUserDefinedMacroFunction) Descriptor deprecated

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

Deprecated: Use PUserDefinedMacroFunction.ProtoReflect.Descriptor instead.

func (*PUserDefinedMacroFunction) GetArguments

func (x *PUserDefinedMacroFunction) GetArguments() []*PValue

func (*PUserDefinedMacroFunction) GetBody

func (x *PUserDefinedMacroFunction) GetBody() *PValue

func (*PUserDefinedMacroFunction) GetFunctionName

func (x *PUserDefinedMacroFunction) GetFunctionName() string

func (*PUserDefinedMacroFunction) MarshalToSizedBufferVT

func (m *PUserDefinedMacroFunction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PUserDefinedMacroFunction) MarshalToVT

func (m *PUserDefinedMacroFunction) MarshalToVT(dAtA []byte) (int, error)

func (*PUserDefinedMacroFunction) MarshalVT

func (m *PUserDefinedMacroFunction) MarshalVT() (dAtA []byte, err error)

func (*PUserDefinedMacroFunction) ProtoMessage

func (*PUserDefinedMacroFunction) ProtoMessage()

func (*PUserDefinedMacroFunction) ProtoReflect

func (*PUserDefinedMacroFunction) Reset

func (x *PUserDefinedMacroFunction) Reset()

func (*PUserDefinedMacroFunction) ResetVT

func (m *PUserDefinedMacroFunction) ResetVT()

func (*PUserDefinedMacroFunction) ReturnToVTPool

func (m *PUserDefinedMacroFunction) ReturnToVTPool()

func (*PUserDefinedMacroFunction) SizeVT

func (m *PUserDefinedMacroFunction) SizeVT() (n int)

func (*PUserDefinedMacroFunction) String

func (x *PUserDefinedMacroFunction) String() string

func (*PUserDefinedMacroFunction) UnmarshalVT

func (m *PUserDefinedMacroFunction) UnmarshalVT(dAtA []byte) error

type PValue

type PValue struct {

	// Types that are valid to be assigned to SpecificValue:
	//
	//	*PValue_AdditionalValues
	//	*PValue_LightArrayConstructorValue
	//	*PValue_AndOrValue
	//	*PValue_ArithmeticValue
	//	*PValue_ConditionSelectorValue
	//	*PValue_ConstantObjectValue
	//	*PValue_ConstantValue
	//	*PValue_CountValue
	//	*PValue_DerivedValue
	//	*PValue_EmptyValue
	//	*PValue_ExistsValue
	//	*PValue_FieldValue
	//	*PValue_IndexedValue
	//	*PValue_MaxEverValue
	//	*PValue_MinEverValue
	//	*PValue_InOpValue
	//	*PValue_LikeOperatorValue
	//	*PValue_LiteralValue
	//	*PValue_NotValue
	//	*PValue_NullValue
	//	*PValue_NumericAggregationValueSum
	//	*PValue_NumericAggregationValueAvg
	//	*PValue_NumericAggregationValueMin
	//	*PValue_NumericAggregationValueMax
	//	*PValue_ObjectValue
	//	*PValue_OfTypeValue
	//	*PValue_PatternForLikeValue
	//	*PValue_PickValue
	//	*PValue_PromoteValue
	//	*PValue_QuantifiedObjectValue
	//	*PValue_QueriedValue
	//	*PValue_RankValue
	//	*PValue_RecordConstructorValue
	//	*PValue_RecordTypeValue
	//	*PValue_BinaryRelOpValue
	//	*PValue_UnaryRelOpValue
	//	*PValue_VariadicFunctionValue
	//	*PValue_FirstOrDefaultValue
	//	*PValue_ThrowsValue
	//	*PValue_IndexEntryObjectValue
	//	*PValue_ToOrderedBytesValue
	//	*PValue_FromOrderedBytesValue
	//	*PValue_CollateValue
	//	*PValue_NumericAggregationValueBitmapConstructAgg
	//	*PValue_QuantifiedRecordValue
	//	*PValue_RangeValue
	//	*PValue_FirstOrDefaultStreamingValue
	//	*PValue_EvaluatesToValue
	//	*PValue_ArrayDistinctValue
	//	*PValue_SubscriptValue
	//	*PValue_ParameterObjectValue
	//	*PValue_CastValue
	//	*PValue_RowNumberValue
	//	*PValue_EuclideanDistanceRowNumberValue
	//	*PValue_CosineDistanceRowNumberValue
	//	*PValue_RowNumberHighOrderValue
	//	*PValue_DistanceValue
	//	*PValue_EuclideanSquareDistanceRowNumberValue
	//	*PValue_DotProductDistanceRowNumberValue
	//	*PValue_IncarnationValue
	//	*PValue_CardinalityValue
	SpecificValue isPValue_SpecificValue `protobuf_oneof:"specific_value"`
	// contains filtered or unexported fields
}

Values

func PValueFromVTPool

func PValueFromVTPool() *PValue

func (*PValue) Descriptor deprecated

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

Deprecated: Use PValue.ProtoReflect.Descriptor instead.

func (*PValue) GetAdditionalValues

func (x *PValue) GetAdditionalValues() *anypb.Any

func (*PValue) GetAndOrValue

func (x *PValue) GetAndOrValue() *PAndOrValue

func (*PValue) GetArithmeticValue

func (x *PValue) GetArithmeticValue() *PArithmeticValue

func (*PValue) GetArrayDistinctValue

func (x *PValue) GetArrayDistinctValue() *PArrayDistinctValue

func (*PValue) GetBinaryRelOpValue

func (x *PValue) GetBinaryRelOpValue() *PBinaryRelOpValue

func (*PValue) GetCardinalityValue

func (x *PValue) GetCardinalityValue() *PCardinalityValue

func (*PValue) GetCastValue

func (x *PValue) GetCastValue() *PCastValue

func (*PValue) GetCollateValue

func (x *PValue) GetCollateValue() *PCollateValue

func (*PValue) GetConditionSelectorValue

func (x *PValue) GetConditionSelectorValue() *PConditionSelectorValue

func (*PValue) GetConstantObjectValue

func (x *PValue) GetConstantObjectValue() *PConstantObjectValue

func (*PValue) GetConstantValue

func (x *PValue) GetConstantValue() *PConstantValue

func (*PValue) GetCosineDistanceRowNumberValue

func (x *PValue) GetCosineDistanceRowNumberValue() *PCosineDistanceRowNumberValue

func (*PValue) GetCountValue

func (x *PValue) GetCountValue() *PCountValue

func (*PValue) GetDerivedValue

func (x *PValue) GetDerivedValue() *PDerivedValue

func (*PValue) GetDistanceValue

func (x *PValue) GetDistanceValue() *PDistanceValue

func (*PValue) GetDotProductDistanceRowNumberValue

func (x *PValue) GetDotProductDistanceRowNumberValue() *PDotProductDistanceRowNumberValue

func (*PValue) GetEmptyValue

func (x *PValue) GetEmptyValue() *PEmptyValue

func (*PValue) GetEuclideanDistanceRowNumberValue

func (x *PValue) GetEuclideanDistanceRowNumberValue() *PEuclideanDistanceRowNumberValue

func (*PValue) GetEuclideanSquareDistanceRowNumberValue

func (x *PValue) GetEuclideanSquareDistanceRowNumberValue() *PEuclideanSquareDistanceRowNumberValue

func (*PValue) GetEvaluatesToValue

func (x *PValue) GetEvaluatesToValue() *PEvaluatesToValue

func (*PValue) GetExistsValue

func (x *PValue) GetExistsValue() *PExistsValue

func (*PValue) GetFieldValue

func (x *PValue) GetFieldValue() *PFieldValue

func (*PValue) GetFirstOrDefaultStreamingValue

func (x *PValue) GetFirstOrDefaultStreamingValue() *PFirstOrDefaultStreamingValue

func (*PValue) GetFirstOrDefaultValue

func (x *PValue) GetFirstOrDefaultValue() *PFirstOrDefaultValue

func (*PValue) GetFromOrderedBytesValue

func (x *PValue) GetFromOrderedBytesValue() *PFromOrderedBytesValue

func (*PValue) GetInOpValue

func (x *PValue) GetInOpValue() *PInOpValue

func (*PValue) GetIncarnationValue

func (x *PValue) GetIncarnationValue() *PIncarnationValue

func (*PValue) GetIndexEntryObjectValue

func (x *PValue) GetIndexEntryObjectValue() *PIndexEntryObjectValue

func (*PValue) GetIndexedValue

func (x *PValue) GetIndexedValue() *PIndexedValue

func (*PValue) GetLightArrayConstructorValue

func (x *PValue) GetLightArrayConstructorValue() *PLightArrayConstructorValue

func (*PValue) GetLikeOperatorValue

func (x *PValue) GetLikeOperatorValue() *PLikeOperatorValue

func (*PValue) GetLiteralValue

func (x *PValue) GetLiteralValue() *PLiteralValue

func (*PValue) GetMaxEverValue

func (x *PValue) GetMaxEverValue() *PMaxEverValue

func (*PValue) GetMinEverValue

func (x *PValue) GetMinEverValue() *PMinEverValue

func (*PValue) GetNotValue

func (x *PValue) GetNotValue() *PNotValue

func (*PValue) GetNullValue

func (x *PValue) GetNullValue() *PNullValue

func (*PValue) GetNumericAggregationValueAvg

func (x *PValue) GetNumericAggregationValueAvg() *PNumericAggregationValue_PAvg

func (*PValue) GetNumericAggregationValueBitmapConstructAgg

func (x *PValue) GetNumericAggregationValueBitmapConstructAgg() *PNumericAggregationValue_PBitmapConstructAgg

func (*PValue) GetNumericAggregationValueMax

func (x *PValue) GetNumericAggregationValueMax() *PNumericAggregationValue_PMax

func (*PValue) GetNumericAggregationValueMin

func (x *PValue) GetNumericAggregationValueMin() *PNumericAggregationValue_PMin

func (*PValue) GetNumericAggregationValueSum

func (x *PValue) GetNumericAggregationValueSum() *PNumericAggregationValue_PSum

func (*PValue) GetObjectValue

func (x *PValue) GetObjectValue() *PObjectValue

func (*PValue) GetOfTypeValue

func (x *PValue) GetOfTypeValue() *POfTypeValue

func (*PValue) GetParameterObjectValue

func (x *PValue) GetParameterObjectValue() *PParameterObjectValue

func (*PValue) GetPatternForLikeValue

func (x *PValue) GetPatternForLikeValue() *PPatternForLikeValue

func (*PValue) GetPickValue

func (x *PValue) GetPickValue() *PPickValue

func (*PValue) GetPromoteValue

func (x *PValue) GetPromoteValue() *PPromoteValue

func (*PValue) GetQuantifiedObjectValue

func (x *PValue) GetQuantifiedObjectValue() *PQuantifiedObjectValue

func (*PValue) GetQuantifiedRecordValue

func (x *PValue) GetQuantifiedRecordValue() *PQuantifiedRecordValue

func (*PValue) GetQueriedValue

func (x *PValue) GetQueriedValue() *PQueriedValue

func (*PValue) GetRangeValue

func (x *PValue) GetRangeValue() *PRangeValue

func (*PValue) GetRankValue

func (x *PValue) GetRankValue() *PRankValue

func (*PValue) GetRecordConstructorValue

func (x *PValue) GetRecordConstructorValue() *PRecordConstructorValue

func (*PValue) GetRecordTypeValue

func (x *PValue) GetRecordTypeValue() *PRecordTypeValue

func (*PValue) GetRowNumberHighOrderValue

func (x *PValue) GetRowNumberHighOrderValue() *PRowNumberHighOrderValue

func (*PValue) GetRowNumberValue

func (x *PValue) GetRowNumberValue() *PRowNumberValue

func (*PValue) GetSpecificValue

func (x *PValue) GetSpecificValue() isPValue_SpecificValue

func (*PValue) GetSubscriptValue

func (x *PValue) GetSubscriptValue() *PSubscriptValue

func (*PValue) GetThrowsValue

func (x *PValue) GetThrowsValue() *PThrowsValue

func (*PValue) GetToOrderedBytesValue

func (x *PValue) GetToOrderedBytesValue() *PToOrderedBytesValue

func (*PValue) GetUnaryRelOpValue

func (x *PValue) GetUnaryRelOpValue() *PUnaryRelOpValue

func (*PValue) GetVariadicFunctionValue

func (x *PValue) GetVariadicFunctionValue() *PVariadicFunctionValue

func (*PValue) MarshalToSizedBufferVT

func (m *PValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue) MarshalToVT

func (m *PValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue) MarshalVT

func (m *PValue) MarshalVT() (dAtA []byte, err error)

func (*PValue) ProtoMessage

func (*PValue) ProtoMessage()

func (*PValue) ProtoReflect

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

func (*PValue) Reset

func (x *PValue) Reset()

func (*PValue) ResetVT

func (m *PValue) ResetVT()

func (*PValue) ReturnToVTPool

func (m *PValue) ReturnToVTPool()

func (*PValue) SizeVT

func (m *PValue) SizeVT() (n int)

func (*PValue) String

func (x *PValue) String() string

func (*PValue) UnmarshalVT

func (m *PValue) UnmarshalVT(dAtA []byte) error

type PValueComparison

type PValueComparison struct {
	Type           *PComparison_PComparisonType `` /* 129-byte string literal not displayed */
	ComparandValue *PValue                      `protobuf:"bytes,2,opt,name=comparandValue" json:"comparandValue,omitempty"`
	// contains filtered or unexported fields
}

func PValueComparisonFromVTPool

func PValueComparisonFromVTPool() *PValueComparison

func (*PValueComparison) Descriptor deprecated

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

Deprecated: Use PValueComparison.ProtoReflect.Descriptor instead.

func (*PValueComparison) GetComparandValue

func (x *PValueComparison) GetComparandValue() *PValue

func (*PValueComparison) GetType

func (*PValueComparison) MarshalToSizedBufferVT

func (m *PValueComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValueComparison) MarshalToVT

func (m *PValueComparison) MarshalToVT(dAtA []byte) (int, error)

func (*PValueComparison) MarshalVT

func (m *PValueComparison) MarshalVT() (dAtA []byte, err error)

func (*PValueComparison) ProtoMessage

func (*PValueComparison) ProtoMessage()

func (*PValueComparison) ProtoReflect

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

func (*PValueComparison) Reset

func (x *PValueComparison) Reset()

func (*PValueComparison) ResetVT

func (m *PValueComparison) ResetVT()

func (*PValueComparison) ReturnToVTPool

func (m *PValueComparison) ReturnToVTPool()

func (*PValueComparison) SizeVT

func (m *PValueComparison) SizeVT() (n int)

func (*PValueComparison) String

func (x *PValueComparison) String() string

func (*PValueComparison) UnmarshalVT

func (m *PValueComparison) UnmarshalVT(dAtA []byte) error

type PValuePredicate

type PValuePredicate struct {
	Super      *PAbstractQueryPredicate `protobuf:"bytes,1,opt,name=super" json:"super,omitempty"`
	Value      *PValue                  `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	Comparison *PComparison             `protobuf:"bytes,3,opt,name=comparison" json:"comparison,omitempty"`
	// contains filtered or unexported fields
}

func PValuePredicateFromVTPool

func PValuePredicateFromVTPool() *PValuePredicate

func (*PValuePredicate) Descriptor deprecated

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

Deprecated: Use PValuePredicate.ProtoReflect.Descriptor instead.

func (*PValuePredicate) GetComparison

func (x *PValuePredicate) GetComparison() *PComparison

func (*PValuePredicate) GetSuper

func (*PValuePredicate) GetValue

func (x *PValuePredicate) GetValue() *PValue

func (*PValuePredicate) MarshalToSizedBufferVT

func (m *PValuePredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValuePredicate) MarshalToVT

func (m *PValuePredicate) MarshalToVT(dAtA []byte) (int, error)

func (*PValuePredicate) MarshalVT

func (m *PValuePredicate) MarshalVT() (dAtA []byte, err error)

func (*PValuePredicate) ProtoMessage

func (*PValuePredicate) ProtoMessage()

func (*PValuePredicate) ProtoReflect

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

func (*PValuePredicate) Reset

func (x *PValuePredicate) Reset()

func (*PValuePredicate) ResetVT

func (m *PValuePredicate) ResetVT()

func (*PValuePredicate) ReturnToVTPool

func (m *PValuePredicate) ReturnToVTPool()

func (*PValuePredicate) SizeVT

func (m *PValuePredicate) SizeVT() (n int)

func (*PValuePredicate) String

func (x *PValuePredicate) String() string

func (*PValuePredicate) UnmarshalVT

func (m *PValuePredicate) UnmarshalVT(dAtA []byte) error

type PValue_AdditionalValues

type PValue_AdditionalValues struct {
	AdditionalValues *anypb.Any `protobuf:"bytes,1,opt,name=additional_values,json=additionalValues,oneof"`
}

func (*PValue_AdditionalValues) MarshalToSizedBufferVT

func (m *PValue_AdditionalValues) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_AdditionalValues) MarshalToVT

func (m *PValue_AdditionalValues) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_AdditionalValues) SizeVT

func (m *PValue_AdditionalValues) SizeVT() (n int)

type PValue_AndOrValue

type PValue_AndOrValue struct {
	AndOrValue *PAndOrValue `protobuf:"bytes,3,opt,name=and_or_value,json=andOrValue,oneof"`
}

func (*PValue_AndOrValue) MarshalToSizedBufferVT

func (m *PValue_AndOrValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_AndOrValue) MarshalToVT

func (m *PValue_AndOrValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_AndOrValue) SizeVT

func (m *PValue_AndOrValue) SizeVT() (n int)

type PValue_ArithmeticValue

type PValue_ArithmeticValue struct {
	ArithmeticValue *PArithmeticValue `protobuf:"bytes,4,opt,name=arithmetic_value,json=arithmeticValue,oneof"`
}

func (*PValue_ArithmeticValue) MarshalToSizedBufferVT

func (m *PValue_ArithmeticValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_ArithmeticValue) MarshalToVT

func (m *PValue_ArithmeticValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_ArithmeticValue) SizeVT

func (m *PValue_ArithmeticValue) SizeVT() (n int)

type PValue_ArrayDistinctValue

type PValue_ArrayDistinctValue struct {
	ArrayDistinctValue *PArrayDistinctValue `protobuf:"bytes,51,opt,name=array_distinct_value,json=arrayDistinctValue,oneof"`
}

func (*PValue_ArrayDistinctValue) MarshalToSizedBufferVT

func (m *PValue_ArrayDistinctValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_ArrayDistinctValue) MarshalToVT

func (m *PValue_ArrayDistinctValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_ArrayDistinctValue) SizeVT

func (m *PValue_ArrayDistinctValue) SizeVT() (n int)

type PValue_BinaryRelOpValue

type PValue_BinaryRelOpValue struct {
	BinaryRelOpValue *PBinaryRelOpValue `protobuf:"bytes,35,opt,name=binary_rel_op_value,json=binaryRelOpValue,oneof"`
}

func (*PValue_BinaryRelOpValue) MarshalToSizedBufferVT

func (m *PValue_BinaryRelOpValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_BinaryRelOpValue) MarshalToVT

func (m *PValue_BinaryRelOpValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_BinaryRelOpValue) SizeVT

func (m *PValue_BinaryRelOpValue) SizeVT() (n int)

type PValue_CardinalityValue

type PValue_CardinalityValue struct {
	CardinalityValue *PCardinalityValue `protobuf:"bytes,63,opt,name=cardinality_value,json=cardinalityValue,oneof"`
}

func (*PValue_CardinalityValue) MarshalToSizedBufferVT

func (m *PValue_CardinalityValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_CardinalityValue) MarshalToVT

func (m *PValue_CardinalityValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_CardinalityValue) SizeVT

func (m *PValue_CardinalityValue) SizeVT() (n int)

type PValue_CastValue

type PValue_CastValue struct {
	CastValue *PCastValue `protobuf:"bytes,54,opt,name=cast_value,json=castValue,oneof"`
}

func (*PValue_CastValue) MarshalToSizedBufferVT

func (m *PValue_CastValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_CastValue) MarshalToVT

func (m *PValue_CastValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_CastValue) SizeVT

func (m *PValue_CastValue) SizeVT() (n int)

type PValue_CollateValue

type PValue_CollateValue struct {
	CollateValue *PCollateValue `protobuf:"bytes,44,opt,name=collate_value,json=collateValue,oneof"`
}

func (*PValue_CollateValue) MarshalToSizedBufferVT

func (m *PValue_CollateValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_CollateValue) MarshalToVT

func (m *PValue_CollateValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_CollateValue) SizeVT

func (m *PValue_CollateValue) SizeVT() (n int)

type PValue_ConditionSelectorValue

type PValue_ConditionSelectorValue struct {
	ConditionSelectorValue *PConditionSelectorValue `protobuf:"bytes,5,opt,name=condition_selector_value,json=conditionSelectorValue,oneof"`
}

func (*PValue_ConditionSelectorValue) MarshalToSizedBufferVT

func (m *PValue_ConditionSelectorValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_ConditionSelectorValue) MarshalToVT

func (m *PValue_ConditionSelectorValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_ConditionSelectorValue) SizeVT

func (m *PValue_ConditionSelectorValue) SizeVT() (n int)

type PValue_ConstantObjectValue

type PValue_ConstantObjectValue struct {
	ConstantObjectValue *PConstantObjectValue `protobuf:"bytes,6,opt,name=constant_object_value,json=constantObjectValue,oneof"`
}

func (*PValue_ConstantObjectValue) MarshalToSizedBufferVT

func (m *PValue_ConstantObjectValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_ConstantObjectValue) MarshalToVT

func (m *PValue_ConstantObjectValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_ConstantObjectValue) SizeVT

func (m *PValue_ConstantObjectValue) SizeVT() (n int)

type PValue_ConstantValue

type PValue_ConstantValue struct {
	ConstantValue *PConstantValue `protobuf:"bytes,7,opt,name=constant_value,json=constantValue,oneof"`
}

func (*PValue_ConstantValue) MarshalToSizedBufferVT

func (m *PValue_ConstantValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_ConstantValue) MarshalToVT

func (m *PValue_ConstantValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_ConstantValue) SizeVT

func (m *PValue_ConstantValue) SizeVT() (n int)

type PValue_CosineDistanceRowNumberValue

type PValue_CosineDistanceRowNumberValue struct {
	CosineDistanceRowNumberValue *PCosineDistanceRowNumberValue `protobuf:"bytes,57,opt,name=cosine_distance_row_number_value,json=cosineDistanceRowNumberValue,oneof"`
}

func (*PValue_CosineDistanceRowNumberValue) MarshalToSizedBufferVT

func (m *PValue_CosineDistanceRowNumberValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_CosineDistanceRowNumberValue) MarshalToVT

func (m *PValue_CosineDistanceRowNumberValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_CosineDistanceRowNumberValue) SizeVT

func (m *PValue_CosineDistanceRowNumberValue) SizeVT() (n int)

type PValue_CountValue

type PValue_CountValue struct {
	CountValue *PCountValue `protobuf:"bytes,8,opt,name=count_value,json=countValue,oneof"`
}

func (*PValue_CountValue) MarshalToSizedBufferVT

func (m *PValue_CountValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_CountValue) MarshalToVT

func (m *PValue_CountValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_CountValue) SizeVT

func (m *PValue_CountValue) SizeVT() (n int)

type PValue_DerivedValue

type PValue_DerivedValue struct {
	DerivedValue *PDerivedValue `protobuf:"bytes,9,opt,name=derived_value,json=derivedValue,oneof"`
}

func (*PValue_DerivedValue) MarshalToSizedBufferVT

func (m *PValue_DerivedValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_DerivedValue) MarshalToVT

func (m *PValue_DerivedValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_DerivedValue) SizeVT

func (m *PValue_DerivedValue) SizeVT() (n int)

type PValue_DistanceValue

type PValue_DistanceValue struct {
	DistanceValue *PDistanceValue `protobuf:"bytes,59,opt,name=distance_value,json=distanceValue,oneof"`
}

func (*PValue_DistanceValue) MarshalToSizedBufferVT

func (m *PValue_DistanceValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_DistanceValue) MarshalToVT

func (m *PValue_DistanceValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_DistanceValue) SizeVT

func (m *PValue_DistanceValue) SizeVT() (n int)

type PValue_DotProductDistanceRowNumberValue

type PValue_DotProductDistanceRowNumberValue struct {
	DotProductDistanceRowNumberValue *PDotProductDistanceRowNumberValue `protobuf:"bytes,61,opt,name=dot_product_distance_row_number_value,json=dotProductDistanceRowNumberValue,oneof"`
}

func (*PValue_DotProductDistanceRowNumberValue) MarshalToSizedBufferVT

func (m *PValue_DotProductDistanceRowNumberValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_DotProductDistanceRowNumberValue) MarshalToVT

func (m *PValue_DotProductDistanceRowNumberValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_DotProductDistanceRowNumberValue) SizeVT

type PValue_EmptyValue

type PValue_EmptyValue struct {
	EmptyValue *PEmptyValue `protobuf:"bytes,10,opt,name=empty_value,json=emptyValue,oneof"`
}

func (*PValue_EmptyValue) MarshalToSizedBufferVT

func (m *PValue_EmptyValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_EmptyValue) MarshalToVT

func (m *PValue_EmptyValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_EmptyValue) SizeVT

func (m *PValue_EmptyValue) SizeVT() (n int)

type PValue_EuclideanDistanceRowNumberValue

type PValue_EuclideanDistanceRowNumberValue struct {
	EuclideanDistanceRowNumberValue *PEuclideanDistanceRowNumberValue `protobuf:"bytes,56,opt,name=euclidean_distance_row_number_value,json=euclideanDistanceRowNumberValue,oneof"`
}

func (*PValue_EuclideanDistanceRowNumberValue) MarshalToSizedBufferVT

func (m *PValue_EuclideanDistanceRowNumberValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_EuclideanDistanceRowNumberValue) MarshalToVT

func (m *PValue_EuclideanDistanceRowNumberValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_EuclideanDistanceRowNumberValue) SizeVT

type PValue_EuclideanSquareDistanceRowNumberValue

type PValue_EuclideanSquareDistanceRowNumberValue struct {
	EuclideanSquareDistanceRowNumberValue *PEuclideanSquareDistanceRowNumberValue `protobuf:"bytes,60,opt,name=euclidean_square_distance_row_number_value,json=euclideanSquareDistanceRowNumberValue,oneof"`
}

func (*PValue_EuclideanSquareDistanceRowNumberValue) MarshalToSizedBufferVT

func (m *PValue_EuclideanSquareDistanceRowNumberValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_EuclideanSquareDistanceRowNumberValue) MarshalToVT

func (m *PValue_EuclideanSquareDistanceRowNumberValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_EuclideanSquareDistanceRowNumberValue) SizeVT

type PValue_EvaluatesToValue

type PValue_EvaluatesToValue struct {
	EvaluatesToValue *PEvaluatesToValue `protobuf:"bytes,50,opt,name=evaluates_to_value,json=evaluatesToValue,oneof"`
}

func (*PValue_EvaluatesToValue) MarshalToSizedBufferVT

func (m *PValue_EvaluatesToValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_EvaluatesToValue) MarshalToVT

func (m *PValue_EvaluatesToValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_EvaluatesToValue) SizeVT

func (m *PValue_EvaluatesToValue) SizeVT() (n int)

type PValue_ExistsValue

type PValue_ExistsValue struct {
	ExistsValue *PExistsValue `protobuf:"bytes,11,opt,name=exists_value,json=existsValue,oneof"`
}

func (*PValue_ExistsValue) MarshalToSizedBufferVT

func (m *PValue_ExistsValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_ExistsValue) MarshalToVT

func (m *PValue_ExistsValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_ExistsValue) SizeVT

func (m *PValue_ExistsValue) SizeVT() (n int)

type PValue_FieldValue

type PValue_FieldValue struct {
	FieldValue *PFieldValue `protobuf:"bytes,12,opt,name=field_value,json=fieldValue,oneof"`
}

func (*PValue_FieldValue) MarshalToSizedBufferVT

func (m *PValue_FieldValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_FieldValue) MarshalToVT

func (m *PValue_FieldValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_FieldValue) SizeVT

func (m *PValue_FieldValue) SizeVT() (n int)

type PValue_FirstOrDefaultStreamingValue

type PValue_FirstOrDefaultStreamingValue struct {
	FirstOrDefaultStreamingValue *PFirstOrDefaultStreamingValue `protobuf:"bytes,49,opt,name=first_or_default_streaming_value,json=firstOrDefaultStreamingValue,oneof"`
}

func (*PValue_FirstOrDefaultStreamingValue) MarshalToSizedBufferVT

func (m *PValue_FirstOrDefaultStreamingValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_FirstOrDefaultStreamingValue) MarshalToVT

func (m *PValue_FirstOrDefaultStreamingValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_FirstOrDefaultStreamingValue) SizeVT

func (m *PValue_FirstOrDefaultStreamingValue) SizeVT() (n int)

type PValue_FirstOrDefaultValue

type PValue_FirstOrDefaultValue struct {
	FirstOrDefaultValue *PFirstOrDefaultValue `protobuf:"bytes,39,opt,name=first_or_default_value,json=firstOrDefaultValue,oneof"`
}

func (*PValue_FirstOrDefaultValue) MarshalToSizedBufferVT

func (m *PValue_FirstOrDefaultValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_FirstOrDefaultValue) MarshalToVT

func (m *PValue_FirstOrDefaultValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_FirstOrDefaultValue) SizeVT

func (m *PValue_FirstOrDefaultValue) SizeVT() (n int)

type PValue_FromOrderedBytesValue

type PValue_FromOrderedBytesValue struct {
	FromOrderedBytesValue *PFromOrderedBytesValue `protobuf:"bytes,43,opt,name=from_ordered_bytes_value,json=fromOrderedBytesValue,oneof"`
}

func (*PValue_FromOrderedBytesValue) MarshalToSizedBufferVT

func (m *PValue_FromOrderedBytesValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_FromOrderedBytesValue) MarshalToVT

func (m *PValue_FromOrderedBytesValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_FromOrderedBytesValue) SizeVT

func (m *PValue_FromOrderedBytesValue) SizeVT() (n int)

type PValue_InOpValue

type PValue_InOpValue struct {
	InOpValue *PInOpValue `protobuf:"bytes,16,opt,name=in_op_value,json=inOpValue,oneof"`
}

func (*PValue_InOpValue) MarshalToSizedBufferVT

func (m *PValue_InOpValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_InOpValue) MarshalToVT

func (m *PValue_InOpValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_InOpValue) SizeVT

func (m *PValue_InOpValue) SizeVT() (n int)

type PValue_IncarnationValue

type PValue_IncarnationValue struct {
	IncarnationValue *PIncarnationValue `protobuf:"bytes,62,opt,name=incarnation_value,json=incarnationValue,oneof"`
}

func (*PValue_IncarnationValue) MarshalToSizedBufferVT

func (m *PValue_IncarnationValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_IncarnationValue) MarshalToVT

func (m *PValue_IncarnationValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_IncarnationValue) SizeVT

func (m *PValue_IncarnationValue) SizeVT() (n int)

type PValue_IndexEntryObjectValue

type PValue_IndexEntryObjectValue struct {
	IndexEntryObjectValue *PIndexEntryObjectValue `protobuf:"bytes,41,opt,name=index_entry_object_value,json=indexEntryObjectValue,oneof"`
}

func (*PValue_IndexEntryObjectValue) MarshalToSizedBufferVT

func (m *PValue_IndexEntryObjectValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_IndexEntryObjectValue) MarshalToVT

func (m *PValue_IndexEntryObjectValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_IndexEntryObjectValue) SizeVT

func (m *PValue_IndexEntryObjectValue) SizeVT() (n int)

type PValue_IndexedValue

type PValue_IndexedValue struct {
	IndexedValue *PIndexedValue `protobuf:"bytes,13,opt,name=indexed_value,json=indexedValue,oneof"`
}

func (*PValue_IndexedValue) MarshalToSizedBufferVT

func (m *PValue_IndexedValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_IndexedValue) MarshalToVT

func (m *PValue_IndexedValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_IndexedValue) SizeVT

func (m *PValue_IndexedValue) SizeVT() (n int)

type PValue_LightArrayConstructorValue

type PValue_LightArrayConstructorValue struct {
	LightArrayConstructorValue *PLightArrayConstructorValue `protobuf:"bytes,2,opt,name=light_array_constructor_value,json=lightArrayConstructorValue,oneof"`
}

func (*PValue_LightArrayConstructorValue) MarshalToSizedBufferVT

func (m *PValue_LightArrayConstructorValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_LightArrayConstructorValue) MarshalToVT

func (m *PValue_LightArrayConstructorValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_LightArrayConstructorValue) SizeVT

func (m *PValue_LightArrayConstructorValue) SizeVT() (n int)

type PValue_LikeOperatorValue

type PValue_LikeOperatorValue struct {
	LikeOperatorValue *PLikeOperatorValue `protobuf:"bytes,17,opt,name=like_operator_value,json=likeOperatorValue,oneof"`
}

func (*PValue_LikeOperatorValue) MarshalToSizedBufferVT

func (m *PValue_LikeOperatorValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_LikeOperatorValue) MarshalToVT

func (m *PValue_LikeOperatorValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_LikeOperatorValue) SizeVT

func (m *PValue_LikeOperatorValue) SizeVT() (n int)

type PValue_LiteralValue

type PValue_LiteralValue struct {
	LiteralValue *PLiteralValue `protobuf:"bytes,18,opt,name=literal_value,json=literalValue,oneof"`
}

func (*PValue_LiteralValue) MarshalToSizedBufferVT

func (m *PValue_LiteralValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_LiteralValue) MarshalToVT

func (m *PValue_LiteralValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_LiteralValue) SizeVT

func (m *PValue_LiteralValue) SizeVT() (n int)

type PValue_MaxEverValue

type PValue_MaxEverValue struct {
	MaxEverValue *PMaxEverValue `protobuf:"bytes,14,opt,name=max_ever_value,json=maxEverValue,oneof"`
}

func (*PValue_MaxEverValue) MarshalToSizedBufferVT

func (m *PValue_MaxEverValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_MaxEverValue) MarshalToVT

func (m *PValue_MaxEverValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_MaxEverValue) SizeVT

func (m *PValue_MaxEverValue) SizeVT() (n int)

type PValue_MinEverValue

type PValue_MinEverValue struct {
	MinEverValue *PMinEverValue `protobuf:"bytes,15,opt,name=min_ever_value,json=minEverValue,oneof"`
}

func (*PValue_MinEverValue) MarshalToSizedBufferVT

func (m *PValue_MinEverValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_MinEverValue) MarshalToVT

func (m *PValue_MinEverValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_MinEverValue) SizeVT

func (m *PValue_MinEverValue) SizeVT() (n int)

type PValue_NotValue

type PValue_NotValue struct {
	NotValue *PNotValue `protobuf:"bytes,19,opt,name=not_value,json=notValue,oneof"`
}

func (*PValue_NotValue) MarshalToSizedBufferVT

func (m *PValue_NotValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_NotValue) MarshalToVT

func (m *PValue_NotValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_NotValue) SizeVT

func (m *PValue_NotValue) SizeVT() (n int)

type PValue_NullValue

type PValue_NullValue struct {
	NullValue *PNullValue `protobuf:"bytes,20,opt,name=null_value,json=nullValue,oneof"`
}

func (*PValue_NullValue) MarshalToSizedBufferVT

func (m *PValue_NullValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_NullValue) MarshalToVT

func (m *PValue_NullValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_NullValue) SizeVT

func (m *PValue_NullValue) SizeVT() (n int)

type PValue_NumericAggregationValueAvg

type PValue_NumericAggregationValueAvg struct {
	NumericAggregationValueAvg *PNumericAggregationValue_PAvg `protobuf:"bytes,22,opt,name=numeric_aggregation_value_avg,json=numericAggregationValueAvg,oneof"`
}

func (*PValue_NumericAggregationValueAvg) MarshalToSizedBufferVT

func (m *PValue_NumericAggregationValueAvg) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_NumericAggregationValueAvg) MarshalToVT

func (m *PValue_NumericAggregationValueAvg) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_NumericAggregationValueAvg) SizeVT

func (m *PValue_NumericAggregationValueAvg) SizeVT() (n int)

type PValue_NumericAggregationValueBitmapConstructAgg

type PValue_NumericAggregationValueBitmapConstructAgg struct {
	NumericAggregationValueBitmapConstructAgg *PNumericAggregationValue_PBitmapConstructAgg `` /* 128-byte string literal not displayed */
}

func (*PValue_NumericAggregationValueBitmapConstructAgg) MarshalToSizedBufferVT

func (m *PValue_NumericAggregationValueBitmapConstructAgg) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_NumericAggregationValueBitmapConstructAgg) MarshalToVT

func (*PValue_NumericAggregationValueBitmapConstructAgg) SizeVT

type PValue_NumericAggregationValueMax

type PValue_NumericAggregationValueMax struct {
	NumericAggregationValueMax *PNumericAggregationValue_PMax `protobuf:"bytes,24,opt,name=numeric_aggregation_value_max,json=numericAggregationValueMax,oneof"`
}

func (*PValue_NumericAggregationValueMax) MarshalToSizedBufferVT

func (m *PValue_NumericAggregationValueMax) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_NumericAggregationValueMax) MarshalToVT

func (m *PValue_NumericAggregationValueMax) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_NumericAggregationValueMax) SizeVT

func (m *PValue_NumericAggregationValueMax) SizeVT() (n int)

type PValue_NumericAggregationValueMin

type PValue_NumericAggregationValueMin struct {
	NumericAggregationValueMin *PNumericAggregationValue_PMin `protobuf:"bytes,23,opt,name=numeric_aggregation_value_min,json=numericAggregationValueMin,oneof"`
}

func (*PValue_NumericAggregationValueMin) MarshalToSizedBufferVT

func (m *PValue_NumericAggregationValueMin) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_NumericAggregationValueMin) MarshalToVT

func (m *PValue_NumericAggregationValueMin) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_NumericAggregationValueMin) SizeVT

func (m *PValue_NumericAggregationValueMin) SizeVT() (n int)

type PValue_NumericAggregationValueSum

type PValue_NumericAggregationValueSum struct {
	NumericAggregationValueSum *PNumericAggregationValue_PSum `protobuf:"bytes,21,opt,name=numeric_aggregation_value_sum,json=numericAggregationValueSum,oneof"`
}

func (*PValue_NumericAggregationValueSum) MarshalToSizedBufferVT

func (m *PValue_NumericAggregationValueSum) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_NumericAggregationValueSum) MarshalToVT

func (m *PValue_NumericAggregationValueSum) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_NumericAggregationValueSum) SizeVT

func (m *PValue_NumericAggregationValueSum) SizeVT() (n int)

type PValue_ObjectValue

type PValue_ObjectValue struct {
	ObjectValue *PObjectValue `protobuf:"bytes,25,opt,name=object_value,json=objectValue,oneof"`
}

func (*PValue_ObjectValue) MarshalToSizedBufferVT

func (m *PValue_ObjectValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_ObjectValue) MarshalToVT

func (m *PValue_ObjectValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_ObjectValue) SizeVT

func (m *PValue_ObjectValue) SizeVT() (n int)

type PValue_OfTypeValue

type PValue_OfTypeValue struct {
	OfTypeValue *POfTypeValue `protobuf:"bytes,26,opt,name=of_type_value,json=ofTypeValue,oneof"`
}

func (*PValue_OfTypeValue) MarshalToSizedBufferVT

func (m *PValue_OfTypeValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_OfTypeValue) MarshalToVT

func (m *PValue_OfTypeValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_OfTypeValue) SizeVT

func (m *PValue_OfTypeValue) SizeVT() (n int)

type PValue_ParameterObjectValue

type PValue_ParameterObjectValue struct {
	ParameterObjectValue *PParameterObjectValue `protobuf:"bytes,53,opt,name=parameter_object_value,json=parameterObjectValue,oneof"`
}

func (*PValue_ParameterObjectValue) MarshalToSizedBufferVT

func (m *PValue_ParameterObjectValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_ParameterObjectValue) MarshalToVT

func (m *PValue_ParameterObjectValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_ParameterObjectValue) SizeVT

func (m *PValue_ParameterObjectValue) SizeVT() (n int)

type PValue_PatternForLikeValue

type PValue_PatternForLikeValue struct {
	PatternForLikeValue *PPatternForLikeValue `protobuf:"bytes,27,opt,name=pattern_for_like_value,json=patternForLikeValue,oneof"`
}

func (*PValue_PatternForLikeValue) MarshalToSizedBufferVT

func (m *PValue_PatternForLikeValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_PatternForLikeValue) MarshalToVT

func (m *PValue_PatternForLikeValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_PatternForLikeValue) SizeVT

func (m *PValue_PatternForLikeValue) SizeVT() (n int)

type PValue_PickValue

type PValue_PickValue struct {
	PickValue *PPickValue `protobuf:"bytes,28,opt,name=pick_value,json=pickValue,oneof"`
}

func (*PValue_PickValue) MarshalToSizedBufferVT

func (m *PValue_PickValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_PickValue) MarshalToVT

func (m *PValue_PickValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_PickValue) SizeVT

func (m *PValue_PickValue) SizeVT() (n int)

type PValue_PromoteValue

type PValue_PromoteValue struct {
	PromoteValue *PPromoteValue `protobuf:"bytes,29,opt,name=promote_value,json=promoteValue,oneof"`
}

func (*PValue_PromoteValue) MarshalToSizedBufferVT

func (m *PValue_PromoteValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_PromoteValue) MarshalToVT

func (m *PValue_PromoteValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_PromoteValue) SizeVT

func (m *PValue_PromoteValue) SizeVT() (n int)

type PValue_QuantifiedObjectValue

type PValue_QuantifiedObjectValue struct {
	QuantifiedObjectValue *PQuantifiedObjectValue `protobuf:"bytes,30,opt,name=quantified_object_value,json=quantifiedObjectValue,oneof"`
}

func (*PValue_QuantifiedObjectValue) MarshalToSizedBufferVT

func (m *PValue_QuantifiedObjectValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_QuantifiedObjectValue) MarshalToVT

func (m *PValue_QuantifiedObjectValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_QuantifiedObjectValue) SizeVT

func (m *PValue_QuantifiedObjectValue) SizeVT() (n int)

type PValue_QuantifiedRecordValue

type PValue_QuantifiedRecordValue struct {
	QuantifiedRecordValue *PQuantifiedRecordValue `protobuf:"bytes,46,opt,name=quantified_record_value,json=quantifiedRecordValue,oneof"`
}

func (*PValue_QuantifiedRecordValue) MarshalToSizedBufferVT

func (m *PValue_QuantifiedRecordValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_QuantifiedRecordValue) MarshalToVT

func (m *PValue_QuantifiedRecordValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_QuantifiedRecordValue) SizeVT

func (m *PValue_QuantifiedRecordValue) SizeVT() (n int)

type PValue_QueriedValue

type PValue_QueriedValue struct {
	QueriedValue *PQueriedValue `protobuf:"bytes,31,opt,name=queried_value,json=queriedValue,oneof"`
}

func (*PValue_QueriedValue) MarshalToSizedBufferVT

func (m *PValue_QueriedValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_QueriedValue) MarshalToVT

func (m *PValue_QueriedValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_QueriedValue) SizeVT

func (m *PValue_QueriedValue) SizeVT() (n int)

type PValue_RangeValue

type PValue_RangeValue struct {
	RangeValue *PRangeValue `protobuf:"bytes,48,opt,name=range_value,json=rangeValue,oneof"`
}

func (*PValue_RangeValue) MarshalToSizedBufferVT

func (m *PValue_RangeValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_RangeValue) MarshalToVT

func (m *PValue_RangeValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_RangeValue) SizeVT

func (m *PValue_RangeValue) SizeVT() (n int)

type PValue_RankValue

type PValue_RankValue struct {
	RankValue *PRankValue `protobuf:"bytes,32,opt,name=rank_value,json=rankValue,oneof"`
}

func (*PValue_RankValue) MarshalToSizedBufferVT

func (m *PValue_RankValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_RankValue) MarshalToVT

func (m *PValue_RankValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_RankValue) SizeVT

func (m *PValue_RankValue) SizeVT() (n int)

type PValue_RecordConstructorValue

type PValue_RecordConstructorValue struct {
	RecordConstructorValue *PRecordConstructorValue `protobuf:"bytes,33,opt,name=record_constructor_value,json=recordConstructorValue,oneof"`
}

func (*PValue_RecordConstructorValue) MarshalToSizedBufferVT

func (m *PValue_RecordConstructorValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_RecordConstructorValue) MarshalToVT

func (m *PValue_RecordConstructorValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_RecordConstructorValue) SizeVT

func (m *PValue_RecordConstructorValue) SizeVT() (n int)

type PValue_RecordTypeValue

type PValue_RecordTypeValue struct {
	RecordTypeValue *PRecordTypeValue `protobuf:"bytes,34,opt,name=record_type_value,json=recordTypeValue,oneof"`
}

func (*PValue_RecordTypeValue) MarshalToSizedBufferVT

func (m *PValue_RecordTypeValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_RecordTypeValue) MarshalToVT

func (m *PValue_RecordTypeValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_RecordTypeValue) SizeVT

func (m *PValue_RecordTypeValue) SizeVT() (n int)

type PValue_RowNumberHighOrderValue

type PValue_RowNumberHighOrderValue struct {
	RowNumberHighOrderValue *PRowNumberHighOrderValue `protobuf:"bytes,58,opt,name=row_number_high_order_value,json=rowNumberHighOrderValue,oneof"`
}

func (*PValue_RowNumberHighOrderValue) MarshalToSizedBufferVT

func (m *PValue_RowNumberHighOrderValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_RowNumberHighOrderValue) MarshalToVT

func (m *PValue_RowNumberHighOrderValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_RowNumberHighOrderValue) SizeVT

func (m *PValue_RowNumberHighOrderValue) SizeVT() (n int)

type PValue_RowNumberValue

type PValue_RowNumberValue struct {
	RowNumberValue *PRowNumberValue `protobuf:"bytes,55,opt,name=row_number_value,json=rowNumberValue,oneof"`
}

func (*PValue_RowNumberValue) MarshalToSizedBufferVT

func (m *PValue_RowNumberValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_RowNumberValue) MarshalToVT

func (m *PValue_RowNumberValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_RowNumberValue) SizeVT

func (m *PValue_RowNumberValue) SizeVT() (n int)

type PValue_SubscriptValue

type PValue_SubscriptValue struct {
	SubscriptValue *PSubscriptValue `protobuf:"bytes,52,opt,name=subscript_value,json=subscriptValue,oneof"`
}

func (*PValue_SubscriptValue) MarshalToSizedBufferVT

func (m *PValue_SubscriptValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_SubscriptValue) MarshalToVT

func (m *PValue_SubscriptValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_SubscriptValue) SizeVT

func (m *PValue_SubscriptValue) SizeVT() (n int)

type PValue_ThrowsValue

type PValue_ThrowsValue struct {
	ThrowsValue *PThrowsValue `protobuf:"bytes,40,opt,name=throws_value,json=throwsValue,oneof"`
}

func (*PValue_ThrowsValue) MarshalToSizedBufferVT

func (m *PValue_ThrowsValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_ThrowsValue) MarshalToVT

func (m *PValue_ThrowsValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_ThrowsValue) SizeVT

func (m *PValue_ThrowsValue) SizeVT() (n int)

type PValue_ToOrderedBytesValue

type PValue_ToOrderedBytesValue struct {
	ToOrderedBytesValue *PToOrderedBytesValue `protobuf:"bytes,42,opt,name=to_ordered_bytes_value,json=toOrderedBytesValue,oneof"`
}

func (*PValue_ToOrderedBytesValue) MarshalToSizedBufferVT

func (m *PValue_ToOrderedBytesValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_ToOrderedBytesValue) MarshalToVT

func (m *PValue_ToOrderedBytesValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_ToOrderedBytesValue) SizeVT

func (m *PValue_ToOrderedBytesValue) SizeVT() (n int)

type PValue_UnaryRelOpValue

type PValue_UnaryRelOpValue struct {
	UnaryRelOpValue *PUnaryRelOpValue `protobuf:"bytes,36,opt,name=unary_rel_op_value,json=unaryRelOpValue,oneof"`
}

func (*PValue_UnaryRelOpValue) MarshalToSizedBufferVT

func (m *PValue_UnaryRelOpValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_UnaryRelOpValue) MarshalToVT

func (m *PValue_UnaryRelOpValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_UnaryRelOpValue) SizeVT

func (m *PValue_UnaryRelOpValue) SizeVT() (n int)

type PValue_VariadicFunctionValue

type PValue_VariadicFunctionValue struct {
	VariadicFunctionValue *PVariadicFunctionValue `protobuf:"bytes,37,opt,name=variadic_function_value,json=variadicFunctionValue,oneof"`
}

func (*PValue_VariadicFunctionValue) MarshalToSizedBufferVT

func (m *PValue_VariadicFunctionValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PValue_VariadicFunctionValue) MarshalToVT

func (m *PValue_VariadicFunctionValue) MarshalToVT(dAtA []byte) (int, error)

func (*PValue_VariadicFunctionValue) SizeVT

func (m *PValue_VariadicFunctionValue) SizeVT() (n int)

type PVariadicFunctionValue

type PVariadicFunctionValue struct {
	Operator *PVariadicFunctionValue_PPhysicalOperator `` /* 150-byte string literal not displayed */
	Children []*PValue                                 `protobuf:"bytes,2,rep,name=children" json:"children,omitempty"`
	// contains filtered or unexported fields
}

func PVariadicFunctionValueFromVTPool

func PVariadicFunctionValueFromVTPool() *PVariadicFunctionValue

func (*PVariadicFunctionValue) Descriptor deprecated

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

Deprecated: Use PVariadicFunctionValue.ProtoReflect.Descriptor instead.

func (*PVariadicFunctionValue) GetChildren

func (x *PVariadicFunctionValue) GetChildren() []*PValue

func (*PVariadicFunctionValue) GetOperator

func (*PVariadicFunctionValue) MarshalToSizedBufferVT

func (m *PVariadicFunctionValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PVariadicFunctionValue) MarshalToVT

func (m *PVariadicFunctionValue) MarshalToVT(dAtA []byte) (int, error)

func (*PVariadicFunctionValue) MarshalVT

func (m *PVariadicFunctionValue) MarshalVT() (dAtA []byte, err error)

func (*PVariadicFunctionValue) ProtoMessage

func (*PVariadicFunctionValue) ProtoMessage()

func (*PVariadicFunctionValue) ProtoReflect

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

func (*PVariadicFunctionValue) Reset

func (x *PVariadicFunctionValue) Reset()

func (*PVariadicFunctionValue) ResetVT

func (m *PVariadicFunctionValue) ResetVT()

func (*PVariadicFunctionValue) ReturnToVTPool

func (m *PVariadicFunctionValue) ReturnToVTPool()

func (*PVariadicFunctionValue) SizeVT

func (m *PVariadicFunctionValue) SizeVT() (n int)

func (*PVariadicFunctionValue) String

func (x *PVariadicFunctionValue) String() string

func (*PVariadicFunctionValue) UnmarshalVT

func (m *PVariadicFunctionValue) UnmarshalVT(dAtA []byte) error

type PVariadicFunctionValue_PPhysicalOperator

type PVariadicFunctionValue_PPhysicalOperator int32
const (
	PVariadicFunctionValue_GREATEST_INT     PVariadicFunctionValue_PPhysicalOperator = 1
	PVariadicFunctionValue_GREATEST_LONG    PVariadicFunctionValue_PPhysicalOperator = 2
	PVariadicFunctionValue_GREATEST_BOOLEAN PVariadicFunctionValue_PPhysicalOperator = 3
	PVariadicFunctionValue_GREATEST_STRING  PVariadicFunctionValue_PPhysicalOperator = 4
	PVariadicFunctionValue_GREATEST_FLOAT   PVariadicFunctionValue_PPhysicalOperator = 5
	PVariadicFunctionValue_GREATEST_DOUBLE  PVariadicFunctionValue_PPhysicalOperator = 6
	PVariadicFunctionValue_LEAST_INT        PVariadicFunctionValue_PPhysicalOperator = 7
	PVariadicFunctionValue_LEAST_LONG       PVariadicFunctionValue_PPhysicalOperator = 8
	PVariadicFunctionValue_LEAST_BOOLEAN    PVariadicFunctionValue_PPhysicalOperator = 9
	PVariadicFunctionValue_LEAST_STRING     PVariadicFunctionValue_PPhysicalOperator = 10
	PVariadicFunctionValue_LEAST_FLOAT      PVariadicFunctionValue_PPhysicalOperator = 11
	PVariadicFunctionValue_LEAST_DOUBLE     PVariadicFunctionValue_PPhysicalOperator = 12
	PVariadicFunctionValue_COALESCE_INT     PVariadicFunctionValue_PPhysicalOperator = 13
	PVariadicFunctionValue_COALESCE_LONG    PVariadicFunctionValue_PPhysicalOperator = 14
	PVariadicFunctionValue_COALESCE_BOOLEAN PVariadicFunctionValue_PPhysicalOperator = 15
	PVariadicFunctionValue_COALESCE_STRING  PVariadicFunctionValue_PPhysicalOperator = 16
	PVariadicFunctionValue_COALESCE_FLOAT   PVariadicFunctionValue_PPhysicalOperator = 17
	PVariadicFunctionValue_COALESCE_DOUBLE  PVariadicFunctionValue_PPhysicalOperator = 18
	PVariadicFunctionValue_COALESCE_RECORD  PVariadicFunctionValue_PPhysicalOperator = 19
	PVariadicFunctionValue_COALESCE_ARRAY   PVariadicFunctionValue_PPhysicalOperator = 20
)

func (PVariadicFunctionValue_PPhysicalOperator) Descriptor

func (PVariadicFunctionValue_PPhysicalOperator) Enum

func (PVariadicFunctionValue_PPhysicalOperator) EnumDescriptor deprecated

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

Deprecated: Use PVariadicFunctionValue_PPhysicalOperator.Descriptor instead.

func (PVariadicFunctionValue_PPhysicalOperator) Number

func (PVariadicFunctionValue_PPhysicalOperator) String

func (PVariadicFunctionValue_PPhysicalOperator) Type

func (*PVariadicFunctionValue_PPhysicalOperator) UnmarshalJSON deprecated

func (x *PVariadicFunctionValue_PPhysicalOperator) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PVectorIndexScanComparisons

type PVectorIndexScanComparisons struct {
	PrefixScanComparisons       *PScanComparisons             `protobuf:"bytes,1,opt,name=prefix_scan_comparisons,json=prefixScanComparisons" json:"prefix_scan_comparisons,omitempty"`
	DistanceRankValueComparison *PDistanceRankValueComparison `` /* 139-byte string literal not displayed */
	VectorIndexScanOptions      *PVectorIndexScanOptions      `protobuf:"bytes,3,opt,name=vector_index_scan_options,json=vectorIndexScanOptions" json:"vector_index_scan_options,omitempty"`
	// contains filtered or unexported fields
}

func PVectorIndexScanComparisonsFromVTPool

func PVectorIndexScanComparisonsFromVTPool() *PVectorIndexScanComparisons

func (*PVectorIndexScanComparisons) Descriptor deprecated

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

Deprecated: Use PVectorIndexScanComparisons.ProtoReflect.Descriptor instead.

func (*PVectorIndexScanComparisons) GetDistanceRankValueComparison

func (x *PVectorIndexScanComparisons) GetDistanceRankValueComparison() *PDistanceRankValueComparison

func (*PVectorIndexScanComparisons) GetPrefixScanComparisons

func (x *PVectorIndexScanComparisons) GetPrefixScanComparisons() *PScanComparisons

func (*PVectorIndexScanComparisons) GetVectorIndexScanOptions

func (x *PVectorIndexScanComparisons) GetVectorIndexScanOptions() *PVectorIndexScanOptions

func (*PVectorIndexScanComparisons) MarshalToSizedBufferVT

func (m *PVectorIndexScanComparisons) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PVectorIndexScanComparisons) MarshalToVT

func (m *PVectorIndexScanComparisons) MarshalToVT(dAtA []byte) (int, error)

func (*PVectorIndexScanComparisons) MarshalVT

func (m *PVectorIndexScanComparisons) MarshalVT() (dAtA []byte, err error)

func (*PVectorIndexScanComparisons) ProtoMessage

func (*PVectorIndexScanComparisons) ProtoMessage()

func (*PVectorIndexScanComparisons) ProtoReflect

func (*PVectorIndexScanComparisons) Reset

func (x *PVectorIndexScanComparisons) Reset()

func (*PVectorIndexScanComparisons) ResetVT

func (m *PVectorIndexScanComparisons) ResetVT()

func (*PVectorIndexScanComparisons) ReturnToVTPool

func (m *PVectorIndexScanComparisons) ReturnToVTPool()

func (*PVectorIndexScanComparisons) SizeVT

func (m *PVectorIndexScanComparisons) SizeVT() (n int)

func (*PVectorIndexScanComparisons) String

func (x *PVectorIndexScanComparisons) String() string

func (*PVectorIndexScanComparisons) UnmarshalVT

func (m *PVectorIndexScanComparisons) UnmarshalVT(dAtA []byte) error

type PVectorIndexScanOptions

type PVectorIndexScanOptions struct {
	OptionEntries []*PVectorIndexScanOptions_POptionEntry `protobuf:"bytes,1,rep,name=optionEntries" json:"optionEntries,omitempty"`
	// contains filtered or unexported fields
}

func PVectorIndexScanOptionsFromVTPool

func PVectorIndexScanOptionsFromVTPool() *PVectorIndexScanOptions

func (*PVectorIndexScanOptions) Descriptor deprecated

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

Deprecated: Use PVectorIndexScanOptions.ProtoReflect.Descriptor instead.

func (*PVectorIndexScanOptions) GetOptionEntries

func (*PVectorIndexScanOptions) MarshalToSizedBufferVT

func (m *PVectorIndexScanOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PVectorIndexScanOptions) MarshalToVT

func (m *PVectorIndexScanOptions) MarshalToVT(dAtA []byte) (int, error)

func (*PVectorIndexScanOptions) MarshalVT

func (m *PVectorIndexScanOptions) MarshalVT() (dAtA []byte, err error)

func (*PVectorIndexScanOptions) ProtoMessage

func (*PVectorIndexScanOptions) ProtoMessage()

func (*PVectorIndexScanOptions) ProtoReflect

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

func (*PVectorIndexScanOptions) Reset

func (x *PVectorIndexScanOptions) Reset()

func (*PVectorIndexScanOptions) ResetVT

func (m *PVectorIndexScanOptions) ResetVT()

func (*PVectorIndexScanOptions) ReturnToVTPool

func (m *PVectorIndexScanOptions) ReturnToVTPool()

func (*PVectorIndexScanOptions) SizeVT

func (m *PVectorIndexScanOptions) SizeVT() (n int)

func (*PVectorIndexScanOptions) String

func (x *PVectorIndexScanOptions) String() string

func (*PVectorIndexScanOptions) UnmarshalVT

func (m *PVectorIndexScanOptions) UnmarshalVT(dAtA []byte) error

type PVectorIndexScanOptions_POptionEntry

type PVectorIndexScanOptions_POptionEntry struct {
	Key   *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Value *Value  `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func PVectorIndexScanOptions_POptionEntryFromVTPool

func PVectorIndexScanOptions_POptionEntryFromVTPool() *PVectorIndexScanOptions_POptionEntry

func (*PVectorIndexScanOptions_POptionEntry) Descriptor deprecated

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

Deprecated: Use PVectorIndexScanOptions_POptionEntry.ProtoReflect.Descriptor instead.

func (*PVectorIndexScanOptions_POptionEntry) GetKey

func (*PVectorIndexScanOptions_POptionEntry) GetValue

func (*PVectorIndexScanOptions_POptionEntry) MarshalToSizedBufferVT

func (m *PVectorIndexScanOptions_POptionEntry) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PVectorIndexScanOptions_POptionEntry) MarshalToVT

func (m *PVectorIndexScanOptions_POptionEntry) MarshalToVT(dAtA []byte) (int, error)

func (*PVectorIndexScanOptions_POptionEntry) MarshalVT

func (m *PVectorIndexScanOptions_POptionEntry) MarshalVT() (dAtA []byte, err error)

func (*PVectorIndexScanOptions_POptionEntry) ProtoMessage

func (*PVectorIndexScanOptions_POptionEntry) ProtoMessage()

func (*PVectorIndexScanOptions_POptionEntry) ProtoReflect

func (*PVectorIndexScanOptions_POptionEntry) Reset

func (*PVectorIndexScanOptions_POptionEntry) ResetVT

func (*PVectorIndexScanOptions_POptionEntry) ReturnToVTPool

func (m *PVectorIndexScanOptions_POptionEntry) ReturnToVTPool()

func (*PVectorIndexScanOptions_POptionEntry) SizeVT

func (m *PVectorIndexScanOptions_POptionEntry) SizeVT() (n int)

func (*PVectorIndexScanOptions_POptionEntry) String

func (*PVectorIndexScanOptions_POptionEntry) UnmarshalVT

func (m *PVectorIndexScanOptions_POptionEntry) UnmarshalVT(dAtA []byte) error

type PView

type PView struct {
	Name       *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Definition *string `protobuf:"bytes,2,opt,name=definition" json:"definition,omitempty"`
	// contains filtered or unexported fields
}

func PViewFromVTPool

func PViewFromVTPool() *PView

func (*PView) Descriptor deprecated

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

Deprecated: Use PView.ProtoReflect.Descriptor instead.

func (*PView) GetDefinition

func (x *PView) GetDefinition() string

func (*PView) GetName

func (x *PView) GetName() string

func (*PView) MarshalToSizedBufferVT

func (m *PView) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PView) MarshalToVT

func (m *PView) MarshalToVT(dAtA []byte) (int, error)

func (*PView) MarshalVT

func (m *PView) MarshalVT() (dAtA []byte, err error)

func (*PView) ProtoMessage

func (*PView) ProtoMessage()

func (*PView) ProtoReflect

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

func (*PView) Reset

func (x *PView) Reset()

func (*PView) ResetVT

func (m *PView) ResetVT()

func (*PView) ReturnToVTPool

func (m *PView) ReturnToVTPool()

func (*PView) SizeVT

func (m *PView) SizeVT() (n int)

func (*PView) String

func (x *PView) String() string

func (*PView) UnmarshalVT

func (m *PView) UnmarshalVT(dAtA []byte) error

type PWindowedValue

type PWindowedValue struct {
	PartitioningValues []*PValue `protobuf:"bytes,1,rep,name=partitioning_values,json=partitioningValues" json:"partitioning_values,omitempty"`
	ArgumentValues     []*PValue `protobuf:"bytes,2,rep,name=argument_values,json=argumentValues" json:"argument_values,omitempty"`
	// contains filtered or unexported fields
}

func PWindowedValueFromVTPool

func PWindowedValueFromVTPool() *PWindowedValue

func (*PWindowedValue) Descriptor deprecated

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

Deprecated: Use PWindowedValue.ProtoReflect.Descriptor instead.

func (*PWindowedValue) GetArgumentValues

func (x *PWindowedValue) GetArgumentValues() []*PValue

func (*PWindowedValue) GetPartitioningValues

func (x *PWindowedValue) GetPartitioningValues() []*PValue

func (*PWindowedValue) MarshalToSizedBufferVT

func (m *PWindowedValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PWindowedValue) MarshalToVT

func (m *PWindowedValue) MarshalToVT(dAtA []byte) (int, error)

func (*PWindowedValue) MarshalVT

func (m *PWindowedValue) MarshalVT() (dAtA []byte, err error)

func (*PWindowedValue) ProtoMessage

func (*PWindowedValue) ProtoMessage()

func (*PWindowedValue) ProtoReflect

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

func (*PWindowedValue) Reset

func (x *PWindowedValue) Reset()

func (*PWindowedValue) ResetVT

func (m *PWindowedValue) ResetVT()

func (*PWindowedValue) ReturnToVTPool

func (m *PWindowedValue) ReturnToVTPool()

func (*PWindowedValue) SizeVT

func (m *PWindowedValue) SizeVT() (n int)

func (*PWindowedValue) String

func (x *PWindowedValue) String() string

func (*PWindowedValue) UnmarshalVT

func (m *PWindowedValue) UnmarshalVT(dAtA []byte) error

type PartialAggregationResult

type PartialAggregationResult struct {
	GroupKey          []byte              `protobuf:"bytes,1,opt,name=group_key,json=groupKey" json:"group_key,omitempty"`
	AccumulatorStates []*AccumulatorState `protobuf:"bytes,2,rep,name=accumulator_states,json=accumulatorStates" json:"accumulator_states,omitempty"`
	// contains filtered or unexported fields
}

func PartialAggregationResultFromVTPool

func PartialAggregationResultFromVTPool() *PartialAggregationResult

func (*PartialAggregationResult) Descriptor deprecated

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

Deprecated: Use PartialAggregationResult.ProtoReflect.Descriptor instead.

func (*PartialAggregationResult) GetAccumulatorStates

func (x *PartialAggregationResult) GetAccumulatorStates() []*AccumulatorState

func (*PartialAggregationResult) GetGroupKey

func (x *PartialAggregationResult) GetGroupKey() []byte

func (*PartialAggregationResult) MarshalToSizedBufferVT

func (m *PartialAggregationResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PartialAggregationResult) MarshalToVT

func (m *PartialAggregationResult) MarshalToVT(dAtA []byte) (int, error)

func (*PartialAggregationResult) MarshalVT

func (m *PartialAggregationResult) MarshalVT() (dAtA []byte, err error)

func (*PartialAggregationResult) ProtoMessage

func (*PartialAggregationResult) ProtoMessage()

func (*PartialAggregationResult) ProtoReflect

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

func (*PartialAggregationResult) Reset

func (x *PartialAggregationResult) Reset()

func (*PartialAggregationResult) ResetVT

func (m *PartialAggregationResult) ResetVT()

func (*PartialAggregationResult) ReturnToVTPool

func (m *PartialAggregationResult) ReturnToVTPool()

func (*PartialAggregationResult) SizeVT

func (m *PartialAggregationResult) SizeVT() (n int)

func (*PartialAggregationResult) String

func (x *PartialAggregationResult) String() string

func (*PartialAggregationResult) UnmarshalVT

func (m *PartialAggregationResult) UnmarshalVT(dAtA []byte) error

type PlannerConfiguration

type PlannerConfiguration struct {
	Flags                             *int64                                    `protobuf:"varint,1,opt,name=flags" json:"flags,omitempty"` // used to collect multiple Boolean configuration flags
	IndexScanPreference               *PlannerConfiguration_IndexScanPreference ``                                                          /* 161-byte string literal not displayed */
	AttemptFailedInJoinAsUnionMaxSize *int32                                    `protobuf:"varint,3,opt,name=attemptFailedInJoinAsUnionMaxSize" json:"attemptFailedInJoinAsUnionMaxSize,omitempty"`
	ComplexityThreshold               *int32                                    `protobuf:"varint,4,opt,name=complexityThreshold" json:"complexityThreshold,omitempty"`
	MaxTaskQueueSize                  *int32                                    `protobuf:"varint,5,opt,name=maxTaskQueueSize" json:"maxTaskQueueSize,omitempty"`
	MaxTotalTaskCount                 *int32                                    `protobuf:"varint,6,opt,name=maxTotalTaskCount" json:"maxTotalTaskCount,omitempty"`
	MaxNumMatchesPerRuleCall          *int32                                    `protobuf:"varint,7,opt,name=maxNumMatchesPerRuleCall" json:"maxNumMatchesPerRuleCall,omitempty"`
	SortConfiguration                 *PlannerConfiguration_SortConfiguration   `protobuf:"bytes,8,opt,name=sortConfiguration" json:"sortConfiguration,omitempty"`
	DisabledTransformationRules       []string                                  `protobuf:"bytes,9,rep,name=disabledTransformationRules" json:"disabledTransformationRules,omitempty"`
	IndexFetchMethod                  *PlannerConfiguration_IndexFetchMethod    `` /* 153-byte string literal not displayed */
	ValueIndexesOverScanNeeded        []string                                  `protobuf:"bytes,11,rep,name=valueIndexesOverScanNeeded" json:"valueIndexesOverScanNeeded,omitempty"`
	MaxNumReplansForInToJoin          *int32                                    `protobuf:"varint,12,opt,name=maxNumReplansForInToJoin" json:"maxNumReplansForInToJoin,omitempty"`
	OrToUnionMaxNumConjuncts          *int32                                    `protobuf:"varint,13,opt,name=orToUnionMaxNumConjuncts" json:"orToUnionMaxNumConjuncts,omitempty"`
	MaxNumReplansForInUnion           *int32                                    `protobuf:"varint,14,opt,name=maxNumReplansForInUnion" json:"maxNumReplansForInUnion,omitempty"`
	// contains filtered or unexported fields
}

func PlannerConfigurationFromVTPool

func PlannerConfigurationFromVTPool() *PlannerConfiguration

func (*PlannerConfiguration) Descriptor deprecated

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

Deprecated: Use PlannerConfiguration.ProtoReflect.Descriptor instead.

func (*PlannerConfiguration) GetAttemptFailedInJoinAsUnionMaxSize

func (x *PlannerConfiguration) GetAttemptFailedInJoinAsUnionMaxSize() int32

func (*PlannerConfiguration) GetComplexityThreshold

func (x *PlannerConfiguration) GetComplexityThreshold() int32

func (*PlannerConfiguration) GetDisabledTransformationRules

func (x *PlannerConfiguration) GetDisabledTransformationRules() []string

func (*PlannerConfiguration) GetFlags

func (x *PlannerConfiguration) GetFlags() int64

func (*PlannerConfiguration) GetIndexFetchMethod

func (*PlannerConfiguration) GetIndexScanPreference

func (*PlannerConfiguration) GetMaxNumMatchesPerRuleCall

func (x *PlannerConfiguration) GetMaxNumMatchesPerRuleCall() int32

func (*PlannerConfiguration) GetMaxNumReplansForInToJoin

func (x *PlannerConfiguration) GetMaxNumReplansForInToJoin() int32

func (*PlannerConfiguration) GetMaxNumReplansForInUnion

func (x *PlannerConfiguration) GetMaxNumReplansForInUnion() int32

func (*PlannerConfiguration) GetMaxTaskQueueSize

func (x *PlannerConfiguration) GetMaxTaskQueueSize() int32

func (*PlannerConfiguration) GetMaxTotalTaskCount

func (x *PlannerConfiguration) GetMaxTotalTaskCount() int32

func (*PlannerConfiguration) GetOrToUnionMaxNumConjuncts

func (x *PlannerConfiguration) GetOrToUnionMaxNumConjuncts() int32

func (*PlannerConfiguration) GetSortConfiguration

func (*PlannerConfiguration) GetValueIndexesOverScanNeeded

func (x *PlannerConfiguration) GetValueIndexesOverScanNeeded() []string

func (*PlannerConfiguration) MarshalToSizedBufferVT

func (m *PlannerConfiguration) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PlannerConfiguration) MarshalToVT

func (m *PlannerConfiguration) MarshalToVT(dAtA []byte) (int, error)

func (*PlannerConfiguration) MarshalVT

func (m *PlannerConfiguration) MarshalVT() (dAtA []byte, err error)

func (*PlannerConfiguration) ProtoMessage

func (*PlannerConfiguration) ProtoMessage()

func (*PlannerConfiguration) ProtoReflect

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

func (*PlannerConfiguration) Reset

func (x *PlannerConfiguration) Reset()

func (*PlannerConfiguration) ResetVT

func (m *PlannerConfiguration) ResetVT()

func (*PlannerConfiguration) ReturnToVTPool

func (m *PlannerConfiguration) ReturnToVTPool()

func (*PlannerConfiguration) SizeVT

func (m *PlannerConfiguration) SizeVT() (n int)

func (*PlannerConfiguration) String

func (x *PlannerConfiguration) String() string

func (*PlannerConfiguration) UnmarshalVT

func (m *PlannerConfiguration) UnmarshalVT(dAtA []byte) error

type PlannerConfiguration_IndexFetchMethod

type PlannerConfiguration_IndexFetchMethod int32
const (
	PlannerConfiguration_SCAN_AND_FETCH                 PlannerConfiguration_IndexFetchMethod = 0
	PlannerConfiguration_USE_REMOTE_FETCH               PlannerConfiguration_IndexFetchMethod = 1
	PlannerConfiguration_USE_REMOTE_FETCH_WITH_FALLBACK PlannerConfiguration_IndexFetchMethod = 2
)

func (PlannerConfiguration_IndexFetchMethod) Descriptor

func (PlannerConfiguration_IndexFetchMethod) Enum

func (PlannerConfiguration_IndexFetchMethod) EnumDescriptor deprecated

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

Deprecated: Use PlannerConfiguration_IndexFetchMethod.Descriptor instead.

func (PlannerConfiguration_IndexFetchMethod) Number

func (PlannerConfiguration_IndexFetchMethod) String

func (PlannerConfiguration_IndexFetchMethod) Type

func (*PlannerConfiguration_IndexFetchMethod) UnmarshalJSON deprecated

func (x *PlannerConfiguration_IndexFetchMethod) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PlannerConfiguration_IndexScanPreference

type PlannerConfiguration_IndexScanPreference int32
const (
	PlannerConfiguration_PREFER_SCAN              PlannerConfiguration_IndexScanPreference = 0
	PlannerConfiguration_PREFER_INDEX             PlannerConfiguration_IndexScanPreference = 1
	PlannerConfiguration_PREFER_PRIMARY_KEY_INDEX PlannerConfiguration_IndexScanPreference = 2
)

func (PlannerConfiguration_IndexScanPreference) Descriptor

func (PlannerConfiguration_IndexScanPreference) Enum

func (PlannerConfiguration_IndexScanPreference) EnumDescriptor deprecated

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

Deprecated: Use PlannerConfiguration_IndexScanPreference.Descriptor instead.

func (PlannerConfiguration_IndexScanPreference) Number

func (PlannerConfiguration_IndexScanPreference) String

func (PlannerConfiguration_IndexScanPreference) Type

func (*PlannerConfiguration_IndexScanPreference) UnmarshalJSON deprecated

func (x *PlannerConfiguration_IndexScanPreference) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PlannerConfiguration_SortConfiguration

type PlannerConfiguration_SortConfiguration struct {
	ShouldAllowNonIndexSort *bool `protobuf:"varint,1,opt,name=shouldAllowNonIndexSort" json:"shouldAllowNonIndexSort,omitempty"`
	// contains filtered or unexported fields
}

func PlannerConfiguration_SortConfigurationFromVTPool

func PlannerConfiguration_SortConfigurationFromVTPool() *PlannerConfiguration_SortConfiguration

func (*PlannerConfiguration_SortConfiguration) Descriptor deprecated

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

Deprecated: Use PlannerConfiguration_SortConfiguration.ProtoReflect.Descriptor instead.

func (*PlannerConfiguration_SortConfiguration) GetShouldAllowNonIndexSort

func (x *PlannerConfiguration_SortConfiguration) GetShouldAllowNonIndexSort() bool

func (*PlannerConfiguration_SortConfiguration) MarshalToSizedBufferVT

func (m *PlannerConfiguration_SortConfiguration) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PlannerConfiguration_SortConfiguration) MarshalToVT

func (m *PlannerConfiguration_SortConfiguration) MarshalToVT(dAtA []byte) (int, error)

func (*PlannerConfiguration_SortConfiguration) MarshalVT

func (m *PlannerConfiguration_SortConfiguration) MarshalVT() (dAtA []byte, err error)

func (*PlannerConfiguration_SortConfiguration) ProtoMessage

func (*PlannerConfiguration_SortConfiguration) ProtoReflect

func (*PlannerConfiguration_SortConfiguration) Reset

func (*PlannerConfiguration_SortConfiguration) ResetVT

func (*PlannerConfiguration_SortConfiguration) ReturnToVTPool

func (m *PlannerConfiguration_SortConfiguration) ReturnToVTPool()

func (*PlannerConfiguration_SortConfiguration) SizeVT

func (*PlannerConfiguration_SortConfiguration) String

func (*PlannerConfiguration_SortConfiguration) UnmarshalVT

func (m *PlannerConfiguration_SortConfiguration) UnmarshalVT(dAtA []byte) error

type Predicate

type Predicate struct {

	// exactly one of the following
	AndPredicate             *AndPredicate             `protobuf:"bytes,1,opt,name=and_predicate,json=andPredicate" json:"and_predicate,omitempty"`
	OrPredicate              *OrPredicate              `protobuf:"bytes,2,opt,name=or_predicate,json=orPredicate" json:"or_predicate,omitempty"`
	ConstantPredicate        *ConstantPredicate        `protobuf:"bytes,3,opt,name=constant_predicate,json=constantPredicate" json:"constant_predicate,omitempty"`
	NotPredicate             *NotPredicate             `protobuf:"bytes,4,opt,name=not_predicate,json=notPredicate" json:"not_predicate,omitempty"`
	ValuePredicate           *ValuePredicate           `protobuf:"bytes,5,opt,name=value_predicate,json=valuePredicate" json:"value_predicate,omitempty"`
	RowNumberWindowPredicate *RowNumberWindowPredicate `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func PredicateFromVTPool

func PredicateFromVTPool() *Predicate

func (*Predicate) Descriptor deprecated

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

Deprecated: Use Predicate.ProtoReflect.Descriptor instead.

func (*Predicate) GetAndPredicate

func (x *Predicate) GetAndPredicate() *AndPredicate

func (*Predicate) GetConstantPredicate

func (x *Predicate) GetConstantPredicate() *ConstantPredicate

func (*Predicate) GetNotPredicate

func (x *Predicate) GetNotPredicate() *NotPredicate

func (*Predicate) GetOrPredicate

func (x *Predicate) GetOrPredicate() *OrPredicate

func (*Predicate) GetRowNumberWindowPredicate

func (x *Predicate) GetRowNumberWindowPredicate() *RowNumberWindowPredicate

func (*Predicate) GetValuePredicate

func (x *Predicate) GetValuePredicate() *ValuePredicate

func (*Predicate) MarshalToSizedBufferVT

func (m *Predicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Predicate) MarshalToVT

func (m *Predicate) MarshalToVT(dAtA []byte) (int, error)

func (*Predicate) MarshalVT

func (m *Predicate) MarshalVT() (dAtA []byte, err error)

func (*Predicate) ProtoMessage

func (*Predicate) ProtoMessage()

func (*Predicate) ProtoReflect

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

func (*Predicate) Reset

func (x *Predicate) Reset()

func (*Predicate) ResetVT

func (m *Predicate) ResetVT()

func (*Predicate) ReturnToVTPool

func (m *Predicate) ReturnToVTPool()

func (*Predicate) SizeVT

func (m *Predicate) SizeVT() (n int)

func (*Predicate) String

func (x *Predicate) String() string

func (*Predicate) UnmarshalVT

func (m *Predicate) UnmarshalVT(dAtA []byte) error

type ProbableIntersectionContinuation

type ProbableIntersectionContinuation struct {
	ChildState []*ProbableIntersectionContinuation_CursorState `protobuf:"bytes,1,rep,name=child_state,json=childState" json:"child_state,omitempty"`
	// contains filtered or unexported fields
}

func ProbableIntersectionContinuationFromVTPool

func ProbableIntersectionContinuationFromVTPool() *ProbableIntersectionContinuation

func (*ProbableIntersectionContinuation) Descriptor deprecated

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

Deprecated: Use ProbableIntersectionContinuation.ProtoReflect.Descriptor instead.

func (*ProbableIntersectionContinuation) GetChildState

func (*ProbableIntersectionContinuation) MarshalToSizedBufferVT

func (m *ProbableIntersectionContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ProbableIntersectionContinuation) MarshalToVT

func (m *ProbableIntersectionContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*ProbableIntersectionContinuation) MarshalVT

func (m *ProbableIntersectionContinuation) MarshalVT() (dAtA []byte, err error)

func (*ProbableIntersectionContinuation) ProtoMessage

func (*ProbableIntersectionContinuation) ProtoMessage()

func (*ProbableIntersectionContinuation) ProtoReflect

func (*ProbableIntersectionContinuation) Reset

func (*ProbableIntersectionContinuation) ResetVT

func (m *ProbableIntersectionContinuation) ResetVT()

func (*ProbableIntersectionContinuation) ReturnToVTPool

func (m *ProbableIntersectionContinuation) ReturnToVTPool()

func (*ProbableIntersectionContinuation) SizeVT

func (m *ProbableIntersectionContinuation) SizeVT() (n int)

func (*ProbableIntersectionContinuation) String

func (*ProbableIntersectionContinuation) UnmarshalVT

func (m *ProbableIntersectionContinuation) UnmarshalVT(dAtA []byte) error

type ProbableIntersectionContinuation_CursorState

type ProbableIntersectionContinuation_CursorState struct {
	Continuation []byte `protobuf:"bytes,1,opt,name=continuation" json:"continuation,omitempty"`
	Exhausted    *bool  `protobuf:"varint,2,opt,name=exhausted" json:"exhausted,omitempty"`
	BloomFilter  []byte `protobuf:"bytes,3,opt,name=bloom_filter,json=bloomFilter" json:"bloom_filter,omitempty"`
	// contains filtered or unexported fields
}

func ProbableIntersectionContinuation_CursorStateFromVTPool

func ProbableIntersectionContinuation_CursorStateFromVTPool() *ProbableIntersectionContinuation_CursorState

func (*ProbableIntersectionContinuation_CursorState) Descriptor deprecated

Deprecated: Use ProbableIntersectionContinuation_CursorState.ProtoReflect.Descriptor instead.

func (*ProbableIntersectionContinuation_CursorState) GetBloomFilter

func (x *ProbableIntersectionContinuation_CursorState) GetBloomFilter() []byte

func (*ProbableIntersectionContinuation_CursorState) GetContinuation

func (x *ProbableIntersectionContinuation_CursorState) GetContinuation() []byte

func (*ProbableIntersectionContinuation_CursorState) GetExhausted

func (*ProbableIntersectionContinuation_CursorState) MarshalToSizedBufferVT

func (m *ProbableIntersectionContinuation_CursorState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ProbableIntersectionContinuation_CursorState) MarshalToVT

func (m *ProbableIntersectionContinuation_CursorState) MarshalToVT(dAtA []byte) (int, error)

func (*ProbableIntersectionContinuation_CursorState) MarshalVT

func (m *ProbableIntersectionContinuation_CursorState) MarshalVT() (dAtA []byte, err error)

func (*ProbableIntersectionContinuation_CursorState) ProtoMessage

func (*ProbableIntersectionContinuation_CursorState) ProtoReflect

func (*ProbableIntersectionContinuation_CursorState) Reset

func (*ProbableIntersectionContinuation_CursorState) ResetVT

func (*ProbableIntersectionContinuation_CursorState) ReturnToVTPool

func (*ProbableIntersectionContinuation_CursorState) SizeVT

func (*ProbableIntersectionContinuation_CursorState) String

func (*ProbableIntersectionContinuation_CursorState) UnmarshalVT

type RangeCursorContinuation

type RangeCursorContinuation struct {
	NextPosition *int64 `protobuf:"varint,1,opt,name=nextPosition" json:"nextPosition,omitempty"`
	// contains filtered or unexported fields
}

func RangeCursorContinuationFromVTPool

func RangeCursorContinuationFromVTPool() *RangeCursorContinuation

func (*RangeCursorContinuation) Descriptor deprecated

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

Deprecated: Use RangeCursorContinuation.ProtoReflect.Descriptor instead.

func (*RangeCursorContinuation) GetNextPosition

func (x *RangeCursorContinuation) GetNextPosition() int64

func (*RangeCursorContinuation) MarshalToSizedBufferVT

func (m *RangeCursorContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RangeCursorContinuation) MarshalToVT

func (m *RangeCursorContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*RangeCursorContinuation) MarshalVT

func (m *RangeCursorContinuation) MarshalVT() (dAtA []byte, err error)

func (*RangeCursorContinuation) ProtoMessage

func (*RangeCursorContinuation) ProtoMessage()

func (*RangeCursorContinuation) ProtoReflect

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

func (*RangeCursorContinuation) Reset

func (x *RangeCursorContinuation) Reset()

func (*RangeCursorContinuation) ResetVT

func (m *RangeCursorContinuation) ResetVT()

func (*RangeCursorContinuation) ReturnToVTPool

func (m *RangeCursorContinuation) ReturnToVTPool()

func (*RangeCursorContinuation) SizeVT

func (m *RangeCursorContinuation) SizeVT() (n int)

func (*RangeCursorContinuation) String

func (x *RangeCursorContinuation) String() string

func (*RangeCursorContinuation) UnmarshalVT

func (m *RangeCursorContinuation) UnmarshalVT(dAtA []byte) error

type RecordType

type RecordType struct {
	Name         *string        `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	PrimaryKey   *KeyExpression `protobuf:"bytes,2,opt,name=primary_key,json=primaryKey" json:"primary_key,omitempty"`
	SinceVersion *int32         `protobuf:"varint,3,opt,name=since_version,json=sinceVersion" json:"since_version,omitempty"`
	ExplicitKey  *Value         `protobuf:"bytes,4,opt,name=explicit_key,json=explicitKey" json:"explicit_key,omitempty"`
	// contains filtered or unexported fields
}

func RecordTypeFromVTPool

func RecordTypeFromVTPool() *RecordType

func (*RecordType) Descriptor deprecated

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

Deprecated: Use RecordType.ProtoReflect.Descriptor instead.

func (*RecordType) GetExplicitKey

func (x *RecordType) GetExplicitKey() *Value

func (*RecordType) GetName

func (x *RecordType) GetName() string

func (*RecordType) GetPrimaryKey

func (x *RecordType) GetPrimaryKey() *KeyExpression

func (*RecordType) GetSinceVersion

func (x *RecordType) GetSinceVersion() int32

func (*RecordType) MarshalToSizedBufferVT

func (m *RecordType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RecordType) MarshalToVT

func (m *RecordType) MarshalToVT(dAtA []byte) (int, error)

func (*RecordType) MarshalVT

func (m *RecordType) MarshalVT() (dAtA []byte, err error)

func (*RecordType) ProtoMessage

func (*RecordType) ProtoMessage()

func (*RecordType) ProtoReflect

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

func (*RecordType) Reset

func (x *RecordType) Reset()

func (*RecordType) ResetVT

func (m *RecordType) ResetVT()

func (*RecordType) ReturnToVTPool

func (m *RecordType) ReturnToVTPool()

func (*RecordType) SizeVT

func (m *RecordType) SizeVT() (n int)

func (*RecordType) String

func (x *RecordType) String() string

func (*RecordType) UnmarshalVT

func (m *RecordType) UnmarshalVT(dAtA []byte) error

type RecordTypeKey

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

func RecordTypeKeyFromVTPool

func RecordTypeKeyFromVTPool() *RecordTypeKey

func (*RecordTypeKey) Descriptor deprecated

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

Deprecated: Use RecordTypeKey.ProtoReflect.Descriptor instead.

func (*RecordTypeKey) MarshalToSizedBufferVT

func (m *RecordTypeKey) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RecordTypeKey) MarshalToVT

func (m *RecordTypeKey) MarshalToVT(dAtA []byte) (int, error)

func (*RecordTypeKey) MarshalVT

func (m *RecordTypeKey) MarshalVT() (dAtA []byte, err error)

func (*RecordTypeKey) ProtoMessage

func (*RecordTypeKey) ProtoMessage()

func (*RecordTypeKey) ProtoReflect

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

func (*RecordTypeKey) Reset

func (x *RecordTypeKey) Reset()

func (*RecordTypeKey) ResetVT

func (m *RecordTypeKey) ResetVT()

func (*RecordTypeKey) ReturnToVTPool

func (m *RecordTypeKey) ReturnToVTPool()

func (*RecordTypeKey) SizeVT

func (m *RecordTypeKey) SizeVT() (n int)

func (*RecordTypeKey) String

func (x *RecordTypeKey) String() string

func (*RecordTypeKey) UnmarshalVT

func (m *RecordTypeKey) UnmarshalVT(dAtA []byte) error

type RecordTypeOptions

type RecordTypeOptions struct {
	Usage         *RecordTypeOptions_Usage `protobuf:"varint,1,opt,name=usage,enum=com.apple.foundationdb.record.RecordTypeOptions_Usage,def=0" json:"usage,omitempty"`
	SinceVersion  *int32                   `protobuf:"varint,2,opt,name=since_version,json=sinceVersion" json:"since_version,omitempty"` // This record_type is introduced on this metadata version
	RecordTypeKey *Value                   `protobuf:"bytes,3,opt,name=record_type_key,json=recordTypeKey" json:"record_type_key,omitempty"`
	// contains filtered or unexported fields
}

func RecordTypeOptionsFromVTPool

func RecordTypeOptionsFromVTPool() *RecordTypeOptions

func (*RecordTypeOptions) Descriptor deprecated

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

Deprecated: Use RecordTypeOptions.ProtoReflect.Descriptor instead.

func (*RecordTypeOptions) GetRecordTypeKey

func (x *RecordTypeOptions) GetRecordTypeKey() *Value

func (*RecordTypeOptions) GetSinceVersion

func (x *RecordTypeOptions) GetSinceVersion() int32

func (*RecordTypeOptions) GetUsage

func (*RecordTypeOptions) MarshalToSizedBufferVT

func (m *RecordTypeOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RecordTypeOptions) MarshalToVT

func (m *RecordTypeOptions) MarshalToVT(dAtA []byte) (int, error)

func (*RecordTypeOptions) MarshalVT

func (m *RecordTypeOptions) MarshalVT() (dAtA []byte, err error)

func (*RecordTypeOptions) ProtoMessage

func (*RecordTypeOptions) ProtoMessage()

func (*RecordTypeOptions) ProtoReflect

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

func (*RecordTypeOptions) Reset

func (x *RecordTypeOptions) Reset()

func (*RecordTypeOptions) ResetVT

func (m *RecordTypeOptions) ResetVT()

func (*RecordTypeOptions) ReturnToVTPool

func (m *RecordTypeOptions) ReturnToVTPool()

func (*RecordTypeOptions) SizeVT

func (m *RecordTypeOptions) SizeVT() (n int)

func (*RecordTypeOptions) String

func (x *RecordTypeOptions) String() string

func (*RecordTypeOptions) UnmarshalVT

func (m *RecordTypeOptions) UnmarshalVT(dAtA []byte) error

type RecordTypeOptions_Usage

type RecordTypeOptions_Usage int32
const (
	RecordTypeOptions_UNSET  RecordTypeOptions_Usage = 0
	RecordTypeOptions_RECORD RecordTypeOptions_Usage = 1
	RecordTypeOptions_UNION  RecordTypeOptions_Usage = 2
	RecordTypeOptions_NESTED RecordTypeOptions_Usage = 3
)

func (RecordTypeOptions_Usage) Descriptor

func (RecordTypeOptions_Usage) Enum

func (RecordTypeOptions_Usage) EnumDescriptor deprecated

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

Deprecated: Use RecordTypeOptions_Usage.Descriptor instead.

func (RecordTypeOptions_Usage) Number

func (RecordTypeOptions_Usage) String

func (x RecordTypeOptions_Usage) String() string

func (RecordTypeOptions_Usage) Type

func (*RecordTypeOptions_Usage) UnmarshalJSON deprecated

func (x *RecordTypeOptions_Usage) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type RecursiveContinuation

type RecursiveContinuation struct {
	Levels []*RecursiveContinuation_LevelCursor `protobuf:"bytes,1,rep,name=levels" json:"levels,omitempty"`
	// contains filtered or unexported fields
}

func RecursiveContinuationFromVTPool

func RecursiveContinuationFromVTPool() *RecursiveContinuation

func (*RecursiveContinuation) Descriptor deprecated

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

Deprecated: Use RecursiveContinuation.ProtoReflect.Descriptor instead.

func (*RecursiveContinuation) GetLevels

func (*RecursiveContinuation) MarshalToSizedBufferVT

func (m *RecursiveContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RecursiveContinuation) MarshalToVT

func (m *RecursiveContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*RecursiveContinuation) MarshalVT

func (m *RecursiveContinuation) MarshalVT() (dAtA []byte, err error)

func (*RecursiveContinuation) ProtoMessage

func (*RecursiveContinuation) ProtoMessage()

func (*RecursiveContinuation) ProtoReflect

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

func (*RecursiveContinuation) Reset

func (x *RecursiveContinuation) Reset()

func (*RecursiveContinuation) ResetVT

func (m *RecursiveContinuation) ResetVT()

func (*RecursiveContinuation) ReturnToVTPool

func (m *RecursiveContinuation) ReturnToVTPool()

func (*RecursiveContinuation) SizeVT

func (m *RecursiveContinuation) SizeVT() (n int)

func (*RecursiveContinuation) String

func (x *RecursiveContinuation) String() string

func (*RecursiveContinuation) UnmarshalVT

func (m *RecursiveContinuation) UnmarshalVT(dAtA []byte) error

type RecursiveContinuation_LevelCursor

type RecursiveContinuation_LevelCursor struct {
	Continuation []byte `protobuf:"bytes,1,opt,name=continuation" json:"continuation,omitempty"`
	CheckValue   []byte `protobuf:"bytes,2,opt,name=check_value,json=checkValue" json:"check_value,omitempty"`
	// contains filtered or unexported fields
}

func RecursiveContinuation_LevelCursorFromVTPool

func RecursiveContinuation_LevelCursorFromVTPool() *RecursiveContinuation_LevelCursor

func (*RecursiveContinuation_LevelCursor) Descriptor deprecated

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

Deprecated: Use RecursiveContinuation_LevelCursor.ProtoReflect.Descriptor instead.

func (*RecursiveContinuation_LevelCursor) GetCheckValue

func (x *RecursiveContinuation_LevelCursor) GetCheckValue() []byte

func (*RecursiveContinuation_LevelCursor) GetContinuation

func (x *RecursiveContinuation_LevelCursor) GetContinuation() []byte

func (*RecursiveContinuation_LevelCursor) MarshalToSizedBufferVT

func (m *RecursiveContinuation_LevelCursor) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RecursiveContinuation_LevelCursor) MarshalToVT

func (m *RecursiveContinuation_LevelCursor) MarshalToVT(dAtA []byte) (int, error)

func (*RecursiveContinuation_LevelCursor) MarshalVT

func (m *RecursiveContinuation_LevelCursor) MarshalVT() (dAtA []byte, err error)

func (*RecursiveContinuation_LevelCursor) ProtoMessage

func (*RecursiveContinuation_LevelCursor) ProtoMessage()

func (*RecursiveContinuation_LevelCursor) ProtoReflect

func (*RecursiveContinuation_LevelCursor) Reset

func (*RecursiveContinuation_LevelCursor) ResetVT

func (m *RecursiveContinuation_LevelCursor) ResetVT()

func (*RecursiveContinuation_LevelCursor) ReturnToVTPool

func (m *RecursiveContinuation_LevelCursor) ReturnToVTPool()

func (*RecursiveContinuation_LevelCursor) SizeVT

func (m *RecursiveContinuation_LevelCursor) SizeVT() (n int)

func (*RecursiveContinuation_LevelCursor) String

func (*RecursiveContinuation_LevelCursor) UnmarshalVT

func (m *RecursiveContinuation_LevelCursor) UnmarshalVT(dAtA []byte) error

type RecursiveCursorContinuation

type RecursiveCursorContinuation struct {
	IsInitialState          *bool       `protobuf:"varint,1,opt,name=isInitialState" json:"isInitialState,omitempty"`
	TempTable               *PTempTable `protobuf:"bytes,2,opt,name=tempTable" json:"tempTable,omitempty"`
	ActiveStateContinuation []byte      `protobuf:"bytes,3,opt,name=activeStateContinuation" json:"activeStateContinuation,omitempty"`
	// contains filtered or unexported fields
}

func RecursiveCursorContinuationFromVTPool

func RecursiveCursorContinuationFromVTPool() *RecursiveCursorContinuation

func (*RecursiveCursorContinuation) Descriptor deprecated

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

Deprecated: Use RecursiveCursorContinuation.ProtoReflect.Descriptor instead.

func (*RecursiveCursorContinuation) GetActiveStateContinuation

func (x *RecursiveCursorContinuation) GetActiveStateContinuation() []byte

func (*RecursiveCursorContinuation) GetIsInitialState

func (x *RecursiveCursorContinuation) GetIsInitialState() bool

func (*RecursiveCursorContinuation) GetTempTable

func (x *RecursiveCursorContinuation) GetTempTable() *PTempTable

func (*RecursiveCursorContinuation) MarshalToSizedBufferVT

func (m *RecursiveCursorContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RecursiveCursorContinuation) MarshalToVT

func (m *RecursiveCursorContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*RecursiveCursorContinuation) MarshalVT

func (m *RecursiveCursorContinuation) MarshalVT() (dAtA []byte, err error)

func (*RecursiveCursorContinuation) ProtoMessage

func (*RecursiveCursorContinuation) ProtoMessage()

func (*RecursiveCursorContinuation) ProtoReflect

func (*RecursiveCursorContinuation) Reset

func (x *RecursiveCursorContinuation) Reset()

func (*RecursiveCursorContinuation) ResetVT

func (m *RecursiveCursorContinuation) ResetVT()

func (*RecursiveCursorContinuation) ReturnToVTPool

func (m *RecursiveCursorContinuation) ReturnToVTPool()

func (*RecursiveCursorContinuation) SizeVT

func (m *RecursiveCursorContinuation) SizeVT() (n int)

func (*RecursiveCursorContinuation) String

func (x *RecursiveCursorContinuation) String() string

func (*RecursiveCursorContinuation) UnmarshalVT

func (m *RecursiveCursorContinuation) UnmarshalVT(dAtA []byte) error

type RowNumberWindowPredicate

type RowNumberWindowPredicate struct {
	OrderingField   []string                            `protobuf:"bytes,1,rep,name=ordering_field,json=orderingField" json:"ordering_field,omitempty"`
	Size            *int32                              `protobuf:"varint,2,req,name=size" json:"size,omitempty"`
	Direction       *RowNumberWindowPredicate_Direction `` /* 135-byte string literal not displayed */
	PartitionFields []*FieldPath                        `protobuf:"bytes,4,rep,name=partition_fields,json=partitionFields" json:"partition_fields,omitempty"`
	// contains filtered or unexported fields
}

func RowNumberWindowPredicateFromVTPool

func RowNumberWindowPredicateFromVTPool() *RowNumberWindowPredicate

func (*RowNumberWindowPredicate) Descriptor deprecated

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

Deprecated: Use RowNumberWindowPredicate.ProtoReflect.Descriptor instead.

func (*RowNumberWindowPredicate) GetDirection

func (*RowNumberWindowPredicate) GetOrderingField

func (x *RowNumberWindowPredicate) GetOrderingField() []string

func (*RowNumberWindowPredicate) GetPartitionFields

func (x *RowNumberWindowPredicate) GetPartitionFields() []*FieldPath

func (*RowNumberWindowPredicate) GetSize

func (x *RowNumberWindowPredicate) GetSize() int32

func (*RowNumberWindowPredicate) MarshalToSizedBufferVT

func (m *RowNumberWindowPredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RowNumberWindowPredicate) MarshalToVT

func (m *RowNumberWindowPredicate) MarshalToVT(dAtA []byte) (int, error)

func (*RowNumberWindowPredicate) MarshalVT

func (m *RowNumberWindowPredicate) MarshalVT() (dAtA []byte, err error)

func (*RowNumberWindowPredicate) ProtoMessage

func (*RowNumberWindowPredicate) ProtoMessage()

func (*RowNumberWindowPredicate) ProtoReflect

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

func (*RowNumberWindowPredicate) Reset

func (x *RowNumberWindowPredicate) Reset()

func (*RowNumberWindowPredicate) ResetVT

func (m *RowNumberWindowPredicate) ResetVT()

func (*RowNumberWindowPredicate) ReturnToVTPool

func (m *RowNumberWindowPredicate) ReturnToVTPool()

func (*RowNumberWindowPredicate) SizeVT

func (m *RowNumberWindowPredicate) SizeVT() (n int)

func (*RowNumberWindowPredicate) String

func (x *RowNumberWindowPredicate) String() string

func (*RowNumberWindowPredicate) UnmarshalVT

func (m *RowNumberWindowPredicate) UnmarshalVT(dAtA []byte) error

type RowNumberWindowPredicate_Direction

type RowNumberWindowPredicate_Direction int32
const (
	RowNumberWindowPredicate_ASC  RowNumberWindowPredicate_Direction = 1
	RowNumberWindowPredicate_DESC RowNumberWindowPredicate_Direction = 2
)

func (RowNumberWindowPredicate_Direction) Descriptor

func (RowNumberWindowPredicate_Direction) Enum

func (RowNumberWindowPredicate_Direction) EnumDescriptor deprecated

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

Deprecated: Use RowNumberWindowPredicate_Direction.Descriptor instead.

func (RowNumberWindowPredicate_Direction) Number

func (RowNumberWindowPredicate_Direction) String

func (RowNumberWindowPredicate_Direction) Type

func (*RowNumberWindowPredicate_Direction) UnmarshalJSON deprecated

func (x *RowNumberWindowPredicate_Direction) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type SchemaOptions

type SchemaOptions struct {
	SplitLongRecords    *bool `protobuf:"varint,3,opt,name=split_long_records,json=splitLongRecords" json:"split_long_records,omitempty"`
	StoreRecordVersions *bool `protobuf:"varint,4,opt,name=store_record_versions,json=storeRecordVersions" json:"store_record_versions,omitempty"`
	// contains filtered or unexported fields
}

func SchemaOptionsFromVTPool

func SchemaOptionsFromVTPool() *SchemaOptions

func (*SchemaOptions) Descriptor deprecated

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

Deprecated: Use SchemaOptions.ProtoReflect.Descriptor instead.

func (*SchemaOptions) GetSplitLongRecords

func (x *SchemaOptions) GetSplitLongRecords() bool

func (*SchemaOptions) GetStoreRecordVersions

func (x *SchemaOptions) GetStoreRecordVersions() bool

func (*SchemaOptions) MarshalToSizedBufferVT

func (m *SchemaOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SchemaOptions) MarshalToVT

func (m *SchemaOptions) MarshalToVT(dAtA []byte) (int, error)

func (*SchemaOptions) MarshalVT

func (m *SchemaOptions) MarshalVT() (dAtA []byte, err error)

func (*SchemaOptions) ProtoMessage

func (*SchemaOptions) ProtoMessage()

func (*SchemaOptions) ProtoReflect

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

func (*SchemaOptions) Reset

func (x *SchemaOptions) Reset()

func (*SchemaOptions) ResetVT

func (m *SchemaOptions) ResetVT()

func (*SchemaOptions) ReturnToVTPool

func (m *SchemaOptions) ReturnToVTPool()

func (*SchemaOptions) SizeVT

func (m *SchemaOptions) SizeVT() (n int)

func (*SchemaOptions) String

func (x *SchemaOptions) String() string

func (*SchemaOptions) UnmarshalVT

func (m *SchemaOptions) UnmarshalVT(dAtA []byte) error

type Schemas

type Schemas struct {
	DATABASE_ID      *string `protobuf:"bytes,1,opt,name=DATABASE_ID,json=DATABASEID" json:"DATABASE_ID,omitempty"`
	SCHEMA_NAME      *string `protobuf:"bytes,2,opt,name=SCHEMA_NAME,json=SCHEMANAME" json:"SCHEMA_NAME,omitempty"`
	TEMPLATE_NAME    *string `protobuf:"bytes,3,opt,name=TEMPLATE_NAME,json=TEMPLATENAME" json:"TEMPLATE_NAME,omitempty"`
	TEMPLATE_VERSION *int32  `protobuf:"varint,4,opt,name=TEMPLATE_VERSION,json=TEMPLATEVERSION" json:"TEMPLATE_VERSION,omitempty"`
	// contains filtered or unexported fields
}

func SchemasFromVTPool

func SchemasFromVTPool() *Schemas

func (*Schemas) Descriptor deprecated

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

Deprecated: Use Schemas.ProtoReflect.Descriptor instead.

func (*Schemas) GetDATABASE_ID

func (x *Schemas) GetDATABASE_ID() string

func (*Schemas) GetSCHEMA_NAME

func (x *Schemas) GetSCHEMA_NAME() string

func (*Schemas) GetTEMPLATE_NAME

func (x *Schemas) GetTEMPLATE_NAME() string

func (*Schemas) GetTEMPLATE_VERSION

func (x *Schemas) GetTEMPLATE_VERSION() int32

func (*Schemas) MarshalToSizedBufferVT

func (m *Schemas) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Schemas) MarshalToVT

func (m *Schemas) MarshalToVT(dAtA []byte) (int, error)

func (*Schemas) MarshalVT

func (m *Schemas) MarshalVT() (dAtA []byte, err error)

func (*Schemas) ProtoMessage

func (*Schemas) ProtoMessage()

func (*Schemas) ProtoReflect

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

func (*Schemas) Reset

func (x *Schemas) Reset()

func (*Schemas) ResetVT

func (m *Schemas) ResetVT()

func (*Schemas) ReturnToVTPool

func (m *Schemas) ReturnToVTPool()

func (*Schemas) SizeVT

func (m *Schemas) SizeVT() (n int)

func (*Schemas) String

func (x *Schemas) String() string

func (*Schemas) UnmarshalVT

func (m *Schemas) UnmarshalVT(dAtA []byte) error

type SelectorPlanContinuation

type SelectorPlanContinuation struct {
	SelectedPlan      *uint64 `protobuf:"varint,1,opt,name=selected_plan,json=selectedPlan" json:"selected_plan,omitempty"`               // The selected plan executing from the list of optional plans
	InnerContinuation []byte  `protobuf:"bytes,2,opt,name=inner_continuation,json=innerContinuation" json:"inner_continuation,omitempty"` // The selected plan's continuation
	// contains filtered or unexported fields
}

func SelectorPlanContinuationFromVTPool

func SelectorPlanContinuationFromVTPool() *SelectorPlanContinuation

func (*SelectorPlanContinuation) Descriptor deprecated

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

Deprecated: Use SelectorPlanContinuation.ProtoReflect.Descriptor instead.

func (*SelectorPlanContinuation) GetInnerContinuation

func (x *SelectorPlanContinuation) GetInnerContinuation() []byte

func (*SelectorPlanContinuation) GetSelectedPlan

func (x *SelectorPlanContinuation) GetSelectedPlan() uint64

func (*SelectorPlanContinuation) MarshalToSizedBufferVT

func (m *SelectorPlanContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SelectorPlanContinuation) MarshalToVT

func (m *SelectorPlanContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*SelectorPlanContinuation) MarshalVT

func (m *SelectorPlanContinuation) MarshalVT() (dAtA []byte, err error)

func (*SelectorPlanContinuation) ProtoMessage

func (*SelectorPlanContinuation) ProtoMessage()

func (*SelectorPlanContinuation) ProtoReflect

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

func (*SelectorPlanContinuation) Reset

func (x *SelectorPlanContinuation) Reset()

func (*SelectorPlanContinuation) ResetVT

func (m *SelectorPlanContinuation) ResetVT()

func (*SelectorPlanContinuation) ReturnToVTPool

func (m *SelectorPlanContinuation) ReturnToVTPool()

func (*SelectorPlanContinuation) SizeVT

func (m *SelectorPlanContinuation) SizeVT() (n int)

func (*SelectorPlanContinuation) String

func (x *SelectorPlanContinuation) String() string

func (*SelectorPlanContinuation) UnmarshalVT

func (m *SelectorPlanContinuation) UnmarshalVT(dAtA []byte) error

type SimpleComparison

type SimpleComparison struct {
	Type    *ComparisonType `protobuf:"varint,1,opt,name=type,enum=com.apple.foundationdb.record.ComparisonType" json:"type,omitempty"`
	Operand *Value          `protobuf:"bytes,2,opt,name=operand" json:"operand,omitempty"`
	// contains filtered or unexported fields
}

func SimpleComparisonFromVTPool

func SimpleComparisonFromVTPool() *SimpleComparison

func (*SimpleComparison) Descriptor deprecated

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

Deprecated: Use SimpleComparison.ProtoReflect.Descriptor instead.

func (*SimpleComparison) GetOperand

func (x *SimpleComparison) GetOperand() *Value

func (*SimpleComparison) GetType

func (x *SimpleComparison) GetType() ComparisonType

func (*SimpleComparison) MarshalToSizedBufferVT

func (m *SimpleComparison) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SimpleComparison) MarshalToVT

func (m *SimpleComparison) MarshalToVT(dAtA []byte) (int, error)

func (*SimpleComparison) MarshalVT

func (m *SimpleComparison) MarshalVT() (dAtA []byte, err error)

func (*SimpleComparison) ProtoMessage

func (*SimpleComparison) ProtoMessage()

func (*SimpleComparison) ProtoReflect

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

func (*SimpleComparison) Reset

func (x *SimpleComparison) Reset()

func (*SimpleComparison) ResetVT

func (m *SimpleComparison) ResetVT()

func (*SimpleComparison) ReturnToVTPool

func (m *SimpleComparison) ReturnToVTPool()

func (*SimpleComparison) SizeVT

func (m *SimpleComparison) SizeVT() (n int)

func (*SimpleComparison) String

func (x *SimpleComparison) String() string

func (*SimpleComparison) UnmarshalVT

func (m *SimpleComparison) UnmarshalVT(dAtA []byte) error

type SizeStatisticsContinuation

type SizeStatisticsContinuation struct {
	Continuation   []byte                        `protobuf:"bytes,1,opt,name=continuation" json:"continuation,omitempty"`
	PartialResults *SizeStatisticsPartialResults `protobuf:"bytes,2,opt,name=partialResults" json:"partialResults,omitempty"`
	// contains filtered or unexported fields
}

func SizeStatisticsContinuationFromVTPool

func SizeStatisticsContinuationFromVTPool() *SizeStatisticsContinuation

func (*SizeStatisticsContinuation) Descriptor deprecated

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

Deprecated: Use SizeStatisticsContinuation.ProtoReflect.Descriptor instead.

func (*SizeStatisticsContinuation) GetContinuation

func (x *SizeStatisticsContinuation) GetContinuation() []byte

func (*SizeStatisticsContinuation) GetPartialResults

func (*SizeStatisticsContinuation) MarshalToSizedBufferVT

func (m *SizeStatisticsContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SizeStatisticsContinuation) MarshalToVT

func (m *SizeStatisticsContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*SizeStatisticsContinuation) MarshalVT

func (m *SizeStatisticsContinuation) MarshalVT() (dAtA []byte, err error)

func (*SizeStatisticsContinuation) ProtoMessage

func (*SizeStatisticsContinuation) ProtoMessage()

func (*SizeStatisticsContinuation) ProtoReflect

func (*SizeStatisticsContinuation) Reset

func (x *SizeStatisticsContinuation) Reset()

func (*SizeStatisticsContinuation) ResetVT

func (m *SizeStatisticsContinuation) ResetVT()

func (*SizeStatisticsContinuation) ReturnToVTPool

func (m *SizeStatisticsContinuation) ReturnToVTPool()

func (*SizeStatisticsContinuation) SizeVT

func (m *SizeStatisticsContinuation) SizeVT() (n int)

func (*SizeStatisticsContinuation) String

func (x *SizeStatisticsContinuation) String() string

func (*SizeStatisticsContinuation) UnmarshalVT

func (m *SizeStatisticsContinuation) UnmarshalVT(dAtA []byte) error

type SizeStatisticsGroupingContinuation

type SizeStatisticsGroupingContinuation struct {

	// A marker for when the continuation is used to indicate that the cursor is done and this is the last result
	LastResultContinuation *bool                         `protobuf:"varint,1,opt,name=lastResultContinuation" json:"lastResultContinuation,omitempty"`
	UnderlyingContinuation []byte                        `protobuf:"bytes,2,opt,name=underlyingContinuation" json:"underlyingContinuation,omitempty"`
	PartialResults         *SizeStatisticsPartialResults `protobuf:"bytes,3,opt,name=partialResults" json:"partialResults,omitempty"`
	CurrentGroupingKey     []byte                        `protobuf:"bytes,4,opt,name=currentGroupingKey" json:"currentGroupingKey,omitempty"`
	// contains filtered or unexported fields
}

func SizeStatisticsGroupingContinuationFromVTPool

func SizeStatisticsGroupingContinuationFromVTPool() *SizeStatisticsGroupingContinuation

func (*SizeStatisticsGroupingContinuation) Descriptor deprecated

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

Deprecated: Use SizeStatisticsGroupingContinuation.ProtoReflect.Descriptor instead.

func (*SizeStatisticsGroupingContinuation) GetCurrentGroupingKey

func (x *SizeStatisticsGroupingContinuation) GetCurrentGroupingKey() []byte

func (*SizeStatisticsGroupingContinuation) GetLastResultContinuation

func (x *SizeStatisticsGroupingContinuation) GetLastResultContinuation() bool

func (*SizeStatisticsGroupingContinuation) GetPartialResults

func (*SizeStatisticsGroupingContinuation) GetUnderlyingContinuation

func (x *SizeStatisticsGroupingContinuation) GetUnderlyingContinuation() []byte

func (*SizeStatisticsGroupingContinuation) MarshalToSizedBufferVT

func (m *SizeStatisticsGroupingContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SizeStatisticsGroupingContinuation) MarshalToVT

func (m *SizeStatisticsGroupingContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*SizeStatisticsGroupingContinuation) MarshalVT

func (m *SizeStatisticsGroupingContinuation) MarshalVT() (dAtA []byte, err error)

func (*SizeStatisticsGroupingContinuation) ProtoMessage

func (*SizeStatisticsGroupingContinuation) ProtoMessage()

func (*SizeStatisticsGroupingContinuation) ProtoReflect

func (*SizeStatisticsGroupingContinuation) Reset

func (*SizeStatisticsGroupingContinuation) ResetVT

func (*SizeStatisticsGroupingContinuation) ReturnToVTPool

func (m *SizeStatisticsGroupingContinuation) ReturnToVTPool()

func (*SizeStatisticsGroupingContinuation) SizeVT

func (m *SizeStatisticsGroupingContinuation) SizeVT() (n int)

func (*SizeStatisticsGroupingContinuation) String

func (*SizeStatisticsGroupingContinuation) UnmarshalVT

func (m *SizeStatisticsGroupingContinuation) UnmarshalVT(dAtA []byte) error

type SizeStatisticsPartialResults

type SizeStatisticsPartialResults struct {
	KeyCount     *uint64  `protobuf:"varint,1,opt,name=keyCount" json:"keyCount,omitempty"`
	KeySize      *uint64  `protobuf:"varint,2,opt,name=keySize" json:"keySize,omitempty"`
	MaxKeySize   *uint64  `protobuf:"varint,3,opt,name=maxKeySize" json:"maxKeySize,omitempty"`
	ValueSize    *uint64  `protobuf:"varint,4,opt,name=valueSize" json:"valueSize,omitempty"`
	MaxValueSize *uint64  `protobuf:"varint,5,opt,name=maxValueSize" json:"maxValueSize,omitempty"`
	SizeBuckets  []uint64 `protobuf:"varint,6,rep,packed,name=sizeBuckets" json:"sizeBuckets,omitempty"`
	// contains filtered or unexported fields
}

func SizeStatisticsPartialResultsFromVTPool

func SizeStatisticsPartialResultsFromVTPool() *SizeStatisticsPartialResults

func (*SizeStatisticsPartialResults) Descriptor deprecated

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

Deprecated: Use SizeStatisticsPartialResults.ProtoReflect.Descriptor instead.

func (*SizeStatisticsPartialResults) GetKeyCount

func (x *SizeStatisticsPartialResults) GetKeyCount() uint64

func (*SizeStatisticsPartialResults) GetKeySize

func (x *SizeStatisticsPartialResults) GetKeySize() uint64

func (*SizeStatisticsPartialResults) GetMaxKeySize

func (x *SizeStatisticsPartialResults) GetMaxKeySize() uint64

func (*SizeStatisticsPartialResults) GetMaxValueSize

func (x *SizeStatisticsPartialResults) GetMaxValueSize() uint64

func (*SizeStatisticsPartialResults) GetSizeBuckets

func (x *SizeStatisticsPartialResults) GetSizeBuckets() []uint64

func (*SizeStatisticsPartialResults) GetValueSize

func (x *SizeStatisticsPartialResults) GetValueSize() uint64

func (*SizeStatisticsPartialResults) MarshalToSizedBufferVT

func (m *SizeStatisticsPartialResults) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SizeStatisticsPartialResults) MarshalToVT

func (m *SizeStatisticsPartialResults) MarshalToVT(dAtA []byte) (int, error)

func (*SizeStatisticsPartialResults) MarshalVT

func (m *SizeStatisticsPartialResults) MarshalVT() (dAtA []byte, err error)

func (*SizeStatisticsPartialResults) ProtoMessage

func (*SizeStatisticsPartialResults) ProtoMessage()

func (*SizeStatisticsPartialResults) ProtoReflect

func (*SizeStatisticsPartialResults) Reset

func (x *SizeStatisticsPartialResults) Reset()

func (*SizeStatisticsPartialResults) ResetVT

func (m *SizeStatisticsPartialResults) ResetVT()

func (*SizeStatisticsPartialResults) ReturnToVTPool

func (m *SizeStatisticsPartialResults) ReturnToVTPool()

func (*SizeStatisticsPartialResults) SizeVT

func (m *SizeStatisticsPartialResults) SizeVT() (n int)

func (*SizeStatisticsPartialResults) String

func (*SizeStatisticsPartialResults) UnmarshalVT

func (m *SizeStatisticsPartialResults) UnmarshalVT(dAtA []byte) error

type SortFileHeader

type SortFileHeader struct {
	Version          *int32  `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	MetaDataVersion  *int32  `protobuf:"varint,2,opt,name=meta_data_version,json=metaDataVersion" json:"meta_data_version,omitempty"`
	NumberOfSections *uint32 `protobuf:"fixed32,3,opt,name=number_of_sections,json=numberOfSections" json:"number_of_sections,omitempty"`
	NumberOfRecords  *uint32 `protobuf:"fixed32,4,opt,name=number_of_records,json=numberOfRecords" json:"number_of_records,omitempty"`
	// contains filtered or unexported fields
}

func SortFileHeaderFromVTPool

func SortFileHeaderFromVTPool() *SortFileHeader

func (*SortFileHeader) Descriptor deprecated

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

Deprecated: Use SortFileHeader.ProtoReflect.Descriptor instead.

func (*SortFileHeader) GetMetaDataVersion

func (x *SortFileHeader) GetMetaDataVersion() int32

func (*SortFileHeader) GetNumberOfRecords

func (x *SortFileHeader) GetNumberOfRecords() uint32

func (*SortFileHeader) GetNumberOfSections

func (x *SortFileHeader) GetNumberOfSections() uint32

func (*SortFileHeader) GetVersion

func (x *SortFileHeader) GetVersion() int32

func (*SortFileHeader) MarshalToSizedBufferVT

func (m *SortFileHeader) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SortFileHeader) MarshalToVT

func (m *SortFileHeader) MarshalToVT(dAtA []byte) (int, error)

func (*SortFileHeader) MarshalVT

func (m *SortFileHeader) MarshalVT() (dAtA []byte, err error)

func (*SortFileHeader) ProtoMessage

func (*SortFileHeader) ProtoMessage()

func (*SortFileHeader) ProtoReflect

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

func (*SortFileHeader) Reset

func (x *SortFileHeader) Reset()

func (*SortFileHeader) ResetVT

func (m *SortFileHeader) ResetVT()

func (*SortFileHeader) ReturnToVTPool

func (m *SortFileHeader) ReturnToVTPool()

func (*SortFileHeader) SizeVT

func (m *SortFileHeader) SizeVT() (n int)

func (*SortFileHeader) String

func (x *SortFileHeader) String() string

func (*SortFileHeader) UnmarshalVT

func (m *SortFileHeader) UnmarshalVT(dAtA []byte) error

type SortSectionHeader

type SortSectionHeader struct {
	SectionNumber     *uint32 `protobuf:"fixed32,1,opt,name=section_number,json=sectionNumber" json:"section_number,omitempty"`
	StartRecordNumber *uint32 `protobuf:"fixed32,2,opt,name=start_record_number,json=startRecordNumber" json:"start_record_number,omitempty"`
	NumberOfRecords   *uint32 `protobuf:"fixed32,3,opt,name=number_of_records,json=numberOfRecords" json:"number_of_records,omitempty"`
	NumberOfBytes     *uint64 `protobuf:"fixed64,4,opt,name=number_of_bytes,json=numberOfBytes" json:"number_of_bytes,omitempty"`
	EncryptionIv      []byte  `protobuf:"bytes,5,opt,name=encryption_iv,json=encryptionIv" json:"encryption_iv,omitempty"`
	// contains filtered or unexported fields
}

func SortSectionHeaderFromVTPool

func SortSectionHeaderFromVTPool() *SortSectionHeader

func (*SortSectionHeader) Descriptor deprecated

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

Deprecated: Use SortSectionHeader.ProtoReflect.Descriptor instead.

func (*SortSectionHeader) GetEncryptionIv

func (x *SortSectionHeader) GetEncryptionIv() []byte

func (*SortSectionHeader) GetNumberOfBytes

func (x *SortSectionHeader) GetNumberOfBytes() uint64

func (*SortSectionHeader) GetNumberOfRecords

func (x *SortSectionHeader) GetNumberOfRecords() uint32

func (*SortSectionHeader) GetSectionNumber

func (x *SortSectionHeader) GetSectionNumber() uint32

func (*SortSectionHeader) GetStartRecordNumber

func (x *SortSectionHeader) GetStartRecordNumber() uint32

func (*SortSectionHeader) MarshalToSizedBufferVT

func (m *SortSectionHeader) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SortSectionHeader) MarshalToVT

func (m *SortSectionHeader) MarshalToVT(dAtA []byte) (int, error)

func (*SortSectionHeader) MarshalVT

func (m *SortSectionHeader) MarshalVT() (dAtA []byte, err error)

func (*SortSectionHeader) ProtoMessage

func (*SortSectionHeader) ProtoMessage()

func (*SortSectionHeader) ProtoReflect

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

func (*SortSectionHeader) Reset

func (x *SortSectionHeader) Reset()

func (*SortSectionHeader) ResetVT

func (m *SortSectionHeader) ResetVT()

func (*SortSectionHeader) ReturnToVTPool

func (m *SortSectionHeader) ReturnToVTPool()

func (*SortSectionHeader) SizeVT

func (m *SortSectionHeader) SizeVT() (n int)

func (*SortSectionHeader) String

func (x *SortSectionHeader) String() string

func (*SortSectionHeader) UnmarshalVT

func (m *SortSectionHeader) UnmarshalVT(dAtA []byte) error

type SortedRecord

type SortedRecord struct {
	PrimaryKey []byte `protobuf:"bytes,1,opt,name=primary_key,json=primaryKey" json:"primary_key,omitempty"`
	Message    []byte `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	Version    []byte `protobuf:"bytes,3,opt,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func SortedRecordFromVTPool

func SortedRecordFromVTPool() *SortedRecord

func (*SortedRecord) Descriptor deprecated

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

Deprecated: Use SortedRecord.ProtoReflect.Descriptor instead.

func (*SortedRecord) GetMessage

func (x *SortedRecord) GetMessage() []byte

func (*SortedRecord) GetPrimaryKey

func (x *SortedRecord) GetPrimaryKey() []byte

func (*SortedRecord) GetVersion

func (x *SortedRecord) GetVersion() []byte

func (*SortedRecord) MarshalToSizedBufferVT

func (m *SortedRecord) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SortedRecord) MarshalToVT

func (m *SortedRecord) MarshalToVT(dAtA []byte) (int, error)

func (*SortedRecord) MarshalVT

func (m *SortedRecord) MarshalVT() (dAtA []byte, err error)

func (*SortedRecord) ProtoMessage

func (*SortedRecord) ProtoMessage()

func (*SortedRecord) ProtoReflect

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

func (*SortedRecord) Reset

func (x *SortedRecord) Reset()

func (*SortedRecord) ResetVT

func (m *SortedRecord) ResetVT()

func (*SortedRecord) ReturnToVTPool

func (m *SortedRecord) ReturnToVTPool()

func (*SortedRecord) SizeVT

func (m *SortedRecord) SizeVT() (n int)

func (*SortedRecord) String

func (x *SortedRecord) String() string

func (*SortedRecord) UnmarshalVT

func (m *SortedRecord) UnmarshalVT(dAtA []byte) error

type Split

type Split struct {
	Joined    *KeyExpression `protobuf:"bytes,1,req,name=joined" json:"joined,omitempty"`
	SplitSize *int32         `protobuf:"varint,2,opt,name=split_size,json=splitSize" json:"split_size,omitempty"`
	// contains filtered or unexported fields
}

func SplitFromVTPool

func SplitFromVTPool() *Split

func (*Split) Descriptor deprecated

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

Deprecated: Use Split.ProtoReflect.Descriptor instead.

func (*Split) GetJoined

func (x *Split) GetJoined() *KeyExpression

func (*Split) GetSplitSize

func (x *Split) GetSplitSize() int32

func (*Split) MarshalToSizedBufferVT

func (m *Split) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Split) MarshalToVT

func (m *Split) MarshalToVT(dAtA []byte) (int, error)

func (*Split) MarshalVT

func (m *Split) MarshalVT() (dAtA []byte, err error)

func (*Split) ProtoMessage

func (*Split) ProtoMessage()

func (*Split) ProtoReflect

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

func (*Split) Reset

func (x *Split) Reset()

func (*Split) ResetVT

func (m *Split) ResetVT()

func (*Split) ReturnToVTPool

func (m *Split) ReturnToVTPool()

func (*Split) SizeVT

func (m *Split) SizeVT() (n int)

func (*Split) String

func (x *Split) String() string

func (*Split) UnmarshalVT

func (m *Split) UnmarshalVT(dAtA []byte) error

type State

type State struct {
	Lock    *WriteLock `protobuf:"varint,1,opt,name=lock,enum=com.apple.foundationdb.record.WriteLock" json:"lock,omitempty"`
	Version *int32     `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func StateFromVTPool

func StateFromVTPool() *State

func (*State) Descriptor deprecated

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

Deprecated: Use State.ProtoReflect.Descriptor instead.

func (*State) GetLock

func (x *State) GetLock() WriteLock

func (*State) GetVersion

func (x *State) GetVersion() int32

func (*State) MarshalToSizedBufferVT

func (m *State) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*State) MarshalToVT

func (m *State) MarshalToVT(dAtA []byte) (int, error)

func (*State) MarshalVT

func (m *State) MarshalVT() (dAtA []byte, err error)

func (*State) ProtoMessage

func (*State) ProtoMessage()

func (*State) ProtoReflect

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

func (*State) Reset

func (x *State) Reset()

func (*State) ResetVT

func (m *State) ResetVT()

func (*State) ReturnToVTPool

func (m *State) ReturnToVTPool()

func (*State) SizeVT

func (m *State) SizeVT() (n int)

func (*State) String

func (x *State) String() string

func (*State) UnmarshalVT

func (m *State) UnmarshalVT(dAtA []byte) error

type TempTableInsertContinuation

type TempTableInsertContinuation struct {
	ChildContinuation []byte      `protobuf:"bytes,1,opt,name=child_continuation,json=childContinuation" json:"child_continuation,omitempty"`
	TempTable         *PTempTable `protobuf:"bytes,2,opt,name=tempTable" json:"tempTable,omitempty"`
	// contains filtered or unexported fields
}

func TempTableInsertContinuationFromVTPool

func TempTableInsertContinuationFromVTPool() *TempTableInsertContinuation

func (*TempTableInsertContinuation) Descriptor deprecated

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

Deprecated: Use TempTableInsertContinuation.ProtoReflect.Descriptor instead.

func (*TempTableInsertContinuation) GetChildContinuation

func (x *TempTableInsertContinuation) GetChildContinuation() []byte

func (*TempTableInsertContinuation) GetTempTable

func (x *TempTableInsertContinuation) GetTempTable() *PTempTable

func (*TempTableInsertContinuation) MarshalToSizedBufferVT

func (m *TempTableInsertContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TempTableInsertContinuation) MarshalToVT

func (m *TempTableInsertContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*TempTableInsertContinuation) MarshalVT

func (m *TempTableInsertContinuation) MarshalVT() (dAtA []byte, err error)

func (*TempTableInsertContinuation) ProtoMessage

func (*TempTableInsertContinuation) ProtoMessage()

func (*TempTableInsertContinuation) ProtoReflect

func (*TempTableInsertContinuation) Reset

func (x *TempTableInsertContinuation) Reset()

func (*TempTableInsertContinuation) ResetVT

func (m *TempTableInsertContinuation) ResetVT()

func (*TempTableInsertContinuation) ReturnToVTPool

func (m *TempTableInsertContinuation) ReturnToVTPool()

func (*TempTableInsertContinuation) SizeVT

func (m *TempTableInsertContinuation) SizeVT() (n int)

func (*TempTableInsertContinuation) String

func (x *TempTableInsertContinuation) String() string

func (*TempTableInsertContinuation) UnmarshalVT

func (m *TempTableInsertContinuation) UnmarshalVT(dAtA []byte) error

type Templates

type Templates struct {
	TEMPLATE_NAME    *string `protobuf:"bytes,1,opt,name=TEMPLATE_NAME,json=TEMPLATENAME" json:"TEMPLATE_NAME,omitempty"`
	TEMPLATE_VERSION *int32  `protobuf:"varint,2,opt,name=TEMPLATE_VERSION,json=TEMPLATEVERSION" json:"TEMPLATE_VERSION,omitempty"`
	META_DATA        []byte  `protobuf:"bytes,3,opt,name=META_DATA,json=METADATA" json:"META_DATA,omitempty"`
	// contains filtered or unexported fields
}

func TemplatesFromVTPool

func TemplatesFromVTPool() *Templates

func (*Templates) Descriptor deprecated

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

Deprecated: Use Templates.ProtoReflect.Descriptor instead.

func (*Templates) GetMETA_DATA

func (x *Templates) GetMETA_DATA() []byte

func (*Templates) GetTEMPLATE_NAME

func (x *Templates) GetTEMPLATE_NAME() string

func (*Templates) GetTEMPLATE_VERSION

func (x *Templates) GetTEMPLATE_VERSION() int32

func (*Templates) MarshalToSizedBufferVT

func (m *Templates) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Templates) MarshalToVT

func (m *Templates) MarshalToVT(dAtA []byte) (int, error)

func (*Templates) MarshalVT

func (m *Templates) MarshalVT() (dAtA []byte, err error)

func (*Templates) ProtoMessage

func (*Templates) ProtoMessage()

func (*Templates) ProtoReflect

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

func (*Templates) Reset

func (x *Templates) Reset()

func (*Templates) ResetVT

func (m *Templates) ResetVT()

func (*Templates) ReturnToVTPool

func (m *Templates) ReturnToVTPool()

func (*Templates) SizeVT

func (m *Templates) SizeVT() (n int)

func (*Templates) String

func (x *Templates) String() string

func (*Templates) UnmarshalVT

func (m *Templates) UnmarshalVT(dAtA []byte) error

type Then

type Then struct {
	Child []*KeyExpression `protobuf:"bytes,1,rep,name=child" json:"child,omitempty"`
	// contains filtered or unexported fields
}

func ThenFromVTPool

func ThenFromVTPool() *Then

func (*Then) Descriptor deprecated

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

Deprecated: Use Then.ProtoReflect.Descriptor instead.

func (*Then) GetChild

func (x *Then) GetChild() []*KeyExpression

func (*Then) MarshalToSizedBufferVT

func (m *Then) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Then) MarshalToVT

func (m *Then) MarshalToVT(dAtA []byte) (int, error)

func (*Then) MarshalVT

func (m *Then) MarshalVT() (dAtA []byte, err error)

func (*Then) ProtoMessage

func (*Then) ProtoMessage()

func (*Then) ProtoReflect

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

func (*Then) Reset

func (x *Then) Reset()

func (*Then) ResetVT

func (m *Then) ResetVT()

func (*Then) ReturnToVTPool

func (m *Then) ReturnToVTPool()

func (*Then) SizeVT

func (m *Then) SizeVT() (n int)

func (*Then) String

func (x *Then) String() string

func (*Then) UnmarshalVT

func (m *Then) UnmarshalVT(dAtA []byte) error

type TimeWindowLeaderboard

type TimeWindowLeaderboard struct {
	Type           *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
	StartTimestamp *uint64 `protobuf:"varint,2,opt,name=start_timestamp,json=startTimestamp" json:"start_timestamp,omitempty"`
	EndTimestamp   *uint64 `protobuf:"varint,3,opt,name=end_timestamp,json=endTimestamp" json:"end_timestamp,omitempty"`
	SubspaceKey    []byte  `protobuf:"bytes,5,opt,name=subspace_key,json=subspaceKey" json:"subspace_key,omitempty"` // Subkey within the index's primary and secondary subspaces.
	Nlevels        *int32  `protobuf:"varint,6,opt,name=nlevels" json:"nlevels,omitempty"`
	// contains filtered or unexported fields
}

func TimeWindowLeaderboardFromVTPool

func TimeWindowLeaderboardFromVTPool() *TimeWindowLeaderboard

func (*TimeWindowLeaderboard) Descriptor deprecated

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

Deprecated: Use TimeWindowLeaderboard.ProtoReflect.Descriptor instead.

func (*TimeWindowLeaderboard) GetEndTimestamp

func (x *TimeWindowLeaderboard) GetEndTimestamp() uint64

func (*TimeWindowLeaderboard) GetNlevels

func (x *TimeWindowLeaderboard) GetNlevels() int32

func (*TimeWindowLeaderboard) GetStartTimestamp

func (x *TimeWindowLeaderboard) GetStartTimestamp() uint64

func (*TimeWindowLeaderboard) GetSubspaceKey

func (x *TimeWindowLeaderboard) GetSubspaceKey() []byte

func (*TimeWindowLeaderboard) GetType

func (x *TimeWindowLeaderboard) GetType() uint32

func (*TimeWindowLeaderboard) MarshalToSizedBufferVT

func (m *TimeWindowLeaderboard) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TimeWindowLeaderboard) MarshalToVT

func (m *TimeWindowLeaderboard) MarshalToVT(dAtA []byte) (int, error)

func (*TimeWindowLeaderboard) MarshalVT

func (m *TimeWindowLeaderboard) MarshalVT() (dAtA []byte, err error)

func (*TimeWindowLeaderboard) ProtoMessage

func (*TimeWindowLeaderboard) ProtoMessage()

func (*TimeWindowLeaderboard) ProtoReflect

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

func (*TimeWindowLeaderboard) Reset

func (x *TimeWindowLeaderboard) Reset()

func (*TimeWindowLeaderboard) ResetVT

func (m *TimeWindowLeaderboard) ResetVT()

func (*TimeWindowLeaderboard) ReturnToVTPool

func (m *TimeWindowLeaderboard) ReturnToVTPool()

func (*TimeWindowLeaderboard) SizeVT

func (m *TimeWindowLeaderboard) SizeVT() (n int)

func (*TimeWindowLeaderboard) String

func (x *TimeWindowLeaderboard) String() string

func (*TimeWindowLeaderboard) UnmarshalVT

func (m *TimeWindowLeaderboard) UnmarshalVT(dAtA []byte) error

type TimeWindowLeaderboardDirectory

type TimeWindowLeaderboardDirectory struct {
	UpdateTimestamp *uint64                  `protobuf:"varint,1,opt,name=update_timestamp,json=updateTimestamp" json:"update_timestamp,omitempty"`
	HighScoreFirst  *bool                    `protobuf:"varint,2,opt,name=high_score_first,json=highScoreFirst" json:"high_score_first,omitempty"`
	NextKey         *uint32                  `protobuf:"varint,3,opt,name=next_key,json=nextKey" json:"next_key,omitempty"`
	Leaderboards    []*TimeWindowLeaderboard `protobuf:"bytes,4,rep,name=leaderboards" json:"leaderboards,omitempty"`
	// contains filtered or unexported fields
}

func TimeWindowLeaderboardDirectoryFromVTPool

func TimeWindowLeaderboardDirectoryFromVTPool() *TimeWindowLeaderboardDirectory

func (*TimeWindowLeaderboardDirectory) Descriptor deprecated

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

Deprecated: Use TimeWindowLeaderboardDirectory.ProtoReflect.Descriptor instead.

func (*TimeWindowLeaderboardDirectory) GetHighScoreFirst

func (x *TimeWindowLeaderboardDirectory) GetHighScoreFirst() bool

func (*TimeWindowLeaderboardDirectory) GetLeaderboards

func (x *TimeWindowLeaderboardDirectory) GetLeaderboards() []*TimeWindowLeaderboard

func (*TimeWindowLeaderboardDirectory) GetNextKey

func (x *TimeWindowLeaderboardDirectory) GetNextKey() uint32

func (*TimeWindowLeaderboardDirectory) GetUpdateTimestamp

func (x *TimeWindowLeaderboardDirectory) GetUpdateTimestamp() uint64

func (*TimeWindowLeaderboardDirectory) MarshalToSizedBufferVT

func (m *TimeWindowLeaderboardDirectory) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TimeWindowLeaderboardDirectory) MarshalToVT

func (m *TimeWindowLeaderboardDirectory) MarshalToVT(dAtA []byte) (int, error)

func (*TimeWindowLeaderboardDirectory) MarshalVT

func (m *TimeWindowLeaderboardDirectory) MarshalVT() (dAtA []byte, err error)

func (*TimeWindowLeaderboardDirectory) ProtoMessage

func (*TimeWindowLeaderboardDirectory) ProtoMessage()

func (*TimeWindowLeaderboardDirectory) ProtoReflect

func (*TimeWindowLeaderboardDirectory) Reset

func (x *TimeWindowLeaderboardDirectory) Reset()

func (*TimeWindowLeaderboardDirectory) ResetVT

func (m *TimeWindowLeaderboardDirectory) ResetVT()

func (*TimeWindowLeaderboardDirectory) ReturnToVTPool

func (m *TimeWindowLeaderboardDirectory) ReturnToVTPool()

func (*TimeWindowLeaderboardDirectory) SizeVT

func (m *TimeWindowLeaderboardDirectory) SizeVT() (n int)

func (*TimeWindowLeaderboardDirectory) String

func (*TimeWindowLeaderboardDirectory) UnmarshalVT

func (m *TimeWindowLeaderboardDirectory) UnmarshalVT(dAtA []byte) error

type TimeWindowLeaderboardSubDirectory

type TimeWindowLeaderboardSubDirectory struct {
	HighScoreFirst *bool `protobuf:"varint,1,opt,name=high_score_first,json=highScoreFirst" json:"high_score_first,omitempty"`
	// contains filtered or unexported fields
}

func TimeWindowLeaderboardSubDirectoryFromVTPool

func TimeWindowLeaderboardSubDirectoryFromVTPool() *TimeWindowLeaderboardSubDirectory

func (*TimeWindowLeaderboardSubDirectory) Descriptor deprecated

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

Deprecated: Use TimeWindowLeaderboardSubDirectory.ProtoReflect.Descriptor instead.

func (*TimeWindowLeaderboardSubDirectory) GetHighScoreFirst

func (x *TimeWindowLeaderboardSubDirectory) GetHighScoreFirst() bool

func (*TimeWindowLeaderboardSubDirectory) MarshalToSizedBufferVT

func (m *TimeWindowLeaderboardSubDirectory) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TimeWindowLeaderboardSubDirectory) MarshalToVT

func (m *TimeWindowLeaderboardSubDirectory) MarshalToVT(dAtA []byte) (int, error)

func (*TimeWindowLeaderboardSubDirectory) MarshalVT

func (m *TimeWindowLeaderboardSubDirectory) MarshalVT() (dAtA []byte, err error)

func (*TimeWindowLeaderboardSubDirectory) ProtoMessage

func (*TimeWindowLeaderboardSubDirectory) ProtoMessage()

func (*TimeWindowLeaderboardSubDirectory) ProtoReflect

func (*TimeWindowLeaderboardSubDirectory) Reset

func (*TimeWindowLeaderboardSubDirectory) ResetVT

func (m *TimeWindowLeaderboardSubDirectory) ResetVT()

func (*TimeWindowLeaderboardSubDirectory) ReturnToVTPool

func (m *TimeWindowLeaderboardSubDirectory) ReturnToVTPool()

func (*TimeWindowLeaderboardSubDirectory) SizeVT

func (m *TimeWindowLeaderboardSubDirectory) SizeVT() (n int)

func (*TimeWindowLeaderboardSubDirectory) String

func (*TimeWindowLeaderboardSubDirectory) UnmarshalVT

func (m *TimeWindowLeaderboardSubDirectory) UnmarshalVT(dAtA []byte) error

type TypedRecord

type TypedRecord struct {
	Id          *int64   `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	ValInt32    *int32   `protobuf:"varint,2,opt,name=val_int32,json=valInt32" json:"val_int32,omitempty"`
	ValInt64    *int64   `protobuf:"varint,3,opt,name=val_int64,json=valInt64" json:"val_int64,omitempty"`
	ValSint32   *int32   `protobuf:"zigzag32,4,opt,name=val_sint32,json=valSint32" json:"val_sint32,omitempty"`
	ValSint64   *int64   `protobuf:"zigzag64,5,opt,name=val_sint64,json=valSint64" json:"val_sint64,omitempty"`
	ValSfixed32 *int32   `protobuf:"fixed32,6,opt,name=val_sfixed32,json=valSfixed32" json:"val_sfixed32,omitempty"`
	ValSfixed64 *int64   `protobuf:"fixed64,7,opt,name=val_sfixed64,json=valSfixed64" json:"val_sfixed64,omitempty"`
	ValFloat    *float32 `protobuf:"fixed32,8,opt,name=val_float,json=valFloat" json:"val_float,omitempty"`
	ValDouble   *float64 `protobuf:"fixed64,9,opt,name=val_double,json=valDouble" json:"val_double,omitempty"`
	ValBool     *bool    `protobuf:"varint,10,opt,name=val_bool,json=valBool" json:"val_bool,omitempty"`
	ValString   *string  `protobuf:"bytes,11,opt,name=val_string,json=valString" json:"val_string,omitempty"`
	ValBytes    []byte   `protobuf:"bytes,12,opt,name=val_bytes,json=valBytes" json:"val_bytes,omitempty"`
	ValEnum     *Color   `protobuf:"varint,13,opt,name=val_enum,json=valEnum,enum=com.apple.foundationdb.record.Color" json:"val_enum,omitempty"`
	Price       *int32   `protobuf:"varint,14,opt,name=price" json:"price,omitempty"`
	// contains filtered or unexported fields
}

TypedRecord exercises every proto field type that Java Record Layer supports for cross-language FDB tuple encoding conformance. NOTE: Java rejects unsigned types (uint32, uint64, fixed32, fixed64) at metadata validation time, so they are intentionally excluded.

func TypedRecordFromVTPool

func TypedRecordFromVTPool() *TypedRecord

func (*TypedRecord) Descriptor deprecated

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

Deprecated: Use TypedRecord.ProtoReflect.Descriptor instead.

func (*TypedRecord) GetId

func (x *TypedRecord) GetId() int64

func (*TypedRecord) GetPrice

func (x *TypedRecord) GetPrice() int32

func (*TypedRecord) GetValBool

func (x *TypedRecord) GetValBool() bool

func (*TypedRecord) GetValBytes

func (x *TypedRecord) GetValBytes() []byte

func (*TypedRecord) GetValDouble

func (x *TypedRecord) GetValDouble() float64

func (*TypedRecord) GetValEnum

func (x *TypedRecord) GetValEnum() Color

func (*TypedRecord) GetValFloat

func (x *TypedRecord) GetValFloat() float32

func (*TypedRecord) GetValInt32

func (x *TypedRecord) GetValInt32() int32

func (*TypedRecord) GetValInt64

func (x *TypedRecord) GetValInt64() int64

func (*TypedRecord) GetValSfixed32

func (x *TypedRecord) GetValSfixed32() int32

func (*TypedRecord) GetValSfixed64

func (x *TypedRecord) GetValSfixed64() int64

func (*TypedRecord) GetValSint32

func (x *TypedRecord) GetValSint32() int32

func (*TypedRecord) GetValSint64

func (x *TypedRecord) GetValSint64() int64

func (*TypedRecord) GetValString

func (x *TypedRecord) GetValString() string

func (*TypedRecord) MarshalToSizedBufferVT

func (m *TypedRecord) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TypedRecord) MarshalToVT

func (m *TypedRecord) MarshalToVT(dAtA []byte) (int, error)

func (*TypedRecord) MarshalVT

func (m *TypedRecord) MarshalVT() (dAtA []byte, err error)

func (*TypedRecord) ProtoMessage

func (*TypedRecord) ProtoMessage()

func (*TypedRecord) ProtoReflect

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

func (*TypedRecord) Reset

func (x *TypedRecord) Reset()

func (*TypedRecord) ResetVT

func (m *TypedRecord) ResetVT()

func (*TypedRecord) ReturnToVTPool

func (m *TypedRecord) ReturnToVTPool()

func (*TypedRecord) SizeVT

func (m *TypedRecord) SizeVT() (n int)

func (*TypedRecord) String

func (x *TypedRecord) String() string

func (*TypedRecord) UnmarshalVT

func (m *TypedRecord) UnmarshalVT(dAtA []byte) error

type UUID

type UUID struct {

	// 2 64-bit fields is two tags, the same as 1 bytes field with a length of 16 would be.
	// fixed64 would be closer to how these are really used, but would fail the unsigned validator.
	MostSignificantBits  *int64 `protobuf:"fixed64,1,opt,name=most_significant_bits,json=mostSignificantBits" json:"most_significant_bits,omitempty"`
	LeastSignificantBits *int64 `protobuf:"fixed64,2,opt,name=least_significant_bits,json=leastSignificantBits" json:"least_significant_bits,omitempty"`
	// contains filtered or unexported fields
}

func UUIDFromVTPool

func UUIDFromVTPool() *UUID

func (*UUID) Descriptor deprecated

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

Deprecated: Use UUID.ProtoReflect.Descriptor instead.

func (*UUID) GetLeastSignificantBits

func (x *UUID) GetLeastSignificantBits() int64

func (*UUID) GetMostSignificantBits

func (x *UUID) GetMostSignificantBits() int64

func (*UUID) MarshalToSizedBufferVT

func (m *UUID) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UUID) MarshalToVT

func (m *UUID) MarshalToVT(dAtA []byte) (int, error)

func (*UUID) MarshalVT

func (m *UUID) MarshalVT() (dAtA []byte, err error)

func (*UUID) ProtoMessage

func (*UUID) ProtoMessage()

func (*UUID) ProtoReflect

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

func (*UUID) Reset

func (x *UUID) Reset()

func (*UUID) ResetVT

func (m *UUID) ResetVT()

func (*UUID) ReturnToVTPool

func (m *UUID) ReturnToVTPool()

func (*UUID) SizeVT

func (m *UUID) SizeVT() (n int)

func (*UUID) String

func (x *UUID) String() string

func (*UUID) UnmarshalVT

func (m *UUID) UnmarshalVT(dAtA []byte) error

type UnionContinuation

type UnionContinuation struct {
	FirstContinuation  []byte                           `protobuf:"bytes,1,opt,name=first_continuation,json=firstContinuation" json:"first_continuation,omitempty"`
	SecondContinuation []byte                           `protobuf:"bytes,2,opt,name=second_continuation,json=secondContinuation" json:"second_continuation,omitempty"`
	FirstExhausted     *bool                            `protobuf:"varint,3,opt,name=first_exhausted,json=firstExhausted" json:"first_exhausted,omitempty"`
	SecondExhausted    *bool                            `protobuf:"varint,4,opt,name=second_exhausted,json=secondExhausted" json:"second_exhausted,omitempty"`
	OtherChildState    []*UnionContinuation_CursorState `protobuf:"bytes,5,rep,name=other_child_state,json=otherChildState" json:"other_child_state,omitempty"`
	// contains filtered or unexported fields
}

func UnionContinuationFromVTPool

func UnionContinuationFromVTPool() *UnionContinuation

func (*UnionContinuation) Descriptor deprecated

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

Deprecated: Use UnionContinuation.ProtoReflect.Descriptor instead.

func (*UnionContinuation) GetFirstContinuation

func (x *UnionContinuation) GetFirstContinuation() []byte

func (*UnionContinuation) GetFirstExhausted

func (x *UnionContinuation) GetFirstExhausted() bool

func (*UnionContinuation) GetOtherChildState

func (x *UnionContinuation) GetOtherChildState() []*UnionContinuation_CursorState

func (*UnionContinuation) GetSecondContinuation

func (x *UnionContinuation) GetSecondContinuation() []byte

func (*UnionContinuation) GetSecondExhausted

func (x *UnionContinuation) GetSecondExhausted() bool

func (*UnionContinuation) MarshalToSizedBufferVT

func (m *UnionContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnionContinuation) MarshalToVT

func (m *UnionContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*UnionContinuation) MarshalVT

func (m *UnionContinuation) MarshalVT() (dAtA []byte, err error)

func (*UnionContinuation) ProtoMessage

func (*UnionContinuation) ProtoMessage()

func (*UnionContinuation) ProtoReflect

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

func (*UnionContinuation) Reset

func (x *UnionContinuation) Reset()

func (*UnionContinuation) ResetVT

func (m *UnionContinuation) ResetVT()

func (*UnionContinuation) ReturnToVTPool

func (m *UnionContinuation) ReturnToVTPool()

func (*UnionContinuation) SizeVT

func (m *UnionContinuation) SizeVT() (n int)

func (*UnionContinuation) String

func (x *UnionContinuation) String() string

func (*UnionContinuation) UnmarshalVT

func (m *UnionContinuation) UnmarshalVT(dAtA []byte) error

type UnionContinuation_CursorState

type UnionContinuation_CursorState struct {
	Continuation []byte `protobuf:"bytes,1,opt,name=continuation" json:"continuation,omitempty"`
	Exhausted    *bool  `protobuf:"varint,2,opt,name=exhausted" json:"exhausted,omitempty"`
	// contains filtered or unexported fields
}

func UnionContinuation_CursorStateFromVTPool

func UnionContinuation_CursorStateFromVTPool() *UnionContinuation_CursorState

func (*UnionContinuation_CursorState) Descriptor deprecated

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

Deprecated: Use UnionContinuation_CursorState.ProtoReflect.Descriptor instead.

func (*UnionContinuation_CursorState) GetContinuation

func (x *UnionContinuation_CursorState) GetContinuation() []byte

func (*UnionContinuation_CursorState) GetExhausted

func (x *UnionContinuation_CursorState) GetExhausted() bool

func (*UnionContinuation_CursorState) MarshalToSizedBufferVT

func (m *UnionContinuation_CursorState) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnionContinuation_CursorState) MarshalToVT

func (m *UnionContinuation_CursorState) MarshalToVT(dAtA []byte) (int, error)

func (*UnionContinuation_CursorState) MarshalVT

func (m *UnionContinuation_CursorState) MarshalVT() (dAtA []byte, err error)

func (*UnionContinuation_CursorState) ProtoMessage

func (*UnionContinuation_CursorState) ProtoMessage()

func (*UnionContinuation_CursorState) ProtoReflect

func (*UnionContinuation_CursorState) Reset

func (x *UnionContinuation_CursorState) Reset()

func (*UnionContinuation_CursorState) ResetVT

func (m *UnionContinuation_CursorState) ResetVT()

func (*UnionContinuation_CursorState) ReturnToVTPool

func (m *UnionContinuation_CursorState) ReturnToVTPool()

func (*UnionContinuation_CursorState) SizeVT

func (m *UnionContinuation_CursorState) SizeVT() (n int)

func (*UnionContinuation_CursorState) String

func (*UnionContinuation_CursorState) UnmarshalVT

func (m *UnionContinuation_CursorState) UnmarshalVT(dAtA []byte) error

type UnionDescriptor

type UnionDescriptor struct {
	XOrder       *Order       `protobuf:"bytes,1,opt,name=_Order,json=Order" json:"_Order,omitempty"`
	XCustomer    *Customer    `protobuf:"bytes,2,opt,name=_Customer,json=Customer" json:"_Customer,omitempty"`
	XTypedRecord *TypedRecord `protobuf:"bytes,3,opt,name=_TypedRecord,json=TypedRecord" json:"_TypedRecord,omitempty"`
	// contains filtered or unexported fields
}

func UnionDescriptorFromVTPool

func UnionDescriptorFromVTPool() *UnionDescriptor

func (*UnionDescriptor) Descriptor deprecated

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

Deprecated: Use UnionDescriptor.ProtoReflect.Descriptor instead.

func (*UnionDescriptor) GetXCustomer

func (x *UnionDescriptor) GetXCustomer() *Customer

func (*UnionDescriptor) GetXOrder

func (x *UnionDescriptor) GetXOrder() *Order

func (*UnionDescriptor) GetXTypedRecord

func (x *UnionDescriptor) GetXTypedRecord() *TypedRecord

func (*UnionDescriptor) MarshalToSizedBufferVT

func (m *UnionDescriptor) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnionDescriptor) MarshalToVT

func (m *UnionDescriptor) MarshalToVT(dAtA []byte) (int, error)

func (*UnionDescriptor) MarshalVT

func (m *UnionDescriptor) MarshalVT() (dAtA []byte, err error)

func (*UnionDescriptor) ProtoMessage

func (*UnionDescriptor) ProtoMessage()

func (*UnionDescriptor) ProtoReflect

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

func (*UnionDescriptor) Reset

func (x *UnionDescriptor) Reset()

func (*UnionDescriptor) ResetVT

func (m *UnionDescriptor) ResetVT()

func (*UnionDescriptor) ReturnToVTPool

func (m *UnionDescriptor) ReturnToVTPool()

func (*UnionDescriptor) SizeVT

func (m *UnionDescriptor) SizeVT() (n int)

func (*UnionDescriptor) String

func (x *UnionDescriptor) String() string

func (*UnionDescriptor) UnmarshalVT

func (m *UnionDescriptor) UnmarshalVT(dAtA []byte) error

type UnnestedRecordType

type UnnestedRecordType struct {
	Name               *string                                 `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	RecordTypeKey      *Value                                  `protobuf:"bytes,2,opt,name=record_type_key,json=recordTypeKey" json:"record_type_key,omitempty"`
	NestedConstituents []*UnnestedRecordType_NestedConstituent `protobuf:"bytes,3,rep,name=nested_constituents,json=nestedConstituents" json:"nested_constituents,omitempty"`
	// contains filtered or unexported fields
}

func UnnestedRecordTypeFromVTPool

func UnnestedRecordTypeFromVTPool() *UnnestedRecordType

func (*UnnestedRecordType) Descriptor deprecated

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

Deprecated: Use UnnestedRecordType.ProtoReflect.Descriptor instead.

func (*UnnestedRecordType) GetName

func (x *UnnestedRecordType) GetName() string

func (*UnnestedRecordType) GetNestedConstituents

func (x *UnnestedRecordType) GetNestedConstituents() []*UnnestedRecordType_NestedConstituent

func (*UnnestedRecordType) GetRecordTypeKey

func (x *UnnestedRecordType) GetRecordTypeKey() *Value

func (*UnnestedRecordType) MarshalToSizedBufferVT

func (m *UnnestedRecordType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnnestedRecordType) MarshalToVT

func (m *UnnestedRecordType) MarshalToVT(dAtA []byte) (int, error)

func (*UnnestedRecordType) MarshalVT

func (m *UnnestedRecordType) MarshalVT() (dAtA []byte, err error)

func (*UnnestedRecordType) ProtoMessage

func (*UnnestedRecordType) ProtoMessage()

func (*UnnestedRecordType) ProtoReflect

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

func (*UnnestedRecordType) Reset

func (x *UnnestedRecordType) Reset()

func (*UnnestedRecordType) ResetVT

func (m *UnnestedRecordType) ResetVT()

func (*UnnestedRecordType) ReturnToVTPool

func (m *UnnestedRecordType) ReturnToVTPool()

func (*UnnestedRecordType) SizeVT

func (m *UnnestedRecordType) SizeVT() (n int)

func (*UnnestedRecordType) String

func (x *UnnestedRecordType) String() string

func (*UnnestedRecordType) UnmarshalVT

func (m *UnnestedRecordType) UnmarshalVT(dAtA []byte) error

type UnnestedRecordType_NestedConstituent

type UnnestedRecordType_NestedConstituent struct {
	Name              *string        `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Parent            *string        `protobuf:"bytes,2,opt,name=parent" json:"parent,omitempty"`
	TypeName          *string        `protobuf:"bytes,3,opt,name=type_name,json=typeName" json:"type_name,omitempty"`
	NestingExpression *KeyExpression `protobuf:"bytes,4,opt,name=nesting_expression,json=nestingExpression" json:"nesting_expression,omitempty"`
	// contains filtered or unexported fields
}

func UnnestedRecordType_NestedConstituentFromVTPool

func UnnestedRecordType_NestedConstituentFromVTPool() *UnnestedRecordType_NestedConstituent

func (*UnnestedRecordType_NestedConstituent) Descriptor deprecated

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

Deprecated: Use UnnestedRecordType_NestedConstituent.ProtoReflect.Descriptor instead.

func (*UnnestedRecordType_NestedConstituent) GetName

func (*UnnestedRecordType_NestedConstituent) GetNestingExpression

func (x *UnnestedRecordType_NestedConstituent) GetNestingExpression() *KeyExpression

func (*UnnestedRecordType_NestedConstituent) GetParent

func (*UnnestedRecordType_NestedConstituent) GetTypeName

func (*UnnestedRecordType_NestedConstituent) MarshalToSizedBufferVT

func (m *UnnestedRecordType_NestedConstituent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnnestedRecordType_NestedConstituent) MarshalToVT

func (m *UnnestedRecordType_NestedConstituent) MarshalToVT(dAtA []byte) (int, error)

func (*UnnestedRecordType_NestedConstituent) MarshalVT

func (m *UnnestedRecordType_NestedConstituent) MarshalVT() (dAtA []byte, err error)

func (*UnnestedRecordType_NestedConstituent) ProtoMessage

func (*UnnestedRecordType_NestedConstituent) ProtoMessage()

func (*UnnestedRecordType_NestedConstituent) ProtoReflect

func (*UnnestedRecordType_NestedConstituent) Reset

func (*UnnestedRecordType_NestedConstituent) ResetVT

func (*UnnestedRecordType_NestedConstituent) ReturnToVTPool

func (m *UnnestedRecordType_NestedConstituent) ReturnToVTPool()

func (*UnnestedRecordType_NestedConstituent) SizeVT

func (m *UnnestedRecordType_NestedConstituent) SizeVT() (n int)

func (*UnnestedRecordType_NestedConstituent) String

func (*UnnestedRecordType_NestedConstituent) UnmarshalVT

func (m *UnnestedRecordType_NestedConstituent) UnmarshalVT(dAtA []byte) error

type Value

type Value struct {

	// TODO: This should be a oneof {}
	DoubleValue *float64 `protobuf:"fixed64,1,opt,name=double_value,json=doubleValue" json:"double_value,omitempty"`
	FloatValue  *float32 `protobuf:"fixed32,2,opt,name=float_value,json=floatValue" json:"float_value,omitempty"`
	LongValue   *int64   `protobuf:"varint,3,opt,name=long_value,json=longValue" json:"long_value,omitempty"`
	BoolValue   *bool    `protobuf:"varint,4,opt,name=bool_value,json=boolValue" json:"bool_value,omitempty"`
	StringValue *string  `protobuf:"bytes,5,opt,name=string_value,json=stringValue" json:"string_value,omitempty"`
	BytesValue  []byte   `protobuf:"bytes,6,opt,name=bytes_value,json=bytesValue" json:"bytes_value,omitempty"`
	IntValue    *int32   `protobuf:"varint,7,opt,name=int_value,json=intValue" json:"int_value,omitempty"`
	// contains filtered or unexported fields
}

func ValueFromVTPool

func ValueFromVTPool() *Value

func (*Value) Descriptor deprecated

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

Deprecated: Use Value.ProtoReflect.Descriptor instead.

func (*Value) GetBoolValue

func (x *Value) GetBoolValue() bool

func (*Value) GetBytesValue

func (x *Value) GetBytesValue() []byte

func (*Value) GetDoubleValue

func (x *Value) GetDoubleValue() float64

func (*Value) GetFloatValue

func (x *Value) GetFloatValue() float32

func (*Value) GetIntValue

func (x *Value) GetIntValue() int32

func (*Value) GetLongValue

func (x *Value) GetLongValue() int64

func (*Value) GetStringValue

func (x *Value) GetStringValue() string

func (*Value) MarshalToSizedBufferVT

func (m *Value) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Value) MarshalToVT

func (m *Value) MarshalToVT(dAtA []byte) (int, error)

func (*Value) MarshalVT

func (m *Value) MarshalVT() (dAtA []byte, err error)

func (*Value) ProtoMessage

func (*Value) ProtoMessage()

func (*Value) ProtoReflect

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

func (*Value) Reset

func (x *Value) Reset()

func (*Value) ResetVT

func (m *Value) ResetVT()

func (*Value) ReturnToVTPool

func (m *Value) ReturnToVTPool()

func (*Value) SizeVT

func (m *Value) SizeVT() (n int)

func (*Value) String

func (x *Value) String() string

func (*Value) UnmarshalVT

func (m *Value) UnmarshalVT(dAtA []byte) error

type ValuePredicate

type ValuePredicate struct {
	Value      []string    `protobuf:"bytes,1,rep,name=value" json:"value,omitempty"`
	Comparison *Comparison `protobuf:"bytes,2,opt,name=comparison" json:"comparison,omitempty"`
	// contains filtered or unexported fields
}

func ValuePredicateFromVTPool

func ValuePredicateFromVTPool() *ValuePredicate

func (*ValuePredicate) Descriptor deprecated

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

Deprecated: Use ValuePredicate.ProtoReflect.Descriptor instead.

func (*ValuePredicate) GetComparison

func (x *ValuePredicate) GetComparison() *Comparison

func (*ValuePredicate) GetValue

func (x *ValuePredicate) GetValue() []string

func (*ValuePredicate) MarshalToSizedBufferVT

func (m *ValuePredicate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ValuePredicate) MarshalToVT

func (m *ValuePredicate) MarshalToVT(dAtA []byte) (int, error)

func (*ValuePredicate) MarshalVT

func (m *ValuePredicate) MarshalVT() (dAtA []byte, err error)

func (*ValuePredicate) ProtoMessage

func (*ValuePredicate) ProtoMessage()

func (*ValuePredicate) ProtoReflect

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

func (*ValuePredicate) Reset

func (x *ValuePredicate) Reset()

func (*ValuePredicate) ResetVT

func (m *ValuePredicate) ResetVT()

func (*ValuePredicate) ReturnToVTPool

func (m *ValuePredicate) ReturnToVTPool()

func (*ValuePredicate) SizeVT

func (m *ValuePredicate) SizeVT() (n int)

func (*ValuePredicate) String

func (x *ValuePredicate) String() string

func (*ValuePredicate) UnmarshalVT

func (m *ValuePredicate) UnmarshalVT(dAtA []byte) error

type VectorIndexScanContinuation

type VectorIndexScanContinuation struct {
	IndexEntries      []*VectorIndexScanContinuation_IndexEntry `protobuf:"bytes,1,rep,name=indexEntries" json:"indexEntries,omitempty"`
	InnerContinuation []byte                                    `protobuf:"bytes,2,opt,name=inner_continuation,json=innerContinuation" json:"inner_continuation,omitempty"`
	// contains filtered or unexported fields
}

func VectorIndexScanContinuationFromVTPool

func VectorIndexScanContinuationFromVTPool() *VectorIndexScanContinuation

func (*VectorIndexScanContinuation) Descriptor deprecated

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

Deprecated: Use VectorIndexScanContinuation.ProtoReflect.Descriptor instead.

func (*VectorIndexScanContinuation) GetIndexEntries

func (*VectorIndexScanContinuation) GetInnerContinuation

func (x *VectorIndexScanContinuation) GetInnerContinuation() []byte

func (*VectorIndexScanContinuation) MarshalToSizedBufferVT

func (m *VectorIndexScanContinuation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VectorIndexScanContinuation) MarshalToVT

func (m *VectorIndexScanContinuation) MarshalToVT(dAtA []byte) (int, error)

func (*VectorIndexScanContinuation) MarshalVT

func (m *VectorIndexScanContinuation) MarshalVT() (dAtA []byte, err error)

func (*VectorIndexScanContinuation) ProtoMessage

func (*VectorIndexScanContinuation) ProtoMessage()

func (*VectorIndexScanContinuation) ProtoReflect

func (*VectorIndexScanContinuation) Reset

func (x *VectorIndexScanContinuation) Reset()

func (*VectorIndexScanContinuation) ResetVT

func (m *VectorIndexScanContinuation) ResetVT()

func (*VectorIndexScanContinuation) ReturnToVTPool

func (m *VectorIndexScanContinuation) ReturnToVTPool()

func (*VectorIndexScanContinuation) SizeVT

func (m *VectorIndexScanContinuation) SizeVT() (n int)

func (*VectorIndexScanContinuation) String

func (x *VectorIndexScanContinuation) String() string

func (*VectorIndexScanContinuation) UnmarshalVT

func (m *VectorIndexScanContinuation) UnmarshalVT(dAtA []byte) error

type VectorIndexScanContinuation_IndexEntry

type VectorIndexScanContinuation_IndexEntry struct {
	Key   []byte `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Value []byte `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func VectorIndexScanContinuation_IndexEntryFromVTPool

func VectorIndexScanContinuation_IndexEntryFromVTPool() *VectorIndexScanContinuation_IndexEntry

func (*VectorIndexScanContinuation_IndexEntry) Descriptor deprecated

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

Deprecated: Use VectorIndexScanContinuation_IndexEntry.ProtoReflect.Descriptor instead.

func (*VectorIndexScanContinuation_IndexEntry) GetKey

func (*VectorIndexScanContinuation_IndexEntry) GetValue

func (*VectorIndexScanContinuation_IndexEntry) MarshalToSizedBufferVT

func (m *VectorIndexScanContinuation_IndexEntry) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VectorIndexScanContinuation_IndexEntry) MarshalToVT

func (m *VectorIndexScanContinuation_IndexEntry) MarshalToVT(dAtA []byte) (int, error)

func (*VectorIndexScanContinuation_IndexEntry) MarshalVT

func (m *VectorIndexScanContinuation_IndexEntry) MarshalVT() (dAtA []byte, err error)

func (*VectorIndexScanContinuation_IndexEntry) ProtoMessage

func (*VectorIndexScanContinuation_IndexEntry) ProtoReflect

func (*VectorIndexScanContinuation_IndexEntry) Reset

func (*VectorIndexScanContinuation_IndexEntry) ResetVT

func (*VectorIndexScanContinuation_IndexEntry) ReturnToVTPool

func (m *VectorIndexScanContinuation_IndexEntry) ReturnToVTPool()

func (*VectorIndexScanContinuation_IndexEntry) SizeVT

func (*VectorIndexScanContinuation_IndexEntry) String

func (*VectorIndexScanContinuation_IndexEntry) UnmarshalVT

func (m *VectorIndexScanContinuation_IndexEntry) UnmarshalVT(dAtA []byte) error

type Version

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

func VersionFromVTPool

func VersionFromVTPool() *Version

func (*Version) Descriptor deprecated

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

Deprecated: Use Version.ProtoReflect.Descriptor instead.

func (*Version) MarshalToSizedBufferVT

func (m *Version) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Version) MarshalToVT

func (m *Version) MarshalToVT(dAtA []byte) (int, error)

func (*Version) MarshalVT

func (m *Version) MarshalVT() (dAtA []byte, err error)

func (*Version) ProtoMessage

func (*Version) ProtoMessage()

func (*Version) ProtoReflect

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

func (*Version) Reset

func (x *Version) Reset()

func (*Version) ResetVT

func (m *Version) ResetVT()

func (*Version) ReturnToVTPool

func (m *Version) ReturnToVTPool()

func (*Version) SizeVT

func (m *Version) SizeVT() (n int)

func (*Version) String

func (x *Version) String() string

func (*Version) UnmarshalVT

func (m *Version) UnmarshalVT(dAtA []byte) error

type WriteLock

type WriteLock int32
const (
	WriteLock_UNLOCKED     WriteLock = 1
	WriteLock_WRITE_LOCKED WriteLock = 2
	WriteLock_RETIRED      WriteLock = 3
)

func (WriteLock) Descriptor

func (WriteLock) Descriptor() protoreflect.EnumDescriptor

func (WriteLock) Enum

func (x WriteLock) Enum() *WriteLock

func (WriteLock) EnumDescriptor deprecated

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

Deprecated: Use WriteLock.Descriptor instead.

func (WriteLock) Number

func (x WriteLock) Number() protoreflect.EnumNumber

func (WriteLock) String

func (x WriteLock) String() string

func (WriteLock) Type

func (*WriteLock) UnmarshalJSON deprecated

func (x *WriteLock) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL