Uses of Class
com.ocient.jdbc.proto.PlanProtocol.SqlColType
| Package | Description |
|---|---|
| com.ocient.jdbc.proto |
-
Uses of PlanProtocol.SqlColType in com.ocient.jdbc.proto
Methods in com.ocient.jdbc.proto that return PlanProtocol.SqlColType Modifier and Type Method Description static PlanProtocol.SqlColTypePlanProtocol.SqlColType. forNumber(int value)PlanProtocol.SqlColTypePlanProtocol.PlanHeader.Builder. getCols2TypesOrDefault(String key, PlanProtocol.SqlColType defaultValue)A map from column name to type (uses optimizer types)PlanProtocol.SqlColTypePlanProtocol.PlanHeader. getCols2TypesOrDefault(String key, PlanProtocol.SqlColType defaultValue)A map from column name to type (uses optimizer types)PlanProtocol.SqlColTypePlanProtocol.PlanHeaderOrBuilder. getCols2TypesOrDefault(String key, PlanProtocol.SqlColType defaultValue)A map from column name to type (uses optimizer types)PlanProtocol.SqlColTypePlanProtocol.PlanHeader.Builder. getCols2TypesOrThrow(String key)A map from column name to type (uses optimizer types)PlanProtocol.SqlColTypePlanProtocol.PlanHeader. getCols2TypesOrThrow(String key)A map from column name to type (uses optimizer types)PlanProtocol.SqlColTypePlanProtocol.PlanHeaderOrBuilder. getCols2TypesOrThrow(String key)A map from column name to type (uses optimizer types)PlanProtocol.SqlColTypePlanProtocol.TestColumn.Builder. getColType()the type of the column, can't be an interval, matrix, or invalid for use in the column emitter operatorPlanProtocol.SqlColTypePlanProtocol.TestColumn. getColType()the type of the column, can't be an interval, matrix, or invalid for use in the column emitter operatorPlanProtocol.SqlColTypePlanProtocol.TestColumnOrBuilder. getColType()the type of the column, can't be an interval, matrix, or invalid for use in the column emitter operatorPlanProtocol.SqlColTypePlanProtocol.FilterClause.Builder. getLhsType()The types are only meaningful if it is not a columnPlanProtocol.SqlColTypePlanProtocol.FilterClause. getLhsType()The types are only meaningful if it is not a columnPlanProtocol.SqlColTypePlanProtocol.FilterClauseOrBuilder. getLhsType()The types are only meaningful if it is not a columnPlanProtocol.SqlColTypePlanProtocol.Operator.Builder. getOutputTypes(int index)The types for each of those columns (in the same order)PlanProtocol.SqlColTypePlanProtocol.Operator. getOutputTypes(int index)The types for each of those columns (in the same order)PlanProtocol.SqlColTypePlanProtocol.OperatorOrBuilder. getOutputTypes(int index)The types for each of those columns (in the same order)PlanProtocol.SqlColTypePlanProtocol.PlanHeader.Builder. getPartitioningColType()Only used by Spark connectorPlanProtocol.SqlColTypePlanProtocol.PlanHeader. getPartitioningColType()Only used by Spark connectorPlanProtocol.SqlColTypePlanProtocol.PlanHeaderOrBuilder. getPartitioningColType()Only used by Spark connectorPlanProtocol.SqlColTypePlanProtocol.FilterClause.Builder. getRhsType().xg.db.sqlPlans.SqlColType rhsType = 5;PlanProtocol.SqlColTypePlanProtocol.FilterClause. getRhsType().xg.db.sqlPlans.SqlColType rhsType = 5;PlanProtocol.SqlColTypePlanProtocol.FilterClauseOrBuilder. getRhsType().xg.db.sqlPlans.SqlColType rhsType = 5;static PlanProtocol.SqlColTypePlanProtocol.SqlColType. valueOf(int value)Deprecated.static PlanProtocol.SqlColTypePlanProtocol.SqlColType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PlanProtocol.SqlColTypePlanProtocol.SqlColType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlanProtocol.SqlColType[]PlanProtocol.SqlColType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ocient.jdbc.proto that return types with arguments of type PlanProtocol.SqlColType Modifier and Type Method Description Map<String,PlanProtocol.SqlColType>PlanProtocol.PlanHeader.Builder. getCols2Types()Deprecated.Map<String,PlanProtocol.SqlColType>PlanProtocol.PlanHeader. getCols2Types()Deprecated.Map<String,PlanProtocol.SqlColType>PlanProtocol.PlanHeaderOrBuilder. getCols2Types()Deprecated.Map<String,PlanProtocol.SqlColType>PlanProtocol.PlanHeader.Builder. getCols2TypesMap()A map from column name to type (uses optimizer types)Map<String,PlanProtocol.SqlColType>PlanProtocol.PlanHeader. getCols2TypesMap()A map from column name to type (uses optimizer types)Map<String,PlanProtocol.SqlColType>PlanProtocol.PlanHeaderOrBuilder. getCols2TypesMap()A map from column name to type (uses optimizer types)Map<String,PlanProtocol.SqlColType>PlanProtocol.PlanHeader.Builder. getMutableCols2Types()Deprecated.List<PlanProtocol.SqlColType>PlanProtocol.Operator.Builder. getOutputTypesList()The types for each of those columns (in the same order)List<PlanProtocol.SqlColType>PlanProtocol.Operator. getOutputTypesList()The types for each of those columns (in the same order)List<PlanProtocol.SqlColType>PlanProtocol.OperatorOrBuilder. getOutputTypesList()The types for each of those columns (in the same order)static com.google.protobuf.Internal.EnumLiteMap<PlanProtocol.SqlColType>PlanProtocol.SqlColType. internalGetValueMap()Methods in com.ocient.jdbc.proto with parameters of type PlanProtocol.SqlColType Modifier and Type Method Description PlanProtocol.Operator.BuilderPlanProtocol.Operator.Builder. addOutputTypes(PlanProtocol.SqlColType value)The types for each of those columns (in the same order)PlanProtocol.SqlColTypePlanProtocol.PlanHeader.Builder. getCols2TypesOrDefault(String key, PlanProtocol.SqlColType defaultValue)A map from column name to type (uses optimizer types)PlanProtocol.SqlColTypePlanProtocol.PlanHeader. getCols2TypesOrDefault(String key, PlanProtocol.SqlColType defaultValue)A map from column name to type (uses optimizer types)PlanProtocol.SqlColTypePlanProtocol.PlanHeaderOrBuilder. getCols2TypesOrDefault(String key, PlanProtocol.SqlColType defaultValue)A map from column name to type (uses optimizer types)PlanProtocol.PlanHeader.BuilderPlanProtocol.PlanHeader.Builder. putCols2Types(String key, PlanProtocol.SqlColType value)A map from column name to type (uses optimizer types)PlanProtocol.TestColumn.BuilderPlanProtocol.TestColumn.Builder. setColType(PlanProtocol.SqlColType value)the type of the column, can't be an interval, matrix, or invalid for use in the column emitter operatorPlanProtocol.FilterClause.BuilderPlanProtocol.FilterClause.Builder. setLhsType(PlanProtocol.SqlColType value)The types are only meaningful if it is not a columnPlanProtocol.Operator.BuilderPlanProtocol.Operator.Builder. setOutputTypes(int index, PlanProtocol.SqlColType value)The types for each of those columns (in the same order)PlanProtocol.PlanHeader.BuilderPlanProtocol.PlanHeader.Builder. setPartitioningColType(PlanProtocol.SqlColType value)Only used by Spark connectorPlanProtocol.FilterClause.BuilderPlanProtocol.FilterClause.Builder. setRhsType(PlanProtocol.SqlColType value).xg.db.sqlPlans.SqlColType rhsType = 5;Method parameters in com.ocient.jdbc.proto with type arguments of type PlanProtocol.SqlColType Modifier and Type Method Description PlanProtocol.Operator.BuilderPlanProtocol.Operator.Builder. addAllOutputTypes(Iterable<? extends PlanProtocol.SqlColType> values)The types for each of those columns (in the same order)PlanProtocol.PlanHeader.BuilderPlanProtocol.PlanHeader.Builder. putAllCols2Types(Map<String,PlanProtocol.SqlColType> values)A map from column name to type (uses optimizer types)