Package io.deephaven.proto.csv
Interface SchemaFromCsvCommonOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
SchemaFromCsvCommon,SchemaFromCsvCommon.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanif the parser should use best fit for column typesgetColumnNames(int index) Column names if noHeader is setgetColumnNamesBytes(int index) Column names if noHeader is setintColumn names if noHeader is setColumn names if noHeader is setThe import source nameThe import source nameThe schema namespaceThe schema namespaceThe partition columnThe partition columnCommon fieldsCommon fieldsThe schema table nameThe schema table namebooleanCommon fieldsMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNamespace
String getNamespace()The schema namespace
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
ByteString getNamespaceBytes()The schema namespace
string namespace = 1;- Returns:
- The bytes for namespace.
-
getTableName
String getTableName()The schema table name
string table_name = 2;- Returns:
- The tableName.
-
getTableNameBytes
ByteString getTableNameBytes()The schema table name
string table_name = 2;- Returns:
- The bytes for tableName.
-
getImportSourceName
String getImportSourceName()The import source name
string import_source_name = 3;- Returns:
- The importSourceName.
-
getImportSourceNameBytes
ByteString getImportSourceNameBytes()The import source name
string import_source_name = 3;- Returns:
- The bytes for importSourceName.
-
getBestFit
boolean getBestFit()if the parser should use best fit for column types
bool best_fit = 4;- Returns:
- The bestFit.
-
getPartitionColumn
String getPartitionColumn()The partition column
string partition_column = 5;- Returns:
- The partitionColumn.
-
getPartitionColumnBytes
ByteString getPartitionColumnBytes()The partition column
string partition_column = 5;- Returns:
- The bytes for partitionColumn.
-
getColumnNamesList
Column names if noHeader is set
repeated string column_names = 6;- Returns:
- A list containing the columnNames.
-
getColumnNamesCount
int getColumnNamesCount()Column names if noHeader is set
repeated string column_names = 6;- Returns:
- The count of columnNames.
-
getColumnNames
Column names if noHeader is set
repeated string column_names = 6;- Parameters:
index- The index of the element to return.- Returns:
- The columnNames at the given index.
-
getColumnNamesBytes
Column names if noHeader is set
repeated string column_names = 6;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the columnNames at the given index.
-
hasTableFromCsvRequestCommon
boolean hasTableFromCsvRequestCommon()Common fields
.io.deephaven.proto.csv.TableFromCsvRequestCommon table_from_csv_request_common = 7;- Returns:
- Whether the tableFromCsvRequestCommon field is set.
-
getTableFromCsvRequestCommon
TableFromCsvRequestCommon getTableFromCsvRequestCommon()Common fields
.io.deephaven.proto.csv.TableFromCsvRequestCommon table_from_csv_request_common = 7;- Returns:
- The tableFromCsvRequestCommon.
-
getTableFromCsvRequestCommonOrBuilder
TableFromCsvRequestCommonOrBuilder getTableFromCsvRequestCommonOrBuilder()Common fields
.io.deephaven.proto.csv.TableFromCsvRequestCommon table_from_csv_request_common = 7;
-