Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(Expression.Visitor<R>) - Method in class dev.vortex.api.expressions.Literal
- accept(Expression.Visitor<T>) - Method in interface dev.vortex.api.Expression
-
Accepts a visitor and dispatches to the appropriate visit method based on the expression type.
- accept(Expression.Visitor<T>) - Method in class dev.vortex.api.expressions.Binary
- accept(Expression.Visitor<T>) - Method in class dev.vortex.api.expressions.GetItem
- accept(Expression.Visitor<T>) - Method in class dev.vortex.api.expressions.Not
- accept(Expression.Visitor<T>) - Method in class dev.vortex.api.expressions.Root
- acceptLiteralVisitor(Literal.LiteralVisitor<U>) - Method in class dev.vortex.api.expressions.Literal
-
Accepts a literal visitor to process this literal in a type-safe manner.
- Add - Enum constant in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Add = 8;
- Add_VALUE - Static variable in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Add = 8;
- addAllChildren(Iterable<? extends ExprProtos.Expr>) - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
repeated .vortex.expr.Expr children = 2;
- addAllDtypes(Iterable<? extends DTypeProtos.DType>) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated .vortex.dtype.DType dtypes = 2;
- addAllNames(Iterable<String>) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated string names = 1;
- addAllNames(Iterable<String>) - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
-
repeated string names = 1;
- addAllPath(Iterable<? extends DTypeProtos.Field>) - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
-
repeated .vortex.dtype.Field path = 1;
- addAllPaths(Iterable<String>) - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
-
repeated string paths = 1;
- addAllValues(Iterable<? extends Value>) - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- addAllValues(Iterable<? extends ScalarProtos.ScalarValue>) - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
-
repeated .vortex.scalar.ScalarValue values = 1;
- addChildren(int, ExprProtos.Expr) - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
repeated .vortex.expr.Expr children = 2;
- addChildren(int, ExprProtos.Expr.Builder) - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
repeated .vortex.expr.Expr children = 2;
- addChildren(ExprProtos.Expr) - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
repeated .vortex.expr.Expr children = 2;
- addChildren(ExprProtos.Expr.Builder) - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
repeated .vortex.expr.Expr children = 2;
- addChildrenBuilder() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
repeated .vortex.expr.Expr children = 2;
- addChildrenBuilder(int) - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
repeated .vortex.expr.Expr children = 2;
- addDtypes(int, DTypeProtos.DType) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated .vortex.dtype.DType dtypes = 2;
- addDtypes(int, DTypeProtos.DType.Builder) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated .vortex.dtype.DType dtypes = 2;
- addDtypes(DTypeProtos.DType) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated .vortex.dtype.DType dtypes = 2;
- addDtypes(DTypeProtos.DType.Builder) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated .vortex.dtype.DType dtypes = 2;
- addDtypesBuilder() - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated .vortex.dtype.DType dtypes = 2;
- addDtypesBuilder(int) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated .vortex.dtype.DType dtypes = 2;
- addNames(String) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated string names = 1;
- addNames(String) - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
-
repeated string names = 1;
- addNamesBytes(ByteString) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated string names = 1;
- addNamesBytes(ByteString) - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
-
repeated string names = 1;
- addPath(int, DTypeProtos.Field) - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
-
repeated .vortex.dtype.Field path = 1;
- addPath(int, DTypeProtos.Field.Builder) - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
-
repeated .vortex.dtype.Field path = 1;
- addPath(DTypeProtos.Field) - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
-
repeated .vortex.dtype.Field path = 1;
- addPath(DTypeProtos.Field.Builder) - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
-
repeated .vortex.dtype.Field path = 1;
- addPathBuilder() - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
-
repeated .vortex.dtype.Field path = 1;
- addPathBuilder(int) - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
-
repeated .vortex.dtype.Field path = 1;
- addPaths(String) - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
-
repeated string paths = 1;
- addPathsBytes(ByteString) - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
-
repeated string paths = 1;
- addValues(int, Value) - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- addValues(int, Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- addValues(int, ScalarProtos.ScalarValue) - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
-
repeated .vortex.scalar.ScalarValue values = 1;
- addValues(int, ScalarProtos.ScalarValue.Builder) - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
-
repeated .vortex.scalar.ScalarValue values = 1;
- addValues(Value) - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- addValues(Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- addValues(ScalarProtos.ScalarValue) - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
-
repeated .vortex.scalar.ScalarValue values = 1;
- addValues(ScalarProtos.ScalarValue.Builder) - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
-
repeated .vortex.scalar.ScalarValue values = 1;
- addValuesBuilder() - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- addValuesBuilder() - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
-
repeated .vortex.scalar.ScalarValue values = 1;
- addValuesBuilder(int) - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- addValuesBuilder(int) - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
-
repeated .vortex.scalar.ScalarValue values = 1;
- and(Expression, Expression...) - Static method in class dev.vortex.api.expressions.Binary
-
Creates a logical AND expression combining multiple expressions.
- And - Enum constant in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
And = 6;
- AND - Enum constant in enum class dev.vortex.api.expressions.Binary.BinaryOp
-
Logical AND operator (&&)
- And_VALUE - Static variable in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
And = 6;
- Array - Interface in dev.vortex.api
- ArrayIterator - Interface in dev.vortex.api
-
An iterator interface for traversing Vortex arrays while providing type information and resource management capabilities.
- ArrowAllocation - Class in dev.vortex.arrow
-
Utility class for managing Apache Arrow memory allocation.
- asByte() - Method in enum class dev.vortex.api.DType.TimeUnit
-
Get the byte value of this TimeUnit.
B
- Binary - Class in dev.vortex.api.expressions
-
Represents a binary expression that operates on two child expressions using a binary operator.
- BINARY - Enum constant in enum class dev.vortex.api.DType.Variant
-
Binary data type for arbitrary byte sequences
- BINARY - Enum constant in enum class dev.vortex.proto.DTypeProtos.DType.DtypeTypeCase
- BINARY_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.DType
- Binary.BinaryOp - Enum Class in dev.vortex.api.expressions
-
Enumeration of binary operators supported by binary expressions.
- bool(boolean) - Static method in class dev.vortex.api.proto.Scalars
-
Creates a non-nullable boolean scalar with the specified value.
- bool(Boolean) - Static method in class dev.vortex.api.expressions.Literal
-
Creates a boolean literal.
- BOOL - Enum constant in enum class dev.vortex.api.DType.Variant
-
Boolean type for true/false values
- BOOL - Enum constant in enum class dev.vortex.proto.DTypeProtos.DType.DtypeTypeCase
- BOOL_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.DType
- BOOL_VALUE - Enum constant in enum class com.google.protobuf.Value.KindCase
- BOOL_VALUE - Enum constant in enum class dev.vortex.proto.ScalarProtos.ScalarValue.KindCase
- BOOL_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
- BOOL_VALUE_FIELD_NUMBER - Static variable in class dev.vortex.proto.ScalarProtos.ScalarValue
- BoolValue - Class in com.google.protobuf
-
Wrapper message for `bool`.
- BoolValue.Builder - Class in com.google.protobuf
-
Wrapper message for `bool`.
- BoolValueOrBuilder - Interface in com.google.protobuf
- build() - Method in class com.google.protobuf.BoolValue.Builder
- build() - Method in class com.google.protobuf.BytesValue.Builder
- build() - Method in class com.google.protobuf.DoubleValue.Builder
- build() - Method in class com.google.protobuf.FloatValue.Builder
- build() - Method in class com.google.protobuf.Int32Value.Builder
- build() - Method in class com.google.protobuf.Int64Value.Builder
- build() - Method in class com.google.protobuf.ListValue.Builder
- build() - Method in class com.google.protobuf.StringValue.Builder
- build() - Method in class com.google.protobuf.Struct.Builder
- build() - Method in class com.google.protobuf.UInt32Value.Builder
- build() - Method in class com.google.protobuf.UInt64Value.Builder
- build() - Method in class com.google.protobuf.Value.Builder
- build() - Method in class dev.vortex.proto.DTypeProtos.Binary.Builder
- build() - Method in class dev.vortex.proto.DTypeProtos.Bool.Builder
- build() - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
- build() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
- build() - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
- build() - Method in class dev.vortex.proto.DTypeProtos.Field.Builder
- build() - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
- build() - Method in class dev.vortex.proto.DTypeProtos.List.Builder
- build() - Method in class dev.vortex.proto.DTypeProtos.Null.Builder
- build() - Method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
- build() - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
- build() - Method in class dev.vortex.proto.DTypeProtos.Utf8.Builder
- build() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts.Builder
- build() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts.Builder
- build() - Method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
- build() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
- build() - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
- build() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts.Builder
- build() - Method in class dev.vortex.proto.ExprProtos.LikeOpts.Builder
- build() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
- build() - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
- build() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
- build() - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
- build() - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
- build() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
- builder() - Static method in interface dev.vortex.api.ScanOptions
-
Creates a new builder for constructing ScanOptions instances.
- buildPartial() - Method in class com.google.protobuf.BoolValue.Builder
- buildPartial() - Method in class com.google.protobuf.BytesValue.Builder
- buildPartial() - Method in class com.google.protobuf.DoubleValue.Builder
- buildPartial() - Method in class com.google.protobuf.FloatValue.Builder
- buildPartial() - Method in class com.google.protobuf.Int32Value.Builder
- buildPartial() - Method in class com.google.protobuf.Int64Value.Builder
- buildPartial() - Method in class com.google.protobuf.ListValue.Builder
- buildPartial() - Method in class com.google.protobuf.StringValue.Builder
- buildPartial() - Method in class com.google.protobuf.Struct.Builder
- buildPartial() - Method in class com.google.protobuf.UInt32Value.Builder
- buildPartial() - Method in class com.google.protobuf.UInt64Value.Builder
- buildPartial() - Method in class com.google.protobuf.Value.Builder
- buildPartial() - Method in class dev.vortex.proto.DTypeProtos.Binary.Builder
- buildPartial() - Method in class dev.vortex.proto.DTypeProtos.Bool.Builder
- buildPartial() - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
- buildPartial() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
- buildPartial() - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
- buildPartial() - Method in class dev.vortex.proto.DTypeProtos.Field.Builder
- buildPartial() - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
- buildPartial() - Method in class dev.vortex.proto.DTypeProtos.List.Builder
- buildPartial() - Method in class dev.vortex.proto.DTypeProtos.Null.Builder
- buildPartial() - Method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
- buildPartial() - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
- buildPartial() - Method in class dev.vortex.proto.DTypeProtos.Utf8.Builder
- buildPartial() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts.Builder
- buildPartial() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts.Builder
- buildPartial() - Method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
- buildPartial() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
- buildPartial() - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
- buildPartial() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts.Builder
- buildPartial() - Method in class dev.vortex.proto.ExprProtos.LikeOpts.Builder
- buildPartial() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
- buildPartial() - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
- buildPartial() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
- buildPartial() - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
- buildPartial() - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
- buildPartial() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
- bytes(byte[]) - Static method in class dev.vortex.api.expressions.Literal
-
Creates a byte array literal.
- bytes(byte[]) - Static method in class dev.vortex.api.proto.Scalars
- BYTES_VALUE - Enum constant in enum class dev.vortex.proto.ScalarProtos.ScalarValue.KindCase
- BYTES_VALUE_FIELD_NUMBER - Static variable in class dev.vortex.proto.ScalarProtos.ScalarValue
- BytesValue - Class in com.google.protobuf
-
Wrapper message for `bytes`.
- BytesValue.Builder - Class in com.google.protobuf
-
Wrapper message for `bytes`.
- BytesValueOrBuilder - Interface in com.google.protobuf
C
- CASE_INSENSITIVE_FIELD_NUMBER - Static variable in class dev.vortex.proto.ExprProtos.LikeOpts
- children() - Method in interface dev.vortex.api.Expression
-
Returns the children of this expression.
- children() - Method in class dev.vortex.api.expressions.Binary
- children() - Method in class dev.vortex.api.expressions.GetItem
- children() - Method in class dev.vortex.api.expressions.Literal
- children() - Method in class dev.vortex.api.expressions.Not
- children() - Method in class dev.vortex.api.expressions.Root
- children() - Method in class dev.vortex.api.expressions.Unknown
- CHILDREN_FIELD_NUMBER - Static variable in class dev.vortex.proto.ExprProtos.Expr
- clear() - Method in class com.google.protobuf.BoolValue.Builder
- clear() - Method in class com.google.protobuf.BytesValue.Builder
- clear() - Method in class com.google.protobuf.DoubleValue.Builder
- clear() - Method in class com.google.protobuf.FloatValue.Builder
- clear() - Method in class com.google.protobuf.Int32Value.Builder
- clear() - Method in class com.google.protobuf.Int64Value.Builder
- clear() - Method in class com.google.protobuf.ListValue.Builder
- clear() - Method in class com.google.protobuf.StringValue.Builder
- clear() - Method in class com.google.protobuf.Struct.Builder
- clear() - Method in class com.google.protobuf.UInt32Value.Builder
- clear() - Method in class com.google.protobuf.UInt64Value.Builder
- clear() - Method in class com.google.protobuf.Value.Builder
- clear() - Method in class dev.vortex.proto.DTypeProtos.Binary.Builder
- clear() - Method in class dev.vortex.proto.DTypeProtos.Bool.Builder
- clear() - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
- clear() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
- clear() - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
- clear() - Method in class dev.vortex.proto.DTypeProtos.Field.Builder
- clear() - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
- clear() - Method in class dev.vortex.proto.DTypeProtos.List.Builder
- clear() - Method in class dev.vortex.proto.DTypeProtos.Null.Builder
- clear() - Method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
- clear() - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
- clear() - Method in class dev.vortex.proto.DTypeProtos.Utf8.Builder
- clear() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts.Builder
- clear() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts.Builder
- clear() - Method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
- clear() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
- clear() - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
- clear() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts.Builder
- clear() - Method in class dev.vortex.proto.ExprProtos.LikeOpts.Builder
- clear() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
- clear() - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
- clear() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
- clear() - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
- clear() - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
- clear() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
- clearBinary() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Binary binary = 6;
- clearBool() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Bool bool = 2;
- clearBoolValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a boolean value.
- clearBoolValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
bool bool_value = 2;
- clearBytesValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
bytes bytes_value = 8;
- clearCaseInsensitive() - Method in class dev.vortex.proto.ExprProtos.LikeOpts.Builder
-
bool case_insensitive = 2;
- clearChildren() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
repeated .vortex.expr.Expr children = 2;
- clearDecimal() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Decimal decimal = 4;
- clearDtype() - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
-
.vortex.dtype.DType dtype = 1;
- clearDtypes() - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated .vortex.dtype.DType dtypes = 2;
- clearDtypeType() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
- clearElementType() - Method in class dev.vortex.proto.DTypeProtos.List.Builder
-
.vortex.dtype.DType element_type = 1;
- clearExclude() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
-
.vortex.expr.FieldNames exclude = 2;
- clearExtension() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Extension extension = 9;
- clearF16Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
uint64 f16_value = 10;
- clearF32Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
float f32_value = 5;
- clearF64Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
double f64_value = 6;
- clearFields() - Method in class com.google.protobuf.Struct.Builder
- clearFieldType() - Method in class dev.vortex.proto.DTypeProtos.Field.Builder
- clearId() - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
-
string id = 1;
- clearId() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
string id = 1;
- clearInclude() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
-
.vortex.expr.FieldNames include = 1;
- clearInt64Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
sint64 int64_value = 3;
- clearKind() - Method in class com.google.protobuf.Value.Builder
- clearKind() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
- clearList() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.List list = 8;
- clearListValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a repeated `Value`.
- clearListValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
.vortex.scalar.ListValue list_value = 9;
- clearLowerStrict() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts.Builder
-
bool lower_strict = 1;
- clearMetadata() - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
-
optional bytes metadata = 3;
- clearMetadata() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
optional bytes metadata = 3;
- clearName() - Method in class dev.vortex.proto.DTypeProtos.Field.Builder
-
string name = 1;
- clearNames() - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated string names = 1;
- clearNames() - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
-
repeated string names = 1;
- clearNegated() - Method in class dev.vortex.proto.ExprProtos.LikeOpts.Builder
-
bool negated = 1;
- clearNull() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Null null = 1;
- clearNullable() - Method in class dev.vortex.proto.DTypeProtos.Binary.Builder
-
bool nullable = 1;
- clearNullable() - Method in class dev.vortex.proto.DTypeProtos.Bool.Builder
-
bool nullable = 1;
- clearNullable() - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
-
bool nullable = 3;
- clearNullable() - Method in class dev.vortex.proto.DTypeProtos.List.Builder
-
bool nullable = 2;
- clearNullable() - Method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
-
bool nullable = 2;
- clearNullable() - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
bool nullable = 3;
- clearNullable() - Method in class dev.vortex.proto.DTypeProtos.Utf8.Builder
-
bool nullable = 1;
- clearNullable() - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
-
bool nullable = 2;
- clearNullValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a null value.
- clearNullValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
.google.protobuf.NullValue null_value = 1;
- clearNumberValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a double value.
- clearOp() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts.Builder
-
.vortex.expr.BinaryOpts.BinaryOp op = 1;
- clearOpts() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
- clearPath() - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
-
repeated .vortex.dtype.Field path = 1;
- clearPath() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts.Builder
-
string path = 1;
- clearPaths() - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
-
repeated string paths = 1;
- clearPrecision() - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
-
uint32 precision = 1;
- clearPrimitive() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Primitive primitive = 3;
- clearScale() - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
-
int32 scale = 2;
- clearStorageDtype() - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
-
.vortex.dtype.DType storage_dtype = 2;
- clearStringValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a string value.
- clearStringValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
string string_value = 7;
- clearStruct() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Struct struct = 7;
- clearStructValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a structured value.
- clearTarget() - Method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
-
.vortex.dtype.DType target = 1;
- clearType() - Method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
-
.vortex.dtype.PType type = 1;
- clearUint64Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
uint64 uint64_value = 4;
- clearUpperStrict() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts.Builder
-
bool upper_strict = 2;
- clearUtf8() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Utf8 utf8 = 5;
- clearValue() - Method in class com.google.protobuf.BoolValue.Builder
-
The bool value.
- clearValue() - Method in class com.google.protobuf.BytesValue.Builder
-
The bytes value.
- clearValue() - Method in class com.google.protobuf.DoubleValue.Builder
-
The double value.
- clearValue() - Method in class com.google.protobuf.FloatValue.Builder
-
The float value.
- clearValue() - Method in class com.google.protobuf.Int32Value.Builder
-
The int32 value.
- clearValue() - Method in class com.google.protobuf.Int64Value.Builder
-
The int64 value.
- clearValue() - Method in class com.google.protobuf.StringValue.Builder
-
The string value.
- clearValue() - Method in class com.google.protobuf.UInt32Value.Builder
-
The uint32 value.
- clearValue() - Method in class com.google.protobuf.UInt64Value.Builder
-
The uint64 value.
- clearValue() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
-
.vortex.scalar.Scalar value = 1;
- clearValue() - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
-
.vortex.scalar.ScalarValue value = 2;
- clearValues() - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- clearValues() - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
-
repeated .vortex.scalar.ScalarValue values = 1;
- close() - Method in interface dev.vortex.api.Array
- close() - Method in interface dev.vortex.api.ArrayIterator
-
Closes this iterator and releases any underlying resources.
- close() - Method in interface dev.vortex.api.DType
-
Closes this DType and releases any associated native resources.
- close() - Method in interface dev.vortex.api.File
-
Closes this file and releases any associated resources.
- close() - Method in interface dev.vortex.api.VortexWriter
-
Closes the writer and finalizes the Vortex file.
- close() - Method in class dev.vortex.jni.JNIArray
- close() - Method in class dev.vortex.jni.JNIArrayIterator
- close() - Method in class dev.vortex.jni.JNIDType
- close() - Method in class dev.vortex.jni.JNIFile
- close() - Method in class dev.vortex.jni.JNIWriter
-
Closes the writer and finalizes the Vortex file.
- close(long) - Static method in class dev.vortex.jni.NativeFileMethods
-
Close the file associated with the given pointer.
- close(long) - Static method in class dev.vortex.jni.NativeWriterMethods
-
Close and flush the writer, finalizing it to the storage system.
- columns() - Method in interface dev.vortex.api.ScanOptions
-
Columns to project out.
- com.google.protobuf - package com.google.protobuf
- containsFields(String) - Method in class com.google.protobuf.Struct.Builder
-
Unordered map of dynamically typed values.
- containsFields(String) - Method in class com.google.protobuf.Struct
-
Unordered map of dynamically typed values.
- containsFields(String) - Method in interface com.google.protobuf.StructOrBuilder
-
Unordered map of dynamically typed values.
- create(String, long, Map<String, String>) - Static method in class dev.vortex.jni.NativeWriterMethods
-
Creates a new native Vortex writer.
- create(String, DType, Map<String, String>) - Static method in interface dev.vortex.api.VortexWriter
-
Creates a new VortexWriter for writing to the specified file path.
D
- DATE_DAYS - Static variable in class dev.vortex.api.proto.TemporalMetadatas
-
Supplier for date metadata with days precision.
- DATE_MILLIS - Static variable in class dev.vortex.api.proto.TemporalMetadatas
-
Supplier for date metadata with milliseconds precision.
- dateDays(int) - Static method in class dev.vortex.api.proto.Scalars
- dateDays(Integer) - Static method in class dev.vortex.api.expressions.Literal
-
Creates a date literal representing date as days since epoch.
- dateMillis(long) - Static method in class dev.vortex.api.proto.Scalars
- dateMillis(Long) - Static method in class dev.vortex.api.expressions.Literal
-
Creates a date literal representing date as milliseconds since epoch.
- DateTimeUtil - Class in dev.vortex
-
Utility class for date and time conversions in Vortex.
- DateTimeUtil() - Constructor for class dev.vortex.DateTimeUtil
- DAYS - Enum constant in enum class dev.vortex.api.DType.TimeUnit
-
Day precision (24-hour periods)
- DEBUG - Static variable in class dev.vortex.jni.NativeLogging
-
Logging level constant for debug, informational, warning, and error messages
- decimal(BigDecimal, int, int) - Static method in class dev.vortex.api.expressions.Literal
-
Creates a decimal literal with specified precision and scale.
- decimal(BigDecimal, int, int) - Static method in class dev.vortex.api.proto.Scalars
-
Creates a non-nullable decimal scalar with the specified value, precision, and scale.
- DECIMAL - Enum constant in enum class dev.vortex.api.DType.Variant
-
Decimal type for precise numeric values
- DECIMAL - Enum constant in enum class dev.vortex.proto.DTypeProtos.DType.DtypeTypeCase
- DECIMAL_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.DType
- delete(String[], Map<String, String>) - Static method in class dev.vortex.jni.NativeFileMethods
-
Delete the files at the provided URIs.
- deserialize(ExprProtos.Expr) - Static method in class dev.vortex.api.proto.Expressions
-
Deserialize a protocol buffer representation back into an
Expression
object. - dev.vortex - package dev.vortex
- dev.vortex.api - package dev.vortex.api
- dev.vortex.api.expressions - package dev.vortex.api.expressions
- dev.vortex.api.proto - package dev.vortex.api.proto
- dev.vortex.arrow - package dev.vortex.arrow
- dev.vortex.jni - package dev.vortex.jni
- dev.vortex.proto - package dev.vortex.proto
- DoubleValue - Class in com.google.protobuf
-
Wrapper message for `double`.
- DoubleValue.Builder - Class in com.google.protobuf
-
Wrapper message for `double`.
- DoubleValueOrBuilder - Interface in com.google.protobuf
- dropArrowArray(long) - Static method in class dev.vortex.jni.NativeArrayMethods
- dropArrowSchema(long) - Static method in class dev.vortex.jni.NativeArrayMethods
- dtype(long) - Static method in class dev.vortex.jni.NativeFileMethods
-
Get the data type of the file associated with the given pointer.
- DType - Interface in dev.vortex.api
-
Vortex logical type interface representing the schema and metadata for array data.
- DTYPE_FIELD_NUMBER - Static variable in class dev.vortex.proto.ScalarProtos.Scalar
- DType.TimeUnit - Enum Class in dev.vortex.api
-
Enumeration of time units supported by Vortex temporal data types.
- DType.Variant - Enum Class in dev.vortex.api
-
Enumeration of all supported data type variants in Vortex.
- DTypeProtos - Class in dev.vortex.proto
- DTypeProtos.Binary - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.Binary
- DTypeProtos.Binary.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.Binary
- DTypeProtos.BinaryOrBuilder - Interface in dev.vortex.proto
- DTypeProtos.Bool - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.Bool
- DTypeProtos.Bool.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.Bool
- DTypeProtos.BoolOrBuilder - Interface in dev.vortex.proto
- DTypeProtos.Decimal - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.Decimal
- DTypeProtos.Decimal.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.Decimal
- DTypeProtos.DecimalOrBuilder - Interface in dev.vortex.proto
- DTypeProtos.DType - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.DType
- DTypeProtos.DType.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.DType
- DTypeProtos.DType.DtypeTypeCase - Enum Class in dev.vortex.proto
- DTypeProtos.DTypeOrBuilder - Interface in dev.vortex.proto
- DTypeProtos.Extension - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.Extension
- DTypeProtos.Extension.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.Extension
- DTypeProtos.ExtensionOrBuilder - Interface in dev.vortex.proto
- DTypeProtos.Field - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.Field
- DTypeProtos.Field.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.Field
- DTypeProtos.Field.FieldTypeCase - Enum Class in dev.vortex.proto
- DTypeProtos.FieldOrBuilder - Interface in dev.vortex.proto
- DTypeProtos.FieldPath - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.FieldPath
- DTypeProtos.FieldPath.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.FieldPath
- DTypeProtos.FieldPathOrBuilder - Interface in dev.vortex.proto
- DTypeProtos.List - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.List
- DTypeProtos.List.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.List
- DTypeProtos.ListOrBuilder - Interface in dev.vortex.proto
- DTypeProtos.Null - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.Null
- DTypeProtos.Null.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.Null
- DTypeProtos.NullOrBuilder - Interface in dev.vortex.proto
- DTypeProtos.Primitive - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.Primitive
- DTypeProtos.Primitive.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.Primitive
- DTypeProtos.PrimitiveOrBuilder - Interface in dev.vortex.proto
- DTypeProtos.PType - Enum Class in dev.vortex.proto
-
Protobuf enum
vortex.dtype.PType
- DTypeProtos.Struct - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.Struct
- DTypeProtos.Struct.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.Struct
- DTypeProtos.StructOrBuilder - Interface in dev.vortex.proto
- DTypeProtos.Utf8 - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.Utf8
- DTypeProtos.Utf8.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.dtype.Utf8
- DTypeProtos.Utf8OrBuilder - Interface in dev.vortex.proto
- DTypes - Class in dev.vortex.api.proto
-
Factory class for creating Vortex data type definitions.
- DTYPES_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.Struct
- DTYPETYPE_NOT_SET - Enum constant in enum class dev.vortex.proto.DTypeProtos.DType.DtypeTypeCase
E
- ELEMENT_TYPE_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.List
- EndianUtils - Class in dev.vortex.api.proto
-
Utility class for handling endianness conversions in Vortex protocol buffers.
- EndianUtils() - Constructor for class dev.vortex.api.proto.EndianUtils
- EPOCH - Static variable in class dev.vortex.DateTimeUtil
-
The Unix epoch as an OffsetDateTime (1970-01-01T00:00:00Z).
- eq(Expression, Expression) - Static method in class dev.vortex.api.expressions.Binary
-
Creates an equality comparison expression (==).
- Eq - Enum constant in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Eq = 0;
- EQ - Enum constant in enum class dev.vortex.api.expressions.Binary.BinaryOp
-
Equality comparison operator (==)
- Eq_VALUE - Static variable in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Eq = 0;
- equals(Object) - Method in class com.google.protobuf.BoolValue
- equals(Object) - Method in class com.google.protobuf.BytesValue
- equals(Object) - Method in class com.google.protobuf.DoubleValue
- equals(Object) - Method in class com.google.protobuf.FloatValue
- equals(Object) - Method in class com.google.protobuf.Int32Value
- equals(Object) - Method in class com.google.protobuf.Int64Value
- equals(Object) - Method in class com.google.protobuf.ListValue
- equals(Object) - Method in class com.google.protobuf.StringValue
- equals(Object) - Method in class com.google.protobuf.Struct
- equals(Object) - Method in class com.google.protobuf.UInt32Value
- equals(Object) - Method in class com.google.protobuf.UInt64Value
- equals(Object) - Method in class com.google.protobuf.Value
- equals(Object) - Method in class dev.vortex.api.expressions.Binary
- equals(Object) - Method in class dev.vortex.api.expressions.GetItem
- equals(Object) - Method in class dev.vortex.api.expressions.Literal
- equals(Object) - Method in class dev.vortex.api.expressions.Not
- equals(Object) - Method in class dev.vortex.proto.DTypeProtos.Binary
- equals(Object) - Method in class dev.vortex.proto.DTypeProtos.Bool
- equals(Object) - Method in class dev.vortex.proto.DTypeProtos.Decimal
- equals(Object) - Method in class dev.vortex.proto.DTypeProtos.DType
- equals(Object) - Method in class dev.vortex.proto.DTypeProtos.Extension
- equals(Object) - Method in class dev.vortex.proto.DTypeProtos.Field
- equals(Object) - Method in class dev.vortex.proto.DTypeProtos.FieldPath
- equals(Object) - Method in class dev.vortex.proto.DTypeProtos.List
- equals(Object) - Method in class dev.vortex.proto.DTypeProtos.Null
- equals(Object) - Method in class dev.vortex.proto.DTypeProtos.Primitive
- equals(Object) - Method in class dev.vortex.proto.DTypeProtos.Struct
- equals(Object) - Method in class dev.vortex.proto.DTypeProtos.Utf8
- equals(Object) - Method in class dev.vortex.proto.ExprProtos.BetweenOpts
- equals(Object) - Method in class dev.vortex.proto.ExprProtos.BinaryOpts
- equals(Object) - Method in class dev.vortex.proto.ExprProtos.CastOpts
- equals(Object) - Method in class dev.vortex.proto.ExprProtos.Expr
- equals(Object) - Method in class dev.vortex.proto.ExprProtos.FieldNames
- equals(Object) - Method in class dev.vortex.proto.ExprProtos.GetItemOpts
- equals(Object) - Method in class dev.vortex.proto.ExprProtos.LikeOpts
- equals(Object) - Method in class dev.vortex.proto.ExprProtos.LiteralOpts
- equals(Object) - Method in class dev.vortex.proto.ExprProtos.PackOpts
- equals(Object) - Method in class dev.vortex.proto.ExprProtos.SelectOpts
- equals(Object) - Method in class dev.vortex.proto.ScalarProtos.ListValue
- equals(Object) - Method in class dev.vortex.proto.ScalarProtos.Scalar
- equals(Object) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
- ERROR - Static variable in class dev.vortex.jni.NativeLogging
-
Logging level constant for error messages only
- EXCLUDE - Enum constant in enum class dev.vortex.proto.ExprProtos.SelectOpts.OptsCase
- EXCLUDE_FIELD_NUMBER - Static variable in class dev.vortex.proto.ExprProtos.SelectOpts
- exportToArrow(long, long[], long[]) - Static method in class dev.vortex.jni.NativeArrayMethods
- exportToArrow(BufferAllocator, VectorSchemaRoot) - Method in interface dev.vortex.api.Array
-
Export to an ArrowVector.
- exportToArrow(BufferAllocator, VectorSchemaRoot) - Method in class dev.vortex.jni.JNIArray
- Expression - Interface in dev.vortex.api
-
Vortex expression language.
- Expression.Visitor<T> - Interface in dev.vortex.api
-
Visitor interface for implementing the visitor pattern on expressions.
- Expressions - Class in dev.vortex.api.proto
-
Generate a protocol buffers representation of an
Expression
. - ExprProtos - Class in dev.vortex.proto
- ExprProtos.BetweenOpts - Class in dev.vortex.proto
-
Protobuf type
vortex.expr.BetweenOpts
- ExprProtos.BetweenOpts.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.expr.BetweenOpts
- ExprProtos.BetweenOptsOrBuilder - Interface in dev.vortex.proto
- ExprProtos.BinaryOpts - Class in dev.vortex.proto
-
Options for `vortex.binary`
- ExprProtos.BinaryOpts.BinaryOp - Enum Class in dev.vortex.proto
-
Protobuf enum
vortex.expr.BinaryOpts.BinaryOp
- ExprProtos.BinaryOpts.Builder - Class in dev.vortex.proto
-
Options for `vortex.binary`
- ExprProtos.BinaryOptsOrBuilder - Interface in dev.vortex.proto
- ExprProtos.CastOpts - Class in dev.vortex.proto
-
Protobuf type
vortex.expr.CastOpts
- ExprProtos.CastOpts.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.expr.CastOpts
- ExprProtos.CastOptsOrBuilder - Interface in dev.vortex.proto
- ExprProtos.Expr - Class in dev.vortex.proto
-
Captures a generic representation of expressions in Vortex.
- ExprProtos.Expr.Builder - Class in dev.vortex.proto
-
Captures a generic representation of expressions in Vortex.
- ExprProtos.ExprOrBuilder - Interface in dev.vortex.proto
- ExprProtos.FieldNames - Class in dev.vortex.proto
-
Protobuf type
vortex.expr.FieldNames
- ExprProtos.FieldNames.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.expr.FieldNames
- ExprProtos.FieldNamesOrBuilder - Interface in dev.vortex.proto
- ExprProtos.GetItemOpts - Class in dev.vortex.proto
-
Options for `vortex.getitem`
- ExprProtos.GetItemOpts.Builder - Class in dev.vortex.proto
-
Options for `vortex.getitem`
- ExprProtos.GetItemOptsOrBuilder - Interface in dev.vortex.proto
- ExprProtos.LikeOpts - Class in dev.vortex.proto
-
Protobuf type
vortex.expr.LikeOpts
- ExprProtos.LikeOpts.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.expr.LikeOpts
- ExprProtos.LikeOptsOrBuilder - Interface in dev.vortex.proto
- ExprProtos.LiteralOpts - Class in dev.vortex.proto
-
Options for `vortex.literal`
- ExprProtos.LiteralOpts.Builder - Class in dev.vortex.proto
-
Options for `vortex.literal`
- ExprProtos.LiteralOptsOrBuilder - Interface in dev.vortex.proto
- ExprProtos.PackOpts - Class in dev.vortex.proto
-
Options for `vortex.pack`
- ExprProtos.PackOpts.Builder - Class in dev.vortex.proto
-
Options for `vortex.pack`
- ExprProtos.PackOptsOrBuilder - Interface in dev.vortex.proto
- ExprProtos.SelectOpts - Class in dev.vortex.proto
-
Protobuf type
vortex.expr.SelectOpts
- ExprProtos.SelectOpts.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.expr.SelectOpts
- ExprProtos.SelectOpts.OptsCase - Enum Class in dev.vortex.proto
- ExprProtos.SelectOptsOrBuilder - Interface in dev.vortex.proto
- EXTENSION - Enum constant in enum class dev.vortex.api.DType.Variant
-
Extension type for custom or domain-specific types
- EXTENSION - Enum constant in enum class dev.vortex.proto.DTypeProtos.DType.DtypeTypeCase
- EXTENSION_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.DType
F
- F16 - Enum constant in enum class dev.vortex.proto.DTypeProtos.PType
-
F16 = 8;
- F16_VALUE - Enum constant in enum class dev.vortex.proto.ScalarProtos.ScalarValue.KindCase
- F16_VALUE - Static variable in enum class dev.vortex.proto.DTypeProtos.PType
-
F16 = 8;
- F16_VALUE_FIELD_NUMBER - Static variable in class dev.vortex.proto.ScalarProtos.ScalarValue
- F32 - Enum constant in enum class dev.vortex.proto.DTypeProtos.PType
-
F32 = 9;
- F32_VALUE - Enum constant in enum class dev.vortex.proto.ScalarProtos.ScalarValue.KindCase
- F32_VALUE - Static variable in enum class dev.vortex.proto.DTypeProtos.PType
-
F32 = 9;
- F32_VALUE_FIELD_NUMBER - Static variable in class dev.vortex.proto.ScalarProtos.ScalarValue
- F64 - Enum constant in enum class dev.vortex.proto.DTypeProtos.PType
-
F64 = 10;
- F64_VALUE - Enum constant in enum class dev.vortex.proto.ScalarProtos.ScalarValue.KindCase
- F64_VALUE - Static variable in enum class dev.vortex.proto.DTypeProtos.PType
-
F64 = 10;
- F64_VALUE_FIELD_NUMBER - Static variable in class dev.vortex.proto.ScalarProtos.ScalarValue
- FIELDS_FIELD_NUMBER - Static variable in class com.google.protobuf.Struct
- FIELDTYPE_NOT_SET - Enum constant in enum class dev.vortex.proto.DTypeProtos.Field.FieldTypeCase
- File - Interface in dev.vortex.api
-
Interface for reading Vortex format files, providing access to schema information, row metadata, and configurable scanning capabilities.
- Files - Class in dev.vortex.api
-
Utility class for opening and accessing Vortex files.
- float32(float) - Static method in class dev.vortex.api.proto.Scalars
- float32(Float) - Static method in class dev.vortex.api.expressions.Literal
-
Creates a 32-bit floating-point literal.
- float64(double) - Static method in class dev.vortex.api.proto.Scalars
- float64(Double) - Static method in class dev.vortex.api.expressions.Literal
-
Creates a 64-bit floating-point literal.
- FloatValue - Class in com.google.protobuf
-
Wrapper message for `float`.
- FloatValue.Builder - Class in com.google.protobuf
-
Wrapper message for `float`.
- FloatValueOrBuilder - Interface in com.google.protobuf
- forNumber(int) - Static method in enum class com.google.protobuf.NullValue
- forNumber(int) - Static method in enum class com.google.protobuf.Value.KindCase
- forNumber(int) - Static method in enum class dev.vortex.proto.DTypeProtos.DType.DtypeTypeCase
- forNumber(int) - Static method in enum class dev.vortex.proto.DTypeProtos.Field.FieldTypeCase
- forNumber(int) - Static method in enum class dev.vortex.proto.DTypeProtos.PType
- forNumber(int) - Static method in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
- forNumber(int) - Static method in enum class dev.vortex.proto.ExprProtos.SelectOpts.OptsCase
- forNumber(int) - Static method in enum class dev.vortex.proto.ScalarProtos.ScalarValue.KindCase
- free(long) - Static method in class dev.vortex.jni.NativeArrayIteratorMethods
-
Free all resources associated with the stream behind the pointer.
- free(long) - Static method in class dev.vortex.jni.NativeArrayMethods
- free(long) - Static method in class dev.vortex.jni.NativeDTypeMethods
- from(byte) - Static method in enum class dev.vortex.api.DType.TimeUnit
-
Converts a byte value to the corresponding TimeUnit enum.
- from(byte) - Static method in enum class dev.vortex.api.DType.Variant
-
Converts a byte value to the corresponding Variant enum.
G
- getBigDecimal(int) - Method in interface dev.vortex.api.Array
-
Returns the BigDecimal value at the given index.
- getBigDecimal(int) - Method in class dev.vortex.jni.JNIArray
- getBigDecimal(long, int) - Static method in class dev.vortex.jni.NativeArrayMethods
- getBinary() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Binary binary = 6;
- getBinary() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Binary binary = 6;
- getBinary() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Binary binary = 6;
- getBinary(int) - Method in interface dev.vortex.api.Array
-
Returns the binary value at the given index as a byte array.
- getBinary(int) - Method in class dev.vortex.jni.JNIArray
- getBinary(long, int) - Static method in class dev.vortex.jni.NativeArrayMethods
- getBinaryBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Binary binary = 6;
- getBinaryOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Binary binary = 6;
- getBinaryOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Binary binary = 6;
- getBinaryOrBuilder() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Binary binary = 6;
- getBool() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Bool bool = 2;
- getBool() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Bool bool = 2;
- getBool() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Bool bool = 2;
- getBool(int) - Method in interface dev.vortex.api.Array
-
Returns the boolean value at the given index.
- getBool(int) - Method in class dev.vortex.jni.JNIArray
- getBool(long, int) - Static method in class dev.vortex.jni.NativeArrayMethods
- getBoolBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Bool bool = 2;
- getBoolOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Bool bool = 2;
- getBoolOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Bool bool = 2;
- getBoolOrBuilder() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Bool bool = 2;
- getBoolValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a boolean value.
- getBoolValue() - Method in class com.google.protobuf.Value
-
Represents a boolean value.
- getBoolValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a boolean value.
- getBoolValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
bool bool_value = 2;
- getBoolValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
bool bool_value = 2;
- getBoolValue() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
bool bool_value = 2;
- getByte(int) - Method in interface dev.vortex.api.Array
-
Returns the byte value at the given index.
- getByte(int) - Method in class dev.vortex.jni.JNIArray
- getByte(long, int) - Static method in class dev.vortex.jni.NativeArrayMethods
- getBytesValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
bytes bytes_value = 8;
- getBytesValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
bytes bytes_value = 8;
- getBytesValue() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
bytes bytes_value = 8;
- getCaseInsensitive() - Method in class dev.vortex.proto.ExprProtos.LikeOpts.Builder
-
bool case_insensitive = 2;
- getCaseInsensitive() - Method in class dev.vortex.proto.ExprProtos.LikeOpts
-
bool case_insensitive = 2;
- getCaseInsensitive() - Method in interface dev.vortex.proto.ExprProtos.LikeOptsOrBuilder
-
bool case_insensitive = 2;
- getChild() - Method in class dev.vortex.api.expressions.GetItem
-
Returns the child expression from which the field is being extracted.
- getChild() - Method in class dev.vortex.api.expressions.Not
-
Returns the child expression that will be negated by this Not expression.
- getChildren(int) - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
repeated .vortex.expr.Expr children = 2;
- getChildren(int) - Method in class dev.vortex.proto.ExprProtos.Expr
-
repeated .vortex.expr.Expr children = 2;
- getChildren(int) - Method in interface dev.vortex.proto.ExprProtos.ExprOrBuilder
-
repeated .vortex.expr.Expr children = 2;
- getChildrenBuilder(int) - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
repeated .vortex.expr.Expr children = 2;
- getChildrenBuilderList() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
repeated .vortex.expr.Expr children = 2;
- getChildrenCount() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
repeated .vortex.expr.Expr children = 2;
- getChildrenCount() - Method in class dev.vortex.proto.ExprProtos.Expr
-
repeated .vortex.expr.Expr children = 2;
- getChildrenCount() - Method in interface dev.vortex.proto.ExprProtos.ExprOrBuilder
-
repeated .vortex.expr.Expr children = 2;
- getChildrenList() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
repeated .vortex.expr.Expr children = 2;
- getChildrenList() - Method in class dev.vortex.proto.ExprProtos.Expr
-
repeated .vortex.expr.Expr children = 2;
- getChildrenList() - Method in interface dev.vortex.proto.ExprProtos.ExprOrBuilder
-
repeated .vortex.expr.Expr children = 2;
- getChildrenOrBuilder(int) - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
repeated .vortex.expr.Expr children = 2;
- getChildrenOrBuilder(int) - Method in class dev.vortex.proto.ExprProtos.Expr
-
repeated .vortex.expr.Expr children = 2;
- getChildrenOrBuilder(int) - Method in interface dev.vortex.proto.ExprProtos.ExprOrBuilder
-
repeated .vortex.expr.Expr children = 2;
- getChildrenOrBuilderList() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
repeated .vortex.expr.Expr children = 2;
- getChildrenOrBuilderList() - Method in class dev.vortex.proto.ExprProtos.Expr
-
repeated .vortex.expr.Expr children = 2;
- getChildrenOrBuilderList() - Method in interface dev.vortex.proto.ExprProtos.ExprOrBuilder
-
repeated .vortex.expr.Expr children = 2;
- getDataType() - Method in interface dev.vortex.api.Array
-
Returns the data type of this array.
- getDataType() - Method in interface dev.vortex.api.ArrayIterator
-
Returns the data type of the arrays that this iterator produces.
- getDataType() - Method in class dev.vortex.jni.JNIArray
- getDataType() - Method in class dev.vortex.jni.JNIArrayIterator
- getDataType(long) - Static method in class dev.vortex.jni.NativeArrayMethods
- getDecimal() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Decimal decimal = 4;
- getDecimal() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Decimal decimal = 4;
- getDecimal() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Decimal decimal = 4;
- getDecimalBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Decimal decimal = 4;
- getDecimalOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Decimal decimal = 4;
- getDecimalOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Decimal decimal = 4;
- getDecimalOrBuilder() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Decimal decimal = 4;
- getDecimalPrecision(long) - Static method in class dev.vortex.jni.NativeDTypeMethods
- getDecimalScale(long) - Static method in class dev.vortex.jni.NativeDTypeMethods
- getDefaultInstance() - Static method in class com.google.protobuf.BoolValue
- getDefaultInstance() - Static method in class com.google.protobuf.BytesValue
- getDefaultInstance() - Static method in class com.google.protobuf.DoubleValue
- getDefaultInstance() - Static method in class com.google.protobuf.FloatValue
- getDefaultInstance() - Static method in class com.google.protobuf.Int32Value
- getDefaultInstance() - Static method in class com.google.protobuf.Int64Value
- getDefaultInstance() - Static method in class com.google.protobuf.ListValue
- getDefaultInstance() - Static method in class com.google.protobuf.StringValue
- getDefaultInstance() - Static method in class com.google.protobuf.Struct
- getDefaultInstance() - Static method in class com.google.protobuf.UInt32Value
- getDefaultInstance() - Static method in class com.google.protobuf.UInt64Value
- getDefaultInstance() - Static method in class com.google.protobuf.Value
- getDefaultInstance() - Static method in class dev.vortex.proto.DTypeProtos.Binary
- getDefaultInstance() - Static method in class dev.vortex.proto.DTypeProtos.Bool
- getDefaultInstance() - Static method in class dev.vortex.proto.DTypeProtos.Decimal
- getDefaultInstance() - Static method in class dev.vortex.proto.DTypeProtos.DType
- getDefaultInstance() - Static method in class dev.vortex.proto.DTypeProtos.Extension
- getDefaultInstance() - Static method in class dev.vortex.proto.DTypeProtos.Field
- getDefaultInstance() - Static method in class dev.vortex.proto.DTypeProtos.FieldPath
- getDefaultInstance() - Static method in class dev.vortex.proto.DTypeProtos.List
- getDefaultInstance() - Static method in class dev.vortex.proto.DTypeProtos.Null
- getDefaultInstance() - Static method in class dev.vortex.proto.DTypeProtos.Primitive
- getDefaultInstance() - Static method in class dev.vortex.proto.DTypeProtos.Struct
- getDefaultInstance() - Static method in class dev.vortex.proto.DTypeProtos.Utf8
- getDefaultInstance() - Static method in class dev.vortex.proto.ExprProtos.BetweenOpts
- getDefaultInstance() - Static method in class dev.vortex.proto.ExprProtos.BinaryOpts
- getDefaultInstance() - Static method in class dev.vortex.proto.ExprProtos.CastOpts
- getDefaultInstance() - Static method in class dev.vortex.proto.ExprProtos.Expr
- getDefaultInstance() - Static method in class dev.vortex.proto.ExprProtos.FieldNames
- getDefaultInstance() - Static method in class dev.vortex.proto.ExprProtos.GetItemOpts
- getDefaultInstance() - Static method in class dev.vortex.proto.ExprProtos.LikeOpts
- getDefaultInstance() - Static method in class dev.vortex.proto.ExprProtos.LiteralOpts
- getDefaultInstance() - Static method in class dev.vortex.proto.ExprProtos.PackOpts
- getDefaultInstance() - Static method in class dev.vortex.proto.ExprProtos.SelectOpts
- getDefaultInstance() - Static method in class dev.vortex.proto.ScalarProtos.ListValue
- getDefaultInstance() - Static method in class dev.vortex.proto.ScalarProtos.Scalar
- getDefaultInstance() - Static method in class dev.vortex.proto.ScalarProtos.ScalarValue
- getDefaultInstanceForType() - Method in class com.google.protobuf.BoolValue.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.BoolValue
- getDefaultInstanceForType() - Method in class com.google.protobuf.BytesValue.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.BytesValue
- getDefaultInstanceForType() - Method in class com.google.protobuf.DoubleValue.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.DoubleValue
- getDefaultInstanceForType() - Method in class com.google.protobuf.FloatValue.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.FloatValue
- getDefaultInstanceForType() - Method in class com.google.protobuf.Int32Value.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.Int32Value
- getDefaultInstanceForType() - Method in class com.google.protobuf.Int64Value.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.Int64Value
- getDefaultInstanceForType() - Method in class com.google.protobuf.ListValue.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.ListValue
- getDefaultInstanceForType() - Method in class com.google.protobuf.StringValue.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.StringValue
- getDefaultInstanceForType() - Method in class com.google.protobuf.Struct.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.Struct
- getDefaultInstanceForType() - Method in class com.google.protobuf.UInt32Value.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.UInt32Value
- getDefaultInstanceForType() - Method in class com.google.protobuf.UInt64Value.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.UInt64Value
- getDefaultInstanceForType() - Method in class com.google.protobuf.Value.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.Value
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.Binary.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.Binary
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.Bool.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.Bool
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.Decimal
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.DType
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.Extension
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.Field.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.Field
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.FieldPath
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.List.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.List
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.Null.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.Null
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.Primitive
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.Struct
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.Utf8.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.DTypeProtos.Utf8
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.CastOpts
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.Expr
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.FieldNames
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.LikeOpts.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.LikeOpts
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.PackOpts
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ExprProtos.SelectOpts
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ScalarProtos.ListValue
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ScalarProtos.Scalar
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
- getDefaultInstanceForType() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
- getDescriptor() - Static method in class com.google.protobuf.BoolValue.Builder
- getDescriptor() - Static method in class com.google.protobuf.BoolValue
- getDescriptor() - Static method in class com.google.protobuf.BytesValue.Builder
- getDescriptor() - Static method in class com.google.protobuf.BytesValue
- getDescriptor() - Static method in class com.google.protobuf.DoubleValue.Builder
- getDescriptor() - Static method in class com.google.protobuf.DoubleValue
- getDescriptor() - Static method in class com.google.protobuf.FloatValue.Builder
- getDescriptor() - Static method in class com.google.protobuf.FloatValue
- getDescriptor() - Static method in class com.google.protobuf.Int32Value.Builder
- getDescriptor() - Static method in class com.google.protobuf.Int32Value
- getDescriptor() - Static method in class com.google.protobuf.Int64Value.Builder
- getDescriptor() - Static method in class com.google.protobuf.Int64Value
- getDescriptor() - Static method in class com.google.protobuf.ListValue.Builder
- getDescriptor() - Static method in class com.google.protobuf.ListValue
- getDescriptor() - Static method in enum class com.google.protobuf.NullValue
- getDescriptor() - Static method in class com.google.protobuf.StringValue.Builder
- getDescriptor() - Static method in class com.google.protobuf.StringValue
- getDescriptor() - Static method in class com.google.protobuf.Struct.Builder
- getDescriptor() - Static method in class com.google.protobuf.Struct
- getDescriptor() - Static method in class com.google.protobuf.StructProto
- getDescriptor() - Static method in class com.google.protobuf.UInt32Value.Builder
- getDescriptor() - Static method in class com.google.protobuf.UInt32Value
- getDescriptor() - Static method in class com.google.protobuf.UInt64Value.Builder
- getDescriptor() - Static method in class com.google.protobuf.UInt64Value
- getDescriptor() - Static method in class com.google.protobuf.Value.Builder
- getDescriptor() - Static method in class com.google.protobuf.Value
- getDescriptor() - Static method in class com.google.protobuf.WrappersProto
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.Binary.Builder
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.Binary
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.Bool.Builder
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.Bool
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.Decimal
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.DType.Builder
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.DType
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.Extension.Builder
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.Extension
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.Field.Builder
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.Field
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.FieldPath
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.List.Builder
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.List
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.Null.Builder
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.Null
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.Primitive
- getDescriptor() - Static method in enum class dev.vortex.proto.DTypeProtos.PType
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.Struct.Builder
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.Struct
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.Utf8.Builder
- getDescriptor() - Static method in class dev.vortex.proto.DTypeProtos.Utf8
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.BetweenOpts.Builder
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.BetweenOpts
- getDescriptor() - Static method in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.BinaryOpts.Builder
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.BinaryOpts
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.CastOpts
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.Expr.Builder
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.Expr
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.FieldNames
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.GetItemOpts.Builder
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.GetItemOpts
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.LikeOpts.Builder
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.LikeOpts
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.LiteralOpts
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.PackOpts
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
- getDescriptor() - Static method in class dev.vortex.proto.ExprProtos.SelectOpts
- getDescriptor() - Static method in class dev.vortex.proto.ScalarProtos
- getDescriptor() - Static method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
- getDescriptor() - Static method in class dev.vortex.proto.ScalarProtos.ListValue
- getDescriptor() - Static method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
- getDescriptor() - Static method in class dev.vortex.proto.ScalarProtos.Scalar
- getDescriptor() - Static method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
- getDescriptor() - Static method in class dev.vortex.proto.ScalarProtos.ScalarValue
- getDescriptorForType() - Method in class com.google.protobuf.BoolValue.Builder
- getDescriptorForType() - Method in class com.google.protobuf.BytesValue.Builder
- getDescriptorForType() - Method in class com.google.protobuf.DoubleValue.Builder
- getDescriptorForType() - Method in class com.google.protobuf.FloatValue.Builder
- getDescriptorForType() - Method in class com.google.protobuf.Int32Value.Builder
- getDescriptorForType() - Method in class com.google.protobuf.Int64Value.Builder
- getDescriptorForType() - Method in class com.google.protobuf.ListValue.Builder
- getDescriptorForType() - Method in enum class com.google.protobuf.NullValue
- getDescriptorForType() - Method in class com.google.protobuf.StringValue.Builder
- getDescriptorForType() - Method in class com.google.protobuf.Struct.Builder
- getDescriptorForType() - Method in class com.google.protobuf.UInt32Value.Builder
- getDescriptorForType() - Method in class com.google.protobuf.UInt64Value.Builder
- getDescriptorForType() - Method in class com.google.protobuf.Value.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.DTypeProtos.Binary.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.DTypeProtos.Bool.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.DTypeProtos.Field.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.DTypeProtos.List.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.DTypeProtos.Null.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
- getDescriptorForType() - Method in enum class dev.vortex.proto.DTypeProtos.PType
- getDescriptorForType() - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.DTypeProtos.Utf8.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts.Builder
- getDescriptorForType() - Method in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
- getDescriptorForType() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.ExprProtos.LikeOpts.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
- getDescriptorForType() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
- getDouble(int) - Method in interface dev.vortex.api.Array
-
Returns the double value at the given index.
- getDouble(int) - Method in class dev.vortex.jni.JNIArray
- getDouble(long, int) - Static method in class dev.vortex.jni.NativeArrayMethods
- getDtype() - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
-
.vortex.dtype.DType dtype = 1;
- getDtype() - Method in class dev.vortex.proto.ScalarProtos.Scalar
-
.vortex.dtype.DType dtype = 1;
- getDtype() - Method in interface dev.vortex.proto.ScalarProtos.ScalarOrBuilder
-
.vortex.dtype.DType dtype = 1;
- getDType() - Method in interface dev.vortex.api.File
-
Returns the data type (schema) of this Vortex file.
- getDType() - Method in class dev.vortex.jni.JNIFile
- getDType(long) - Static method in class dev.vortex.jni.NativeArrayIteratorMethods
-
Get a pointer to the DType of the elements of the stream.
- getDtypeBuilder() - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
-
.vortex.dtype.DType dtype = 1;
- getDtypeOrBuilder() - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
-
.vortex.dtype.DType dtype = 1;
- getDtypeOrBuilder() - Method in class dev.vortex.proto.ScalarProtos.Scalar
-
.vortex.dtype.DType dtype = 1;
- getDtypeOrBuilder() - Method in interface dev.vortex.proto.ScalarProtos.ScalarOrBuilder
-
.vortex.dtype.DType dtype = 1;
- getDtypes(int) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated .vortex.dtype.DType dtypes = 2;
- getDtypes(int) - Method in class dev.vortex.proto.DTypeProtos.Struct
-
repeated .vortex.dtype.DType dtypes = 2;
- getDtypes(int) - Method in interface dev.vortex.proto.DTypeProtos.StructOrBuilder
-
repeated .vortex.dtype.DType dtypes = 2;
- getDtypesBuilder(int) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated .vortex.dtype.DType dtypes = 2;
- getDtypesBuilderList() - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated .vortex.dtype.DType dtypes = 2;
- getDtypesCount() - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated .vortex.dtype.DType dtypes = 2;
- getDtypesCount() - Method in class dev.vortex.proto.DTypeProtos.Struct
-
repeated .vortex.dtype.DType dtypes = 2;
- getDtypesCount() - Method in interface dev.vortex.proto.DTypeProtos.StructOrBuilder
-
repeated .vortex.dtype.DType dtypes = 2;
- getDtypesList() - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated .vortex.dtype.DType dtypes = 2;
- getDtypesList() - Method in class dev.vortex.proto.DTypeProtos.Struct
-
repeated .vortex.dtype.DType dtypes = 2;
- getDtypesList() - Method in interface dev.vortex.proto.DTypeProtos.StructOrBuilder
-
repeated .vortex.dtype.DType dtypes = 2;
- getDtypesOrBuilder(int) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated .vortex.dtype.DType dtypes = 2;
- getDtypesOrBuilder(int) - Method in class dev.vortex.proto.DTypeProtos.Struct
-
repeated .vortex.dtype.DType dtypes = 2;
- getDtypesOrBuilder(int) - Method in interface dev.vortex.proto.DTypeProtos.StructOrBuilder
-
repeated .vortex.dtype.DType dtypes = 2;
- getDtypesOrBuilderList() - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated .vortex.dtype.DType dtypes = 2;
- getDtypesOrBuilderList() - Method in class dev.vortex.proto.DTypeProtos.Struct
-
repeated .vortex.dtype.DType dtypes = 2;
- getDtypesOrBuilderList() - Method in interface dev.vortex.proto.DTypeProtos.StructOrBuilder
-
repeated .vortex.dtype.DType dtypes = 2;
- getDtypeTypeCase() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
- getDtypeTypeCase() - Method in class dev.vortex.proto.DTypeProtos.DType
- getDtypeTypeCase() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
- getElementType() - Method in interface dev.vortex.api.DType
-
Get the element type for a LIST type.
- getElementType() - Method in class dev.vortex.jni.JNIDType
- getElementType() - Method in class dev.vortex.proto.DTypeProtos.List.Builder
-
.vortex.dtype.DType element_type = 1;
- getElementType() - Method in class dev.vortex.proto.DTypeProtos.List
-
.vortex.dtype.DType element_type = 1;
- getElementType() - Method in interface dev.vortex.proto.DTypeProtos.ListOrBuilder
-
.vortex.dtype.DType element_type = 1;
- getElementType(long) - Static method in class dev.vortex.jni.NativeDTypeMethods
- getElementTypeBuilder() - Method in class dev.vortex.proto.DTypeProtos.List.Builder
-
.vortex.dtype.DType element_type = 1;
- getElementTypeOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.List.Builder
-
.vortex.dtype.DType element_type = 1;
- getElementTypeOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.List
-
.vortex.dtype.DType element_type = 1;
- getElementTypeOrBuilder() - Method in interface dev.vortex.proto.DTypeProtos.ListOrBuilder
-
.vortex.dtype.DType element_type = 1;
- getExclude() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
-
.vortex.expr.FieldNames exclude = 2;
- getExclude() - Method in class dev.vortex.proto.ExprProtos.SelectOpts
-
.vortex.expr.FieldNames exclude = 2;
- getExclude() - Method in interface dev.vortex.proto.ExprProtos.SelectOptsOrBuilder
-
.vortex.expr.FieldNames exclude = 2;
- getExcludeBuilder() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
-
.vortex.expr.FieldNames exclude = 2;
- getExcludeOrBuilder() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
-
.vortex.expr.FieldNames exclude = 2;
- getExcludeOrBuilder() - Method in class dev.vortex.proto.ExprProtos.SelectOpts
-
.vortex.expr.FieldNames exclude = 2;
- getExcludeOrBuilder() - Method in interface dev.vortex.proto.ExprProtos.SelectOptsOrBuilder
-
.vortex.expr.FieldNames exclude = 2;
- getExtension() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Extension extension = 9;
- getExtension() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Extension extension = 9;
- getExtension() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Extension extension = 9;
- getExtensionBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Extension extension = 9;
- getExtensionOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Extension extension = 9;
- getExtensionOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Extension extension = 9;
- getExtensionOrBuilder() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Extension extension = 9;
- getF16Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
uint64 f16_value = 10;
- getF16Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
uint64 f16_value = 10;
- getF16Value() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
uint64 f16_value = 10;
- getF32Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
float f32_value = 5;
- getF32Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
float f32_value = 5;
- getF32Value() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
float f32_value = 5;
- getF64Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
double f64_value = 6;
- getF64Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
double f64_value = 6;
- getF64Value() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
double f64_value = 6;
- getField(int) - Method in interface dev.vortex.api.Array
-
Returns a child array at the given field index.
- getField(int) - Method in class dev.vortex.jni.JNIArray
- getField(long, int) - Static method in class dev.vortex.jni.NativeArrayMethods
- getFieldNames() - Method in interface dev.vortex.api.DType
-
Get the field names for a STRUCT type.
- getFieldNames() - Method in class dev.vortex.jni.JNIDType
- getFieldNames(long) - Static method in class dev.vortex.jni.NativeDTypeMethods
- getFields() - Method in class com.google.protobuf.Struct.Builder
-
Deprecated.
- getFields() - Method in class com.google.protobuf.Struct
-
Deprecated.
- getFields() - Method in interface com.google.protobuf.StructOrBuilder
-
Deprecated.
- getFieldsCount() - Method in class com.google.protobuf.Struct.Builder
- getFieldsCount() - Method in class com.google.protobuf.Struct
- getFieldsCount() - Method in interface com.google.protobuf.StructOrBuilder
-
Unordered map of dynamically typed values.
- getFieldsMap() - Method in class com.google.protobuf.Struct.Builder
-
Unordered map of dynamically typed values.
- getFieldsMap() - Method in class com.google.protobuf.Struct
-
Unordered map of dynamically typed values.
- getFieldsMap() - Method in interface com.google.protobuf.StructOrBuilder
-
Unordered map of dynamically typed values.
- getFieldsOrDefault(String, Value) - Method in class com.google.protobuf.Struct.Builder
-
Unordered map of dynamically typed values.
- getFieldsOrDefault(String, Value) - Method in class com.google.protobuf.Struct
-
Unordered map of dynamically typed values.
- getFieldsOrDefault(String, Value) - Method in interface com.google.protobuf.StructOrBuilder
-
Unordered map of dynamically typed values.
- getFieldsOrThrow(String) - Method in class com.google.protobuf.Struct.Builder
-
Unordered map of dynamically typed values.
- getFieldsOrThrow(String) - Method in class com.google.protobuf.Struct
-
Unordered map of dynamically typed values.
- getFieldsOrThrow(String) - Method in interface com.google.protobuf.StructOrBuilder
-
Unordered map of dynamically typed values.
- getFieldTypeCase() - Method in class dev.vortex.proto.DTypeProtos.Field.Builder
- getFieldTypeCase() - Method in class dev.vortex.proto.DTypeProtos.Field
- getFieldTypeCase() - Method in interface dev.vortex.proto.DTypeProtos.FieldOrBuilder
- getFieldTypes() - Method in interface dev.vortex.api.DType
-
Get the field types for a STRUCT type.
- getFieldTypes() - Method in class dev.vortex.jni.JNIDType
- getFieldTypes(long) - Static method in class dev.vortex.jni.NativeDTypeMethods
- getFloat(int) - Method in interface dev.vortex.api.Array
-
Returns the float value at the given index.
- getFloat(int) - Method in class dev.vortex.jni.JNIArray
- getFloat(long, int) - Static method in class dev.vortex.jni.NativeArrayMethods
- getId() - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
-
string id = 1;
- getId() - Method in class dev.vortex.proto.DTypeProtos.Extension
-
string id = 1;
- getId() - Method in interface dev.vortex.proto.DTypeProtos.ExtensionOrBuilder
-
string id = 1;
- getId() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
string id = 1;
- getId() - Method in class dev.vortex.proto.ExprProtos.Expr
-
string id = 1;
- getId() - Method in interface dev.vortex.proto.ExprProtos.ExprOrBuilder
-
string id = 1;
- getIdBytes() - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
-
string id = 1;
- getIdBytes() - Method in class dev.vortex.proto.DTypeProtos.Extension
-
string id = 1;
- getIdBytes() - Method in interface dev.vortex.proto.DTypeProtos.ExtensionOrBuilder
-
string id = 1;
- getIdBytes() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
string id = 1;
- getIdBytes() - Method in class dev.vortex.proto.ExprProtos.Expr
-
string id = 1;
- getIdBytes() - Method in interface dev.vortex.proto.ExprProtos.ExprOrBuilder
-
string id = 1;
- getInclude() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
-
.vortex.expr.FieldNames include = 1;
- getInclude() - Method in class dev.vortex.proto.ExprProtos.SelectOpts
-
.vortex.expr.FieldNames include = 1;
- getInclude() - Method in interface dev.vortex.proto.ExprProtos.SelectOptsOrBuilder
-
.vortex.expr.FieldNames include = 1;
- getIncludeBuilder() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
-
.vortex.expr.FieldNames include = 1;
- getIncludeOrBuilder() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
-
.vortex.expr.FieldNames include = 1;
- getIncludeOrBuilder() - Method in class dev.vortex.proto.ExprProtos.SelectOpts
-
.vortex.expr.FieldNames include = 1;
- getIncludeOrBuilder() - Method in interface dev.vortex.proto.ExprProtos.SelectOptsOrBuilder
-
.vortex.expr.FieldNames include = 1;
- getInt(int) - Method in interface dev.vortex.api.Array
-
Returns the int value at the given index.
- getInt(int) - Method in class dev.vortex.jni.JNIArray
- getInt(long, int) - Static method in class dev.vortex.jni.NativeArrayMethods
- getInt64Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
sint64 int64_value = 3;
- getInt64Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
sint64 int64_value = 3;
- getInt64Value() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
sint64 int64_value = 3;
- GetItem - Class in dev.vortex.api.expressions
-
Represents a "get item" expression that extracts a field or property from a parent expression.
- getKindCase() - Method in class com.google.protobuf.Value.Builder
- getKindCase() - Method in class com.google.protobuf.Value
- getKindCase() - Method in interface com.google.protobuf.ValueOrBuilder
- getKindCase() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
- getKindCase() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
- getKindCase() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
- getLeft() - Method in class dev.vortex.api.expressions.Binary
-
Returns the left operand expression.
- getLen() - Method in interface dev.vortex.api.Array
-
Returns the number of elements in this array.
- getLen() - Method in class dev.vortex.jni.JNIArray
- getLen(long) - Static method in class dev.vortex.jni.NativeArrayMethods
- getList() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.List list = 8;
- getList() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.List list = 8;
- getList() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.List list = 8;
- getListBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.List list = 8;
- getListOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.List list = 8;
- getListOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.List list = 8;
- getListOrBuilder() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.List list = 8;
- getListValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a repeated `Value`.
- getListValue() - Method in class com.google.protobuf.Value
-
Represents a repeated `Value`.
- getListValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a repeated `Value`.
- getListValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
.vortex.scalar.ListValue list_value = 9;
- getListValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
.vortex.scalar.ListValue list_value = 9;
- getListValue() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
.vortex.scalar.ListValue list_value = 9;
- getListValueBuilder() - Method in class com.google.protobuf.Value.Builder
-
Represents a repeated `Value`.
- getListValueBuilder() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
.vortex.scalar.ListValue list_value = 9;
- getListValueOrBuilder() - Method in class com.google.protobuf.Value.Builder
-
Represents a repeated `Value`.
- getListValueOrBuilder() - Method in class com.google.protobuf.Value
-
Represents a repeated `Value`.
- getListValueOrBuilder() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a repeated `Value`.
- getListValueOrBuilder() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
.vortex.scalar.ListValue list_value = 9;
- getListValueOrBuilder() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
.vortex.scalar.ListValue list_value = 9;
- getListValueOrBuilder() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
.vortex.scalar.ListValue list_value = 9;
- getLong(int) - Method in interface dev.vortex.api.Array
-
Returns the long value at the given index.
- getLong(int) - Method in class dev.vortex.jni.JNIArray
- getLong(long, int) - Static method in class dev.vortex.jni.NativeArrayMethods
- getLowerStrict() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts.Builder
-
bool lower_strict = 1;
- getLowerStrict() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts
-
bool lower_strict = 1;
- getLowerStrict() - Method in interface dev.vortex.proto.ExprProtos.BetweenOptsOrBuilder
-
bool lower_strict = 1;
- getMetadata() - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
-
optional bytes metadata = 3;
- getMetadata() - Method in class dev.vortex.proto.DTypeProtos.Extension
-
optional bytes metadata = 3;
- getMetadata() - Method in interface dev.vortex.proto.DTypeProtos.ExtensionOrBuilder
-
optional bytes metadata = 3;
- getMetadata() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
optional bytes metadata = 3;
- getMetadata() - Method in class dev.vortex.proto.ExprProtos.Expr
-
optional bytes metadata = 3;
- getMetadata() - Method in interface dev.vortex.proto.ExprProtos.ExprOrBuilder
-
optional bytes metadata = 3;
- getMutableFields() - Method in class com.google.protobuf.Struct.Builder
-
Deprecated.
- getName() - Method in class dev.vortex.proto.DTypeProtos.Field.Builder
-
string name = 1;
- getName() - Method in class dev.vortex.proto.DTypeProtos.Field
-
string name = 1;
- getName() - Method in interface dev.vortex.proto.DTypeProtos.FieldOrBuilder
-
string name = 1;
- getNameBytes() - Method in class dev.vortex.proto.DTypeProtos.Field.Builder
-
string name = 1;
- getNameBytes() - Method in class dev.vortex.proto.DTypeProtos.Field
-
string name = 1;
- getNameBytes() - Method in interface dev.vortex.proto.DTypeProtos.FieldOrBuilder
-
string name = 1;
- getNames(int) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated string names = 1;
- getNames(int) - Method in class dev.vortex.proto.DTypeProtos.Struct
-
repeated string names = 1;
- getNames(int) - Method in interface dev.vortex.proto.DTypeProtos.StructOrBuilder
-
repeated string names = 1;
- getNames(int) - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
-
repeated string names = 1;
- getNames(int) - Method in class dev.vortex.proto.ExprProtos.FieldNames
-
repeated string names = 1;
- getNames(int) - Method in interface dev.vortex.proto.ExprProtos.FieldNamesOrBuilder
-
repeated string names = 1;
- getNamesBytes(int) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated string names = 1;
- getNamesBytes(int) - Method in class dev.vortex.proto.DTypeProtos.Struct
-
repeated string names = 1;
- getNamesBytes(int) - Method in interface dev.vortex.proto.DTypeProtos.StructOrBuilder
-
repeated string names = 1;
- getNamesBytes(int) - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
-
repeated string names = 1;
- getNamesBytes(int) - Method in class dev.vortex.proto.ExprProtos.FieldNames
-
repeated string names = 1;
- getNamesBytes(int) - Method in interface dev.vortex.proto.ExprProtos.FieldNamesOrBuilder
-
repeated string names = 1;
- getNamesCount() - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated string names = 1;
- getNamesCount() - Method in class dev.vortex.proto.DTypeProtos.Struct
-
repeated string names = 1;
- getNamesCount() - Method in interface dev.vortex.proto.DTypeProtos.StructOrBuilder
-
repeated string names = 1;
- getNamesCount() - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
-
repeated string names = 1;
- getNamesCount() - Method in class dev.vortex.proto.ExprProtos.FieldNames
-
repeated string names = 1;
- getNamesCount() - Method in interface dev.vortex.proto.ExprProtos.FieldNamesOrBuilder
-
repeated string names = 1;
- getNamesList() - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated string names = 1;
- getNamesList() - Method in class dev.vortex.proto.DTypeProtos.Struct
-
repeated string names = 1;
- getNamesList() - Method in interface dev.vortex.proto.DTypeProtos.StructOrBuilder
-
repeated string names = 1;
- getNamesList() - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
-
repeated string names = 1;
- getNamesList() - Method in class dev.vortex.proto.ExprProtos.FieldNames
-
repeated string names = 1;
- getNamesList() - Method in interface dev.vortex.proto.ExprProtos.FieldNamesOrBuilder
-
repeated string names = 1;
- getNegated() - Method in class dev.vortex.proto.ExprProtos.LikeOpts.Builder
-
bool negated = 1;
- getNegated() - Method in class dev.vortex.proto.ExprProtos.LikeOpts
-
bool negated = 1;
- getNegated() - Method in interface dev.vortex.proto.ExprProtos.LikeOptsOrBuilder
-
bool negated = 1;
- getNull() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Null null = 1;
- getNull() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Null null = 1;
- getNull() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Null null = 1;
- getNull(int) - Method in interface dev.vortex.api.Array
-
Returns true if the value at the given index is null.
- getNull(int) - Method in class dev.vortex.jni.JNIArray
- getNull(long, int) - Static method in class dev.vortex.jni.NativeArrayMethods
- getNullable() - Method in class dev.vortex.proto.DTypeProtos.Binary.Builder
-
bool nullable = 1;
- getNullable() - Method in class dev.vortex.proto.DTypeProtos.Binary
-
bool nullable = 1;
- getNullable() - Method in interface dev.vortex.proto.DTypeProtos.BinaryOrBuilder
-
bool nullable = 1;
- getNullable() - Method in class dev.vortex.proto.DTypeProtos.Bool.Builder
-
bool nullable = 1;
- getNullable() - Method in class dev.vortex.proto.DTypeProtos.Bool
-
bool nullable = 1;
- getNullable() - Method in interface dev.vortex.proto.DTypeProtos.BoolOrBuilder
-
bool nullable = 1;
- getNullable() - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
-
bool nullable = 3;
- getNullable() - Method in class dev.vortex.proto.DTypeProtos.Decimal
-
bool nullable = 3;
- getNullable() - Method in interface dev.vortex.proto.DTypeProtos.DecimalOrBuilder
-
bool nullable = 3;
- getNullable() - Method in class dev.vortex.proto.DTypeProtos.List.Builder
-
bool nullable = 2;
- getNullable() - Method in class dev.vortex.proto.DTypeProtos.List
-
bool nullable = 2;
- getNullable() - Method in interface dev.vortex.proto.DTypeProtos.ListOrBuilder
-
bool nullable = 2;
- getNullable() - Method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
-
bool nullable = 2;
- getNullable() - Method in class dev.vortex.proto.DTypeProtos.Primitive
-
bool nullable = 2;
- getNullable() - Method in interface dev.vortex.proto.DTypeProtos.PrimitiveOrBuilder
-
bool nullable = 2;
- getNullable() - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
bool nullable = 3;
- getNullable() - Method in class dev.vortex.proto.DTypeProtos.Struct
-
bool nullable = 3;
- getNullable() - Method in interface dev.vortex.proto.DTypeProtos.StructOrBuilder
-
bool nullable = 3;
- getNullable() - Method in class dev.vortex.proto.DTypeProtos.Utf8.Builder
-
bool nullable = 1;
- getNullable() - Method in class dev.vortex.proto.DTypeProtos.Utf8
-
bool nullable = 1;
- getNullable() - Method in interface dev.vortex.proto.DTypeProtos.Utf8OrBuilder
-
bool nullable = 1;
- getNullable() - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
-
bool nullable = 2;
- getNullable() - Method in class dev.vortex.proto.ExprProtos.PackOpts
-
bool nullable = 2;
- getNullable() - Method in interface dev.vortex.proto.ExprProtos.PackOptsOrBuilder
-
bool nullable = 2;
- getNullBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Null null = 1;
- getNullCount() - Method in interface dev.vortex.api.Array
-
Returns the total number of null values in this array.
- getNullCount() - Method in class dev.vortex.jni.JNIArray
- getNullCount(long) - Static method in class dev.vortex.jni.NativeArrayMethods
- getNullOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Null null = 1;
- getNullOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Null null = 1;
- getNullOrBuilder() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Null null = 1;
- getNullValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a null value.
- getNullValue() - Method in class com.google.protobuf.Value
-
Represents a null value.
- getNullValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a null value.
- getNullValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
.google.protobuf.NullValue null_value = 1;
- getNullValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
.google.protobuf.NullValue null_value = 1;
- getNullValue() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
.google.protobuf.NullValue null_value = 1;
- getNullValueValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a null value.
- getNullValueValue() - Method in class com.google.protobuf.Value
-
Represents a null value.
- getNullValueValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a null value.
- getNullValueValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
.google.protobuf.NullValue null_value = 1;
- getNullValueValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
.google.protobuf.NullValue null_value = 1;
- getNullValueValue() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
.google.protobuf.NullValue null_value = 1;
- getNumber() - Method in enum class com.google.protobuf.NullValue
- getNumber() - Method in enum class com.google.protobuf.Value.KindCase
- getNumber() - Method in enum class dev.vortex.proto.DTypeProtos.DType.DtypeTypeCase
- getNumber() - Method in enum class dev.vortex.proto.DTypeProtos.Field.FieldTypeCase
- getNumber() - Method in enum class dev.vortex.proto.DTypeProtos.PType
- getNumber() - Method in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
- getNumber() - Method in enum class dev.vortex.proto.ExprProtos.SelectOpts.OptsCase
- getNumber() - Method in enum class dev.vortex.proto.ScalarProtos.ScalarValue.KindCase
- getNumberValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a double value.
- getNumberValue() - Method in class com.google.protobuf.Value
-
Represents a double value.
- getNumberValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a double value.
- getOp() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts.Builder
-
.vortex.expr.BinaryOpts.BinaryOp op = 1;
- getOp() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts
-
.vortex.expr.BinaryOpts.BinaryOp op = 1;
- getOp() - Method in interface dev.vortex.proto.ExprProtos.BinaryOptsOrBuilder
-
.vortex.expr.BinaryOpts.BinaryOp op = 1;
- getOperator() - Method in class dev.vortex.api.expressions.Binary
-
Returns the binary operator used in this expression.
- getOptsCase() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
- getOptsCase() - Method in class dev.vortex.proto.ExprProtos.SelectOpts
- getOptsCase() - Method in interface dev.vortex.proto.ExprProtos.SelectOptsOrBuilder
- getOpValue() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts.Builder
-
.vortex.expr.BinaryOpts.BinaryOp op = 1;
- getOpValue() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts
-
.vortex.expr.BinaryOpts.BinaryOp op = 1;
- getOpValue() - Method in interface dev.vortex.proto.ExprProtos.BinaryOptsOrBuilder
-
.vortex.expr.BinaryOpts.BinaryOp op = 1;
- getParserForType() - Method in class com.google.protobuf.BoolValue
- getParserForType() - Method in class com.google.protobuf.BytesValue
- getParserForType() - Method in class com.google.protobuf.DoubleValue
- getParserForType() - Method in class com.google.protobuf.FloatValue
- getParserForType() - Method in class com.google.protobuf.Int32Value
- getParserForType() - Method in class com.google.protobuf.Int64Value
- getParserForType() - Method in class com.google.protobuf.ListValue
- getParserForType() - Method in class com.google.protobuf.StringValue
- getParserForType() - Method in class com.google.protobuf.Struct
- getParserForType() - Method in class com.google.protobuf.UInt32Value
- getParserForType() - Method in class com.google.protobuf.UInt64Value
- getParserForType() - Method in class com.google.protobuf.Value
- getParserForType() - Method in class dev.vortex.proto.DTypeProtos.Binary
- getParserForType() - Method in class dev.vortex.proto.DTypeProtos.Bool
- getParserForType() - Method in class dev.vortex.proto.DTypeProtos.Decimal
- getParserForType() - Method in class dev.vortex.proto.DTypeProtos.DType
- getParserForType() - Method in class dev.vortex.proto.DTypeProtos.Extension
- getParserForType() - Method in class dev.vortex.proto.DTypeProtos.Field
- getParserForType() - Method in class dev.vortex.proto.DTypeProtos.FieldPath
- getParserForType() - Method in class dev.vortex.proto.DTypeProtos.List
- getParserForType() - Method in class dev.vortex.proto.DTypeProtos.Null
- getParserForType() - Method in class dev.vortex.proto.DTypeProtos.Primitive
- getParserForType() - Method in class dev.vortex.proto.DTypeProtos.Struct
- getParserForType() - Method in class dev.vortex.proto.DTypeProtos.Utf8
- getParserForType() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts
- getParserForType() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts
- getParserForType() - Method in class dev.vortex.proto.ExprProtos.CastOpts
- getParserForType() - Method in class dev.vortex.proto.ExprProtos.Expr
- getParserForType() - Method in class dev.vortex.proto.ExprProtos.FieldNames
- getParserForType() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts
- getParserForType() - Method in class dev.vortex.proto.ExprProtos.LikeOpts
- getParserForType() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts
- getParserForType() - Method in class dev.vortex.proto.ExprProtos.PackOpts
- getParserForType() - Method in class dev.vortex.proto.ExprProtos.SelectOpts
- getParserForType() - Method in class dev.vortex.proto.ScalarProtos.ListValue
- getParserForType() - Method in class dev.vortex.proto.ScalarProtos.Scalar
- getParserForType() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
- getPath() - Method in class dev.vortex.api.expressions.GetItem
-
Returns the path or name of the field being extracted from the child expression.
- getPath() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts.Builder
-
string path = 1;
- getPath() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts
-
string path = 1;
- getPath() - Method in interface dev.vortex.proto.ExprProtos.GetItemOptsOrBuilder
-
string path = 1;
- getPath(int) - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
-
repeated .vortex.dtype.Field path = 1;
- getPath(int) - Method in class dev.vortex.proto.DTypeProtos.FieldPath
-
repeated .vortex.dtype.Field path = 1;
- getPath(int) - Method in interface dev.vortex.proto.DTypeProtos.FieldPathOrBuilder
-
repeated .vortex.dtype.Field path = 1;
- getPathBuilder(int) - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
-
repeated .vortex.dtype.Field path = 1;
- getPathBuilderList() - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
-
repeated .vortex.dtype.Field path = 1;
- getPathBytes() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts.Builder
-
string path = 1;
- getPathBytes() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts
-
string path = 1;
- getPathBytes() - Method in interface dev.vortex.proto.ExprProtos.GetItemOptsOrBuilder
-
string path = 1;
- getPathCount() - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
-
repeated .vortex.dtype.Field path = 1;
- getPathCount() - Method in class dev.vortex.proto.DTypeProtos.FieldPath
-
repeated .vortex.dtype.Field path = 1;
- getPathCount() - Method in interface dev.vortex.proto.DTypeProtos.FieldPathOrBuilder
-
repeated .vortex.dtype.Field path = 1;
- getPathList() - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
-
repeated .vortex.dtype.Field path = 1;
- getPathList() - Method in class dev.vortex.proto.DTypeProtos.FieldPath
-
repeated .vortex.dtype.Field path = 1;
- getPathList() - Method in interface dev.vortex.proto.DTypeProtos.FieldPathOrBuilder
-
repeated .vortex.dtype.Field path = 1;
- getPathOrBuilder(int) - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
-
repeated .vortex.dtype.Field path = 1;
- getPathOrBuilder(int) - Method in class dev.vortex.proto.DTypeProtos.FieldPath
-
repeated .vortex.dtype.Field path = 1;
- getPathOrBuilder(int) - Method in interface dev.vortex.proto.DTypeProtos.FieldPathOrBuilder
-
repeated .vortex.dtype.Field path = 1;
- getPathOrBuilderList() - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
-
repeated .vortex.dtype.Field path = 1;
- getPathOrBuilderList() - Method in class dev.vortex.proto.DTypeProtos.FieldPath
-
repeated .vortex.dtype.Field path = 1;
- getPathOrBuilderList() - Method in interface dev.vortex.proto.DTypeProtos.FieldPathOrBuilder
-
repeated .vortex.dtype.Field path = 1;
- getPaths(int) - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
-
repeated string paths = 1;
- getPaths(int) - Method in class dev.vortex.proto.ExprProtos.PackOpts
-
repeated string paths = 1;
- getPaths(int) - Method in interface dev.vortex.proto.ExprProtos.PackOptsOrBuilder
-
repeated string paths = 1;
- getPathsBytes(int) - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
-
repeated string paths = 1;
- getPathsBytes(int) - Method in class dev.vortex.proto.ExprProtos.PackOpts
-
repeated string paths = 1;
- getPathsBytes(int) - Method in interface dev.vortex.proto.ExprProtos.PackOptsOrBuilder
-
repeated string paths = 1;
- getPathsCount() - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
-
repeated string paths = 1;
- getPathsCount() - Method in class dev.vortex.proto.ExprProtos.PackOpts
-
repeated string paths = 1;
- getPathsCount() - Method in interface dev.vortex.proto.ExprProtos.PackOptsOrBuilder
-
repeated string paths = 1;
- getPathsList() - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
-
repeated string paths = 1;
- getPathsList() - Method in class dev.vortex.proto.ExprProtos.PackOpts
-
repeated string paths = 1;
- getPathsList() - Method in interface dev.vortex.proto.ExprProtos.PackOptsOrBuilder
-
repeated string paths = 1;
- getPointer() - Method in class dev.vortex.jni.JNIDType
- getPrecision() - Method in interface dev.vortex.api.DType
-
Returns the precision for decimal data types.
- getPrecision() - Method in class dev.vortex.jni.JNIDType
- getPrecision() - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
-
uint32 precision = 1;
- getPrecision() - Method in class dev.vortex.proto.DTypeProtos.Decimal
-
uint32 precision = 1;
- getPrecision() - Method in interface dev.vortex.proto.DTypeProtos.DecimalOrBuilder
-
uint32 precision = 1;
- getPrimitive() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Primitive primitive = 3;
- getPrimitive() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Primitive primitive = 3;
- getPrimitive() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Primitive primitive = 3;
- getPrimitiveBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Primitive primitive = 3;
- getPrimitiveOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Primitive primitive = 3;
- getPrimitiveOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Primitive primitive = 3;
- getPrimitiveOrBuilder() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Primitive primitive = 3;
- getRight() - Method in class dev.vortex.api.expressions.Binary
-
Returns the right operand expression.
- getScale() - Method in interface dev.vortex.api.DType
-
Returns the scale for decimal data types.
- getScale() - Method in class dev.vortex.jni.JNIDType
- getScale() - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
-
int32 scale = 2;
- getScale() - Method in class dev.vortex.proto.DTypeProtos.Decimal
-
int32 scale = 2;
- getScale() - Method in interface dev.vortex.proto.DTypeProtos.DecimalOrBuilder
-
int32 scale = 2;
- getSerializedSize() - Method in class com.google.protobuf.BoolValue
- getSerializedSize() - Method in class com.google.protobuf.BytesValue
- getSerializedSize() - Method in class com.google.protobuf.DoubleValue
- getSerializedSize() - Method in class com.google.protobuf.FloatValue
- getSerializedSize() - Method in class com.google.protobuf.Int32Value
- getSerializedSize() - Method in class com.google.protobuf.Int64Value
- getSerializedSize() - Method in class com.google.protobuf.ListValue
- getSerializedSize() - Method in class com.google.protobuf.StringValue
- getSerializedSize() - Method in class com.google.protobuf.Struct
- getSerializedSize() - Method in class com.google.protobuf.UInt32Value
- getSerializedSize() - Method in class com.google.protobuf.UInt64Value
- getSerializedSize() - Method in class com.google.protobuf.Value
- getSerializedSize() - Method in class dev.vortex.proto.DTypeProtos.Binary
- getSerializedSize() - Method in class dev.vortex.proto.DTypeProtos.Bool
- getSerializedSize() - Method in class dev.vortex.proto.DTypeProtos.Decimal
- getSerializedSize() - Method in class dev.vortex.proto.DTypeProtos.DType
- getSerializedSize() - Method in class dev.vortex.proto.DTypeProtos.Extension
- getSerializedSize() - Method in class dev.vortex.proto.DTypeProtos.Field
- getSerializedSize() - Method in class dev.vortex.proto.DTypeProtos.FieldPath
- getSerializedSize() - Method in class dev.vortex.proto.DTypeProtos.List
- getSerializedSize() - Method in class dev.vortex.proto.DTypeProtos.Null
- getSerializedSize() - Method in class dev.vortex.proto.DTypeProtos.Primitive
- getSerializedSize() - Method in class dev.vortex.proto.DTypeProtos.Struct
- getSerializedSize() - Method in class dev.vortex.proto.DTypeProtos.Utf8
- getSerializedSize() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts
- getSerializedSize() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts
- getSerializedSize() - Method in class dev.vortex.proto.ExprProtos.CastOpts
- getSerializedSize() - Method in class dev.vortex.proto.ExprProtos.Expr
- getSerializedSize() - Method in class dev.vortex.proto.ExprProtos.FieldNames
- getSerializedSize() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts
- getSerializedSize() - Method in class dev.vortex.proto.ExprProtos.LikeOpts
- getSerializedSize() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts
- getSerializedSize() - Method in class dev.vortex.proto.ExprProtos.PackOpts
- getSerializedSize() - Method in class dev.vortex.proto.ExprProtos.SelectOpts
- getSerializedSize() - Method in class dev.vortex.proto.ScalarProtos.ListValue
- getSerializedSize() - Method in class dev.vortex.proto.ScalarProtos.Scalar
- getSerializedSize() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
- getShort(int) - Method in interface dev.vortex.api.Array
-
Returns the short value at the given index.
- getShort(int) - Method in class dev.vortex.jni.JNIArray
- getShort(long, int) - Static method in class dev.vortex.jni.NativeArrayMethods
- getStorageDtype() - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
-
.vortex.dtype.DType storage_dtype = 2;
- getStorageDtype() - Method in class dev.vortex.proto.DTypeProtos.Extension
-
.vortex.dtype.DType storage_dtype = 2;
- getStorageDtype() - Method in interface dev.vortex.proto.DTypeProtos.ExtensionOrBuilder
-
.vortex.dtype.DType storage_dtype = 2;
- getStorageDtypeBuilder() - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
-
.vortex.dtype.DType storage_dtype = 2;
- getStorageDtypeOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
-
.vortex.dtype.DType storage_dtype = 2;
- getStorageDtypeOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.Extension
-
.vortex.dtype.DType storage_dtype = 2;
- getStorageDtypeOrBuilder() - Method in interface dev.vortex.proto.DTypeProtos.ExtensionOrBuilder
-
.vortex.dtype.DType storage_dtype = 2;
- getStringValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a string value.
- getStringValue() - Method in class com.google.protobuf.Value
-
Represents a string value.
- getStringValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a string value.
- getStringValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
string string_value = 7;
- getStringValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
string string_value = 7;
- getStringValue() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
string string_value = 7;
- getStringValueBytes() - Method in class com.google.protobuf.Value.Builder
-
Represents a string value.
- getStringValueBytes() - Method in class com.google.protobuf.Value
-
Represents a string value.
- getStringValueBytes() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a string value.
- getStringValueBytes() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
string string_value = 7;
- getStringValueBytes() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
string string_value = 7;
- getStringValueBytes() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
string string_value = 7;
- getStruct() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Struct struct = 7;
- getStruct() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Struct struct = 7;
- getStruct() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Struct struct = 7;
- getStructBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Struct struct = 7;
- getStructOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Struct struct = 7;
- getStructOrBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Struct struct = 7;
- getStructOrBuilder() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Struct struct = 7;
- getStructValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a structured value.
- getStructValue() - Method in class com.google.protobuf.Value
-
Represents a structured value.
- getStructValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a structured value.
- getStructValueBuilder() - Method in class com.google.protobuf.Value.Builder
-
Represents a structured value.
- getStructValueOrBuilder() - Method in class com.google.protobuf.Value.Builder
-
Represents a structured value.
- getStructValueOrBuilder() - Method in class com.google.protobuf.Value
-
Represents a structured value.
- getStructValueOrBuilder() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a structured value.
- getTarget() - Method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
-
.vortex.dtype.DType target = 1;
- getTarget() - Method in class dev.vortex.proto.ExprProtos.CastOpts
-
.vortex.dtype.DType target = 1;
- getTarget() - Method in interface dev.vortex.proto.ExprProtos.CastOptsOrBuilder
-
.vortex.dtype.DType target = 1;
- getTargetBuilder() - Method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
-
.vortex.dtype.DType target = 1;
- getTargetOrBuilder() - Method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
-
.vortex.dtype.DType target = 1;
- getTargetOrBuilder() - Method in class dev.vortex.proto.ExprProtos.CastOpts
-
.vortex.dtype.DType target = 1;
- getTargetOrBuilder() - Method in interface dev.vortex.proto.ExprProtos.CastOptsOrBuilder
-
.vortex.dtype.DType target = 1;
- getTimeUnit() - Method in interface dev.vortex.api.DType
-
Returns the time unit for temporal data types.
- getTimeUnit() - Method in class dev.vortex.jni.JNIDType
- getTimeUnit(byte[]) - Static method in class dev.vortex.api.proto.TemporalMetadatas
-
Extract the time unit byte from the serialized metadata.
- getTimeUnit(long) - Static method in class dev.vortex.jni.NativeDTypeMethods
- getTimeZone() - Method in interface dev.vortex.api.DType
-
Returns the timezone for timestamp data types.
- getTimeZone() - Method in class dev.vortex.jni.JNIDType
- getTimeZone(byte[]) - Static method in class dev.vortex.api.proto.TemporalMetadatas
-
Read from a serialized metadata representation into a time zone string.
- getTimeZone(long) - Static method in class dev.vortex.jni.NativeDTypeMethods
- getType() - Method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
-
.vortex.dtype.PType type = 1;
- getType() - Method in class dev.vortex.proto.DTypeProtos.Primitive
-
.vortex.dtype.PType type = 1;
- getType() - Method in interface dev.vortex.proto.DTypeProtos.PrimitiveOrBuilder
-
.vortex.dtype.PType type = 1;
- getTypeValue() - Method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
-
.vortex.dtype.PType type = 1;
- getTypeValue() - Method in class dev.vortex.proto.DTypeProtos.Primitive
-
.vortex.dtype.PType type = 1;
- getTypeValue() - Method in interface dev.vortex.proto.DTypeProtos.PrimitiveOrBuilder
-
.vortex.dtype.PType type = 1;
- getUint64Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
uint64 uint64_value = 4;
- getUint64Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
uint64 uint64_value = 4;
- getUint64Value() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
uint64 uint64_value = 4;
- getUpperStrict() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts.Builder
-
bool upper_strict = 2;
- getUpperStrict() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts
-
bool upper_strict = 2;
- getUpperStrict() - Method in interface dev.vortex.proto.ExprProtos.BetweenOptsOrBuilder
-
bool upper_strict = 2;
- getUtf8() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Utf8 utf8 = 5;
- getUtf8() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Utf8 utf8 = 5;
- getUtf8() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Utf8 utf8 = 5;
- getUTF8(int) - Method in interface dev.vortex.api.Array
-
Returns the UTF-8 string value at the given index.
- getUTF8(int) - Method in class dev.vortex.jni.JNIArray
- getUTF8(long, int) - Static method in class dev.vortex.jni.NativeArrayMethods
- getUTF8_ptr_len(int, long[], int[]) - Method in interface dev.vortex.api.Array
-
Returns the UTF-8 string value at the given index as a pointer and length.
- getUTF8_ptr_len(int, long[], int[]) - Method in class dev.vortex.jni.JNIArray
- getUTF8_ptr_len(long, int, long[], int[]) - Static method in class dev.vortex.jni.NativeArrayMethods
-
Raw-pointer variant of
NativeArrayMethods.getUTF8(long, int)
that accepts an array to hold a pointer and an output length. - getUtf8Builder() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Utf8 utf8 = 5;
- getUtf8OrBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Utf8 utf8 = 5;
- getUtf8OrBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Utf8 utf8 = 5;
- getUtf8OrBuilder() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Utf8 utf8 = 5;
- getValue() - Method in class com.google.protobuf.BoolValue.Builder
-
The bool value.
- getValue() - Method in class com.google.protobuf.BoolValue
-
The bool value.
- getValue() - Method in interface com.google.protobuf.BoolValueOrBuilder
-
The bool value.
- getValue() - Method in class com.google.protobuf.BytesValue.Builder
-
The bytes value.
- getValue() - Method in class com.google.protobuf.BytesValue
-
The bytes value.
- getValue() - Method in interface com.google.protobuf.BytesValueOrBuilder
-
The bytes value.
- getValue() - Method in class com.google.protobuf.DoubleValue.Builder
-
The double value.
- getValue() - Method in class com.google.protobuf.DoubleValue
-
The double value.
- getValue() - Method in interface com.google.protobuf.DoubleValueOrBuilder
-
The double value.
- getValue() - Method in class com.google.protobuf.FloatValue.Builder
-
The float value.
- getValue() - Method in class com.google.protobuf.FloatValue
-
The float value.
- getValue() - Method in interface com.google.protobuf.FloatValueOrBuilder
-
The float value.
- getValue() - Method in class com.google.protobuf.Int32Value.Builder
-
The int32 value.
- getValue() - Method in class com.google.protobuf.Int32Value
-
The int32 value.
- getValue() - Method in interface com.google.protobuf.Int32ValueOrBuilder
-
The int32 value.
- getValue() - Method in class com.google.protobuf.Int64Value.Builder
-
The int64 value.
- getValue() - Method in class com.google.protobuf.Int64Value
-
The int64 value.
- getValue() - Method in interface com.google.protobuf.Int64ValueOrBuilder
-
The int64 value.
- getValue() - Method in class com.google.protobuf.StringValue.Builder
-
The string value.
- getValue() - Method in class com.google.protobuf.StringValue
-
The string value.
- getValue() - Method in interface com.google.protobuf.StringValueOrBuilder
-
The string value.
- getValue() - Method in class com.google.protobuf.UInt32Value.Builder
-
The uint32 value.
- getValue() - Method in class com.google.protobuf.UInt32Value
-
The uint32 value.
- getValue() - Method in interface com.google.protobuf.UInt32ValueOrBuilder
-
The uint32 value.
- getValue() - Method in class com.google.protobuf.UInt64Value.Builder
-
The uint64 value.
- getValue() - Method in class com.google.protobuf.UInt64Value
-
The uint64 value.
- getValue() - Method in interface com.google.protobuf.UInt64ValueOrBuilder
-
The uint64 value.
- getValue() - Method in class dev.vortex.api.expressions.Literal
-
Returns the value of this literal.
- getValue() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
-
.vortex.scalar.Scalar value = 1;
- getValue() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts
-
.vortex.scalar.Scalar value = 1;
- getValue() - Method in interface dev.vortex.proto.ExprProtos.LiteralOptsOrBuilder
-
.vortex.scalar.Scalar value = 1;
- getValue() - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
-
.vortex.scalar.ScalarValue value = 2;
- getValue() - Method in class dev.vortex.proto.ScalarProtos.Scalar
-
.vortex.scalar.ScalarValue value = 2;
- getValue() - Method in interface dev.vortex.proto.ScalarProtos.ScalarOrBuilder
-
.vortex.scalar.ScalarValue value = 2;
- getValueBuilder() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
-
.vortex.scalar.Scalar value = 1;
- getValueBuilder() - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
-
.vortex.scalar.ScalarValue value = 2;
- getValueBytes() - Method in class com.google.protobuf.StringValue.Builder
-
The string value.
- getValueBytes() - Method in class com.google.protobuf.StringValue
-
The string value.
- getValueBytes() - Method in interface com.google.protobuf.StringValueOrBuilder
-
The string value.
- getValueDescriptor() - Method in enum class com.google.protobuf.NullValue
- getValueDescriptor() - Method in enum class dev.vortex.proto.DTypeProtos.PType
- getValueDescriptor() - Method in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
- getValueOrBuilder() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
-
.vortex.scalar.Scalar value = 1;
- getValueOrBuilder() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts
-
.vortex.scalar.Scalar value = 1;
- getValueOrBuilder() - Method in interface dev.vortex.proto.ExprProtos.LiteralOptsOrBuilder
-
.vortex.scalar.Scalar value = 1;
- getValueOrBuilder() - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
-
.vortex.scalar.ScalarValue value = 2;
- getValueOrBuilder() - Method in class dev.vortex.proto.ScalarProtos.Scalar
-
.vortex.scalar.ScalarValue value = 2;
- getValueOrBuilder() - Method in interface dev.vortex.proto.ScalarProtos.ScalarOrBuilder
-
.vortex.scalar.ScalarValue value = 2;
- getValues(int) - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- getValues(int) - Method in class com.google.protobuf.ListValue
-
Repeated field of dynamically typed values.
- getValues(int) - Method in interface com.google.protobuf.ListValueOrBuilder
-
Repeated field of dynamically typed values.
- getValues(int) - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
-
repeated .vortex.scalar.ScalarValue values = 1;
- getValues(int) - Method in class dev.vortex.proto.ScalarProtos.ListValue
-
repeated .vortex.scalar.ScalarValue values = 1;
- getValues(int) - Method in interface dev.vortex.proto.ScalarProtos.ListValueOrBuilder
-
repeated .vortex.scalar.ScalarValue values = 1;
- getValuesBuilder(int) - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- getValuesBuilder(int) - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
-
repeated .vortex.scalar.ScalarValue values = 1;
- getValuesBuilderList() - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- getValuesBuilderList() - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
-
repeated .vortex.scalar.ScalarValue values = 1;
- getValuesCount() - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- getValuesCount() - Method in class com.google.protobuf.ListValue
-
Repeated field of dynamically typed values.
- getValuesCount() - Method in interface com.google.protobuf.ListValueOrBuilder
-
Repeated field of dynamically typed values.
- getValuesCount() - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
-
repeated .vortex.scalar.ScalarValue values = 1;
- getValuesCount() - Method in class dev.vortex.proto.ScalarProtos.ListValue
-
repeated .vortex.scalar.ScalarValue values = 1;
- getValuesCount() - Method in interface dev.vortex.proto.ScalarProtos.ListValueOrBuilder
-
repeated .vortex.scalar.ScalarValue values = 1;
- getValuesList() - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- getValuesList() - Method in class com.google.protobuf.ListValue
-
Repeated field of dynamically typed values.
- getValuesList() - Method in interface com.google.protobuf.ListValueOrBuilder
-
Repeated field of dynamically typed values.
- getValuesList() - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
-
repeated .vortex.scalar.ScalarValue values = 1;
- getValuesList() - Method in class dev.vortex.proto.ScalarProtos.ListValue
-
repeated .vortex.scalar.ScalarValue values = 1;
- getValuesList() - Method in interface dev.vortex.proto.ScalarProtos.ListValueOrBuilder
-
repeated .vortex.scalar.ScalarValue values = 1;
- getValuesOrBuilder(int) - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- getValuesOrBuilder(int) - Method in class com.google.protobuf.ListValue
-
Repeated field of dynamically typed values.
- getValuesOrBuilder(int) - Method in interface com.google.protobuf.ListValueOrBuilder
-
Repeated field of dynamically typed values.
- getValuesOrBuilder(int) - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
-
repeated .vortex.scalar.ScalarValue values = 1;
- getValuesOrBuilder(int) - Method in class dev.vortex.proto.ScalarProtos.ListValue
-
repeated .vortex.scalar.ScalarValue values = 1;
- getValuesOrBuilder(int) - Method in interface dev.vortex.proto.ScalarProtos.ListValueOrBuilder
-
repeated .vortex.scalar.ScalarValue values = 1;
- getValuesOrBuilderList() - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- getValuesOrBuilderList() - Method in class com.google.protobuf.ListValue
-
Repeated field of dynamically typed values.
- getValuesOrBuilderList() - Method in interface com.google.protobuf.ListValueOrBuilder
-
Repeated field of dynamically typed values.
- getValuesOrBuilderList() - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
-
repeated .vortex.scalar.ScalarValue values = 1;
- getValuesOrBuilderList() - Method in class dev.vortex.proto.ScalarProtos.ListValue
-
repeated .vortex.scalar.ScalarValue values = 1;
- getValuesOrBuilderList() - Method in interface dev.vortex.proto.ScalarProtos.ListValueOrBuilder
-
repeated .vortex.scalar.ScalarValue values = 1;
- getVariant() - Method in interface dev.vortex.api.DType
-
Returns the variant of this data type.
- getVariant() - Method in class dev.vortex.jni.JNIDType
- getVariant(long) - Static method in class dev.vortex.jni.NativeDTypeMethods
- gt(Expression, Expression) - Static method in class dev.vortex.api.expressions.Binary
-
Creates a greater-than comparison expression (>).
- Gt - Enum constant in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Gt = 2;
- GT - Enum constant in enum class dev.vortex.api.expressions.Binary.BinaryOp
-
Greater-than comparison operator (>)
- GT_EQ - Enum constant in enum class dev.vortex.api.expressions.Binary.BinaryOp
-
Greater-than-or-equal comparison operator (>=)
- Gt_VALUE - Static variable in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Gt = 2;
- Gte - Enum constant in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Gte = 3;
- Gte_VALUE - Static variable in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Gte = 3;
- gtEq(Expression, Expression) - Static method in class dev.vortex.api.expressions.Binary
-
Creates a greater-than-or-equal comparison expression (>=).
H
- hasBinary() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Binary binary = 6;
- hasBinary() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Binary binary = 6;
- hasBinary() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Binary binary = 6;
- hasBool() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Bool bool = 2;
- hasBool() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Bool bool = 2;
- hasBool() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Bool bool = 2;
- hasBoolValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a boolean value.
- hasBoolValue() - Method in class com.google.protobuf.Value
-
Represents a boolean value.
- hasBoolValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a boolean value.
- hasBoolValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
bool bool_value = 2;
- hasBoolValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
bool bool_value = 2;
- hasBoolValue() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
bool bool_value = 2;
- hasBytesValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
bytes bytes_value = 8;
- hasBytesValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
bytes bytes_value = 8;
- hasBytesValue() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
bytes bytes_value = 8;
- hasDecimal() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Decimal decimal = 4;
- hasDecimal() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Decimal decimal = 4;
- hasDecimal() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Decimal decimal = 4;
- hasDtype() - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
-
.vortex.dtype.DType dtype = 1;
- hasDtype() - Method in class dev.vortex.proto.ScalarProtos.Scalar
-
.vortex.dtype.DType dtype = 1;
- hasDtype() - Method in interface dev.vortex.proto.ScalarProtos.ScalarOrBuilder
-
.vortex.dtype.DType dtype = 1;
- hasElementType() - Method in class dev.vortex.proto.DTypeProtos.List.Builder
-
.vortex.dtype.DType element_type = 1;
- hasElementType() - Method in class dev.vortex.proto.DTypeProtos.List
-
.vortex.dtype.DType element_type = 1;
- hasElementType() - Method in interface dev.vortex.proto.DTypeProtos.ListOrBuilder
-
.vortex.dtype.DType element_type = 1;
- hasExclude() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
-
.vortex.expr.FieldNames exclude = 2;
- hasExclude() - Method in class dev.vortex.proto.ExprProtos.SelectOpts
-
.vortex.expr.FieldNames exclude = 2;
- hasExclude() - Method in interface dev.vortex.proto.ExprProtos.SelectOptsOrBuilder
-
.vortex.expr.FieldNames exclude = 2;
- hasExtension() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Extension extension = 9;
- hasExtension() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Extension extension = 9;
- hasExtension() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Extension extension = 9;
- hasF16Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
uint64 f16_value = 10;
- hasF16Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
uint64 f16_value = 10;
- hasF16Value() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
uint64 f16_value = 10;
- hasF32Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
float f32_value = 5;
- hasF32Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
float f32_value = 5;
- hasF32Value() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
float f32_value = 5;
- hasF64Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
double f64_value = 6;
- hasF64Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
double f64_value = 6;
- hasF64Value() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
double f64_value = 6;
- hashCode() - Method in class com.google.protobuf.BoolValue
- hashCode() - Method in class com.google.protobuf.BytesValue
- hashCode() - Method in class com.google.protobuf.DoubleValue
- hashCode() - Method in class com.google.protobuf.FloatValue
- hashCode() - Method in class com.google.protobuf.Int32Value
- hashCode() - Method in class com.google.protobuf.Int64Value
- hashCode() - Method in class com.google.protobuf.ListValue
- hashCode() - Method in class com.google.protobuf.StringValue
- hashCode() - Method in class com.google.protobuf.Struct
- hashCode() - Method in class com.google.protobuf.UInt32Value
- hashCode() - Method in class com.google.protobuf.UInt64Value
- hashCode() - Method in class com.google.protobuf.Value
- hashCode() - Method in class dev.vortex.api.expressions.Binary
- hashCode() - Method in class dev.vortex.api.expressions.GetItem
- hashCode() - Method in class dev.vortex.api.expressions.Literal
- hashCode() - Method in class dev.vortex.api.expressions.Not
- hashCode() - Method in class dev.vortex.proto.DTypeProtos.Binary
- hashCode() - Method in class dev.vortex.proto.DTypeProtos.Bool
- hashCode() - Method in class dev.vortex.proto.DTypeProtos.Decimal
- hashCode() - Method in class dev.vortex.proto.DTypeProtos.DType
- hashCode() - Method in class dev.vortex.proto.DTypeProtos.Extension
- hashCode() - Method in class dev.vortex.proto.DTypeProtos.Field
- hashCode() - Method in class dev.vortex.proto.DTypeProtos.FieldPath
- hashCode() - Method in class dev.vortex.proto.DTypeProtos.List
- hashCode() - Method in class dev.vortex.proto.DTypeProtos.Null
- hashCode() - Method in class dev.vortex.proto.DTypeProtos.Primitive
- hashCode() - Method in class dev.vortex.proto.DTypeProtos.Struct
- hashCode() - Method in class dev.vortex.proto.DTypeProtos.Utf8
- hashCode() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts
- hashCode() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts
- hashCode() - Method in class dev.vortex.proto.ExprProtos.CastOpts
- hashCode() - Method in class dev.vortex.proto.ExprProtos.Expr
- hashCode() - Method in class dev.vortex.proto.ExprProtos.FieldNames
- hashCode() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts
- hashCode() - Method in class dev.vortex.proto.ExprProtos.LikeOpts
- hashCode() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts
- hashCode() - Method in class dev.vortex.proto.ExprProtos.PackOpts
- hashCode() - Method in class dev.vortex.proto.ExprProtos.SelectOpts
- hashCode() - Method in class dev.vortex.proto.ScalarProtos.ListValue
- hashCode() - Method in class dev.vortex.proto.ScalarProtos.Scalar
- hashCode() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
- hasInclude() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
-
.vortex.expr.FieldNames include = 1;
- hasInclude() - Method in class dev.vortex.proto.ExprProtos.SelectOpts
-
.vortex.expr.FieldNames include = 1;
- hasInclude() - Method in interface dev.vortex.proto.ExprProtos.SelectOptsOrBuilder
-
.vortex.expr.FieldNames include = 1;
- hasInt64Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
sint64 int64_value = 3;
- hasInt64Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
sint64 int64_value = 3;
- hasInt64Value() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
sint64 int64_value = 3;
- hasList() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.List list = 8;
- hasList() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.List list = 8;
- hasList() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.List list = 8;
- hasListValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a repeated `Value`.
- hasListValue() - Method in class com.google.protobuf.Value
-
Represents a repeated `Value`.
- hasListValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a repeated `Value`.
- hasListValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
.vortex.scalar.ListValue list_value = 9;
- hasListValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
.vortex.scalar.ListValue list_value = 9;
- hasListValue() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
.vortex.scalar.ListValue list_value = 9;
- hasMetadata() - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
-
optional bytes metadata = 3;
- hasMetadata() - Method in class dev.vortex.proto.DTypeProtos.Extension
-
optional bytes metadata = 3;
- hasMetadata() - Method in interface dev.vortex.proto.DTypeProtos.ExtensionOrBuilder
-
optional bytes metadata = 3;
- hasMetadata() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
optional bytes metadata = 3;
- hasMetadata() - Method in class dev.vortex.proto.ExprProtos.Expr
-
optional bytes metadata = 3;
- hasMetadata() - Method in interface dev.vortex.proto.ExprProtos.ExprOrBuilder
-
optional bytes metadata = 3;
- hasName() - Method in class dev.vortex.proto.DTypeProtos.Field.Builder
-
string name = 1;
- hasName() - Method in class dev.vortex.proto.DTypeProtos.Field
-
string name = 1;
- hasName() - Method in interface dev.vortex.proto.DTypeProtos.FieldOrBuilder
-
string name = 1;
- hasNext() - Method in class dev.vortex.jni.JNIArrayIterator
- hasNull() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Null null = 1;
- hasNull() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Null null = 1;
- hasNull() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Null null = 1;
- hasNullValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a null value.
- hasNullValue() - Method in class com.google.protobuf.Value
-
Represents a null value.
- hasNullValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a null value.
- hasNullValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
.google.protobuf.NullValue null_value = 1;
- hasNullValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
.google.protobuf.NullValue null_value = 1;
- hasNullValue() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
.google.protobuf.NullValue null_value = 1;
- hasNumberValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a double value.
- hasNumberValue() - Method in class com.google.protobuf.Value
-
Represents a double value.
- hasNumberValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a double value.
- hasPrimitive() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Primitive primitive = 3;
- hasPrimitive() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Primitive primitive = 3;
- hasPrimitive() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Primitive primitive = 3;
- hasStorageDtype() - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
-
.vortex.dtype.DType storage_dtype = 2;
- hasStorageDtype() - Method in class dev.vortex.proto.DTypeProtos.Extension
-
.vortex.dtype.DType storage_dtype = 2;
- hasStorageDtype() - Method in interface dev.vortex.proto.DTypeProtos.ExtensionOrBuilder
-
.vortex.dtype.DType storage_dtype = 2;
- hasStringValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a string value.
- hasStringValue() - Method in class com.google.protobuf.Value
-
Represents a string value.
- hasStringValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a string value.
- hasStringValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
string string_value = 7;
- hasStringValue() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
string string_value = 7;
- hasStringValue() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
string string_value = 7;
- hasStruct() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Struct struct = 7;
- hasStruct() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Struct struct = 7;
- hasStruct() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Struct struct = 7;
- hasStructValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a structured value.
- hasStructValue() - Method in class com.google.protobuf.Value
-
Represents a structured value.
- hasStructValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a structured value.
- hasTarget() - Method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
-
.vortex.dtype.DType target = 1;
- hasTarget() - Method in class dev.vortex.proto.ExprProtos.CastOpts
-
.vortex.dtype.DType target = 1;
- hasTarget() - Method in interface dev.vortex.proto.ExprProtos.CastOptsOrBuilder
-
.vortex.dtype.DType target = 1;
- hasUint64Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
uint64 uint64_value = 4;
- hasUint64Value() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
-
uint64 uint64_value = 4;
- hasUint64Value() - Method in interface dev.vortex.proto.ScalarProtos.ScalarValueOrBuilder
-
uint64 uint64_value = 4;
- hasUtf8() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Utf8 utf8 = 5;
- hasUtf8() - Method in class dev.vortex.proto.DTypeProtos.DType
-
.vortex.dtype.Utf8 utf8 = 5;
- hasUtf8() - Method in interface dev.vortex.proto.DTypeProtos.DTypeOrBuilder
-
.vortex.dtype.Utf8 utf8 = 5;
- hasValue() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
-
.vortex.scalar.Scalar value = 1;
- hasValue() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts
-
.vortex.scalar.Scalar value = 1;
- hasValue() - Method in interface dev.vortex.proto.ExprProtos.LiteralOptsOrBuilder
-
.vortex.scalar.Scalar value = 1;
- hasValue() - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
-
.vortex.scalar.ScalarValue value = 2;
- hasValue() - Method in class dev.vortex.proto.ScalarProtos.Scalar
-
.vortex.scalar.ScalarValue value = 2;
- hasValue() - Method in interface dev.vortex.proto.ScalarProtos.ScalarOrBuilder
-
.vortex.scalar.ScalarValue value = 2;
I
- I16 - Enum constant in enum class dev.vortex.proto.DTypeProtos.PType
-
I16 = 5;
- I16_VALUE - Static variable in enum class dev.vortex.proto.DTypeProtos.PType
-
I16 = 5;
- I32 - Enum constant in enum class dev.vortex.proto.DTypeProtos.PType
-
I32 = 6;
- I32_VALUE - Static variable in enum class dev.vortex.proto.DTypeProtos.PType
-
I32 = 6;
- I64 - Enum constant in enum class dev.vortex.proto.DTypeProtos.PType
-
I64 = 7;
- I64_VALUE - Static variable in enum class dev.vortex.proto.DTypeProtos.PType
-
I64 = 7;
- I8 - Enum constant in enum class dev.vortex.proto.DTypeProtos.PType
-
I8 = 4;
- I8_VALUE - Static variable in enum class dev.vortex.proto.DTypeProtos.PType
-
I8 = 4;
- id() - Method in interface dev.vortex.api.Expression
-
The globally unique identifier for this type of expression.
- id() - Method in class dev.vortex.api.expressions.Binary
- id() - Method in class dev.vortex.api.expressions.GetItem
- id() - Method in class dev.vortex.api.expressions.Literal
- id() - Method in class dev.vortex.api.expressions.Not
- id() - Method in class dev.vortex.api.expressions.Root
- id() - Method in class dev.vortex.api.expressions.Unknown
- ID_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.Extension
- ID_FIELD_NUMBER - Static variable in class dev.vortex.proto.ExprProtos.Expr
- INCLUDE - Enum constant in enum class dev.vortex.proto.ExprProtos.SelectOpts.OptsCase
- INCLUDE_FIELD_NUMBER - Static variable in class dev.vortex.proto.ExprProtos.SelectOpts
- INFO - Static variable in class dev.vortex.jni.NativeLogging
-
Logging level constant for informational, warning, and error messages
- initLogging(int) - Static method in class dev.vortex.jni.NativeLogging
-
Initialize logging to the desired level.
- INSTANCE - Static variable in class dev.vortex.api.expressions.Root
-
The singleton instance of the Root expression.
- int16(short) - Static method in class dev.vortex.api.proto.Scalars
- int16(Short) - Static method in class dev.vortex.api.expressions.Literal
-
Creates a 16-bit signed integer literal.
- int32(int) - Static method in class dev.vortex.api.proto.Scalars
-
Creates a non-nullable 32-bit integer scalar with the specified value.
- int32(Integer) - Static method in class dev.vortex.api.expressions.Literal
-
Creates a 32-bit signed integer literal.
- Int32Value - Class in com.google.protobuf
-
Wrapper message for `int32`.
- Int32Value.Builder - Class in com.google.protobuf
-
Wrapper message for `int32`.
- Int32ValueOrBuilder - Interface in com.google.protobuf
- int64(long) - Static method in class dev.vortex.api.proto.Scalars
- int64(Long) - Static method in class dev.vortex.api.expressions.Literal
-
Creates a 64-bit signed integer literal.
- INT64_VALUE - Enum constant in enum class dev.vortex.proto.ScalarProtos.ScalarValue.KindCase
- INT64_VALUE_FIELD_NUMBER - Static variable in class dev.vortex.proto.ScalarProtos.ScalarValue
- Int64Value - Class in com.google.protobuf
-
Wrapper message for `int64`.
- Int64Value.Builder - Class in com.google.protobuf
-
Wrapper message for `int64`.
- Int64ValueOrBuilder - Interface in com.google.protobuf
- int8(byte) - Static method in class dev.vortex.api.proto.Scalars
- int8(Byte) - Static method in class dev.vortex.api.expressions.Literal
-
Creates an 8-bit signed integer literal.
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.BoolValue.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.BoolValue
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.BytesValue.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.BytesValue
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.DoubleValue.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.DoubleValue
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.FloatValue.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.FloatValue
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.Int32Value.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.Int32Value
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.Int64Value.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.Int64Value
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.ListValue.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.ListValue
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.StringValue.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.StringValue
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.Struct.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.Struct
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.UInt32Value.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.UInt32Value
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.UInt64Value.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.UInt64Value
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.Value.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.Value
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.Binary.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.Binary
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.Bool.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.Bool
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.Decimal
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.DType
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.Extension
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.Field.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.Field
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.FieldPath
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.List.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.List
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.Null.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.Null
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.Primitive
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.Struct
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.Utf8.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.DTypeProtos.Utf8
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.CastOpts
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.Expr
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.FieldNames
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.LikeOpts.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.LikeOpts
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.PackOpts
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ExprProtos.SelectOpts
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ScalarProtos.ListValue
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ScalarProtos.Scalar
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
- internalGetFieldAccessorTable() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
- internalGetMapFieldReflection(int) - Method in class com.google.protobuf.Struct.Builder
- internalGetMapFieldReflection(int) - Method in class com.google.protobuf.Struct
- internalGetMutableMapFieldReflection(int) - Method in class com.google.protobuf.Struct.Builder
- internalGetValueMap() - Static method in enum class com.google.protobuf.NullValue
- internalGetValueMap() - Static method in enum class dev.vortex.proto.DTypeProtos.PType
- internalGetValueMap() - Static method in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
- isDate() - Method in interface dev.vortex.api.DType
-
Checks if this data type represents a date.
- isDate() - Method in class dev.vortex.jni.JNIDType
- isDate(long) - Static method in class dev.vortex.jni.NativeDTypeMethods
- isDecimal() - Method in interface dev.vortex.api.DType
-
Checks if this data type represents a decimal number.
- isDecimal() - Method in class dev.vortex.jni.JNIDType
- isDecimal(long) - Static method in class dev.vortex.jni.NativeDTypeMethods
- isInitialized() - Method in class com.google.protobuf.BoolValue.Builder
- isInitialized() - Method in class com.google.protobuf.BoolValue
- isInitialized() - Method in class com.google.protobuf.BytesValue.Builder
- isInitialized() - Method in class com.google.protobuf.BytesValue
- isInitialized() - Method in class com.google.protobuf.DoubleValue.Builder
- isInitialized() - Method in class com.google.protobuf.DoubleValue
- isInitialized() - Method in class com.google.protobuf.FloatValue.Builder
- isInitialized() - Method in class com.google.protobuf.FloatValue
- isInitialized() - Method in class com.google.protobuf.Int32Value.Builder
- isInitialized() - Method in class com.google.protobuf.Int32Value
- isInitialized() - Method in class com.google.protobuf.Int64Value.Builder
- isInitialized() - Method in class com.google.protobuf.Int64Value
- isInitialized() - Method in class com.google.protobuf.ListValue.Builder
- isInitialized() - Method in class com.google.protobuf.ListValue
- isInitialized() - Method in class com.google.protobuf.StringValue.Builder
- isInitialized() - Method in class com.google.protobuf.StringValue
- isInitialized() - Method in class com.google.protobuf.Struct.Builder
- isInitialized() - Method in class com.google.protobuf.Struct
- isInitialized() - Method in class com.google.protobuf.UInt32Value.Builder
- isInitialized() - Method in class com.google.protobuf.UInt32Value
- isInitialized() - Method in class com.google.protobuf.UInt64Value.Builder
- isInitialized() - Method in class com.google.protobuf.UInt64Value
- isInitialized() - Method in class com.google.protobuf.Value.Builder
- isInitialized() - Method in class com.google.protobuf.Value
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.Binary.Builder
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.Binary
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.Bool.Builder
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.Bool
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.Decimal
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.DType
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.Extension
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.Field.Builder
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.Field
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.FieldPath
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.List.Builder
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.List
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.Null.Builder
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.Null
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.Primitive
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.Struct
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.Utf8.Builder
- isInitialized() - Method in class dev.vortex.proto.DTypeProtos.Utf8
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts.Builder
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts.Builder
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.CastOpts
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.Expr
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.FieldNames
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts.Builder
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.LikeOpts.Builder
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.LikeOpts
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.PackOpts
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
- isInitialized() - Method in class dev.vortex.proto.ExprProtos.SelectOpts
- isInitialized() - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
- isInitialized() - Method in class dev.vortex.proto.ScalarProtos.ListValue
- isInitialized() - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
- isInitialized() - Method in class dev.vortex.proto.ScalarProtos.Scalar
- isInitialized() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
- isInitialized() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
- isNullable() - Method in interface dev.vortex.api.DType
-
Checks if this data type allows null values.
- isNullable() - Method in class dev.vortex.jni.JNIDType
- isNullable(long) - Static method in class dev.vortex.jni.NativeDTypeMethods
- isTime() - Method in interface dev.vortex.api.DType
-
Checks if this data type represents a time.
- isTime() - Method in class dev.vortex.jni.JNIDType
- isTime(long) - Static method in class dev.vortex.jni.NativeDTypeMethods
- isTimestamp() - Method in interface dev.vortex.api.DType
-
Checks if this data type represents a timestamp.
- isTimestamp() - Method in class dev.vortex.jni.JNIDType
- isTimestamp(long) - Static method in class dev.vortex.jni.NativeDTypeMethods
J
- JNIArray - Class in dev.vortex.jni
- JNIArray(long) - Constructor for class dev.vortex.jni.JNIArray
- JNIArrayIterator - Class in dev.vortex.jni
- JNIArrayIterator(long) - Constructor for class dev.vortex.jni.JNIArrayIterator
- JNIDType - Class in dev.vortex.jni
- JNIDType(long) - Constructor for class dev.vortex.jni.JNIDType
-
Creates a JNIDType that borrows a native pointer.
- JNIDType(long, boolean) - Constructor for class dev.vortex.jni.JNIDType
-
Creates a JNIDType with explicit ownership.
- JNIFile - Class in dev.vortex.jni
- JNIFile(long) - Constructor for class dev.vortex.jni.JNIFile
- JNIWriter - Class in dev.vortex.jni
-
JNI implementation of VortexWriter.
- JNIWriter(long) - Constructor for class dev.vortex.jni.JNIWriter
-
Creates a new JNIWriter with the given native pointer.
K
- KIND_NOT_SET - Enum constant in enum class com.google.protobuf.Value.KindCase
- KIND_NOT_SET - Enum constant in enum class dev.vortex.proto.ScalarProtos.ScalarValue.KindCase
L
- LIST - Enum constant in enum class dev.vortex.api.DType.Variant
-
List type containing elements of a single type
- LIST - Enum constant in enum class dev.vortex.proto.DTypeProtos.DType.DtypeTypeCase
- LIST_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.DType
- LIST_VALUE - Enum constant in enum class com.google.protobuf.Value.KindCase
- LIST_VALUE - Enum constant in enum class dev.vortex.proto.ScalarProtos.ScalarValue.KindCase
- LIST_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
- LIST_VALUE_FIELD_NUMBER - Static variable in class dev.vortex.proto.ScalarProtos.ScalarValue
- ListValue - Class in com.google.protobuf
-
`ListValue` is a wrapper around a repeated field of values.
- ListValue.Builder - Class in com.google.protobuf
-
`ListValue` is a wrapper around a repeated field of values.
- ListValueOrBuilder - Interface in com.google.protobuf
- listVortexFiles(String, Map<String, String>) - Static method in class dev.vortex.jni.NativeFileMethods
-
List all Vortex files underneath the current file path.
- Literal<T> - Class in dev.vortex.api.expressions
-
Represents a literal value expression in the Vortex query system.
- Literal.LiteralVisitor<U> - Interface in dev.vortex.api.expressions
-
Visitor interface for processing literals in a type-safe manner.
- littleEndianDecimal(BigDecimal) - Static method in class dev.vortex.api.proto.EndianUtils
-
Converts a BigDecimal to a little-endian byte array representation suitable for Vortex decimals.
- loadJni() - Static method in class dev.vortex.jni.NativeLoader
-
Loads the native Vortex JNI library if it hasn't been loaded already.
- LOWER_STRICT_FIELD_NUMBER - Static variable in class dev.vortex.proto.ExprProtos.BetweenOpts
- lt(Expression, Expression) - Static method in class dev.vortex.api.expressions.Binary
-
Creates a less-than comparison expression (<).
- Lt - Enum constant in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Lt = 4;
- LT - Enum constant in enum class dev.vortex.api.expressions.Binary.BinaryOp
-
Less-than comparison operator (<)
- LT_EQ - Enum constant in enum class dev.vortex.api.expressions.Binary.BinaryOp
-
Less-than-or-equal comparison operator (<=)
- Lt_VALUE - Static variable in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Lt = 4;
- Lte - Enum constant in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Lte = 5;
- Lte_VALUE - Static variable in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Lte = 5;
- ltEq(Expression, Expression) - Static method in class dev.vortex.api.expressions.Binary
-
Creates a less-than-or-equal comparison expression (<=).
M
- mergeBinary(DTypeProtos.Binary) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Binary binary = 6;
- mergeBool(DTypeProtos.Bool) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Bool bool = 2;
- mergeDecimal(DTypeProtos.Decimal) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Decimal decimal = 4;
- mergeDtype(DTypeProtos.DType) - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
-
.vortex.dtype.DType dtype = 1;
- mergeElementType(DTypeProtos.DType) - Method in class dev.vortex.proto.DTypeProtos.List.Builder
-
.vortex.dtype.DType element_type = 1;
- mergeExclude(ExprProtos.FieldNames) - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
-
.vortex.expr.FieldNames exclude = 2;
- mergeExtension(DTypeProtos.Extension) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Extension extension = 9;
- mergeFrom(BoolValue) - Method in class com.google.protobuf.BoolValue.Builder
- mergeFrom(BytesValue) - Method in class com.google.protobuf.BytesValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.BoolValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.BytesValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DoubleValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.FloatValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Int32Value.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Int64Value.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.ListValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.StringValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Struct.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UInt32Value.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UInt64Value.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Value.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.DTypeProtos.Binary.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.DTypeProtos.Bool.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.DTypeProtos.Field.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.DTypeProtos.List.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.DTypeProtos.Null.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.DTypeProtos.Utf8.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.ExprProtos.BetweenOpts.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.ExprProtos.BinaryOpts.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.ExprProtos.GetItemOpts.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.ExprProtos.LikeOpts.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
- mergeFrom(DoubleValue) - Method in class com.google.protobuf.DoubleValue.Builder
- mergeFrom(FloatValue) - Method in class com.google.protobuf.FloatValue.Builder
- mergeFrom(Int32Value) - Method in class com.google.protobuf.Int32Value.Builder
- mergeFrom(Int64Value) - Method in class com.google.protobuf.Int64Value.Builder
- mergeFrom(ListValue) - Method in class com.google.protobuf.ListValue.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.BoolValue.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.BytesValue.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DoubleValue.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.FloatValue.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.Int32Value.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.Int64Value.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.ListValue.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.StringValue.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.Struct.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.UInt32Value.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.UInt64Value.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.Value.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.DTypeProtos.Binary.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.DTypeProtos.Bool.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.DTypeProtos.Field.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.DTypeProtos.List.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.DTypeProtos.Null.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.DTypeProtos.Utf8.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.ExprProtos.BetweenOpts.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.ExprProtos.BinaryOpts.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.ExprProtos.GetItemOpts.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.ExprProtos.LikeOpts.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
- mergeFrom(Message) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
- mergeFrom(StringValue) - Method in class com.google.protobuf.StringValue.Builder
- mergeFrom(Struct) - Method in class com.google.protobuf.Struct.Builder
- mergeFrom(UInt32Value) - Method in class com.google.protobuf.UInt32Value.Builder
- mergeFrom(UInt64Value) - Method in class com.google.protobuf.UInt64Value.Builder
- mergeFrom(Value) - Method in class com.google.protobuf.Value.Builder
- mergeFrom(DTypeProtos.Binary) - Method in class dev.vortex.proto.DTypeProtos.Binary.Builder
- mergeFrom(DTypeProtos.Bool) - Method in class dev.vortex.proto.DTypeProtos.Bool.Builder
- mergeFrom(DTypeProtos.Decimal) - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
- mergeFrom(DTypeProtos.DType) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
- mergeFrom(DTypeProtos.Extension) - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
- mergeFrom(DTypeProtos.Field) - Method in class dev.vortex.proto.DTypeProtos.Field.Builder
- mergeFrom(DTypeProtos.FieldPath) - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
- mergeFrom(DTypeProtos.List) - Method in class dev.vortex.proto.DTypeProtos.List.Builder
- mergeFrom(DTypeProtos.Null) - Method in class dev.vortex.proto.DTypeProtos.Null.Builder
- mergeFrom(DTypeProtos.Primitive) - Method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
- mergeFrom(DTypeProtos.Struct) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
- mergeFrom(DTypeProtos.Utf8) - Method in class dev.vortex.proto.DTypeProtos.Utf8.Builder
- mergeFrom(ExprProtos.BetweenOpts) - Method in class dev.vortex.proto.ExprProtos.BetweenOpts.Builder
- mergeFrom(ExprProtos.BinaryOpts) - Method in class dev.vortex.proto.ExprProtos.BinaryOpts.Builder
- mergeFrom(ExprProtos.CastOpts) - Method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
- mergeFrom(ExprProtos.Expr) - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
- mergeFrom(ExprProtos.FieldNames) - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
- mergeFrom(ExprProtos.GetItemOpts) - Method in class dev.vortex.proto.ExprProtos.GetItemOpts.Builder
- mergeFrom(ExprProtos.LikeOpts) - Method in class dev.vortex.proto.ExprProtos.LikeOpts.Builder
- mergeFrom(ExprProtos.LiteralOpts) - Method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
- mergeFrom(ExprProtos.PackOpts) - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
- mergeFrom(ExprProtos.SelectOpts) - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
- mergeFrom(ScalarProtos.ListValue) - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
- mergeFrom(ScalarProtos.Scalar) - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
- mergeFrom(ScalarProtos.ScalarValue) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
- mergeInclude(ExprProtos.FieldNames) - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
-
.vortex.expr.FieldNames include = 1;
- mergeList(DTypeProtos.List) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.List list = 8;
- mergeListValue(ListValue) - Method in class com.google.protobuf.Value.Builder
-
Represents a repeated `Value`.
- mergeListValue(ScalarProtos.ListValue) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
.vortex.scalar.ListValue list_value = 9;
- mergeNull(DTypeProtos.Null) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Null null = 1;
- mergePrimitive(DTypeProtos.Primitive) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Primitive primitive = 3;
- mergeStorageDtype(DTypeProtos.DType) - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
-
.vortex.dtype.DType storage_dtype = 2;
- mergeStruct(DTypeProtos.Struct) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Struct struct = 7;
- mergeStructValue(Struct) - Method in class com.google.protobuf.Value.Builder
-
Represents a structured value.
- mergeTarget(DTypeProtos.DType) - Method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
-
.vortex.dtype.DType target = 1;
- mergeUtf8(DTypeProtos.Utf8) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Utf8 utf8 = 5;
- mergeValue(ScalarProtos.Scalar) - Method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
-
.vortex.scalar.Scalar value = 1;
- mergeValue(ScalarProtos.ScalarValue) - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
-
.vortex.scalar.ScalarValue value = 2;
- metadata() - Method in interface dev.vortex.api.Expression
-
Returns the serialized metadata for this expression, or empty if serialization is not supported.
- metadata() - Method in class dev.vortex.api.expressions.Binary
- metadata() - Method in class dev.vortex.api.expressions.GetItem
- metadata() - Method in class dev.vortex.api.expressions.Literal
- metadata() - Method in class dev.vortex.api.expressions.Not
- metadata() - Method in class dev.vortex.api.expressions.Root
- metadata() - Method in class dev.vortex.api.expressions.Unknown
- METADATA_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.Extension
- METADATA_FIELD_NUMBER - Static variable in class dev.vortex.proto.ExprProtos.Expr
- MICROSECONDS - Enum constant in enum class dev.vortex.api.DType.TimeUnit
-
Microsecond precision (10^-6 seconds)
- MILLISECONDS - Enum constant in enum class dev.vortex.api.DType.TimeUnit
-
Millisecond precision (10^-3 seconds)
N
- NAME - Enum constant in enum class dev.vortex.proto.DTypeProtos.Field.FieldTypeCase
- NAME_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.Field
- NAMES_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.Struct
- NAMES_FIELD_NUMBER - Static variable in class dev.vortex.proto.ExprProtos.FieldNames
- NANOSECONDS - Enum constant in enum class dev.vortex.api.DType.TimeUnit
-
Nanosecond precision (10^-9 seconds)
- nanosFromTimestamp(LocalDateTime) - Static method in class dev.vortex.DateTimeUtil
-
Converts a LocalDateTime to nanoseconds since the Unix epoch.
- nanosFromTimestamptz(OffsetDateTime) - Static method in class dev.vortex.DateTimeUtil
-
Converts an OffsetDateTime to nanoseconds since the Unix epoch.
- NativeArrayIteratorMethods - Class in dev.vortex.jni
- NativeArrayMethods - Class in dev.vortex.jni
- NativeDTypeMethods - Class in dev.vortex.jni
- NativeFileMethods - Class in dev.vortex.jni
- NativeLoader - Class in dev.vortex.jni
-
Utility class for loading the native Vortex JNI library.
- NativeLogging - Class in dev.vortex.jni
-
Utility class for configuring native logging levels in the Vortex JNI layer.
- NativeWriterMethods - Class in dev.vortex.jni
-
Native JNI methods for writing Vortex files.
- nbytes() - Method in interface dev.vortex.api.Array
-
Returns the total size in bytes of this array including all buffers.
- nbytes() - Method in class dev.vortex.jni.JNIArray
- nbytes(long) - Static method in class dev.vortex.jni.NativeArrayMethods
- NEGATED_FIELD_NUMBER - Static variable in class dev.vortex.proto.ExprProtos.LikeOpts
- newBinary(boolean) - Static method in interface dev.vortex.api.DType
-
Create a new Binary data type.
- newBinary(boolean) - Static method in class dev.vortex.jni.NativeDTypeMethods
-
Create a new native DType for a Binary type.
- newBool(boolean) - Static method in interface dev.vortex.api.DType
-
Create a new Binary data type.
- newBool(boolean) - Static method in class dev.vortex.jni.NativeDTypeMethods
-
Create a new native DType for a boolean type.
- newBuilder() - Static method in class com.google.protobuf.BoolValue
- newBuilder() - Static method in class com.google.protobuf.BytesValue
- newBuilder() - Static method in class com.google.protobuf.DoubleValue
- newBuilder() - Static method in class com.google.protobuf.FloatValue
- newBuilder() - Static method in class com.google.protobuf.Int32Value
- newBuilder() - Static method in class com.google.protobuf.Int64Value
- newBuilder() - Static method in class com.google.protobuf.ListValue
- newBuilder() - Static method in class com.google.protobuf.StringValue
- newBuilder() - Static method in class com.google.protobuf.Struct
- newBuilder() - Static method in class com.google.protobuf.UInt32Value
- newBuilder() - Static method in class com.google.protobuf.UInt64Value
- newBuilder() - Static method in class com.google.protobuf.Value
- newBuilder() - Static method in class dev.vortex.proto.DTypeProtos.Binary
- newBuilder() - Static method in class dev.vortex.proto.DTypeProtos.Bool
- newBuilder() - Static method in class dev.vortex.proto.DTypeProtos.Decimal
- newBuilder() - Static method in class dev.vortex.proto.DTypeProtos.DType
- newBuilder() - Static method in class dev.vortex.proto.DTypeProtos.Extension
- newBuilder() - Static method in class dev.vortex.proto.DTypeProtos.Field
- newBuilder() - Static method in class dev.vortex.proto.DTypeProtos.FieldPath
- newBuilder() - Static method in class dev.vortex.proto.DTypeProtos.List
- newBuilder() - Static method in class dev.vortex.proto.DTypeProtos.Null
- newBuilder() - Static method in class dev.vortex.proto.DTypeProtos.Primitive
- newBuilder() - Static method in class dev.vortex.proto.DTypeProtos.Struct
- newBuilder() - Static method in class dev.vortex.proto.DTypeProtos.Utf8
- newBuilder() - Static method in class dev.vortex.proto.ExprProtos.BetweenOpts
- newBuilder() - Static method in class dev.vortex.proto.ExprProtos.BinaryOpts
- newBuilder() - Static method in class dev.vortex.proto.ExprProtos.CastOpts
- newBuilder() - Static method in class dev.vortex.proto.ExprProtos.Expr
- newBuilder() - Static method in class dev.vortex.proto.ExprProtos.FieldNames
- newBuilder() - Static method in class dev.vortex.proto.ExprProtos.GetItemOpts
- newBuilder() - Static method in class dev.vortex.proto.ExprProtos.LikeOpts
- newBuilder() - Static method in class dev.vortex.proto.ExprProtos.LiteralOpts
- newBuilder() - Static method in class dev.vortex.proto.ExprProtos.PackOpts
- newBuilder() - Static method in class dev.vortex.proto.ExprProtos.SelectOpts
- newBuilder() - Static method in class dev.vortex.proto.ScalarProtos.ListValue
- newBuilder() - Static method in class dev.vortex.proto.ScalarProtos.Scalar
- newBuilder() - Static method in class dev.vortex.proto.ScalarProtos.ScalarValue
- newBuilder(BoolValue) - Static method in class com.google.protobuf.BoolValue
- newBuilder(BytesValue) - Static method in class com.google.protobuf.BytesValue
- newBuilder(DoubleValue) - Static method in class com.google.protobuf.DoubleValue
- newBuilder(FloatValue) - Static method in class com.google.protobuf.FloatValue
- newBuilder(Int32Value) - Static method in class com.google.protobuf.Int32Value
- newBuilder(Int64Value) - Static method in class com.google.protobuf.Int64Value
- newBuilder(ListValue) - Static method in class com.google.protobuf.ListValue
- newBuilder(StringValue) - Static method in class com.google.protobuf.StringValue
- newBuilder(Struct) - Static method in class com.google.protobuf.Struct
- newBuilder(UInt32Value) - Static method in class com.google.protobuf.UInt32Value
- newBuilder(UInt64Value) - Static method in class com.google.protobuf.UInt64Value
- newBuilder(Value) - Static method in class com.google.protobuf.Value
- newBuilder(DTypeProtos.Binary) - Static method in class dev.vortex.proto.DTypeProtos.Binary
- newBuilder(DTypeProtos.Bool) - Static method in class dev.vortex.proto.DTypeProtos.Bool
- newBuilder(DTypeProtos.Decimal) - Static method in class dev.vortex.proto.DTypeProtos.Decimal
- newBuilder(DTypeProtos.DType) - Static method in class dev.vortex.proto.DTypeProtos.DType
- newBuilder(DTypeProtos.Extension) - Static method in class dev.vortex.proto.DTypeProtos.Extension
- newBuilder(DTypeProtos.Field) - Static method in class dev.vortex.proto.DTypeProtos.Field
- newBuilder(DTypeProtos.FieldPath) - Static method in class dev.vortex.proto.DTypeProtos.FieldPath
- newBuilder(DTypeProtos.List) - Static method in class dev.vortex.proto.DTypeProtos.List
- newBuilder(DTypeProtos.Null) - Static method in class dev.vortex.proto.DTypeProtos.Null
- newBuilder(DTypeProtos.Primitive) - Static method in class dev.vortex.proto.DTypeProtos.Primitive
- newBuilder(DTypeProtos.Struct) - Static method in class dev.vortex.proto.DTypeProtos.Struct
- newBuilder(DTypeProtos.Utf8) - Static method in class dev.vortex.proto.DTypeProtos.Utf8
- newBuilder(ExprProtos.BetweenOpts) - Static method in class dev.vortex.proto.ExprProtos.BetweenOpts
- newBuilder(ExprProtos.BinaryOpts) - Static method in class dev.vortex.proto.ExprProtos.BinaryOpts
- newBuilder(ExprProtos.CastOpts) - Static method in class dev.vortex.proto.ExprProtos.CastOpts
- newBuilder(ExprProtos.Expr) - Static method in class dev.vortex.proto.ExprProtos.Expr
- newBuilder(ExprProtos.FieldNames) - Static method in class dev.vortex.proto.ExprProtos.FieldNames
- newBuilder(ExprProtos.GetItemOpts) - Static method in class dev.vortex.proto.ExprProtos.GetItemOpts
- newBuilder(ExprProtos.LikeOpts) - Static method in class dev.vortex.proto.ExprProtos.LikeOpts
- newBuilder(ExprProtos.LiteralOpts) - Static method in class dev.vortex.proto.ExprProtos.LiteralOpts
- newBuilder(ExprProtos.PackOpts) - Static method in class dev.vortex.proto.ExprProtos.PackOpts
- newBuilder(ExprProtos.SelectOpts) - Static method in class dev.vortex.proto.ExprProtos.SelectOpts
- newBuilder(ScalarProtos.ListValue) - Static method in class dev.vortex.proto.ScalarProtos.ListValue
- newBuilder(ScalarProtos.Scalar) - Static method in class dev.vortex.proto.ScalarProtos.Scalar
- newBuilder(ScalarProtos.ScalarValue) - Static method in class dev.vortex.proto.ScalarProtos.ScalarValue
- newBuilderForType() - Method in class com.google.protobuf.BoolValue
- newBuilderForType() - Method in class com.google.protobuf.BytesValue
- newBuilderForType() - Method in class com.google.protobuf.DoubleValue
- newBuilderForType() - Method in class com.google.protobuf.FloatValue
- newBuilderForType() - Method in class com.google.protobuf.Int32Value
- newBuilderForType() - Method in class com.google.protobuf.Int64Value
- newBuilderForType() - Method in class com.google.protobuf.ListValue
- newBuilderForType() - Method in class com.google.protobuf.StringValue
- newBuilderForType() - Method in class com.google.protobuf.Struct
- newBuilderForType() - Method in class com.google.protobuf.UInt32Value
- newBuilderForType() - Method in class com.google.protobuf.UInt64Value
- newBuilderForType() - Method in class com.google.protobuf.Value
- newBuilderForType() - Method in class dev.vortex.proto.DTypeProtos.Binary
- newBuilderForType() - Method in class dev.vortex.proto.DTypeProtos.Bool
- newBuilderForType() - Method in class dev.vortex.proto.DTypeProtos.Decimal
- newBuilderForType() - Method in class dev.vortex.proto.DTypeProtos.DType
- newBuilderForType() - Method in class dev.vortex.proto.DTypeProtos.Extension
- newBuilderForType() - Method in class dev.vortex.proto.DTypeProtos.Field
- newBuilderForType() - Method in class dev.vortex.proto.DTypeProtos.FieldPath
- newBuilderForType() - Method in class dev.vortex.proto.DTypeProtos.List
- newBuilderForType() - Method in class dev.vortex.proto.DTypeProtos.Null
- newBuilderForType() - Method in class dev.vortex.proto.DTypeProtos.Primitive
- newBuilderForType() - Method in class dev.vortex.proto.DTypeProtos.Struct
- newBuilderForType() - Method in class dev.vortex.proto.DTypeProtos.Utf8
- newBuilderForType() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts
- newBuilderForType() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts
- newBuilderForType() - Method in class dev.vortex.proto.ExprProtos.CastOpts
- newBuilderForType() - Method in class dev.vortex.proto.ExprProtos.Expr
- newBuilderForType() - Method in class dev.vortex.proto.ExprProtos.FieldNames
- newBuilderForType() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts
- newBuilderForType() - Method in class dev.vortex.proto.ExprProtos.LikeOpts
- newBuilderForType() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts
- newBuilderForType() - Method in class dev.vortex.proto.ExprProtos.PackOpts
- newBuilderForType() - Method in class dev.vortex.proto.ExprProtos.SelectOpts
- newBuilderForType() - Method in class dev.vortex.proto.ScalarProtos.ListValue
- newBuilderForType() - Method in class dev.vortex.proto.ScalarProtos.Scalar
- newBuilderForType() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.protobuf.BoolValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.protobuf.BytesValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.protobuf.DoubleValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.protobuf.FloatValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.protobuf.Int32Value
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.protobuf.Int64Value
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.protobuf.ListValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.protobuf.StringValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.protobuf.Struct
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.protobuf.UInt32Value
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.protobuf.UInt64Value
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.protobuf.Value
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.DTypeProtos.Binary
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.DTypeProtos.Bool
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.DTypeProtos.Decimal
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.DTypeProtos.DType
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.DTypeProtos.Extension
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.DTypeProtos.Field
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.DTypeProtos.FieldPath
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.DTypeProtos.List
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.DTypeProtos.Null
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.DTypeProtos.Primitive
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.DTypeProtos.Struct
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.DTypeProtos.Utf8
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.ExprProtos.BetweenOpts
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.ExprProtos.BinaryOpts
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.ExprProtos.CastOpts
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.ExprProtos.Expr
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.ExprProtos.FieldNames
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.ExprProtos.GetItemOpts
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.ExprProtos.LikeOpts
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.ExprProtos.LiteralOpts
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.ExprProtos.PackOpts
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.ExprProtos.SelectOpts
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.ScalarProtos.ListValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.ScalarProtos.Scalar
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
- newByte(boolean) - Static method in interface dev.vortex.api.DType
-
Create a new signed INT8 data type.
- newByte(boolean) - Static method in class dev.vortex.jni.NativeDTypeMethods
-
Create a new native DType for a PType::I8.
- newDate(byte, boolean) - Static method in class dev.vortex.jni.NativeDTypeMethods
-
Create a new native DType for a List type.
- newDate(DType.TimeUnit, boolean) - Static method in interface dev.vortex.api.DType
-
Create a new Date data type.
- newDecimal(int, int, boolean) - Static method in interface dev.vortex.api.DType
-
Create a new Decimal data type.
- newDecimal(int, int, boolean) - Static method in class dev.vortex.jni.NativeDTypeMethods
-
Create a new native DType for a decimal type.
- newDouble(boolean) - Static method in interface dev.vortex.api.DType
-
Create a new signed FLOAT64 data type.
- newDouble(boolean) - Static method in class dev.vortex.jni.NativeDTypeMethods
-
Create a new native DType for a PType::F64.
- newFloat(boolean) - Static method in interface dev.vortex.api.DType
-
Create a new signed FLOAT32 data type.
- newFloat(boolean) - Static method in class dev.vortex.jni.NativeDTypeMethods
-
Create a new native DType for a PType::F32.
- newInt(boolean) - Static method in interface dev.vortex.api.DType
-
Create a new signed INT32 data type.
- newInt(boolean) - Static method in class dev.vortex.jni.NativeDTypeMethods
-
Create a new native DType for a PType::I32.
- newList(long, boolean) - Static method in class dev.vortex.jni.NativeDTypeMethods
-
Create a new native DType for a List type.
- newList(DType, boolean) - Static method in interface dev.vortex.api.DType
-
Create a new List data type.
- newLong(boolean) - Static method in interface dev.vortex.api.DType
-
Create a new signed INT64 data type.
- newLong(boolean) - Static method in class dev.vortex.jni.NativeDTypeMethods
-
Create a new native DType for a PType::I64.
- newScan(ScanOptions) - Method in interface dev.vortex.api.File
-
Creates a new iterator for scanning this file with the specified options.
- newScan(ScanOptions) - Method in class dev.vortex.jni.JNIFile
- newShort(boolean) - Static method in interface dev.vortex.api.DType
-
Create a new signed INT16 data type.
- newShort(boolean) - Static method in class dev.vortex.jni.NativeDTypeMethods
-
Create a new native DType for a PType::I16.
- newStruct(String[], long[], boolean) - Static method in class dev.vortex.jni.NativeDTypeMethods
-
Create a new native DType for a Struct type.
- newStruct(String[], DType[], boolean) - Static method in interface dev.vortex.api.DType
-
Create a new Struct data type.
- newTime(byte, boolean) - Static method in class dev.vortex.jni.NativeDTypeMethods
-
Create a new native DType for a List type.
- newTime(DType.TimeUnit, boolean) - Static method in interface dev.vortex.api.DType
-
Create a new Time data type.
- newTimestamp(byte, String, boolean) - Static method in class dev.vortex.jni.NativeDTypeMethods
-
Create a new native DType for a List type.
- newTimestamp(DType.TimeUnit, Optional<String>, boolean) - Static method in interface dev.vortex.api.DType
-
Create a new Timestamp data type.
- newUtf8(boolean) - Static method in interface dev.vortex.api.DType
-
Create a new UTF-8 string data type.
- newUtf8(boolean) - Static method in class dev.vortex.jni.NativeDTypeMethods
-
Create a new native DType for a UTF-8 string type.
- next() - Method in class dev.vortex.jni.JNIArrayIterator
- Not - Class in dev.vortex.api.expressions
-
Represents a logical NOT expression that negates the boolean result of its child expression.
- NOT_EQ - Enum constant in enum class dev.vortex.api.expressions.Binary.BinaryOp
-
Inequality comparison operator (!=)
- notEq(Expression, Expression) - Static method in class dev.vortex.api.expressions.Binary
-
Creates an inequality comparison expression (!=).
- NotEq - Enum constant in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
NotEq = 1;
- NotEq_VALUE - Static variable in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
NotEq = 1;
- NULL - Enum constant in enum class dev.vortex.api.DType.Variant
-
Null type representing absence of value
- NULL - Enum constant in enum class dev.vortex.proto.DTypeProtos.DType.DtypeTypeCase
- NULL_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.DType
- NULL_VALUE - Enum constant in enum class com.google.protobuf.NullValue
-
Null value.
- NULL_VALUE - Enum constant in enum class com.google.protobuf.Value.KindCase
- NULL_VALUE - Enum constant in enum class dev.vortex.proto.ScalarProtos.ScalarValue.KindCase
- NULL_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
- NULL_VALUE_FIELD_NUMBER - Static variable in class dev.vortex.proto.ScalarProtos.ScalarValue
- NULL_VALUE_VALUE - Static variable in enum class com.google.protobuf.NullValue
-
Null value.
- NULLABLE_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.Binary
- NULLABLE_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.Bool
- NULLABLE_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.Decimal
- NULLABLE_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.List
- NULLABLE_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.Primitive
- NULLABLE_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.Struct
- NULLABLE_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.Utf8
- NULLABLE_FIELD_NUMBER - Static variable in class dev.vortex.proto.ExprProtos.PackOpts
- nullBool() - Static method in class dev.vortex.api.proto.Scalars
-
Creates a nullable boolean scalar with a null value.
- nullBytes() - Static method in class dev.vortex.api.proto.Scalars
- nullDateDays() - Static method in class dev.vortex.api.proto.Scalars
- nullDateMillis() - Static method in class dev.vortex.api.proto.Scalars
- nullDecimal(int, int) - Static method in class dev.vortex.api.proto.Scalars
- nullFloat32() - Static method in class dev.vortex.api.proto.Scalars
- nullFloat64() - Static method in class dev.vortex.api.proto.Scalars
- nullInt16() - Static method in class dev.vortex.api.proto.Scalars
- nullInt32() - Static method in class dev.vortex.api.proto.Scalars
- nullInt64() - Static method in class dev.vortex.api.proto.Scalars
- nullInt8() - Static method in class dev.vortex.api.proto.Scalars
- nullLit() - Static method in class dev.vortex.api.expressions.Literal
-
Creates a null literal.
- nullNull() - Static method in class dev.vortex.api.proto.Scalars
-
Creates a null scalar value.
- nullString() - Static method in class dev.vortex.api.proto.Scalars
- nullTimeMicros() - Static method in class dev.vortex.api.proto.Scalars
- nullTimeMillis() - Static method in class dev.vortex.api.proto.Scalars
- nullTimeNanos() - Static method in class dev.vortex.api.proto.Scalars
- nullTimeSeconds() - Static method in class dev.vortex.api.proto.Scalars
- nullTimestampMicros(Optional<String>) - Static method in class dev.vortex.api.proto.Scalars
- nullTimestampMillis(Optional<String>) - Static method in class dev.vortex.api.proto.Scalars
- nullTimestampNanos(Optional<String>) - Static method in class dev.vortex.api.proto.Scalars
- NullValue - Enum Class in com.google.protobuf
-
`NullValue` is a singleton enumeration to represent the null value for the `Value` type union.
- NUMBER_VALUE - Enum constant in enum class com.google.protobuf.Value.KindCase
- NUMBER_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
O
- of() - Static method in interface dev.vortex.api.ScanOptions
-
Creates a new ScanOptions instance with default values.
- of(boolean) - Static method in class com.google.protobuf.BoolValue
- of(double) - Static method in class com.google.protobuf.DoubleValue
- of(float) - Static method in class com.google.protobuf.FloatValue
- of(int) - Static method in class com.google.protobuf.Int32Value
- of(int) - Static method in class com.google.protobuf.UInt32Value
- of(long) - Static method in class com.google.protobuf.Int64Value
- of(long) - Static method in class com.google.protobuf.UInt64Value
- of(ByteString) - Static method in class com.google.protobuf.BytesValue
- of(Expression) - Static method in class dev.vortex.api.expressions.Not
-
Creates a new Not expression that negates the given child expression.
- of(Expression, String) - Static method in class dev.vortex.api.expressions.GetItem
-
Creates a new GetItem expression that extracts the specified field from the given child expression.
- of(Binary.BinaryOp, Expression, Expression) - Static method in class dev.vortex.api.expressions.Binary
-
Creates a new Binary expression with the specified operator and operands.
- of(String) - Static method in class com.google.protobuf.StringValue
- OP_FIELD_NUMBER - Static variable in class dev.vortex.proto.ExprProtos.BinaryOpts
- open(String) - Static method in class dev.vortex.api.Files
-
Opens a Vortex file from the specified path string.
- open(String, Map<String, String>) - Static method in class dev.vortex.jni.NativeFileMethods
-
Open a file using the native library with the provided URI and options.
- open(URI, Map<String, String>) - Static method in class dev.vortex.api.Files
-
Opens a Vortex file from the specified URI with additional properties.
- OPTS_NOT_SET - Enum constant in enum class dev.vortex.proto.ExprProtos.SelectOpts.OptsCase
- or(Expression, Expression...) - Static method in class dev.vortex.api.expressions.Binary
-
Creates a logical OR expression combining multiple expressions.
- Or - Enum constant in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Or = 7;
- OR - Enum constant in enum class dev.vortex.api.expressions.Binary.BinaryOp
-
Logical OR operator (||)
- Or_VALUE - Static variable in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Or = 7;
- ownedDType(long) - Static method in class dev.vortex.jni.JNIDType
-
Creates a JNIDType that owns its native memory.
P
- parse(byte[], List<Expression>) - Static method in class dev.vortex.api.expressions.Binary
-
Parses a Binary expression from protobuf metadata and child expressions.
- parse(byte[], List<Expression>) - Static method in class dev.vortex.api.expressions.GetItem
-
Parses a GetItem expression from serialized metadata and child expressions.
- parse(byte[], List<Expression>) - Static method in class dev.vortex.api.expressions.Literal
-
Parses a literal from serialized metadata and child expressions.
- parse(byte[], List<Expression>) - Static method in class dev.vortex.api.expressions.Not
-
Parses a Not expression from serialized metadata and child expressions.
- parse(byte[], List<Expression>) - Static method in class dev.vortex.api.expressions.Root
-
Parses a Root expression from serialized metadata and child expressions.
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.BoolValue
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.BytesValue
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DoubleValue
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.FloatValue
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Int32Value
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Int64Value
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.ListValue
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.StringValue
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Struct
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.UInt32Value
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.UInt64Value
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Value
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.Binary
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.Bool
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.Decimal
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.DType
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.Extension
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.Field
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.FieldPath
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.List
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.Null
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.Primitive
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.Struct
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.Utf8
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.BetweenOpts
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.BinaryOpts
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.CastOpts
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.Expr
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.FieldNames
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.GetItemOpts
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.LikeOpts
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.LiteralOpts
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.PackOpts
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.SelectOpts
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.ScalarProtos.ListValue
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.ScalarProtos.Scalar
- parseDelimitedFrom(InputStream) - Static method in class dev.vortex.proto.ScalarProtos.ScalarValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Binary
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Bool
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Decimal
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.DType
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Extension
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Field
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.FieldPath
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.List
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Null
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Primitive
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Struct
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Utf8
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.BetweenOpts
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.BinaryOpts
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.CastOpts
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.Expr
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.FieldNames
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.GetItemOpts
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.LikeOpts
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.LiteralOpts
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.PackOpts
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.SelectOpts
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos.ListValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos.Scalar
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos.ScalarValue
- parseFrom(byte[]) - Static method in class com.google.protobuf.BoolValue
- parseFrom(byte[]) - Static method in class com.google.protobuf.BytesValue
- parseFrom(byte[]) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(byte[]) - Static method in class com.google.protobuf.FloatValue
- parseFrom(byte[]) - Static method in class com.google.protobuf.Int32Value
- parseFrom(byte[]) - Static method in class com.google.protobuf.Int64Value
- parseFrom(byte[]) - Static method in class com.google.protobuf.ListValue
- parseFrom(byte[]) - Static method in class com.google.protobuf.StringValue
- parseFrom(byte[]) - Static method in class com.google.protobuf.Struct
- parseFrom(byte[]) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(byte[]) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(byte[]) - Static method in class com.google.protobuf.Value
- parseFrom(byte[]) - Static method in class dev.vortex.proto.DTypeProtos.Binary
- parseFrom(byte[]) - Static method in class dev.vortex.proto.DTypeProtos.Bool
- parseFrom(byte[]) - Static method in class dev.vortex.proto.DTypeProtos.Decimal
- parseFrom(byte[]) - Static method in class dev.vortex.proto.DTypeProtos.DType
- parseFrom(byte[]) - Static method in class dev.vortex.proto.DTypeProtos.Extension
- parseFrom(byte[]) - Static method in class dev.vortex.proto.DTypeProtos.Field
- parseFrom(byte[]) - Static method in class dev.vortex.proto.DTypeProtos.FieldPath
- parseFrom(byte[]) - Static method in class dev.vortex.proto.DTypeProtos.List
- parseFrom(byte[]) - Static method in class dev.vortex.proto.DTypeProtos.Null
- parseFrom(byte[]) - Static method in class dev.vortex.proto.DTypeProtos.Primitive
- parseFrom(byte[]) - Static method in class dev.vortex.proto.DTypeProtos.Struct
- parseFrom(byte[]) - Static method in class dev.vortex.proto.DTypeProtos.Utf8
- parseFrom(byte[]) - Static method in class dev.vortex.proto.ExprProtos.BetweenOpts
- parseFrom(byte[]) - Static method in class dev.vortex.proto.ExprProtos.BinaryOpts
- parseFrom(byte[]) - Static method in class dev.vortex.proto.ExprProtos.CastOpts
- parseFrom(byte[]) - Static method in class dev.vortex.proto.ExprProtos.Expr
- parseFrom(byte[]) - Static method in class dev.vortex.proto.ExprProtos.FieldNames
- parseFrom(byte[]) - Static method in class dev.vortex.proto.ExprProtos.GetItemOpts
- parseFrom(byte[]) - Static method in class dev.vortex.proto.ExprProtos.LikeOpts
- parseFrom(byte[]) - Static method in class dev.vortex.proto.ExprProtos.LiteralOpts
- parseFrom(byte[]) - Static method in class dev.vortex.proto.ExprProtos.PackOpts
- parseFrom(byte[]) - Static method in class dev.vortex.proto.ExprProtos.SelectOpts
- parseFrom(byte[]) - Static method in class dev.vortex.proto.ScalarProtos.ListValue
- parseFrom(byte[]) - Static method in class dev.vortex.proto.ScalarProtos.Scalar
- parseFrom(byte[]) - Static method in class dev.vortex.proto.ScalarProtos.ScalarValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Binary
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Bool
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Decimal
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.DType
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Extension
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Field
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.FieldPath
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.List
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Null
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Primitive
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Struct
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Utf8
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.BetweenOpts
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.BinaryOpts
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.CastOpts
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.Expr
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.FieldNames
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.GetItemOpts
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.LikeOpts
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.LiteralOpts
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.PackOpts
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.SelectOpts
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos.ListValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos.Scalar
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos.ScalarValue
- parseFrom(ByteString) - Static method in class com.google.protobuf.BoolValue
- parseFrom(ByteString) - Static method in class com.google.protobuf.BytesValue
- parseFrom(ByteString) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(ByteString) - Static method in class com.google.protobuf.FloatValue
- parseFrom(ByteString) - Static method in class com.google.protobuf.Int32Value
- parseFrom(ByteString) - Static method in class com.google.protobuf.Int64Value
- parseFrom(ByteString) - Static method in class com.google.protobuf.ListValue
- parseFrom(ByteString) - Static method in class com.google.protobuf.StringValue
- parseFrom(ByteString) - Static method in class com.google.protobuf.Struct
- parseFrom(ByteString) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(ByteString) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(ByteString) - Static method in class com.google.protobuf.Value
- parseFrom(ByteString) - Static method in class dev.vortex.proto.DTypeProtos.Binary
- parseFrom(ByteString) - Static method in class dev.vortex.proto.DTypeProtos.Bool
- parseFrom(ByteString) - Static method in class dev.vortex.proto.DTypeProtos.Decimal
- parseFrom(ByteString) - Static method in class dev.vortex.proto.DTypeProtos.DType
- parseFrom(ByteString) - Static method in class dev.vortex.proto.DTypeProtos.Extension
- parseFrom(ByteString) - Static method in class dev.vortex.proto.DTypeProtos.Field
- parseFrom(ByteString) - Static method in class dev.vortex.proto.DTypeProtos.FieldPath
- parseFrom(ByteString) - Static method in class dev.vortex.proto.DTypeProtos.List
- parseFrom(ByteString) - Static method in class dev.vortex.proto.DTypeProtos.Null
- parseFrom(ByteString) - Static method in class dev.vortex.proto.DTypeProtos.Primitive
- parseFrom(ByteString) - Static method in class dev.vortex.proto.DTypeProtos.Struct
- parseFrom(ByteString) - Static method in class dev.vortex.proto.DTypeProtos.Utf8
- parseFrom(ByteString) - Static method in class dev.vortex.proto.ExprProtos.BetweenOpts
- parseFrom(ByteString) - Static method in class dev.vortex.proto.ExprProtos.BinaryOpts
- parseFrom(ByteString) - Static method in class dev.vortex.proto.ExprProtos.CastOpts
- parseFrom(ByteString) - Static method in class dev.vortex.proto.ExprProtos.Expr
- parseFrom(ByteString) - Static method in class dev.vortex.proto.ExprProtos.FieldNames
- parseFrom(ByteString) - Static method in class dev.vortex.proto.ExprProtos.GetItemOpts
- parseFrom(ByteString) - Static method in class dev.vortex.proto.ExprProtos.LikeOpts
- parseFrom(ByteString) - Static method in class dev.vortex.proto.ExprProtos.LiteralOpts
- parseFrom(ByteString) - Static method in class dev.vortex.proto.ExprProtos.PackOpts
- parseFrom(ByteString) - Static method in class dev.vortex.proto.ExprProtos.SelectOpts
- parseFrom(ByteString) - Static method in class dev.vortex.proto.ScalarProtos.ListValue
- parseFrom(ByteString) - Static method in class dev.vortex.proto.ScalarProtos.Scalar
- parseFrom(ByteString) - Static method in class dev.vortex.proto.ScalarProtos.ScalarValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Binary
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Bool
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Decimal
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.DType
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Extension
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Field
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.FieldPath
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.List
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Null
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Primitive
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Struct
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Utf8
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.BetweenOpts
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.BinaryOpts
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.CastOpts
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.Expr
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.FieldNames
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.GetItemOpts
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.LikeOpts
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.LiteralOpts
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.PackOpts
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.SelectOpts
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos.ListValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos.Scalar
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos.ScalarValue
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.BoolValue
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.BytesValue
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.FloatValue
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Int32Value
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Int64Value
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.ListValue
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.StringValue
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Struct
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Value
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.DTypeProtos.Binary
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.DTypeProtos.Bool
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.DTypeProtos.Decimal
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.DTypeProtos.DType
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.DTypeProtos.Extension
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.DTypeProtos.Field
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.DTypeProtos.FieldPath
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.DTypeProtos.List
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.DTypeProtos.Null
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.DTypeProtos.Primitive
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.DTypeProtos.Struct
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.DTypeProtos.Utf8
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.ExprProtos.BetweenOpts
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.ExprProtos.BinaryOpts
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.ExprProtos.CastOpts
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.ExprProtos.Expr
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.ExprProtos.FieldNames
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.ExprProtos.GetItemOpts
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.ExprProtos.LikeOpts
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.ExprProtos.LiteralOpts
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.ExprProtos.PackOpts
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.ExprProtos.SelectOpts
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.ScalarProtos.ListValue
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.ScalarProtos.Scalar
- parseFrom(CodedInputStream) - Static method in class dev.vortex.proto.ScalarProtos.ScalarValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Binary
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Bool
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Decimal
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.DType
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Extension
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Field
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.FieldPath
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.List
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Null
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Primitive
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Struct
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Utf8
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.BetweenOpts
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.BinaryOpts
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.CastOpts
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.Expr
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.FieldNames
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.GetItemOpts
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.LikeOpts
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.LiteralOpts
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.PackOpts
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.SelectOpts
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos.ListValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos.Scalar
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos.ScalarValue
- parseFrom(InputStream) - Static method in class com.google.protobuf.BoolValue
- parseFrom(InputStream) - Static method in class com.google.protobuf.BytesValue
- parseFrom(InputStream) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(InputStream) - Static method in class com.google.protobuf.FloatValue
- parseFrom(InputStream) - Static method in class com.google.protobuf.Int32Value
- parseFrom(InputStream) - Static method in class com.google.protobuf.Int64Value
- parseFrom(InputStream) - Static method in class com.google.protobuf.ListValue
- parseFrom(InputStream) - Static method in class com.google.protobuf.StringValue
- parseFrom(InputStream) - Static method in class com.google.protobuf.Struct
- parseFrom(InputStream) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(InputStream) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(InputStream) - Static method in class com.google.protobuf.Value
- parseFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.Binary
- parseFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.Bool
- parseFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.Decimal
- parseFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.DType
- parseFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.Extension
- parseFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.Field
- parseFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.FieldPath
- parseFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.List
- parseFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.Null
- parseFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.Primitive
- parseFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.Struct
- parseFrom(InputStream) - Static method in class dev.vortex.proto.DTypeProtos.Utf8
- parseFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.BetweenOpts
- parseFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.BinaryOpts
- parseFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.CastOpts
- parseFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.Expr
- parseFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.FieldNames
- parseFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.GetItemOpts
- parseFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.LikeOpts
- parseFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.LiteralOpts
- parseFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.PackOpts
- parseFrom(InputStream) - Static method in class dev.vortex.proto.ExprProtos.SelectOpts
- parseFrom(InputStream) - Static method in class dev.vortex.proto.ScalarProtos.ListValue
- parseFrom(InputStream) - Static method in class dev.vortex.proto.ScalarProtos.Scalar
- parseFrom(InputStream) - Static method in class dev.vortex.proto.ScalarProtos.ScalarValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Binary
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Bool
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Decimal
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.DType
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Extension
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Field
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.FieldPath
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.List
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Null
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Primitive
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Struct
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Utf8
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.BetweenOpts
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.BinaryOpts
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.CastOpts
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.Expr
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.FieldNames
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.GetItemOpts
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.LikeOpts
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.LiteralOpts
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.PackOpts
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.SelectOpts
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos.ListValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos.Scalar
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos.ScalarValue
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.BoolValue
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.BytesValue
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.FloatValue
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Int32Value
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Int64Value
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.ListValue
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.StringValue
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Struct
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Value
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.DTypeProtos.Binary
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.DTypeProtos.Bool
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.DTypeProtos.Decimal
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.DTypeProtos.DType
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.DTypeProtos.Extension
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.DTypeProtos.Field
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.DTypeProtos.FieldPath
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.DTypeProtos.List
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.DTypeProtos.Null
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.DTypeProtos.Primitive
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.DTypeProtos.Struct
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.DTypeProtos.Utf8
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.ExprProtos.BetweenOpts
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.ExprProtos.BinaryOpts
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.ExprProtos.CastOpts
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.ExprProtos.Expr
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.ExprProtos.FieldNames
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.ExprProtos.GetItemOpts
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.ExprProtos.LikeOpts
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.ExprProtos.LiteralOpts
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.ExprProtos.PackOpts
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.ExprProtos.SelectOpts
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.ScalarProtos.ListValue
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.ScalarProtos.Scalar
- parseFrom(ByteBuffer) - Static method in class dev.vortex.proto.ScalarProtos.ScalarValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Binary
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Bool
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Decimal
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.DType
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Extension
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Field
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.FieldPath
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.List
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Null
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Primitive
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Struct
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos.Utf8
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.BetweenOpts
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.BinaryOpts
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.CastOpts
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.Expr
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.FieldNames
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.GetItemOpts
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.LikeOpts
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.LiteralOpts
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.PackOpts
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos.SelectOpts
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos.ListValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos.Scalar
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos.ScalarValue
- parser() - Static method in class com.google.protobuf.BoolValue
- parser() - Static method in class com.google.protobuf.BytesValue
- parser() - Static method in class com.google.protobuf.DoubleValue
- parser() - Static method in class com.google.protobuf.FloatValue
- parser() - Static method in class com.google.protobuf.Int32Value
- parser() - Static method in class com.google.protobuf.Int64Value
- parser() - Static method in class com.google.protobuf.ListValue
- parser() - Static method in class com.google.protobuf.StringValue
- parser() - Static method in class com.google.protobuf.Struct
- parser() - Static method in class com.google.protobuf.UInt32Value
- parser() - Static method in class com.google.protobuf.UInt64Value
- parser() - Static method in class com.google.protobuf.Value
- parser() - Static method in class dev.vortex.proto.DTypeProtos.Binary
- parser() - Static method in class dev.vortex.proto.DTypeProtos.Bool
- parser() - Static method in class dev.vortex.proto.DTypeProtos.Decimal
- parser() - Static method in class dev.vortex.proto.DTypeProtos.DType
- parser() - Static method in class dev.vortex.proto.DTypeProtos.Extension
- parser() - Static method in class dev.vortex.proto.DTypeProtos.Field
- parser() - Static method in class dev.vortex.proto.DTypeProtos.FieldPath
- parser() - Static method in class dev.vortex.proto.DTypeProtos.List
- parser() - Static method in class dev.vortex.proto.DTypeProtos.Null
- parser() - Static method in class dev.vortex.proto.DTypeProtos.Primitive
- parser() - Static method in class dev.vortex.proto.DTypeProtos.Struct
- parser() - Static method in class dev.vortex.proto.DTypeProtos.Utf8
- parser() - Static method in class dev.vortex.proto.ExprProtos.BetweenOpts
- parser() - Static method in class dev.vortex.proto.ExprProtos.BinaryOpts
- parser() - Static method in class dev.vortex.proto.ExprProtos.CastOpts
- parser() - Static method in class dev.vortex.proto.ExprProtos.Expr
- parser() - Static method in class dev.vortex.proto.ExprProtos.FieldNames
- parser() - Static method in class dev.vortex.proto.ExprProtos.GetItemOpts
- parser() - Static method in class dev.vortex.proto.ExprProtos.LikeOpts
- parser() - Static method in class dev.vortex.proto.ExprProtos.LiteralOpts
- parser() - Static method in class dev.vortex.proto.ExprProtos.PackOpts
- parser() - Static method in class dev.vortex.proto.ExprProtos.SelectOpts
- parser() - Static method in class dev.vortex.proto.ScalarProtos.ListValue
- parser() - Static method in class dev.vortex.proto.ScalarProtos.Scalar
- parser() - Static method in class dev.vortex.proto.ScalarProtos.ScalarValue
- PATH_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.FieldPath
- PATH_FIELD_NUMBER - Static variable in class dev.vortex.proto.ExprProtos.GetItemOpts
- PATHS_FIELD_NUMBER - Static variable in class dev.vortex.proto.ExprProtos.PackOpts
- PRECISION_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.Decimal
- predicate() - Method in interface dev.vortex.api.ScanOptions
-
Optional pruning expression that is pushed down to the scan.
- PRIMITIVE - Enum constant in enum class dev.vortex.proto.DTypeProtos.DType.DtypeTypeCase
- PRIMITIVE_F16 - Enum constant in enum class dev.vortex.api.DType.Variant
-
16-bit floating point type
- PRIMITIVE_F32 - Enum constant in enum class dev.vortex.api.DType.Variant
-
32-bit floating point type
- PRIMITIVE_F64 - Enum constant in enum class dev.vortex.api.DType.Variant
-
64-bit floating point type
- PRIMITIVE_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.DType
- PRIMITIVE_I16 - Enum constant in enum class dev.vortex.api.DType.Variant
-
Signed 16-bit integer type
- PRIMITIVE_I32 - Enum constant in enum class dev.vortex.api.DType.Variant
-
Signed 32-bit integer type
- PRIMITIVE_I64 - Enum constant in enum class dev.vortex.api.DType.Variant
-
Signed 64-bit integer type
- PRIMITIVE_I8 - Enum constant in enum class dev.vortex.api.DType.Variant
-
Signed 8-bit integer type
- PRIMITIVE_U16 - Enum constant in enum class dev.vortex.api.DType.Variant
-
Unsigned 16-bit integer type
- PRIMITIVE_U32 - Enum constant in enum class dev.vortex.api.DType.Variant
-
Unsigned 32-bit integer type
- PRIMITIVE_U64 - Enum constant in enum class dev.vortex.api.DType.Variant
-
Unsigned 64-bit integer type
- PRIMITIVE_U8 - Enum constant in enum class dev.vortex.api.DType.Variant
-
Unsigned 8-bit integer type
- putAllFields(Map<String, Value>) - Method in class com.google.protobuf.Struct.Builder
-
Unordered map of dynamically typed values.
- putFields(String, Value) - Method in class com.google.protobuf.Struct.Builder
-
Unordered map of dynamically typed values.
- putFieldsBuilderIfAbsent(String) - Method in class com.google.protobuf.Struct.Builder
-
Unordered map of dynamically typed values.
R
- registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.StructProto
- registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.WrappersProto
- registerAllExtensions(ExtensionRegistry) - Static method in class dev.vortex.proto.DTypeProtos
- registerAllExtensions(ExtensionRegistry) - Static method in class dev.vortex.proto.ExprProtos
- registerAllExtensions(ExtensionRegistry) - Static method in class dev.vortex.proto.ScalarProtos
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.StructProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.WrappersProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class dev.vortex.proto.DTypeProtos
- registerAllExtensions(ExtensionRegistryLite) - Static method in class dev.vortex.proto.ExprProtos
- registerAllExtensions(ExtensionRegistryLite) - Static method in class dev.vortex.proto.ScalarProtos
- removeChildren(int) - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
repeated .vortex.expr.Expr children = 2;
- removeDtypes(int) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated .vortex.dtype.DType dtypes = 2;
- removeFields(String) - Method in class com.google.protobuf.Struct.Builder
-
Unordered map of dynamically typed values.
- removePath(int) - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
-
repeated .vortex.dtype.Field path = 1;
- removeValues(int) - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- removeValues(int) - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
-
repeated .vortex.scalar.ScalarValue values = 1;
- reverse(ByteString) - Static method in class dev.vortex.api.proto.EndianUtils
-
Reverses the byte order of a ByteString, converting from one endianness to another.
- Root - Class in dev.vortex.api.expressions
-
Represents the root expression in a Vortex expression tree.
- rootAllocator() - Static method in class dev.vortex.arrow.ArrowAllocation
-
Returns the shared root allocator instance for Apache Arrow operations.
- rowCount() - Method in interface dev.vortex.api.File
-
Returns the total number of rows in this Vortex file.
- rowCount() - Method in class dev.vortex.jni.JNIFile
- rowCount(long) - Static method in class dev.vortex.jni.NativeFileMethods
-
Get the total row count contained in the file associated with the given pointer.
- rowIndices() - Method in interface dev.vortex.api.ScanOptions
-
Optional row indices to select specific rows.
- rowRange() - Method in interface dev.vortex.api.ScanOptions
-
Optional start (inclusive) and end (exclusive) row indices to select a range of rows in the scan.
S
- ScalarProtos - Class in dev.vortex.proto
- ScalarProtos.ListValue - Class in dev.vortex.proto
-
Protobuf type
vortex.scalar.ListValue
- ScalarProtos.ListValue.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.scalar.ListValue
- ScalarProtos.ListValueOrBuilder - Interface in dev.vortex.proto
- ScalarProtos.Scalar - Class in dev.vortex.proto
-
Protobuf type
vortex.scalar.Scalar
- ScalarProtos.Scalar.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.scalar.Scalar
- ScalarProtos.ScalarOrBuilder - Interface in dev.vortex.proto
- ScalarProtos.ScalarValue - Class in dev.vortex.proto
-
Protobuf type
vortex.scalar.ScalarValue
- ScalarProtos.ScalarValue.Builder - Class in dev.vortex.proto
-
Protobuf type
vortex.scalar.ScalarValue
- ScalarProtos.ScalarValue.KindCase - Enum Class in dev.vortex.proto
- ScalarProtos.ScalarValueOrBuilder - Interface in dev.vortex.proto
- Scalars - Class in dev.vortex.api.proto
-
Factory class for creating Vortex scalar values with their associated data types.
- SCALE_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.Decimal
- scan(long, List<String>, byte[], long[], long[]) - Static method in class dev.vortex.jni.NativeFileMethods
-
Build a new native scan operator that will materialize Arrays from the file, pushing down the optional predicate, row range or row indices to perform data skipping.
- ScanOptions - Interface in dev.vortex.api
-
Create a new set of options for configuring the scan.
- SECONDS - Enum constant in enum class dev.vortex.api.DType.TimeUnit
-
Second precision
- serialize(Expression) - Static method in class dev.vortex.api.proto.Expressions
-
Serialize an
Expression
to a protocol buffer. - setBinary(DTypeProtos.Binary) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Binary binary = 6;
- setBinary(DTypeProtos.Binary.Builder) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Binary binary = 6;
- setBool(DTypeProtos.Bool) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Bool bool = 2;
- setBool(DTypeProtos.Bool.Builder) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Bool bool = 2;
- setBoolValue(boolean) - Method in class com.google.protobuf.Value.Builder
-
Represents a boolean value.
- setBoolValue(boolean) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
bool bool_value = 2;
- setBytesValue(ByteString) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
bytes bytes_value = 8;
- setCaseInsensitive(boolean) - Method in class dev.vortex.proto.ExprProtos.LikeOpts.Builder
-
bool case_insensitive = 2;
- setChildren(int, ExprProtos.Expr) - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
repeated .vortex.expr.Expr children = 2;
- setChildren(int, ExprProtos.Expr.Builder) - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
repeated .vortex.expr.Expr children = 2;
- setDecimal(DTypeProtos.Decimal) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Decimal decimal = 4;
- setDecimal(DTypeProtos.Decimal.Builder) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Decimal decimal = 4;
- setDtype(DTypeProtos.DType) - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
-
.vortex.dtype.DType dtype = 1;
- setDtype(DTypeProtos.DType.Builder) - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
-
.vortex.dtype.DType dtype = 1;
- setDtypes(int, DTypeProtos.DType) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated .vortex.dtype.DType dtypes = 2;
- setDtypes(int, DTypeProtos.DType.Builder) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated .vortex.dtype.DType dtypes = 2;
- setElementType(DTypeProtos.DType) - Method in class dev.vortex.proto.DTypeProtos.List.Builder
-
.vortex.dtype.DType element_type = 1;
- setElementType(DTypeProtos.DType.Builder) - Method in class dev.vortex.proto.DTypeProtos.List.Builder
-
.vortex.dtype.DType element_type = 1;
- setExclude(ExprProtos.FieldNames) - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
-
.vortex.expr.FieldNames exclude = 2;
- setExclude(ExprProtos.FieldNames.Builder) - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
-
.vortex.expr.FieldNames exclude = 2;
- setExtension(DTypeProtos.Extension) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Extension extension = 9;
- setExtension(DTypeProtos.Extension.Builder) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Extension extension = 9;
- setF16Value(long) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
uint64 f16_value = 10;
- setF32Value(float) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
float f32_value = 5;
- setF64Value(double) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
double f64_value = 6;
- setId(String) - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
-
string id = 1;
- setId(String) - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
string id = 1;
- setIdBytes(ByteString) - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
-
string id = 1;
- setIdBytes(ByteString) - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
string id = 1;
- setInclude(ExprProtos.FieldNames) - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
-
.vortex.expr.FieldNames include = 1;
- setInclude(ExprProtos.FieldNames.Builder) - Method in class dev.vortex.proto.ExprProtos.SelectOpts.Builder
-
.vortex.expr.FieldNames include = 1;
- setInt64Value(long) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
sint64 int64_value = 3;
- setList(DTypeProtos.List) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.List list = 8;
- setList(DTypeProtos.List.Builder) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.List list = 8;
- setListValue(ListValue) - Method in class com.google.protobuf.Value.Builder
-
Represents a repeated `Value`.
- setListValue(ListValue.Builder) - Method in class com.google.protobuf.Value.Builder
-
Represents a repeated `Value`.
- setListValue(ScalarProtos.ListValue) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
.vortex.scalar.ListValue list_value = 9;
- setListValue(ScalarProtos.ListValue.Builder) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
.vortex.scalar.ListValue list_value = 9;
- setLowerStrict(boolean) - Method in class dev.vortex.proto.ExprProtos.BetweenOpts.Builder
-
bool lower_strict = 1;
- setMetadata(ByteString) - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
-
optional bytes metadata = 3;
- setMetadata(ByteString) - Method in class dev.vortex.proto.ExprProtos.Expr.Builder
-
optional bytes metadata = 3;
- setName(String) - Method in class dev.vortex.proto.DTypeProtos.Field.Builder
-
string name = 1;
- setNameBytes(ByteString) - Method in class dev.vortex.proto.DTypeProtos.Field.Builder
-
string name = 1;
- setNames(int, String) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
repeated string names = 1;
- setNames(int, String) - Method in class dev.vortex.proto.ExprProtos.FieldNames.Builder
-
repeated string names = 1;
- setNegated(boolean) - Method in class dev.vortex.proto.ExprProtos.LikeOpts.Builder
-
bool negated = 1;
- setNull(DTypeProtos.Null) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Null null = 1;
- setNull(DTypeProtos.Null.Builder) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Null null = 1;
- setNullable(boolean) - Method in class dev.vortex.proto.DTypeProtos.Binary.Builder
-
bool nullable = 1;
- setNullable(boolean) - Method in class dev.vortex.proto.DTypeProtos.Bool.Builder
-
bool nullable = 1;
- setNullable(boolean) - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
-
bool nullable = 3;
- setNullable(boolean) - Method in class dev.vortex.proto.DTypeProtos.List.Builder
-
bool nullable = 2;
- setNullable(boolean) - Method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
-
bool nullable = 2;
- setNullable(boolean) - Method in class dev.vortex.proto.DTypeProtos.Struct.Builder
-
bool nullable = 3;
- setNullable(boolean) - Method in class dev.vortex.proto.DTypeProtos.Utf8.Builder
-
bool nullable = 1;
- setNullable(boolean) - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
-
bool nullable = 2;
- setNullValue(NullValue) - Method in class com.google.protobuf.Value.Builder
-
Represents a null value.
- setNullValue(NullValue) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
.google.protobuf.NullValue null_value = 1;
- setNullValueValue(int) - Method in class com.google.protobuf.Value.Builder
-
Represents a null value.
- setNullValueValue(int) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
.google.protobuf.NullValue null_value = 1;
- setNumberValue(double) - Method in class com.google.protobuf.Value.Builder
-
Represents a double value.
- setOp(ExprProtos.BinaryOpts.BinaryOp) - Method in class dev.vortex.proto.ExprProtos.BinaryOpts.Builder
-
.vortex.expr.BinaryOpts.BinaryOp op = 1;
- setOpValue(int) - Method in class dev.vortex.proto.ExprProtos.BinaryOpts.Builder
-
.vortex.expr.BinaryOpts.BinaryOp op = 1;
- setPath(int, DTypeProtos.Field) - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
-
repeated .vortex.dtype.Field path = 1;
- setPath(int, DTypeProtos.Field.Builder) - Method in class dev.vortex.proto.DTypeProtos.FieldPath.Builder
-
repeated .vortex.dtype.Field path = 1;
- setPath(String) - Method in class dev.vortex.proto.ExprProtos.GetItemOpts.Builder
-
string path = 1;
- setPathBytes(ByteString) - Method in class dev.vortex.proto.ExprProtos.GetItemOpts.Builder
-
string path = 1;
- setPaths(int, String) - Method in class dev.vortex.proto.ExprProtos.PackOpts.Builder
-
repeated string paths = 1;
- setPrecision(int) - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
-
uint32 precision = 1;
- setPrimitive(DTypeProtos.Primitive) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Primitive primitive = 3;
- setPrimitive(DTypeProtos.Primitive.Builder) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Primitive primitive = 3;
- setScale(int) - Method in class dev.vortex.proto.DTypeProtos.Decimal.Builder
-
int32 scale = 2;
- setStorageDtype(DTypeProtos.DType) - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
-
.vortex.dtype.DType storage_dtype = 2;
- setStorageDtype(DTypeProtos.DType.Builder) - Method in class dev.vortex.proto.DTypeProtos.Extension.Builder
-
.vortex.dtype.DType storage_dtype = 2;
- setStringValue(String) - Method in class com.google.protobuf.Value.Builder
-
Represents a string value.
- setStringValue(String) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
string string_value = 7;
- setStringValueBytes(ByteString) - Method in class com.google.protobuf.Value.Builder
-
Represents a string value.
- setStringValueBytes(ByteString) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
string string_value = 7;
- setStruct(DTypeProtos.Struct) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Struct struct = 7;
- setStruct(DTypeProtos.Struct.Builder) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Struct struct = 7;
- setStructValue(Struct) - Method in class com.google.protobuf.Value.Builder
-
Represents a structured value.
- setStructValue(Struct.Builder) - Method in class com.google.protobuf.Value.Builder
-
Represents a structured value.
- setTarget(DTypeProtos.DType) - Method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
-
.vortex.dtype.DType target = 1;
- setTarget(DTypeProtos.DType.Builder) - Method in class dev.vortex.proto.ExprProtos.CastOpts.Builder
-
.vortex.dtype.DType target = 1;
- setType(DTypeProtos.PType) - Method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
-
.vortex.dtype.PType type = 1;
- setTypeValue(int) - Method in class dev.vortex.proto.DTypeProtos.Primitive.Builder
-
.vortex.dtype.PType type = 1;
- setUint64Value(long) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue.Builder
-
uint64 uint64_value = 4;
- setUpperStrict(boolean) - Method in class dev.vortex.proto.ExprProtos.BetweenOpts.Builder
-
bool upper_strict = 2;
- setUtf8(DTypeProtos.Utf8) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Utf8 utf8 = 5;
- setUtf8(DTypeProtos.Utf8.Builder) - Method in class dev.vortex.proto.DTypeProtos.DType.Builder
-
.vortex.dtype.Utf8 utf8 = 5;
- setValue(boolean) - Method in class com.google.protobuf.BoolValue.Builder
-
The bool value.
- setValue(double) - Method in class com.google.protobuf.DoubleValue.Builder
-
The double value.
- setValue(float) - Method in class com.google.protobuf.FloatValue.Builder
-
The float value.
- setValue(int) - Method in class com.google.protobuf.Int32Value.Builder
-
The int32 value.
- setValue(int) - Method in class com.google.protobuf.UInt32Value.Builder
-
The uint32 value.
- setValue(long) - Method in class com.google.protobuf.Int64Value.Builder
-
The int64 value.
- setValue(long) - Method in class com.google.protobuf.UInt64Value.Builder
-
The uint64 value.
- setValue(ByteString) - Method in class com.google.protobuf.BytesValue.Builder
-
The bytes value.
- setValue(ScalarProtos.Scalar) - Method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
-
.vortex.scalar.Scalar value = 1;
- setValue(ScalarProtos.Scalar.Builder) - Method in class dev.vortex.proto.ExprProtos.LiteralOpts.Builder
-
.vortex.scalar.Scalar value = 1;
- setValue(ScalarProtos.ScalarValue) - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
-
.vortex.scalar.ScalarValue value = 2;
- setValue(ScalarProtos.ScalarValue.Builder) - Method in class dev.vortex.proto.ScalarProtos.Scalar.Builder
-
.vortex.scalar.ScalarValue value = 2;
- setValue(String) - Method in class com.google.protobuf.StringValue.Builder
-
The string value.
- setValueBytes(ByteString) - Method in class com.google.protobuf.StringValue.Builder
-
The string value.
- setValues(int, Value) - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- setValues(int, Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- setValues(int, ScalarProtos.ScalarValue) - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
-
repeated .vortex.scalar.ScalarValue values = 1;
- setValues(int, ScalarProtos.ScalarValue.Builder) - Method in class dev.vortex.proto.ScalarProtos.ListValue.Builder
-
repeated .vortex.scalar.ScalarValue values = 1;
- slice(int, int) - Method in interface dev.vortex.api.Array
-
Returns a slice of this array from start (inclusive) to stop (exclusive).
- slice(int, int) - Method in class dev.vortex.jni.JNIArray
- slice(long, int, int) - Static method in class dev.vortex.jni.NativeArrayMethods
- STORAGE_DTYPE_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.Extension
- string(String) - Static method in class dev.vortex.api.expressions.Literal
-
Creates a string literal.
- string(String) - Static method in class dev.vortex.api.proto.Scalars
-
Creates a non-nullable string scalar with the specified value.
- STRING_VALUE - Enum constant in enum class com.google.protobuf.Value.KindCase
- STRING_VALUE - Enum constant in enum class dev.vortex.proto.ScalarProtos.ScalarValue.KindCase
- STRING_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
- STRING_VALUE_FIELD_NUMBER - Static variable in class dev.vortex.proto.ScalarProtos.ScalarValue
- StringValue - Class in com.google.protobuf
-
Wrapper message for `string`.
- StringValue.Builder - Class in com.google.protobuf
-
Wrapper message for `string`.
- StringValueOrBuilder - Interface in com.google.protobuf
- Struct - Class in com.google.protobuf
-
`Struct` represents a structured data value, consisting of fields which map to dynamically typed values.
- STRUCT - Enum constant in enum class dev.vortex.api.DType.Variant
-
Structured type containing named fields
- STRUCT - Enum constant in enum class dev.vortex.proto.DTypeProtos.DType.DtypeTypeCase
- STRUCT_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.DType
- STRUCT_VALUE - Enum constant in enum class com.google.protobuf.Value.KindCase
- STRUCT_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
- Struct.Builder - Class in com.google.protobuf
-
`Struct` represents a structured data value, consisting of fields which map to dynamically typed values.
- StructOrBuilder - Interface in com.google.protobuf
- StructProto - Class in com.google.protobuf
- Sub - Enum constant in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Sub = 9;
- Sub_VALUE - Static variable in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Sub = 9;
T
- take(long) - Static method in class dev.vortex.jni.NativeArrayIteratorMethods
-
Returns a pointer to the next element in the stream, or -1 if there are no more elements.
- TARGET_FIELD_NUMBER - Static variable in class dev.vortex.proto.ExprProtos.CastOpts
- TemporalMetadatas - Class in dev.vortex.api.proto
-
Utility class for creating and parsing temporal metadata in Vortex protocol buffers.
- TIME_MICROS - Static variable in class dev.vortex.api.proto.TemporalMetadatas
-
Supplier for time metadata with microseconds precision.
- TIME_MILLIS - Static variable in class dev.vortex.api.proto.TemporalMetadatas
-
Supplier for time metadata with milliseconds precision.
- TIME_NANOS - Static variable in class dev.vortex.api.proto.TemporalMetadatas
-
Supplier for time metadata with nanoseconds precision.
- TIME_SECONDS - Static variable in class dev.vortex.api.proto.TemporalMetadatas
-
Supplier for time metadata with seconds precision.
- TIME_UNIT_DAYS - Static variable in class dev.vortex.api.proto.TemporalMetadatas
-
Time unit constant representing days precision.
- TIME_UNIT_MICROS - Static variable in class dev.vortex.api.proto.TemporalMetadatas
-
Time unit constant representing microseconds precision.
- TIME_UNIT_MILLIS - Static variable in class dev.vortex.api.proto.TemporalMetadatas
-
Time unit constant representing milliseconds precision.
- TIME_UNIT_NANOS - Static variable in class dev.vortex.api.proto.TemporalMetadatas
-
Time unit constant representing nanoseconds precision.
- TIME_UNIT_SECONDS - Static variable in class dev.vortex.api.proto.TemporalMetadatas
-
Time unit constant representing seconds precision.
- timeMicros(long) - Static method in class dev.vortex.api.proto.Scalars
- timeMicros(Long) - Static method in class dev.vortex.api.expressions.Literal
-
Creates a time literal representing time of day in microseconds.
- timeMillis(int) - Static method in class dev.vortex.api.proto.Scalars
- timeMillis(Integer) - Static method in class dev.vortex.api.expressions.Literal
-
Creates a time literal representing time of day in milliseconds.
- timeNanos(long) - Static method in class dev.vortex.api.proto.Scalars
- timeNanos(Long) - Static method in class dev.vortex.api.expressions.Literal
-
Creates a time literal representing time of day in nanoseconds.
- timeSeconds(int) - Static method in class dev.vortex.api.proto.Scalars
- timeSeconds(Integer) - Static method in class dev.vortex.api.expressions.Literal
-
Creates a time literal representing time of day in seconds.
- timestamp(byte, Optional<String>) - Static method in class dev.vortex.api.proto.TemporalMetadatas
-
Creates serialized timestamp metadata with the specified time unit and optional time zone.
- timestampMicros(long, Optional<String>) - Static method in class dev.vortex.api.proto.Scalars
- timestampMicros(Long, Optional<String>) - Static method in class dev.vortex.api.expressions.Literal
-
Creates a timestamp literal with microsecond precision.
- timestampMillis(long, Optional<String>) - Static method in class dev.vortex.api.proto.Scalars
-
Creates a non-nullable timestamp scalar with millisecond precision.
- timestampMillis(Long, Optional<String>) - Static method in class dev.vortex.api.expressions.Literal
-
Creates a timestamp literal with millisecond precision.
- timestampNanos(long, Optional<String>) - Static method in class dev.vortex.api.proto.Scalars
- timestampNanos(Long, Optional<String>) - Static method in class dev.vortex.api.expressions.Literal
-
Creates a timestamp literal with nanosecond precision.
- toBuilder() - Method in class com.google.protobuf.BoolValue
- toBuilder() - Method in class com.google.protobuf.BytesValue
- toBuilder() - Method in class com.google.protobuf.DoubleValue
- toBuilder() - Method in class com.google.protobuf.FloatValue
- toBuilder() - Method in class com.google.protobuf.Int32Value
- toBuilder() - Method in class com.google.protobuf.Int64Value
- toBuilder() - Method in class com.google.protobuf.ListValue
- toBuilder() - Method in class com.google.protobuf.StringValue
- toBuilder() - Method in class com.google.protobuf.Struct
- toBuilder() - Method in class com.google.protobuf.UInt32Value
- toBuilder() - Method in class com.google.protobuf.UInt64Value
- toBuilder() - Method in class com.google.protobuf.Value
- toBuilder() - Method in class dev.vortex.proto.DTypeProtos.Binary
- toBuilder() - Method in class dev.vortex.proto.DTypeProtos.Bool
- toBuilder() - Method in class dev.vortex.proto.DTypeProtos.Decimal
- toBuilder() - Method in class dev.vortex.proto.DTypeProtos.DType
- toBuilder() - Method in class dev.vortex.proto.DTypeProtos.Extension
- toBuilder() - Method in class dev.vortex.proto.DTypeProtos.Field
- toBuilder() - Method in class dev.vortex.proto.DTypeProtos.FieldPath
- toBuilder() - Method in class dev.vortex.proto.DTypeProtos.List
- toBuilder() - Method in class dev.vortex.proto.DTypeProtos.Null
- toBuilder() - Method in class dev.vortex.proto.DTypeProtos.Primitive
- toBuilder() - Method in class dev.vortex.proto.DTypeProtos.Struct
- toBuilder() - Method in class dev.vortex.proto.DTypeProtos.Utf8
- toBuilder() - Method in class dev.vortex.proto.ExprProtos.BetweenOpts
- toBuilder() - Method in class dev.vortex.proto.ExprProtos.BinaryOpts
- toBuilder() - Method in class dev.vortex.proto.ExprProtos.CastOpts
- toBuilder() - Method in class dev.vortex.proto.ExprProtos.Expr
- toBuilder() - Method in class dev.vortex.proto.ExprProtos.FieldNames
- toBuilder() - Method in class dev.vortex.proto.ExprProtos.GetItemOpts
- toBuilder() - Method in class dev.vortex.proto.ExprProtos.LikeOpts
- toBuilder() - Method in class dev.vortex.proto.ExprProtos.LiteralOpts
- toBuilder() - Method in class dev.vortex.proto.ExprProtos.PackOpts
- toBuilder() - Method in class dev.vortex.proto.ExprProtos.SelectOpts
- toBuilder() - Method in class dev.vortex.proto.ScalarProtos.ListValue
- toBuilder() - Method in class dev.vortex.proto.ScalarProtos.Scalar
- toBuilder() - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
- toString() - Method in enum class dev.vortex.api.expressions.Binary.BinaryOp
- toString() - Method in class dev.vortex.api.expressions.Binary
- toString() - Method in class dev.vortex.api.expressions.Not
- toString() - Method in class dev.vortex.api.expressions.Root
- TRACE - Static variable in class dev.vortex.jni.NativeLogging
-
Logging level constant for all messages including trace-level debugging
- TYPE_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.Primitive
U
- U16 - Enum constant in enum class dev.vortex.proto.DTypeProtos.PType
-
U16 = 1;
- U16_VALUE - Static variable in enum class dev.vortex.proto.DTypeProtos.PType
-
U16 = 1;
- U32 - Enum constant in enum class dev.vortex.proto.DTypeProtos.PType
-
U32 = 2;
- U32_VALUE - Static variable in enum class dev.vortex.proto.DTypeProtos.PType
-
U32 = 2;
- U64 - Enum constant in enum class dev.vortex.proto.DTypeProtos.PType
-
U64 = 3;
- U64_VALUE - Static variable in enum class dev.vortex.proto.DTypeProtos.PType
-
U64 = 3;
- U8 - Enum constant in enum class dev.vortex.proto.DTypeProtos.PType
-
U8 = 0;
- U8_VALUE - Static variable in enum class dev.vortex.proto.DTypeProtos.PType
-
U8 = 0;
- UInt32Value - Class in com.google.protobuf
-
Wrapper message for `uint32`.
- UInt32Value.Builder - Class in com.google.protobuf
-
Wrapper message for `uint32`.
- UInt32ValueOrBuilder - Interface in com.google.protobuf
- UINT64_VALUE - Enum constant in enum class dev.vortex.proto.ScalarProtos.ScalarValue.KindCase
- UINT64_VALUE_FIELD_NUMBER - Static variable in class dev.vortex.proto.ScalarProtos.ScalarValue
- UInt64Value - Class in com.google.protobuf
-
Wrapper message for `uint64`.
- UInt64Value.Builder - Class in com.google.protobuf
-
Wrapper message for `uint64`.
- UInt64ValueOrBuilder - Interface in com.google.protobuf
- Unknown - Class in dev.vortex.api.expressions
-
Represents a generic expression deserialized from a Vortex expression without a concrete Java type.
- Unknown(String, List<Expression>, byte[]) - Constructor for class dev.vortex.api.expressions.Unknown
-
Creates a new Unknown expression with the specified identifier, children, and metadata.
- UNRECOGNIZED - Enum constant in enum class com.google.protobuf.NullValue
- UNRECOGNIZED - Enum constant in enum class dev.vortex.proto.DTypeProtos.PType
- UNRECOGNIZED - Enum constant in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
- UPPER_STRICT_FIELD_NUMBER - Static variable in class dev.vortex.proto.ExprProtos.BetweenOpts
- UTF8 - Enum constant in enum class dev.vortex.api.DType.Variant
-
UTF-8 encoded string type
- UTF8 - Enum constant in enum class dev.vortex.proto.DTypeProtos.DType.DtypeTypeCase
- UTF8_FIELD_NUMBER - Static variable in class dev.vortex.proto.DTypeProtos.DType
V
- Value - Class in com.google.protobuf
-
`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.BoolValue
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.BytesValue
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DoubleValue
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.FloatValue
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Int32Value
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Int64Value
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.StringValue
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.UInt32Value
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.UInt64Value
- VALUE_FIELD_NUMBER - Static variable in class dev.vortex.proto.ExprProtos.LiteralOpts
- VALUE_FIELD_NUMBER - Static variable in class dev.vortex.proto.ScalarProtos.Scalar
- Value.Builder - Class in com.google.protobuf
-
`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.
- Value.KindCase - Enum Class in com.google.protobuf
- valueOf(int) - Static method in enum class com.google.protobuf.NullValue
-
Deprecated.
- valueOf(int) - Static method in enum class com.google.protobuf.Value.KindCase
-
Deprecated.
- valueOf(int) - Static method in enum class dev.vortex.proto.DTypeProtos.DType.DtypeTypeCase
-
Deprecated.
- valueOf(int) - Static method in enum class dev.vortex.proto.DTypeProtos.Field.FieldTypeCase
-
Deprecated.
- valueOf(int) - Static method in enum class dev.vortex.proto.DTypeProtos.PType
-
Deprecated.
- valueOf(int) - Static method in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Deprecated.
- valueOf(int) - Static method in enum class dev.vortex.proto.ExprProtos.SelectOpts.OptsCase
-
Deprecated.
- valueOf(int) - Static method in enum class dev.vortex.proto.ScalarProtos.ScalarValue.KindCase
-
Deprecated.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class com.google.protobuf.NullValue
-
Returns the enum constant of this class with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class dev.vortex.proto.DTypeProtos.PType
-
Returns the enum constant of this class with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.google.protobuf.NullValue
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.google.protobuf.Value.KindCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.vortex.api.DType.TimeUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.vortex.api.DType.Variant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.vortex.api.expressions.Binary.BinaryOp
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.vortex.proto.DTypeProtos.DType.DtypeTypeCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.vortex.proto.DTypeProtos.Field.FieldTypeCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.vortex.proto.DTypeProtos.PType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.vortex.proto.ExprProtos.SelectOpts.OptsCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.vortex.proto.ScalarProtos.ScalarValue.KindCase
-
Returns the enum constant of this class with the specified name.
- ValueOrBuilder - Interface in com.google.protobuf
- values() - Static method in enum class com.google.protobuf.NullValue
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.google.protobuf.Value.KindCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.vortex.api.DType.TimeUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.vortex.api.DType.Variant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.vortex.api.expressions.Binary.BinaryOp
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.vortex.proto.DTypeProtos.DType.DtypeTypeCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.vortex.proto.DTypeProtos.Field.FieldTypeCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.vortex.proto.DTypeProtos.PType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.vortex.proto.ExprProtos.BinaryOpts.BinaryOp
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.vortex.proto.ExprProtos.SelectOpts.OptsCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.vortex.proto.ScalarProtos.ScalarValue.KindCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VALUES_FIELD_NUMBER - Static variable in class com.google.protobuf.ListValue
- VALUES_FIELD_NUMBER - Static variable in class dev.vortex.proto.ScalarProtos.ListValue
- visitBinary(Binary) - Method in interface dev.vortex.api.Expression.Visitor
-
Visits a binary expression.
- visitBoolean(Boolean) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a boolean literal.
- visitBytes(byte[]) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a byte array literal.
- visitDateDays(Integer) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a date literal with day precision.
- visitDateMillis(Long) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a date literal with millisecond precision.
- visitDecimal(BigDecimal, int, int) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a decimal literal with specified precision and scale.
- visitFloat32(Float) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a 32-bit floating-point literal.
- visitFloat64(Double) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a 64-bit floating-point literal.
- visitGetItem(GetItem) - Method in interface dev.vortex.api.Expression.Visitor
-
Visits a get item expression (array/object indexing).
- visitInt16(Short) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a 16-bit signed integer literal.
- visitInt32(Integer) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a 32-bit signed integer literal.
- visitInt64(Long) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a 64-bit signed integer literal.
- visitInt8(Byte) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits an 8-bit signed integer literal.
- visitLiteral(Literal<?>) - Method in interface dev.vortex.api.Expression.Visitor
-
Visits a literal expression.
- visitNot(Not) - Method in interface dev.vortex.api.Expression.Visitor
-
Visits a not expression (logical negation).
- visitNull() - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a null literal.
- visitOther(Expression) - Method in interface dev.vortex.api.Expression.Visitor
-
For expressions that do not have a specific visitor method.
- visitRoot(Root) - Method in interface dev.vortex.api.Expression.Visitor
-
Visits a root expression.
- visitString(String) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a string literal.
- visitTimeMicros(Long) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a time literal with microsecond precision.
- visitTimeMillis(Integer) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a time literal with millisecond precision.
- visitTimeNanos(Long) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a time literal with nanosecond precision.
- visitTimeSeconds(Integer) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a time literal with second precision.
- visitTimestampMicros(Long, Optional<String>) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a timestamp literal with microsecond precision.
- visitTimestampMillis(Long, Optional<String>) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a timestamp literal with millisecond precision.
- visitTimestampNanos(Long, Optional<String>) - Method in interface dev.vortex.api.expressions.Literal.LiteralVisitor
-
Visits a timestamp literal with nanosecond precision.
- VortexWriter - Interface in dev.vortex.api
-
Writer for creating Vortex files from Arrow data.
W
- WARN - Static variable in class dev.vortex.jni.NativeLogging
-
Logging level constant for warning and error messages
- WrappersProto - Class in com.google.protobuf
- writeBatch(byte[]) - Method in interface dev.vortex.api.VortexWriter
-
Writes a batch of Arrow data to the Vortex file.
- writeBatch(byte[]) - Method in class dev.vortex.jni.JNIWriter
-
Writes a batch of Arrow data to the Vortex file.
- writeBatch(long, byte[]) - Static method in class dev.vortex.jni.NativeWriterMethods
-
Writes a batch of Arrow data to the Vortex file.
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.BoolValue
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.BytesValue
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DoubleValue
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.FloatValue
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Int32Value
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Int64Value
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.ListValue
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.StringValue
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Struct
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.UInt32Value
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.UInt64Value
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.Value
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.DTypeProtos.Binary
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.DTypeProtos.Bool
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.DTypeProtos.Decimal
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.DTypeProtos.DType
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.DTypeProtos.Extension
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.DTypeProtos.Field
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.DTypeProtos.FieldPath
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.DTypeProtos.List
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.DTypeProtos.Null
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.DTypeProtos.Primitive
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.DTypeProtos.Struct
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.DTypeProtos.Utf8
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.ExprProtos.BetweenOpts
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.ExprProtos.BinaryOpts
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.ExprProtos.CastOpts
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.ExprProtos.Expr
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.ExprProtos.FieldNames
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.ExprProtos.GetItemOpts
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.ExprProtos.LikeOpts
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.ExprProtos.LiteralOpts
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.ExprProtos.PackOpts
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.ExprProtos.SelectOpts
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.ScalarProtos.ListValue
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.ScalarProtos.Scalar
- writeTo(CodedOutputStream) - Method in class dev.vortex.proto.ScalarProtos.ScalarValue
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form