A C D E F G H I M N O P R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addAlias(String) - Method in class org.apache.avro.ImmutableField
- addAlias(String) - Method in class org.apache.avro.ImmutableSchema
- addAlias(String, String) - Method in class org.apache.avro.ImmutableSchema
- addDeprecations(String, Map<String, String>, DataContext) - Static method in class org.spf4j.avro.calcite.EmbededDataContext
- addDeprecations(Schema, DataContext) - Static method in class org.spf4j.avro.calcite.EmbededDataContext
- addProp(String, JsonNode) - Method in class org.apache.avro.ImmutableField
- addProp(String, JsonNode) - Method in class org.apache.avro.ImmutableSchema
- addProp(String, Object) - Method in class org.apache.avro.ImmutableField
- addProp(String, Object) - Method in class org.apache.avro.ImmutableSchema
- addProp(String, String) - Method in class org.apache.avro.ImmutableField
- addProp(String, String) - Method in class org.apache.avro.ImmutableSchema
- afterVisitNonTerminal(Schema) - Method in class org.spf4j.avro.schema.CloningVisitor
- afterVisitNonTerminal(Schema) - Method in class org.spf4j.avro.schema.ImmutableCloningVisitor
- afterVisitNonTerminal(Schema) - Method in class org.spf4j.avro.schema.SchemasWithClasses
- afterVisitNonTerminal(Schema) - Method in interface org.spf4j.avro.schema.SchemaVisitor
-
Invoked for schemas with children after its children have been visited.
- aliases() - Method in class org.apache.avro.ImmutableField
- ArrayIterator<T> - Class in org.apache.avro
- ArrayIterator(Decoder, DatumReader<T>) - Constructor for class org.apache.avro.ArrayIterator
- arrayNext() - Method in class org.spf4j.avro.csv.CsvDecoder
- AvroArrayWriter<T> - Class in org.apache.avro
- AvroArrayWriter(Encoder, DatumWriter<T>, int) - Constructor for class org.apache.avro.AvroArrayWriter
- AvroArrayWriter(Encoder, DatumWriter<T>, Class<T>, int) - Constructor for class org.apache.avro.AvroArrayWriter
-
Deprecated.use the other constructor.
- AvroDataSet<T extends org.apache.avro.generic.IndexedRecord> - Interface in org.spf4j.avro
- AvroDataSet.Feature - Enum in org.spf4j.avro
- AvroDataSetAsProjectableFilterableTable - Class in org.spf4j.avro.calcite
-
An avro table when the data is provided by the provided Supplier of CloseableIterable of IndexedRecord
- AvroDataSetAsProjectableFilterableTable(AvroDataSet<? extends IndexedRecord>) - Constructor for class org.spf4j.avro.calcite.AvroDataSetAsProjectableFilterableTable
- AvroFilterableTable - Class in org.spf4j.avro.calcite
-
An avro table when the data is provided by the provided Supplier of CloseableIterable of IndexedRecord
- AvroFilterableTable(Schema, Supplier<CloseableIterator<? extends IndexedRecord>>) - Constructor for class org.spf4j.avro.calcite.AvroFilterableTable
- AvroIteratorAsProjectableFilterableTable - Class in org.spf4j.avro.calcite
-
An avro table when the data is provided by the provided Supplier of CloseableIterable of IndexedRecord
- AvroIteratorAsProjectableFilterableTable(Schema, Supplier<CloseableIterator<? extends IndexedRecord>>) - Constructor for class org.spf4j.avro.calcite.AvroIteratorAsProjectableFilterableTable
- AvroSupplier - Interface in org.spf4j.avro.calcite
C
- CloningVisitor - Class in org.spf4j.avro.schema
-
this visitor will create a clone of the original Schema with docs and other nonesential fields stripped by default.
- CloningVisitor(BiConsumer<Schema.Field, Schema.Field>, BiConsumer<Schema, Schema>, boolean, boolean, Schema) - Constructor for class org.spf4j.avro.schema.CloningVisitor
- CloningVisitor(BiConsumer<Schema.Field, Schema.Field>, BiConsumer<Schema, Schema>, boolean, Schema) - Constructor for class org.spf4j.avro.schema.CloningVisitor
- CloningVisitor(Schema) - Constructor for class org.spf4j.avro.schema.CloningVisitor
- close() - Method in class org.apache.avro.AvroArrayWriter
- close() - Method in class org.spf4j.avro.GenericRecordBuilder
- CONTINUE - org.spf4j.avro.schema.SchemaVisitorAction
-
continue visit.
- convert(List<RexNode>, Schema) - Static method in class org.spf4j.avro.calcite.SqlConverters
- convert(List<RexNode>, RelDataType) - Static method in class org.spf4j.avro.calcite.SqlConverters
- convert(RexNode, Schema) - Static method in class org.spf4j.avro.calcite.SqlConverters
- convert(RexNode, RelDataType) - Static method in class org.spf4j.avro.calcite.SqlConverters
- copyAliases(Schema.Field, Schema.Field) - Static method in class org.spf4j.avro.schema.SchemaUtils
- copyAliases(Schema, Schema) - Static method in class org.spf4j.avro.schema.SchemaUtils
- copyLogicalTypes(Schema, Schema) - Static method in class org.spf4j.avro.schema.SchemaUtils
- copyProperties(JsonProperties, JsonProperties) - Static method in class org.spf4j.avro.schema.SchemaUtils
- copyRecord(IndexedRecord, Object[]) - Static method in class org.spf4j.avro.calcite.IndexedRecords
- create(Schema) - Static method in class org.apache.avro.ImmutableSchema
- create(Schema.Field) - Static method in class org.apache.avro.ImmutableField
- createJsonGenerator(Appendable) - Static method in class org.spf4j.avro.schema.SchemaUtils
- createSchema(Type, Object, Map<String, Schema>) - Method in class org.apache.avro.reflect.ExtendedReflectData
- CsvDecoder - Class in org.spf4j.avro.csv
-
A Csv encoder for avro records.
- CsvDecoder(CsvReader, Schema) - Constructor for class org.spf4j.avro.csv.CsvDecoder
- CsvEncoder - Class in org.spf4j.avro.csv
-
A Csv decoder for avro records.
- CsvEncoder(CsvWriter, Schema) - Constructor for class org.spf4j.avro.csv.CsvEncoder
D
- dateString() - Static method in class org.spf4j.avro.schema.Schemas
- DecodedSchema - Class in org.spf4j.avro
- DecodedSchema(Schema, Decoder) - Constructor for class org.spf4j.avro.DecodedSchema
- deprecations(Schema, BiConsumer<String, String>) - Static method in class org.spf4j.avro.schema.Schemas
- DEPRECATIONS - Static variable in class org.spf4j.avro.calcite.EmbededDataContext
- diff(Schema, Schema, Consumer<SchemaDiff>) - Static method in class org.spf4j.avro.schema.Schemas
- DIFFERENT_ENUM_VALUES - org.spf4j.avro.schema.SchemaDiff.Type
- DIFFERENT_FIELD_DEFAULTS - org.spf4j.avro.schema.SchemaDiff.Type
- DIFFERENT_FIELD_PROPERTIES - org.spf4j.avro.schema.SchemaDiff.Type
- DIFFERENT_FIXED_SIZE - org.spf4j.avro.schema.SchemaDiff.Type
- DIFFERENT_LOGICAL_TYPES - org.spf4j.avro.schema.SchemaDiff.Type
- DIFFERENT_NAMES - org.spf4j.avro.schema.SchemaDiff.Type
- DIFFERENT_SCHEMA_PROPERTIES - org.spf4j.avro.schema.SchemaDiff.Type
- DIFFERENT_TYPES - org.spf4j.avro.schema.SchemaDiff.Type
- DIFFERRENT_FIELD_DOC - org.spf4j.avro.schema.SchemaDiff.Type
- DIFFERRENT_SCHEMA_DOC - org.spf4j.avro.schema.SchemaDiff.Type
- doAction(Symbol, Symbol) - Method in class org.spf4j.avro.csv.CsvDecoder
- doAction(Symbol, Symbol) - Method in class org.spf4j.avro.csv.CsvEncoder
E
- EmbededDataContext - Class in org.spf4j.avro.calcite
- EmbededDataContext(JavaTypeFactory, AbacSecurityContext) - Constructor for class org.spf4j.avro.calcite.EmbededDataContext
- equals(Object) - Method in class org.apache.avro.ImmutableField
- equals(Object) - Method in class org.apache.avro.ImmutableSchema
- ExtendedReflectData - Class in org.apache.avro.reflect
-
Duplicate for zolyfarkas/avro fork.
- ExtendedReflectData() - Constructor for class org.apache.avro.reflect.ExtendedReflectData
F
- FIELD_ESENTIALS - Static variable in class org.spf4j.avro.schema.SchemaUtils
- FIELD_EVERYTHING - Static variable in class org.spf4j.avro.schema.SchemaUtils
- FIELD_MISSING_LEFT - org.spf4j.avro.schema.SchemaDiff.Type
- FIELD_MISSING_RIGHT - org.spf4j.avro.schema.SchemaDiff.Type
- fieldsToJson(Schema.Names, JsonGenerator) - Method in class org.apache.avro.ImmutableSchema
- FILTERABLE - org.spf4j.avro.AvroDataSet.Feature
- FilteredProjectedSupplier - Interface in org.spf4j.avro.calcite
- FilterUtils - Class in org.spf4j.avro.calcite
- flush() - Method in class org.apache.avro.AvroArrayWriter
- flush() - Method in class org.spf4j.avro.csv.CsvEncoder
- from(JavaTypeFactory, Schema, Map<Schema, RelDataType>) - Static method in class org.spf4j.avro.calcite.Types
- from(RelDataType) - Static method in class org.spf4j.avro.calcite.Types
- fromAvroToCalcite(Object, Schema) - Static method in class org.spf4j.avro.calcite.IndexedRecords
- fromCalciteToAvro(Schema, Object) - Static method in class org.spf4j.avro.calcite.IndexedRecords
- fromRecord(Schema, Object[]) - Static method in class org.spf4j.avro.calcite.IndexedRecords
- fromRecordSchema(JavaTypeFactory, Schema) - Static method in class org.spf4j.avro.calcite.Types
G
- GenericRecordBuilder - Class in org.spf4j.avro
-
Bytecode generating GenericRecord builder.
- GenericRecordBuilder(GenericData.StringType, Schema...) - Constructor for class org.spf4j.avro.GenericRecordBuilder
- GenericRecordBuilder(Schema...) - Constructor for class org.spf4j.avro.GenericRecordBuilder
- get() - Static method in class org.apache.avro.reflect.ExtendedReflectData
- get() - Method in class org.spf4j.avro.schema.CloningVisitor
- get() - Method in class org.spf4j.avro.schema.ImmutableCloningVisitor
- get() - Method in class org.spf4j.avro.schema.SchemasWithClasses
- get() - Method in interface org.spf4j.avro.schema.SchemaVisitor
-
Invoked when visiting is complete.
- get(String) - Method in class org.spf4j.avro.calcite.EmbededDataContext
- get(List<String>, List<String>) - Method in interface org.spf4j.avro.calcite.AvroSupplier
- getAliases() - Method in class org.apache.avro.ImmutableSchema
- getArtifactId() - Method in class org.spf4j.avro.SchemaRef
- getData(SqlPredicate<T>, List<String>, AbacSecurityContext, long, TimeUnit) - Method in interface org.spf4j.avro.AvroDataSet
- getDataSet() - Method in class org.spf4j.avro.calcite.AvroDataSetAsProjectableFilterableTable
- getDecoder() - Method in class org.spf4j.avro.DecodedSchema
- getDiffType() - Method in interface org.spf4j.avro.schema.SchemaDiff
- getDiffType() - Method in class org.spf4j.avro.schema.SchemaDiff.SchemaDiffImpl
- getDiffType() - Method in class org.spf4j.avro.schema.SchemaDiff.SchemaFieldDiffImpl
- getDoc() - Method in class org.apache.avro.ImmutableSchema
- getElementSchema() - Method in interface org.spf4j.avro.AvroDataSet
- getElementType() - Method in class org.apache.avro.ImmutableSchema
- getEnumClass(Schema) - Method in class org.spf4j.avro.GenericRecordBuilder
- getEnumOrdinal(String) - Method in class org.apache.avro.ImmutableSchema
- getEnumSymbols() - Method in class org.apache.avro.ImmutableSchema
- getFeatures() - Method in interface org.spf4j.avro.AvroDataSet
- getField(String) - Method in class org.apache.avro.ImmutableSchema
- getField(String, Iterable<Schema.Field>) - Static method in class org.spf4j.avro.schema.Schemas
- getFields() - Method in class org.apache.avro.ImmutableSchema
- getFixedClass(Schema) - Method in class org.spf4j.avro.GenericRecordBuilder
- getFixedSize() - Method in class org.apache.avro.ImmutableSchema
- getFromUnion(Schema, Schema) - Static method in class org.spf4j.avro.schema.Schemas
- getFullName() - Method in class org.apache.avro.ImmutableSchema
- getGroupId() - Method in class org.spf4j.avro.SchemaRef
- getIndexNamed(String) - Method in class org.apache.avro.ImmutableSchema
- getJavaClassName(Schema) - Static method in class org.spf4j.avro.schema.SchemaUtils
- getJsonProp(String) - Method in class org.apache.avro.ImmutableField
- getJsonProp(String) - Method in class org.apache.avro.ImmutableSchema
- getJsonProps() - Method in class org.apache.avro.ImmutableField
- getJsonProps() - Method in class org.apache.avro.ImmutableSchema
- getLeft() - Method in interface org.spf4j.avro.schema.SchemaDiff
- getLeft() - Method in class org.spf4j.avro.schema.SchemaDiff.SchemaDiffImpl
- getLeft() - Method in class org.spf4j.avro.schema.SchemaDiff.SchemaFieldDiffImpl
- getLeftField() - Method in interface org.spf4j.avro.schema.SchemaDiff
- getLeftField() - Method in class org.spf4j.avro.schema.SchemaDiff.SchemaDiffImpl
- getLeftField() - Method in class org.spf4j.avro.schema.SchemaDiff.SchemaFieldDiffImpl
- getLogicalType() - Method in class org.apache.avro.ImmutableSchema
- getName() - Method in class org.apache.avro.ImmutableSchema
- getName() - Method in interface org.spf4j.avro.AvroDataSet
- getNamespace() - Method in class org.apache.avro.ImmutableSchema
- getObjectProp(String) - Method in class org.apache.avro.ImmutableField
- getObjectProp(String) - Method in class org.apache.avro.ImmutableSchema
- getObjectProps() - Method in class org.apache.avro.ImmutableField
- getObjectProps() - Method in class org.apache.avro.ImmutableSchema
- getPath() - Method in interface org.spf4j.avro.schema.SchemaDiff
- getPath() - Method in class org.spf4j.avro.schema.SchemaDiff.SchemaDiffImpl
- getPath() - Method in class org.spf4j.avro.schema.SchemaDiff.SchemaFieldDiffImpl
- getPos(Schema.Field, Schema) - Static method in class org.spf4j.avro.schema.Schemas
- getProp(String) - Method in class org.apache.avro.ImmutableField
- getProp(String) - Method in class org.apache.avro.ImmutableSchema
- getProps() - Method in class org.apache.avro.ImmutableField
- getProps() - Method in class org.apache.avro.ImmutableSchema
- getQueryProvider() - Method in class org.spf4j.avro.calcite.EmbededDataContext
- getRecordClass(Schema) - Method in class org.spf4j.avro.GenericRecordBuilder
- getRef() - Method in class org.spf4j.avro.SchemaRef
- getRight() - Method in interface org.spf4j.avro.schema.SchemaDiff
- getRight() - Method in class org.spf4j.avro.schema.SchemaDiff.SchemaDiffImpl
- getRight() - Method in class org.spf4j.avro.schema.SchemaDiff.SchemaFieldDiffImpl
- getRightField() - Method in interface org.spf4j.avro.schema.SchemaDiff
- getRightField() - Method in class org.spf4j.avro.schema.SchemaDiff.SchemaDiffImpl
- getRightField() - Method in class org.spf4j.avro.schema.SchemaDiff.SchemaFieldDiffImpl
- getRootSchema() - Method in class org.spf4j.avro.calcite.EmbededDataContext
- getRowCountStatistic() - Method in interface org.spf4j.avro.AvroDataSet
- getSchema() - Method in class org.spf4j.avro.DecodedSchema
- getSchema(Type) - Method in class org.apache.avro.reflect.ExtendedReflectData
- getSchemaFromUnionByName(Schema, String) - Static method in class org.spf4j.avro.schema.Schemas
- getSchemaName(Object) - Method in class org.apache.avro.reflect.ExtendedReflectData
- getSqlString() - Method in class org.spf4j.avro.calcite.SqlRowPredicate
- getSqlString() - Method in interface org.spf4j.avro.SqlPredicate
- getStatistic() - Method in class org.spf4j.avro.calcite.AvroDataSetAsProjectableFilterableTable
- getSubSchema(Schema, CharSequence) - Static method in class org.spf4j.avro.schema.Schemas
- getTypeFactory() - Method in class org.spf4j.avro.calcite.EmbededDataContext
- getTypes() - Method in class org.apache.avro.ImmutableSchema
- getValueType() - Method in class org.apache.avro.ImmutableSchema
- getVersion() - Method in class org.spf4j.avro.SchemaRef
H
- hasEnumSymbol(String) - Method in class org.apache.avro.ImmutableSchema
- hashCode() - Method in class org.apache.avro.ImmutableField
- hasNext() - Method in class org.apache.avro.ArrayIterator
- hasNext() - Method in class org.apache.avro.MapIterator
I
- immutable(Schema) - Static method in class org.spf4j.avro.schema.Schemas
- immutable(Schema, boolean) - Static method in class org.spf4j.avro.schema.Schemas
- ImmutableCloningVisitor - Class in org.spf4j.avro.schema
-
this visitor will create a clone of the original Schema with docs and other nonesential fields stripped by default.
- ImmutableCloningVisitor(BiConsumer<Schema.Field, Schema.Field>, BiConsumer<Schema, Schema>, boolean, Schema) - Constructor for class org.spf4j.avro.schema.ImmutableCloningVisitor
- ImmutableCloningVisitor(Schema, boolean) - Constructor for class org.spf4j.avro.schema.ImmutableCloningVisitor
- ImmutableField - Class in org.apache.avro
- ImmutableSchema - Class in org.apache.avro
- IndexedRecords - Class in org.spf4j.avro.calcite
- instantString() - Static method in class org.spf4j.avro.schema.Schemas
- InterpreterUtils - Class in org.spf4j.avro.calcite
- isError() - Method in class org.apache.avro.ImmutableSchema
- isIdlCycleSupport() - Static method in class org.spf4j.avro.schema.SchemaUtils
- isNamed(String, Schema.Field) - Static method in class org.spf4j.avro.schema.Schemas
- isNamedType(Schema) - Static method in class org.spf4j.avro.schema.SchemaUtils
- isNullableUnion(Schema) - Static method in class org.spf4j.avro.schema.Schemas
- isSameFields(List<Schema.Field>, List<Schema.Field>) - Static method in class org.spf4j.avro.schema.Schemas
M
- MapIterator<T> - Class in org.apache.avro
- MapIterator(Decoder, DatumReader<T>) - Constructor for class org.apache.avro.MapIterator
- mapNext() - Method in class org.spf4j.avro.csv.CsvDecoder
N
- next() - Method in class org.apache.avro.ArrayIterator
- next() - Method in class org.apache.avro.MapIterator
- nullableUnionSchema(Schema) - Static method in class org.spf4j.avro.schema.Schemas
O
- of(String, Schema.Field, Schema.Field, SchemaDiff.Type) - Static method in interface org.spf4j.avro.schema.SchemaDiff
- of(String, Schema, Schema, SchemaDiff.Type) - Static method in interface org.spf4j.avro.schema.SchemaDiff
- org.apache.avro - package org.apache.avro
- org.apache.avro.reflect - package org.apache.avro.reflect
- org.apache.calcite.interpreter - package org.apache.calcite.interpreter
- org.spf4j.avro - package org.spf4j.avro
- org.spf4j.avro.calcite - package org.spf4j.avro.calcite
- org.spf4j.avro.csv - package org.spf4j.avro.csv
- org.spf4j.avro.schema - package org.spf4j.avro.schema
P
- parse(String) - Static method in class org.spf4j.avro.calcite.FilterUtils
- PlannerUtils - Class in org.spf4j.avro.calcite
- pos() - Method in class org.apache.avro.ImmutableField
- project(Schema, CharSequence...) - Static method in class org.spf4j.avro.schema.Schemas
- project(Schema, List<? extends CharSequence>) - Static method in class org.spf4j.avro.schema.Schemas
-
create a schema projection(partial schema) from a destination schema.
- project(Schema, Schema, Object) - Static method in class org.spf4j.avro.schema.Schemas
-
Project a avro object to a destination.
- project(Schema, Schema, IndexedRecord) - Static method in class org.spf4j.avro.schema.Schemas
-
Project a avro object to a destination.
- PROJECTABLE - org.spf4j.avro.AvroDataSet.Feature
- projectionToString(int[], RelDataType) - Static method in class org.spf4j.avro.calcite.SqlConverters
- projectRecord(Schema, int[]) - Static method in class org.spf4j.avro.schema.Schemas
-
Obtain a sub-schema of a record schema.
- pushDownPredicatesAndProjection(RelNode) - Static method in class org.spf4j.avro.calcite.PlannerUtils
- put(String, Object) - Method in class org.spf4j.avro.calcite.EmbededDataContext
R
- readArrayStart() - Method in class org.spf4j.avro.csv.CsvDecoder
- readBoolean() - Method in class org.spf4j.avro.csv.CsvDecoder
- readBytes(ByteBuffer) - Method in class org.spf4j.avro.csv.CsvDecoder
- readDouble() - Method in class org.spf4j.avro.csv.CsvDecoder
- readEnum() - Method in class org.spf4j.avro.csv.CsvDecoder
- readFixed(byte[], int, int) - Method in class org.spf4j.avro.csv.CsvDecoder
- readFloat() - Method in class org.spf4j.avro.csv.CsvDecoder
- readIndex() - Method in class org.spf4j.avro.csv.CsvDecoder
- readInt() - Method in class org.spf4j.avro.csv.CsvDecoder
- readLong() - Method in class org.spf4j.avro.csv.CsvDecoder
- readMapStart() - Method in class org.spf4j.avro.csv.CsvDecoder
- readNull() - Method in class org.spf4j.avro.csv.CsvDecoder
- readString() - Method in class org.spf4j.avro.csv.CsvDecoder
- readString(Utf8) - Method in class org.spf4j.avro.csv.CsvDecoder
S
- scan(DataContext, List<RexNode>) - Method in class org.spf4j.avro.calcite.AvroFilterableTable
- scan(DataContext, List<RexNode>, @org.checkerframework.checker.nullness.qual.Nullable int[]) - Method in class org.spf4j.avro.calcite.AvroDataSetAsProjectableFilterableTable
- scan(DataContext, List<RexNode>, @org.checkerframework.checker.nullness.qual.Nullable int[]) - Method in class org.spf4j.avro.calcite.AvroIteratorAsProjectableFilterableTable
- SCHEMA_ESENTIALS - Static variable in class org.spf4j.avro.schema.SchemaUtils
- SCHEMA_EVERYTHING - Static variable in class org.spf4j.avro.schema.SchemaUtils
- SCHEMA_MISSING_LEFT - org.spf4j.avro.schema.SchemaDiff.Type
- SCHEMA_MISSING_RIGHT - org.spf4j.avro.schema.SchemaDiff.Type
- SchemaDiff - Interface in org.spf4j.avro.schema
- SchemaDiff.SchemaDiffImpl - Class in org.spf4j.avro.schema
- SchemaDiff.SchemaFieldDiffImpl - Class in org.spf4j.avro.schema
- SchemaDiff.Type - Enum in org.spf4j.avro.schema
- SchemaRef - Class in org.spf4j.avro
- SchemaRef(CharSequence) - Constructor for class org.spf4j.avro.SchemaRef
- Schemas - Class in org.spf4j.avro.schema
-
Avro Schema utilities, to traverse...
- SchemasWithClasses - Class in org.spf4j.avro.schema
-
A visitor that recursively visits a schema and returns a map like: java class name -> Schema for every Schema encountered that has a java class implementation.
- SchemasWithClasses() - Constructor for class org.spf4j.avro.schema.SchemasWithClasses
- SchemaUtils - Class in org.spf4j.avro.schema
- SchemaVisitor<T> - Interface in org.spf4j.avro.schema
- SchemaVisitorAction - Enum in org.spf4j.avro.schema
- SECURITY_CONTEXT - Static variable in class org.spf4j.avro.calcite.EmbededDataContext
- setFields(List<Schema.Field>) - Method in class org.apache.avro.ImmutableSchema
- setItemCount(long) - Method in class org.spf4j.avro.csv.CsvEncoder
- setLogicalType(LogicalType) - Method in class org.apache.avro.ImmutableSchema
- SKIP_SIBLINGS - org.spf4j.avro.schema.SchemaVisitorAction
-
Skip visiting the siblings of this schema.
- SKIP_SUBTREE - org.spf4j.avro.schema.SchemaVisitorAction
-
when returned from pre non terminal visit method the children of the non terminal are skipped.
- skipArray() - Method in class org.spf4j.avro.csv.CsvDecoder
- skipBytes() - Method in class org.spf4j.avro.csv.CsvDecoder
- skipFixed() - Method in class org.spf4j.avro.csv.CsvDecoder
- skipFixed(int) - Method in class org.spf4j.avro.csv.CsvDecoder
- skipHeader() - Method in class org.spf4j.avro.csv.CsvDecoder
- skipMap() - Method in class org.spf4j.avro.csv.CsvDecoder
- skipString() - Method in class org.spf4j.avro.csv.CsvDecoder
- Spf4jDataContext - Class in org.apache.calcite.interpreter
- Spf4jDataContext(DataContext) - Constructor for class org.apache.calcite.interpreter.Spf4jDataContext
- SqlConverters - Class in org.spf4j.avro.calcite
- SqlPredicate<T extends org.apache.avro.generic.IndexedRecord> - Interface in org.spf4j.avro
-
A predicate represented by a SQL Expression.
- SqlRowPredicate<T extends org.apache.avro.generic.IndexedRecord> - Class in org.spf4j.avro.calcite
- SqlRowPredicate(String, Schema) - Constructor for class org.spf4j.avro.calcite.SqlRowPredicate
- SqlRowPredicate(List<RexNode>, RelDataType) - Constructor for class org.spf4j.avro.calcite.SqlRowPredicate
- startItem() - Method in class org.spf4j.avro.csv.CsvEncoder
T
- TableAccessDeniedException - Exception in org.spf4j.avro.calcite
- TableAccessDeniedException() - Constructor for exception org.spf4j.avro.calcite.TableAccessDeniedException
- TableAccessDeniedException(String) - Constructor for exception org.spf4j.avro.calcite.TableAccessDeniedException
- TableAccessDeniedException(String, Throwable) - Constructor for exception org.spf4j.avro.calcite.TableAccessDeniedException
- TableAccessDeniedException(Throwable) - Constructor for exception org.spf4j.avro.calcite.TableAccessDeniedException
- temporalString() - Static method in class org.spf4j.avro.schema.Schemas
- TERMINATE - org.spf4j.avro.schema.SchemaVisitorAction
-
terminate visit.
- test(IndexedRecord) - Method in class org.spf4j.avro.calcite.SqlRowPredicate
- toJson(Schema.Names, JsonGenerator) - Method in class org.apache.avro.ImmutableSchema
- toPredicate(Iterable<String>, Schema) - Static method in class org.spf4j.avro.calcite.FilterUtils
- toPredicate(String, Schema) - Static method in class org.spf4j.avro.calcite.FilterUtils
- toPredicate(String, JavaTypeFactoryImpl, Schema) - Static method in class org.spf4j.avro.calcite.FilterUtils
- toPredicate(List<RexNode>, JavaTypeFactoryImpl, RelDataType) - Static method in class org.spf4j.avro.calcite.FilterUtils
- toPredicate(List<RexNode>, RelDataType) - Static method in class org.spf4j.avro.calcite.FilterUtils
- toScalar(List<RexNode>, RelDataType, DataContext) - Static method in class org.spf4j.avro.calcite.InterpreterUtils
- toString() - Method in class org.apache.avro.ArrayIterator
- toString() - Method in class org.apache.avro.AvroArrayWriter
- toString() - Method in class org.apache.avro.ImmutableField
- toString() - Method in class org.apache.avro.ImmutableSchema
- toString() - Method in class org.apache.avro.MapIterator
- toString() - Method in class org.apache.avro.reflect.ExtendedReflectData
- toString() - Method in class org.spf4j.avro.calcite.AvroDataSetAsProjectableFilterableTable
- toString() - Method in class org.spf4j.avro.calcite.AvroFilterableTable
- toString() - Method in class org.spf4j.avro.calcite.AvroIteratorAsProjectableFilterableTable
- toString() - Method in class org.spf4j.avro.calcite.EmbededDataContext
- toString() - Method in class org.spf4j.avro.calcite.SqlRowPredicate
- toString() - Method in class org.spf4j.avro.csv.CsvDecoder
- toString() - Method in class org.spf4j.avro.csv.CsvEncoder
- toString() - Method in class org.spf4j.avro.DecodedSchema
- toString() - Method in class org.spf4j.avro.GenericRecordBuilder
- toString() - Method in class org.spf4j.avro.schema.CloningVisitor
- toString() - Method in class org.spf4j.avro.schema.ImmutableCloningVisitor
- toString() - Method in class org.spf4j.avro.schema.SchemaDiff.SchemaDiffImpl
- toString() - Method in class org.spf4j.avro.schema.SchemaDiff.SchemaFieldDiffImpl
- toString() - Method in class org.spf4j.avro.schema.SchemasWithClasses
- toString() - Method in class org.spf4j.avro.SchemaRef
- toString(boolean) - Method in class org.apache.avro.ImmutableSchema
- tryDecodeSchema(InputStream, Schema) - Static method in class org.spf4j.avro.csv.CsvDecoder
-
Will try to decode the writer schema based on the csv headers, and the reader schema.
- Types - Class in org.spf4j.avro.calcite
-
similar is done in drill, seems like calcite issue I have also stumbled upon: https://github.com/apache/drill/blob/master/exec/java-exec/src /main/java/org/apache/drill/exec/store/avro/AvroDrillTable.java
V
- valueOf(String) - Static method in enum org.spf4j.avro.AvroDataSet.Feature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.spf4j.avro.schema.SchemaDiff.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.spf4j.avro.schema.SchemaVisitorAction
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.spf4j.avro.AvroDataSet.Feature
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.spf4j.avro.schema.SchemaDiff.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.spf4j.avro.schema.SchemaVisitorAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- visit(Schema, SchemaVisitor<T>) - Static method in class org.spf4j.avro.schema.Schemas
-
depth first visit.
- visitNonTerminal(Schema) - Method in class org.spf4j.avro.schema.CloningVisitor
- visitNonTerminal(Schema) - Method in class org.spf4j.avro.schema.ImmutableCloningVisitor
- visitNonTerminal(Schema) - Method in class org.spf4j.avro.schema.SchemasWithClasses
- visitNonTerminal(Schema) - Method in interface org.spf4j.avro.schema.SchemaVisitor
-
Invoked for schema with children before proceeding to visit the children.
- visitTerminal(Schema) - Method in class org.spf4j.avro.schema.CloningVisitor
- visitTerminal(Schema) - Method in class org.spf4j.avro.schema.ImmutableCloningVisitor
- visitTerminal(Schema) - Method in class org.spf4j.avro.schema.SchemasWithClasses
- visitTerminal(Schema) - Method in interface org.spf4j.avro.schema.SchemaVisitor
-
Invoked for schemas that do not have "child" schemas or for a previously encountered schema with children which will be treated as a terminal.
W
- write(T) - Method in class org.apache.avro.AvroArrayWriter
- writeArrayEnd() - Method in class org.spf4j.avro.csv.CsvEncoder
- writeArrayStart() - Method in class org.spf4j.avro.csv.CsvEncoder
- writeBoolean(boolean) - Method in class org.spf4j.avro.csv.CsvEncoder
- writeBytes(byte[], int, int) - Method in class org.spf4j.avro.csv.CsvEncoder
- writeBytes(ByteBuffer) - Method in class org.spf4j.avro.csv.CsvEncoder
- writeDouble(double) - Method in class org.spf4j.avro.csv.CsvEncoder
- writeEnum(int) - Method in class org.spf4j.avro.csv.CsvEncoder
- writeFixed(byte[], int, int) - Method in class org.spf4j.avro.csv.CsvEncoder
- writeFloat(float) - Method in class org.spf4j.avro.csv.CsvEncoder
- writeHeader() - Method in class org.spf4j.avro.csv.CsvEncoder
- writeIdl(Appendable, Set<String>, String, Schema...) - Static method in class org.spf4j.avro.schema.SchemaUtils
- writeIdlLegacy(Appendable, Set<String>, String, Schema...) - Static method in class org.spf4j.avro.schema.SchemaUtils
- writeIdlProtocol(String, String, Appendable, Schema...) - Static method in class org.spf4j.avro.schema.SchemaUtils
- writeIndex(int) - Method in class org.spf4j.avro.csv.CsvEncoder
- writeInt(int) - Method in class org.spf4j.avro.csv.CsvEncoder
- writeJsonProperties(JsonProperties, Appendable, JsonGenerator, boolean) - Static method in class org.spf4j.avro.schema.SchemaUtils
- writeLong(long) - Method in class org.spf4j.avro.csv.CsvEncoder
- writeMapEnd() - Method in class org.spf4j.avro.csv.CsvEncoder
- writeMapStart() - Method in class org.spf4j.avro.csv.CsvEncoder
- writeNull() - Method in class org.spf4j.avro.csv.CsvEncoder
- writeProps(JsonGenerator) - Method in class org.apache.avro.ImmutableField
- writeSchemaAttributes(Schema, Appendable, JsonGenerator, boolean) - Static method in class org.spf4j.avro.schema.SchemaUtils
- writeString(Utf8) - Method in class org.spf4j.avro.csv.CsvEncoder
All Classes All Packages