Package com.ocient.jdbc.proto
Interface PlanProtocol.RandomIntOperatorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.RandomIntOperator,PlanProtocol.RandomIntOperator.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.RandomIntOperatorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description intgetLargest()int32 largest = 2;doublegetNullChance()a value in the range [0, 1] representing the chance for a null valuelonggetNumCols()uint64 numCols = 4;longgetNumRows()uint64 numRows = 3;intgetSmallest()int32 smallest = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSmallest
int getSmallest()int32 smallest = 1; -
getLargest
int getLargest()int32 largest = 2; -
getNumRows
long getNumRows()uint64 numRows = 3; -
getNumCols
long getNumCols()uint64 numCols = 4; -
getNullChance
double getNullChance()a value in the range [0, 1] representing the chance for a null value
double nullChance = 5;
-