Package com.ocient.jdbc.proto
Class PlanProtocol.WindowOperator
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.ocient.jdbc.proto.PlanProtocol.WindowOperator
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,PlanProtocol.WindowOperatorOrBuilder,Serializable
- Enclosing class:
- PlanProtocol
public static final class PlanProtocol.WindowOperator extends com.google.protobuf.GeneratedMessageV3 implements PlanProtocol.WindowOperatorOrBuilder
Protobuf type
xg.db.sqlPlans.WindowOperator- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlanProtocol.WindowOperator.BuilderProtobuf typexg.db.sqlPlans.WindowOperatorstatic classPlanProtocol.WindowOperator.WindowOpProtobuf enumxg.db.sqlPlans.WindowOperator.WindowOpNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter -
Field Summary
Fields Modifier and Type Field Description static intCONSTFLOATARGS_FIELD_NUMBERstatic intCONSTINTARGS_FIELD_NUMBERstatic intDIRECTIONS_FIELD_NUMBERstatic intFRAMES_FIELD_NUMBERstatic intINPUTCOLS_FIELD_NUMBERstatic intLIMIT1_FIELD_NUMBERstatic intNULLS_FIRST_FIELD_NUMBERstatic intOPS_FIELD_NUMBERstatic intOUTPUTCOLS_FIELD_NUMBERstatic intOUTPUTCOLSTYPES_FIELD_NUMBERstatic intPARTITIONING_COLS_FIELD_NUMBERstatic intSORTKEYS_FIELD_NUMBER -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)doublegetConstFloatArgs(int index)For functions that take a constant floating point argument - they are here - there's an entry for every op even if it isn't usedintgetConstFloatArgsCount()For functions that take a constant floating point argument - they are here - there's an entry for every op even if it isn't usedList<Double>getConstFloatArgsList()For functions that take a constant floating point argument - they are here - there's an entry for every op even if it isn't usedlonggetConstIntArgs(int index)For functions that take a constant integer argument - they are here - there's an entry for every op even if it isn't usedintgetConstIntArgsCount()For functions that take a constant integer argument - they are here - there's an entry for every op even if it isn't usedList<Long>getConstIntArgsList()For functions that take a constant integer argument - they are here - there's an entry for every op even if it isn't usedstatic PlanProtocol.WindowOperatorgetDefaultInstance()PlanProtocol.WindowOperatorgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()booleangetDirections(int index)The directions for each sort col - true = ascendingintgetDirectionsCount()The directions for each sort col - true = ascendingList<Boolean>getDirectionsList()The directions for each sort col - true = ascendingPlanProtocol.FrameSpecgetFrames(int index)The frame specification for each op, in the same orderintgetFramesCount()The frame specification for each op, in the same orderList<PlanProtocol.FrameSpec>getFramesList()The frame specification for each op, in the same orderPlanProtocol.FrameSpecOrBuildergetFramesOrBuilder(int index)The frame specification for each op, in the same orderList<? extends PlanProtocol.FrameSpecOrBuilder>getFramesOrBuilderList()The frame specification for each op, in the same orderStringgetInputCols(int index)The columns to perform each aggregation on (for operations that take a normal column argument) In the same order as ops (and same size) The following operations have no input, so any value in those positions is garbage WINDOW_OP_COUNT_STAR WINDOW_OP_RANK WINDOW_OP_DENSE_RANK WINDOW_OP_ROW_NUMBER WINDOW_OP_FIRST_VALUE WINDOW_OP_LAST_VALUE WINDOW_OP_CUME_DIST WINDOW_OP_PERCENT_RANK Additionally these operations only have constant input values, not a column input - so there is nothing here WINDOW_OP_NTH_VALUE WINDOW_OP_NTILEcom.google.protobuf.ByteStringgetInputColsBytes(int index)The columns to perform each aggregation on (for operations that take a normal column argument) In the same order as ops (and same size) The following operations have no input, so any value in those positions is garbage WINDOW_OP_COUNT_STAR WINDOW_OP_RANK WINDOW_OP_DENSE_RANK WINDOW_OP_ROW_NUMBER WINDOW_OP_FIRST_VALUE WINDOW_OP_LAST_VALUE WINDOW_OP_CUME_DIST WINDOW_OP_PERCENT_RANK Additionally these operations only have constant input values, not a column input - so there is nothing here WINDOW_OP_NTH_VALUE WINDOW_OP_NTILEintgetInputColsCount()The columns to perform each aggregation on (for operations that take a normal column argument) In the same order as ops (and same size) The following operations have no input, so any value in those positions is garbage WINDOW_OP_COUNT_STAR WINDOW_OP_RANK WINDOW_OP_DENSE_RANK WINDOW_OP_ROW_NUMBER WINDOW_OP_FIRST_VALUE WINDOW_OP_LAST_VALUE WINDOW_OP_CUME_DIST WINDOW_OP_PERCENT_RANK Additionally these operations only have constant input values, not a column input - so there is nothing here WINDOW_OP_NTH_VALUE WINDOW_OP_NTILEcom.google.protobuf.ProtocolStringListgetInputColsList()The columns to perform each aggregation on (for operations that take a normal column argument) In the same order as ops (and same size) The following operations have no input, so any value in those positions is garbage WINDOW_OP_COUNT_STAR WINDOW_OP_RANK WINDOW_OP_DENSE_RANK WINDOW_OP_ROW_NUMBER WINDOW_OP_FIRST_VALUE WINDOW_OP_LAST_VALUE WINDOW_OP_CUME_DIST WINDOW_OP_PERCENT_RANK Additionally these operations only have constant input values, not a column input - so there is nothing here WINDOW_OP_NTH_VALUE WINDOW_OP_NTILEbooleangetLimit1()Is there an immediate following limit 1?booleangetNullsFirst(int index)repeated bool nulls_first = 12;intgetNullsFirstCount()repeated bool nulls_first = 12;List<Boolean>getNullsFirstList()repeated bool nulls_first = 12;PlanProtocol.WindowOperator.WindowOpgetOps(int index)The aggregation operations to performintgetOpsCount()The aggregation operations to performList<PlanProtocol.WindowOperator.WindowOp>getOpsList()The aggregation operations to performintgetOpsValue(int index)The aggregation operations to performList<Integer>getOpsValueList()The aggregation operations to performStringgetOutputCols(int index)The name to give to the columns created by each aggregation operationcom.google.protobuf.ByteStringgetOutputColsBytes(int index)The name to give to the columns created by each aggregation operationintgetOutputColsCount()The name to give to the columns created by each aggregation operationcom.google.protobuf.ProtocolStringListgetOutputColsList()The name to give to the columns created by each aggregation operationStringgetOutputColsTypes(int index)The types for the outputCols, in the same ordercom.google.protobuf.ByteStringgetOutputColsTypesBytes(int index)The types for the outputCols, in the same orderintgetOutputColsTypesCount()The types for the outputCols, in the same ordercom.google.protobuf.ProtocolStringListgetOutputColsTypesList()The types for the outputCols, in the same ordercom.google.protobuf.Parser<PlanProtocol.WindowOperator>getParserForType()StringgetPartitioningCols(int index)Partitioning columnscom.google.protobuf.ByteStringgetPartitioningColsBytes(int index)Partitioning columnsintgetPartitioningColsCount()Partitioning columnscom.google.protobuf.ProtocolStringListgetPartitioningColsList()Partitioning columnsintgetSerializedSize()StringgetSortKeys(int index)The sort columns - already includes partitioning cols if anycom.google.protobuf.ByteStringgetSortKeysBytes(int index)The sort columns - already includes partitioning cols if anyintgetSortKeysCount()The sort columns - already includes partitioning cols if anycom.google.protobuf.ProtocolStringListgetSortKeysList()The sort columns - already includes partitioning cols if anycom.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static PlanProtocol.WindowOperator.BuildernewBuilder()static PlanProtocol.WindowOperator.BuildernewBuilder(PlanProtocol.WindowOperator prototype)PlanProtocol.WindowOperator.BuildernewBuilderForType()protected PlanProtocol.WindowOperator.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static PlanProtocol.WindowOperatorparseDelimitedFrom(InputStream input)static PlanProtocol.WindowOperatorparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.WindowOperatorparseFrom(byte[] data)static PlanProtocol.WindowOperatorparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.WindowOperatorparseFrom(com.google.protobuf.ByteString data)static PlanProtocol.WindowOperatorparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.WindowOperatorparseFrom(com.google.protobuf.CodedInputStream input)static PlanProtocol.WindowOperatorparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.WindowOperatorparseFrom(InputStream input)static PlanProtocol.WindowOperatorparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.WindowOperatorparseFrom(ByteBuffer data)static PlanProtocol.WindowOperatorparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<PlanProtocol.WindowOperator>parser()PlanProtocol.WindowOperator.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
PARTITIONING_COLS_FIELD_NUMBER
public static final int PARTITIONING_COLS_FIELD_NUMBER- See Also:
- Constant Field Values
-
SORTKEYS_FIELD_NUMBER
public static final int SORTKEYS_FIELD_NUMBER- See Also:
- Constant Field Values
-
DIRECTIONS_FIELD_NUMBER
public static final int DIRECTIONS_FIELD_NUMBER- See Also:
- Constant Field Values
-
OPS_FIELD_NUMBER
public static final int OPS_FIELD_NUMBER- See Also:
- Constant Field Values
-
INPUTCOLS_FIELD_NUMBER
public static final int INPUTCOLS_FIELD_NUMBER- See Also:
- Constant Field Values
-
OUTPUTCOLS_FIELD_NUMBER
public static final int OUTPUTCOLS_FIELD_NUMBER- See Also:
- Constant Field Values
-
OUTPUTCOLSTYPES_FIELD_NUMBER
public static final int OUTPUTCOLSTYPES_FIELD_NUMBER- See Also:
- Constant Field Values
-
FRAMES_FIELD_NUMBER
public static final int FRAMES_FIELD_NUMBER- See Also:
- Constant Field Values
-
CONSTINTARGS_FIELD_NUMBER
public static final int CONSTINTARGS_FIELD_NUMBER- See Also:
- Constant Field Values
-
CONSTFLOATARGS_FIELD_NUMBER
public static final int CONSTFLOATARGS_FIELD_NUMBER- See Also:
- Constant Field Values
-
LIMIT1_FIELD_NUMBER
public static final int LIMIT1_FIELD_NUMBER- See Also:
- Constant Field Values
-
NULLS_FIRST_FIELD_NUMBER
public static final int NULLS_FIRST_FIELD_NUMBER- See Also:
- Constant Field Values
-
-
Method Details
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getPartitioningColsList
public com.google.protobuf.ProtocolStringList getPartitioningColsList()Partitioning columns
repeated string partitioning_cols = 1;- Specified by:
getPartitioningColsListin interfacePlanProtocol.WindowOperatorOrBuilder
-
getPartitioningColsCount
public int getPartitioningColsCount()Partitioning columns
repeated string partitioning_cols = 1;- Specified by:
getPartitioningColsCountin interfacePlanProtocol.WindowOperatorOrBuilder
-
getPartitioningCols
Partitioning columns
repeated string partitioning_cols = 1;- Specified by:
getPartitioningColsin interfacePlanProtocol.WindowOperatorOrBuilder
-
getPartitioningColsBytes
public com.google.protobuf.ByteString getPartitioningColsBytes(int index)Partitioning columns
repeated string partitioning_cols = 1;- Specified by:
getPartitioningColsBytesin interfacePlanProtocol.WindowOperatorOrBuilder
-
getSortKeysList
public com.google.protobuf.ProtocolStringList getSortKeysList()The sort columns - already includes partitioning cols if any
repeated string sortKeys = 2;- Specified by:
getSortKeysListin interfacePlanProtocol.WindowOperatorOrBuilder
-
getSortKeysCount
public int getSortKeysCount()The sort columns - already includes partitioning cols if any
repeated string sortKeys = 2;- Specified by:
getSortKeysCountin interfacePlanProtocol.WindowOperatorOrBuilder
-
getSortKeys
The sort columns - already includes partitioning cols if any
repeated string sortKeys = 2;- Specified by:
getSortKeysin interfacePlanProtocol.WindowOperatorOrBuilder
-
getSortKeysBytes
public com.google.protobuf.ByteString getSortKeysBytes(int index)The sort columns - already includes partitioning cols if any
repeated string sortKeys = 2;- Specified by:
getSortKeysBytesin interfacePlanProtocol.WindowOperatorOrBuilder
-
getDirectionsList
The directions for each sort col - true = ascending
repeated bool directions = 3;- Specified by:
getDirectionsListin interfacePlanProtocol.WindowOperatorOrBuilder
-
getDirectionsCount
public int getDirectionsCount()The directions for each sort col - true = ascending
repeated bool directions = 3;- Specified by:
getDirectionsCountin interfacePlanProtocol.WindowOperatorOrBuilder
-
getDirections
public boolean getDirections(int index)The directions for each sort col - true = ascending
repeated bool directions = 3;- Specified by:
getDirectionsin interfacePlanProtocol.WindowOperatorOrBuilder
-
getOpsList
The aggregation operations to perform
repeated .xg.db.sqlPlans.WindowOperator.WindowOp ops = 4;- Specified by:
getOpsListin interfacePlanProtocol.WindowOperatorOrBuilder
-
getOpsCount
public int getOpsCount()The aggregation operations to perform
repeated .xg.db.sqlPlans.WindowOperator.WindowOp ops = 4;- Specified by:
getOpsCountin interfacePlanProtocol.WindowOperatorOrBuilder
-
getOps
The aggregation operations to perform
repeated .xg.db.sqlPlans.WindowOperator.WindowOp ops = 4;- Specified by:
getOpsin interfacePlanProtocol.WindowOperatorOrBuilder
-
getOpsValueList
The aggregation operations to perform
repeated .xg.db.sqlPlans.WindowOperator.WindowOp ops = 4;- Specified by:
getOpsValueListin interfacePlanProtocol.WindowOperatorOrBuilder
-
getOpsValue
public int getOpsValue(int index)The aggregation operations to perform
repeated .xg.db.sqlPlans.WindowOperator.WindowOp ops = 4;- Specified by:
getOpsValuein interfacePlanProtocol.WindowOperatorOrBuilder
-
getInputColsList
public com.google.protobuf.ProtocolStringList getInputColsList()The columns to perform each aggregation on (for operations that take a normal column argument) In the same order as ops (and same size) The following operations have no input, so any value in those positions is garbage WINDOW_OP_COUNT_STAR WINDOW_OP_RANK WINDOW_OP_DENSE_RANK WINDOW_OP_ROW_NUMBER WINDOW_OP_FIRST_VALUE WINDOW_OP_LAST_VALUE WINDOW_OP_CUME_DIST WINDOW_OP_PERCENT_RANK Additionally these operations only have constant input values, not a column input - so there is nothing here WINDOW_OP_NTH_VALUE WINDOW_OP_NTILE
repeated string inputCols = 5;- Specified by:
getInputColsListin interfacePlanProtocol.WindowOperatorOrBuilder
-
getInputColsCount
public int getInputColsCount()The columns to perform each aggregation on (for operations that take a normal column argument) In the same order as ops (and same size) The following operations have no input, so any value in those positions is garbage WINDOW_OP_COUNT_STAR WINDOW_OP_RANK WINDOW_OP_DENSE_RANK WINDOW_OP_ROW_NUMBER WINDOW_OP_FIRST_VALUE WINDOW_OP_LAST_VALUE WINDOW_OP_CUME_DIST WINDOW_OP_PERCENT_RANK Additionally these operations only have constant input values, not a column input - so there is nothing here WINDOW_OP_NTH_VALUE WINDOW_OP_NTILE
repeated string inputCols = 5;- Specified by:
getInputColsCountin interfacePlanProtocol.WindowOperatorOrBuilder
-
getInputCols
The columns to perform each aggregation on (for operations that take a normal column argument) In the same order as ops (and same size) The following operations have no input, so any value in those positions is garbage WINDOW_OP_COUNT_STAR WINDOW_OP_RANK WINDOW_OP_DENSE_RANK WINDOW_OP_ROW_NUMBER WINDOW_OP_FIRST_VALUE WINDOW_OP_LAST_VALUE WINDOW_OP_CUME_DIST WINDOW_OP_PERCENT_RANK Additionally these operations only have constant input values, not a column input - so there is nothing here WINDOW_OP_NTH_VALUE WINDOW_OP_NTILE
repeated string inputCols = 5;- Specified by:
getInputColsin interfacePlanProtocol.WindowOperatorOrBuilder
-
getInputColsBytes
public com.google.protobuf.ByteString getInputColsBytes(int index)The columns to perform each aggregation on (for operations that take a normal column argument) In the same order as ops (and same size) The following operations have no input, so any value in those positions is garbage WINDOW_OP_COUNT_STAR WINDOW_OP_RANK WINDOW_OP_DENSE_RANK WINDOW_OP_ROW_NUMBER WINDOW_OP_FIRST_VALUE WINDOW_OP_LAST_VALUE WINDOW_OP_CUME_DIST WINDOW_OP_PERCENT_RANK Additionally these operations only have constant input values, not a column input - so there is nothing here WINDOW_OP_NTH_VALUE WINDOW_OP_NTILE
repeated string inputCols = 5;- Specified by:
getInputColsBytesin interfacePlanProtocol.WindowOperatorOrBuilder
-
getOutputColsList
public com.google.protobuf.ProtocolStringList getOutputColsList()The name to give to the columns created by each aggregation operation
repeated string outputCols = 6;- Specified by:
getOutputColsListin interfacePlanProtocol.WindowOperatorOrBuilder
-
getOutputColsCount
public int getOutputColsCount()The name to give to the columns created by each aggregation operation
repeated string outputCols = 6;- Specified by:
getOutputColsCountin interfacePlanProtocol.WindowOperatorOrBuilder
-
getOutputCols
The name to give to the columns created by each aggregation operation
repeated string outputCols = 6;- Specified by:
getOutputColsin interfacePlanProtocol.WindowOperatorOrBuilder
-
getOutputColsBytes
public com.google.protobuf.ByteString getOutputColsBytes(int index)The name to give to the columns created by each aggregation operation
repeated string outputCols = 6;- Specified by:
getOutputColsBytesin interfacePlanProtocol.WindowOperatorOrBuilder
-
getOutputColsTypesList
public com.google.protobuf.ProtocolStringList getOutputColsTypesList()The types for the outputCols, in the same order
repeated string outputColsTypes = 7;- Specified by:
getOutputColsTypesListin interfacePlanProtocol.WindowOperatorOrBuilder
-
getOutputColsTypesCount
public int getOutputColsTypesCount()The types for the outputCols, in the same order
repeated string outputColsTypes = 7;- Specified by:
getOutputColsTypesCountin interfacePlanProtocol.WindowOperatorOrBuilder
-
getOutputColsTypes
The types for the outputCols, in the same order
repeated string outputColsTypes = 7;- Specified by:
getOutputColsTypesin interfacePlanProtocol.WindowOperatorOrBuilder
-
getOutputColsTypesBytes
public com.google.protobuf.ByteString getOutputColsTypesBytes(int index)The types for the outputCols, in the same order
repeated string outputColsTypes = 7;- Specified by:
getOutputColsTypesBytesin interfacePlanProtocol.WindowOperatorOrBuilder
-
getFramesList
The frame specification for each op, in the same order
repeated .xg.db.sqlPlans.FrameSpec frames = 8;- Specified by:
getFramesListin interfacePlanProtocol.WindowOperatorOrBuilder
-
getFramesOrBuilderList
The frame specification for each op, in the same order
repeated .xg.db.sqlPlans.FrameSpec frames = 8;- Specified by:
getFramesOrBuilderListin interfacePlanProtocol.WindowOperatorOrBuilder
-
getFramesCount
public int getFramesCount()The frame specification for each op, in the same order
repeated .xg.db.sqlPlans.FrameSpec frames = 8;- Specified by:
getFramesCountin interfacePlanProtocol.WindowOperatorOrBuilder
-
getFrames
The frame specification for each op, in the same order
repeated .xg.db.sqlPlans.FrameSpec frames = 8;- Specified by:
getFramesin interfacePlanProtocol.WindowOperatorOrBuilder
-
getFramesOrBuilder
The frame specification for each op, in the same order
repeated .xg.db.sqlPlans.FrameSpec frames = 8;- Specified by:
getFramesOrBuilderin interfacePlanProtocol.WindowOperatorOrBuilder
-
getConstIntArgsList
For functions that take a constant integer argument - they are here - there's an entry for every op even if it isn't used
repeated int64 constIntArgs = 9;- Specified by:
getConstIntArgsListin interfacePlanProtocol.WindowOperatorOrBuilder
-
getConstIntArgsCount
public int getConstIntArgsCount()For functions that take a constant integer argument - they are here - there's an entry for every op even if it isn't used
repeated int64 constIntArgs = 9;- Specified by:
getConstIntArgsCountin interfacePlanProtocol.WindowOperatorOrBuilder
-
getConstIntArgs
public long getConstIntArgs(int index)For functions that take a constant integer argument - they are here - there's an entry for every op even if it isn't used
repeated int64 constIntArgs = 9;- Specified by:
getConstIntArgsin interfacePlanProtocol.WindowOperatorOrBuilder
-
getConstFloatArgsList
For functions that take a constant floating point argument - they are here - there's an entry for every op even if it isn't used
repeated double constFloatArgs = 10;- Specified by:
getConstFloatArgsListin interfacePlanProtocol.WindowOperatorOrBuilder
-
getConstFloatArgsCount
public int getConstFloatArgsCount()For functions that take a constant floating point argument - they are here - there's an entry for every op even if it isn't used
repeated double constFloatArgs = 10;- Specified by:
getConstFloatArgsCountin interfacePlanProtocol.WindowOperatorOrBuilder
-
getConstFloatArgs
public double getConstFloatArgs(int index)For functions that take a constant floating point argument - they are here - there's an entry for every op even if it isn't used
repeated double constFloatArgs = 10;- Specified by:
getConstFloatArgsin interfacePlanProtocol.WindowOperatorOrBuilder
-
getLimit1
public boolean getLimit1()Is there an immediate following limit 1?
bool limit1 = 11;- Specified by:
getLimit1in interfacePlanProtocol.WindowOperatorOrBuilder
-
getNullsFirstList
repeated bool nulls_first = 12;- Specified by:
getNullsFirstListin interfacePlanProtocol.WindowOperatorOrBuilder
-
getNullsFirstCount
public int getNullsFirstCount()repeated bool nulls_first = 12;- Specified by:
getNullsFirstCountin interfacePlanProtocol.WindowOperatorOrBuilder
-
getNullsFirst
public boolean getNullsFirst(int index)repeated bool nulls_first = 12;- Specified by:
getNullsFirstin interfacePlanProtocol.WindowOperatorOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static PlanProtocol.WindowOperator parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlanProtocol.WindowOperator parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlanProtocol.WindowOperator parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlanProtocol.WindowOperator parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlanProtocol.WindowOperator parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlanProtocol.WindowOperator parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static PlanProtocol.WindowOperator parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException- Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static PlanProtocol.WindowOperator parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException- Throws:
IOException
-
parseFrom
public static PlanProtocol.WindowOperator parseFrom(com.google.protobuf.CodedInputStream input) throws IOException- Throws:
IOException
-
parseFrom
public static PlanProtocol.WindowOperator parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException- Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
public static PlanProtocol.WindowOperator.Builder newBuilder(PlanProtocol.WindowOperator prototype) -
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected PlanProtocol.WindowOperator.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-